forked from Princeton-CDH/bluemountainsprings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
30 lines (30 loc) · 1.8 KB
/
about.html
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
<?xml version="1.0" encoding="UTF-8"?>
<article xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<header>
<h1>What are Blue Mountain Springs?</h1>
</header>
<section>
<p>Blue Mountain Springs is a set of Application Program Interfaces
(APIs) to <a href="http://bluemountain.princeton.edu">Blue
Mountain</a>, the web resource of the Blue Mountain Project, whose
mission is to create a freely available digital repository of
important, rare, and fragile texts that both chronicle and embody the
emergence of cultural modernity.</p>
<p>In 2015, the Blue Mountain Project received a grant from the
<a href="http://digitalhumanities.princeton.edu">Center for Digital Humanities
at Princeton University</a> to experiment with Blue Mountain Springs.</p>
<p>See the following documents for more information:</p>
<ul>
<li>The <a href="https://github.com/Princeton-CDH/bluemountainsprings/blob/master/README.md">README file</a> in the GitHub repository</li>
<li>
<a href="https://github.com/Princeton-CDH/bluemountainsprings/blob/master/doc/api-doc.org">The main documentation for the API.</a>
</li>
<li>
<a href="https://github.com/Princeton-CDH/bluemountainsprings/blob/master/doc/using-springs-with-ruby.org">An example of using the API from Ruby</a>
</li>
<li>
<a href="https://github.com/Princeton-CDH/bluemountainsprings/blob/master/doc/using-springs-with-voyant.org">An example of using Blue Mountain Springs data with Voyant</a>
</li>
</ul>
</section>
</article>