-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (108 loc) · 5.89 KB
/
index.html
File metadata and controls
108 lines (108 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Programming Services of Jim White, Cary, NC</title>
<meta name="description" content="Web site of White Coding and Maps, business site of Jim White of Cary, NC,web developer, programmer, and web mapping specialist">
<meta name="author" content="">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/whitecandm.css">
<!-- end CSS-->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="container">
<header>
<h1>White Coding and Maps</h1>
</header>
<div id="main" role="main">
<p>
I have worked some as an independant contractor, but am now employed at NCSU working mostly developing web sites using PHP, Python and JavaScript or writing scripts in Python for data processing and modelling. I have certificates from Wake Tech in C language programming and UNIX administration in 1998 and 1999. Also, passed certification exams for CompTIA A+ and Zend PHP 5.
</p>
<ul>
<li>
<a href="http://www.gapserve.ncsu.edu/">GAP Online Tool</a>
<span>
This is several sites developed over a period of 6 years for the NCSU Biology Dept. The application uses PostGIS, PHP/MapScript, and GRASS to create maps and reports dynamically for landcover and animal predicted distributions.
</span>
</li>
<li>
<a href="http://norfolkmap.jimserver.net/">Metes and Bounds Online Tool</a>
<span>
This mapping application was created with the support of Warren Culpepper at
<a href="http://www.culpepperconnections.com/">Culpepper Connections</a>
for genealogy research. It uses OpenLayers, GeoServer, PostGIS, and GeoExt to display scanned background maps and deed and grant bounds in colonial Lower Norfolk County, Virginia.<br>
The current map is now redone and hosted on <a href="https://www.mapbox.com/">Mapbox</a>
</span>
</li>
<li>
<a href="http://huguenotmanakin.org">Huguenot Society FMCV</a>
<span>
Upgraded existing web site of society that I joined from frames/table based site to HTML5/CSS.<br>
The current site has been rewritten.
</span>
</li>
<li>
<a href="http://jimserver.net/">Jim White's Homepage</a>
<span>My homepage, currently a plain html site using the template library <a href="https://getbootstrap.com/">Bootstrap</a>.</span>
</li>
<li>
<a href="http://tecumseh.zo.ncsu.edu">NC Threats analysis tool</a>
<span>
Online tool developed working for the
<a href="http://www.basic.ncsu.edu/">Biodiversity and Spatial Information Center</a>
for the
<a href="http://www.ncwildlife.org/">N.C. Wildlife Resources Commission</a>
to model habitat threats. The application uses <a href="http://tilecache.org/">TileCache</a>, <a href="http://flask.pocoo.org/">Flask</a> Python web framework, <a href="http://www.postgresql.org/docs/9.3/static/index.html">Postresq</a>l and <a href="http://postgis.net/docs/manual-2.1/">PostGIS</a>, <a href="http://openlayers.org/two/">Openlayers</a>, <a href="http://geoext.org/">GeoExt</a>, and <a href="https://docs.sencha.com/extjs/3.4.0/">ExtJS</a>.
</span>
</li>
<li>
Data modelling program written in Python for
<a href="http://resourcedata.net/">Resource Data, Inc.</a>
, to model crop yields using Python modules Tkinter and NumPy.
</li>
<li>
Creating web
<a href="https://decifr.hpc.ncsu.edu/">tool</a>
for genetics researchers at
<a href="http://carbonelab.org/">Carbone Lab</a>
using D3.js.
</li>
<li>
<a href="https://github.com/basic99">GitHub</a>
Code repository of projects I have on GitHub.
</li>
</ul>
</div>
<footer>
<h5>
LinkedIn:
<a href="http://www.linkedin.com/pub/jim-white/27/a6/920">http://www.linkedin.com/pub/jim-white/27/a6/920</a>
</h5>
<h5>
Twitter:
<a href="https://twitter.com/jamesbw28">@jamesbw28</a>
</h5>
<h5>email: jmsbrcwht at gmail dot com</h5>
</footer>
</div>
<!--! end of #container -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via ant build script-->
<script defer src="js/plugins.js"></script>
<script defer src="js/script.js"></script>
<!-- end scripts-->
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>