-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (61 loc) · 3.29 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
title: Peer Production in Citizen Science
---
<div class="message">
<h2 id="welcome">Welcome</h2>
<p>This website shares lessons from my <a href="{{ '/about' | absolute_url }}">PhD project</a>, in which I explored an online collaboration approach called <strong>“peer production” as a means to support deeper volunteer engagement in citizen science</strong> projects.</p>
<p>By summarizing methods and lessons from my thesis and sharing them on this website, I hope to provide a useful resource <strong>for citizen science researchers, practitioners, and communities</strong> facing similar challenges striving for meaningful volunteer engagement in their online projects.</p>
</div>
<div style="border:1px solid black;padding:0px 15px 0px 15px;display: inline-block;">
<h2 id="resources-for-citizen-science-practitioners">Resources for Citizen Science Practitioners</h2>
<p><em>Start here</em></p>
<ul>
<li><a href="{{ '/introvolunteerengagement' | absolute_url }}">Introduction to Volunteer Engagement in Citizen Science</a></li>
<li><a href="{{ '/intropersonalscience' | absolute_url }}">Introduction to Personal Science</a></li>
</ul>
<p><em>Design resources and lessons learned</em></p>
<ul>
<li><a href="{{ '/peerproduction' | absolute_url }}">Peer production in Citizen Science: What? Why? How?</a></li>
<li><a href="{{ '/designthinking' | absolute_url }}">Using Design Thinking to Address Community Issues</a></li>
<li><a href="{{ '/informationarchitecture' | absolute_url }}">Designing Information Architectures Using the “Card Sorting” Method</a></li>
<li><a href="{{ '/knowledgemanagement' | absolute_url }}">Designing Knowledge Management Systems with Citizen Science Communities of Practice</a></li>
<li><a href="{{ '/participatorydesign' | absolute_url }}">Participatory Design of Peer Production Systems</a></li>
</ul>
</div>
<h2 id="license">License</h2>
<p>The content on this website is licensed under <a href="LICENSE.md">CC-BY 4.0 license</a>.</p>
<p>This website uses the open source <a href="https://github.com/poole/lanyon">"Lanyon"</a> template.</p>
<h2 id="contact">Contact</h2>
<p>To get in touch, you can contact me via <a href="mailto:[email protected]">email</a> or create an <a href="https://github.com/katoss/peer-production-in-citizen-science/issues">issue on GitHub</a>. Feedback is very much appreciated!</p>
<!--
<div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url | absolute_url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }}</span>
{{ post.content }}
</div>
{% endfor %}
</div>
<div class="pagination">
{% if paginator.next_page %}
<a class="pagination-item older" href="{{ paginator.next_page_path | absolute_url }}">Older</a>
{% else %}
<span class="pagination-item older">Older</span>
{% endif %}
{% if paginator.previous_page %}
{% if paginator.page == 2 %}
<a class="pagination-item newer" href="{{ '/' | absolute_url }}">Newer</a>
{% else %}
<a class="pagination-item newer" href="{{ paginator.previous_page_path | absolute_url }}">Newer</a>
{% endif %}
{% else %}
<span class="pagination-item newer">Newer</span>
{% endif %}
</div>
-->