-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.6 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
title: Home
---
<h3>Welcome to Collections Lab!</h3>
<p>This is prototype site - please keep moving :)</p>
<br>
<!-- browsing grid -->
<div class="row">
<!-- <div class="widget">
<a href="/collections/">
<img src="/images/kabuki-color.jpg" />
</a>
<h3>Open Collections</h3>
</div> -->
<div class="widget">
<a href="/experiments/">
<img src="/images/lyricalmap.png" />
</a>
<h3>Experiments</h3>
</div>
<div class="widget">
<a href="/resources/">
<img src="/images/carteles.jpg" />
</a>
<h3>Resources</h3>
</div>
</div>
<hr />
<h3>Contribute!</h3>
<div class="toc">
<img src="/images/bace.jpg" class="avatar" />
<a href="https://www.zooniverse.org/projects/kirschbombe/book-annotation-classification" target="_blank">Tag annotations in printed books</a><br/ >**Done!**<br/ >
<p>We need your help to generate training data for the Book Annotation Classification Engine, a machine-learning experiment to identify annotations in large collections of digitized printed books.</p>
</div>
<div class="toc">
<img src="/images/sachtleben.jpg" class="avatar" />
<!-- <a href="https://www.zooniverse.org/projects/kirschbombe/sachtleben-diaries" target="_blank">Transcribe the Sachtleben travel diaries</a> -->
<p><b>Transcribe the Sachtleben travel diaries</b><br/ >**Site currently being updated**<br/ >Help us transcribe the travels of William Sachtleben through Greece and Turkey.</p>
</div>
<hr />
<h3>Recent posts</h3>
<ul>
{% for post in site.posts limit: 5 %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>