-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (50 loc) · 3.47 KB
/
Copy pathindex.html
File metadata and controls
65 lines (50 loc) · 3.47 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>The dotSkapes Virtual Lab by dotskapes</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>The dotSkapes Virtual Lab (dVL)</h1>
<p>Tools for collaborative science</p>
<p class="view"><a href="https://github.com/dotskapes">View the dotSkapes GitHub Profile</a></p>
</header>
<section>
<h3>Welcome to the dotSkapes Virtual Lab.</h3>
<p>The dotSkapes Virtual Lab (dVL) is a collection of tools that fuel our dotSkapes (dS) collaborative science platform. We're refactoring and reorganizing since our move to NYC. Through 2013 we'll be updating our interface and adapting components of the project (e.g. our mapping environment, analytical engine, and data repository) to a variety of applied research projects in global health and ecology. </p>
<h3>Authors and Contributors</h3>
<p>The project was co-founded in 2010 by Nico Preston (<a href="https://github.com/nicopresto" class="user-mention">@nicopresto</a>) and Zack Krejci (<a href="https://github.com/zack-krejci" class="user-mention">@zack-krejci</a>). The lab was an extension of the Healthscapes Project at the University of Wisconsin - Madison, Center for Sustainability and the Global Environment (SAGE). Nico and Zack are currently employed by EcoHealth Alliance (EHA) in New York City.</p>
<h3>Mentors</h3>
<p>Academic: During Nico's postdoc (SAGE, UW-Madison) and Zack's studies (Computer Sciences, UW-Madison), the Healthscapes prototype was mentored and supported by Dr. Jonathan Patz, other advisors included Dr. Mutlu Ozdogan, Dr. Anne-Marie Schneider, and Dr. Tony Goldberg. </p>
<p>Non-Profit: We are continuing work on the project while employed by EcoHealth Alliance, a 501(c)(3) Non-Profit in Manhattan, NY, with the support of Dr. Peter Daszak (EHA President).</p>
<p>Open Source Community: Early versions of dotSkapes (then Healthscapes) were inspired by collaboration and peer mentoring with the Sahana Software Foundation. We count on the Python software community and PyCon for a regular dose of inspiration.</p>
<p>Informal: Many of our ideas were incubated from discussions with Fran Boon (Sahana Foundation), Jeff Ramnani (DRW Holdings), Matt McCormick (Kitware Inc.), and Josh Danczyk (UW-Madison).</p>
<h3>Contact</h3>
<p>Email: dotskapes at gmail dot com</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-38018320-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>