-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
146 lines (106 loc) · 5.39 KB
/
about.html
File metadata and controls
146 lines (106 loc) · 5.39 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
<meta name="description" content="Reference Desk Statistics">
<meta name="author" content="SZ">
<link rel="shortcut icon" href="favicon.ico" />
<title>DH Box</title>
<link rel="stylesheet" href="css/dhbox.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/dhbox.js"></script>
<body class=>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand dhbox-logo" href="/">> <span>DH</span>box</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/about">About</a></li>
<li><a href="/our_team">Our Team</a></li>
<li><a href="/contact">Contact</a></li>
<!-- <li><a href="/news">News</a></li> -->
<!-- <li><a href="/signup">Sign Up</a></li> -->
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<br/>
<div class="container">
<div class="dhbox-about">
<h1 class="dhbox h1-top">About</h1>
<br>
<h2 class="dhbox">What is it?</h2>
<p>DH Box is a laboratory in the cloud that can be deployed quickly and easily. It's simply accessed from any computer
as long as you've got an internet connection and some contextual knowledge. </p>
<br>
<p>Ready-to-go configurations of <a href="https://github.com/DH-Box/dhbox/wiki/Omeka" target="_blank">Omeka</a>, <a
href="https://github.com/DH-Box/dhbox/wiki/NLTK" target="_blank">NLTK</a>, <a
href="https://github.com/DH-Box/dhbox/wiki/IPython" target="_blank">IPython</a>, <a
href="https://github.com/DH-Box/dhbox/wiki/R-Studio" target="_blank">R Studio</a>, and <a
href="https://github.com/DH-Box/dhbox/wiki/Mallet" target="_blank">Mallet</a> are included in the DH Box
platform. Through this praxis friendly environment, professors and students have instant classroom access to a cadre
of gold-standard DH tools. Professors will be able to launch a DH computer lab in just a few minutes.</p>
<br>
<h2 class="dhbox">Why use it?</h2>
<p>With DH Box, faculty have the freedom to integrate DH tools into their curriculum without relying on external server
administration or having to deal with labor intensive software installations, firewalls, and operating system
configurations.</p>
<br>
<p>DH Box is device agnostic so scholars can research wherever there's an internet connection.</p>
<br>
<h2 class="dhbox">Who is it ideal for?</h2>
<p>DH Box is being developed for college faculty who have familiarity with DH tools like Omeka, NLTK, R Studio, and
Mallet. Do you know what the command line is? Do you know what a server does?</p>
<br>
<p>If you're unfamiliar with any of the above, we recommend you engage with some other resources first. Here are several
places we recommend exploring:</p>
<br>
<p class="tab"><a href="http://cli.learncodethehardway.org/book/" target="_blank">The Command Line the Hard Way</a> by
Zed Shaw</p>
<p class="tab"><a href="http://httpd.apache.org/docs/trunk/getting-started.html#other" target="_blank">Computer
processing terminology</a> by the Apache Software Foundation</p>
<p class="tab"><a href="http://programminghistorian.org/lessons" target="_blank">Programming Lessons</a> by the
Programming Historian</p>
<p class="tab"><a href="http://miriamposner.com/blog/how-did-they-make-that/" target="_blank">How did they make
that?</a> deconstructing DH projects by Miriam Posner</p>
<br>
<br>
</div>
<br><br>
</div>
</div>
</div>
<div class="footer">
</div>
<div id="progress-modal" class="modal fade" tabindex="-1" role="dialog"
aria-labelledby="modalTitle">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header modal-header-primary">
<h4 id="modalTitle" class="modal-title">Building your Demo DH Box</h4>
</div>
<div id='inside-modal' class="modal-body">
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="60"
aria-valuemin="0"
aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>