This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (178 loc) · 8.34 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
---
layout: default
title: WeKeyPedia
---
<div class="container-fluid text-center">
<div class="row" id="logo">
<div class="col-md-3 col-sm-12">
<img src="/images/logo.svg" />
</div>
<div class="col-md-9 col-sm-12">
<!-- <h1><span>w</span>eke<span>y</span>pe<span>d</span>ia</h1>
-->
<h1>wekeypedia</h1>
<p class="description">
is a research project funded by <a href="http://www.sorbonne-paris-cite.fr/">Sorbonne
Paris Cité</a><br>
and hosted at <a href="http://cri-paris.org">CRI</a> (UP5) and <a href="http://www.liafa.jussieu.fr/">LIAFA</a> (UP7)
<!-- is a <a href="http://cri-paris.org">CRI</a> research project<br>
about <a href="">thinking</a> and <a href="">building</a><br>
concepts, tools and dispositifs<br>
to power up learning experience<br>
through <a href="">collective intelligence</a><br>
and <a href="">web litteracy</a>.
-->
</p>
</div>
</div><!-- /logo -->
<div class="row" id="follow_us">
<div class="col-md-3 col-sm-12"><h2>follow us</h2></div>
<div class="col-md-9 col-sm-12">
<a class="btn btn-primary" href="http://twitter.com/wekeypedia">
<span class="fa-stack fa-2x"><i class="fa fa-twitter-square fa-stack-2x"></i></span>
<span class="text">twitter</span>
</a>
<a class="btn btn-primary" href="http://github.com/wekeypedia">
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-github-alt fa-stack-1x fa-inverse"></"></i>
</span>
<span class="text">github</span>
</a>
<a class="btn btn-primary" href="https://www.flickr.com/photos/biniki/sets/72157653482674271">
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-paint-brush fa-stack-1x"></"></i>
</span>
<span class="text">visual diary</span>
</a>
</div>
</div><!-- /follow-us -->
<!--
<div class="row" id="about">
<div class="col-md-3"><h2>about</h2></div>
<div class="col-md-3">
<h3>mission statement</h3>
<p>The main purpose of our research group is to define wikipedia as a knowledge space oriented toward learning. The issue at stake is not only to assess the online encyclopedia as it sum of knowledge but to acknowledge the fact that it is a pure product of heterogenous collective intelligence. The main contribution is to propose a framework that allow to have a better understanding of wikipedia and escape its framing as a corpus but to show it as a dynamic network of texts and actors. That idea is already present in critical theory of litterature but the conjunction of contemporary computational power and new media allow to us actualize it.</p>
<p>The end game is too meet wikipedia mission statement and open its content to a broader audience both in term of demographics but also of mode of participations.</p>
</div>
<div class="col-md-3">
<h3>socio-semantic systems analytics</h3>
<p>The main purpose of our research group is to define wikipedia as a knowledge space oriented toward learning. The issue at stake is not only to assess the online encyclopedia as it sum of knowledge but to acknowledge the fact that it is a pure product of heterogenous collective intelligence. The main contribution is to propose a framework that allow to have a better understanding of wikipedia and escape its framing as a corpus but to show it as a dynamic network of texts and actors. That idea is already present in critical theory of litterature but the conjunction of contemporary computational power and new media allow to us actualize it.</p>
<p>The end game is too meet wikipedia mission statement and open its content to a broader audience both in term of demographics but also of mode of participations.</p>
</div>
<div class="col-md-3">
<h3>learning with wikipedia</h3>
<h4>learning by understanding</h4>
<p>Understanding what is the history of a wikipedia page (and inherto wikipedia itself) is a full part of what is needed to have a full understanding of the concept one might want to learn using this tool. Quality issues are one the main problem of wikipedia but because its content is produced by a complex collective motion process, wikipedia has the huge advantage to provide the possibility of a direct look of the interactions that results in a more or less description of the reality.</p>
<h4>learning by interacting</h4>
<p>From there it is also possible to push forward the active part of contributing to wikipedia by enabling wikipedia users to escape the usual divide between readers and editors. With the right recommandation system, we can orient users to the rigth space to ask questions (talk pages) and the right contributors to contact.</p>
</div>
</div>--><!-- /about -->
<div id="works" class="row">
<div class="col-md-3 col-sm-12"><h2>works</h2></div>
<div class="col-md-9">
{% assign project_sorted = site.projects | sort: "importance" %}
{% for project in project_sorted %}
<div class="project">
{% if project.website %}
<h3><a href="{{ project.website }}">{{ project.title }}</a></h3>
{% else %}
<h3>{{ project.title }}</h3>
{% endif %}
{% if project.content != nil %}
<div class="row">
<div class="content col-md-9">
{% if project.content contains "<!-- more -->" %}
{{ project.content | split:"<!-- more -->" | first }}
{% else %}
{{ project.content }}
{% endif %}
</div>
</div>
{% endif %}
<div class="links">
{% if project.github %}
<a href="http://github.com/{{ project.github }}">
<i class="fa fa-github-alt"></i> <span class="text">github</span>
</a>
{% endif %}
{% if project.documentation %}
<a href="{{ project.documentation }}">
<i class="fa fa-book"></i> <span class="text">documentation</span>
</a>
{% endif %}
</div>
{% if project.keywords %}
<div class="keywords">
<i class="fa fa-tags"></i>
{% for k in project.keywords %}
<a href="">#{{ k }}</a>
{% endfor %}
</div>
{% endif %}
</div>
{% endfor %}
</div>
</div><!-- /works -->
<div id="talks" class="row">
<div class="col-md-3 col-sm-12"><h2>talks</h2></div>
<div class="col-md-9">
{% for talk in site.talks %}
<div class="talk">
<h3>{{ talk.title }}</h3>
<div class="subtitle">{{ talk.date }} — {{talk.speaker}} — <a href="{{talk.event.url}}">{{ talk.event.name }}</a> ({{ talk.event.location }})</div>
{% if talk.content %}
<div class="content">{{talk.content}}</div>
{% endif %}
</div>
{% endfor %}
</div>
</div><!-- /talks -->
<div id="workshops" class="row">
<div class="col-md-3 col-sm-12"><h2>workshops</h2></div>
<div class="col-md-9">
{% for workshop in site.workshops %}
<div class="workshop">
<h3>{{ workshop.title }}</h3>
{% if workshop.collaborations %}
<div class="collaboration">
in collaboration with
{% for collaborator in workshop.collaborations%}
<span>{{ collaborator.name }}</span>
{% endfor %}
</div>
{% endif %}
<div class="subtitle">{{ workshop.date }} — <a href="{{workshop.event.url}}">{{ workshop.event.name }}</a> ({{ workshop.event.location }})</div>
{% if workshop.content %}
<div class="content">{{workshop.content}}</div>
{% endif %}
</div>
{% endfor %}
</div>
</div><!-- /workshops -->
<div id="publications" class="row">
<div class="col-md-3 col-sm-12"><h2>publications</h2></div>
<div class="col-md-9">
<div class="empty">no publication yet</div>
</div>
</div><!-- /publications -->
<div class="row" id="team">
<div class="col-md-3 col-sm-12"><h2>team</h2></div>
<div class="col-md-9">
{% for member in site.members %}
<div class="member col-md-3 col-sm-3">
<h4>{{ member.name }}</h4>
<div class="affiliation">{{ member.affiliation }}</div>
<div class="links">
{% if member.mail %}<a href="mailto:{{ member.mail }}">{{ member.mail }}</a>{% endif %}
{% if member.twitter %}<a href="http://twitter.com/{{ member.twitter }}">@{{ member.twitter }}</a>{% endif %}
{% if member.github %}<a href="http://github.com/{{ member.github }}"><i class="fa fa-github-alt"></i> {{ member.github }}</a>{% endif %}
{% if member.academia %}<a href="{{ member.academia }}"><i class="fa fa-university"></i> academia</a>{% endif %}
</div>
</div>
{% endfor %}
</div>
</div><!-- /collaborators -->
</div>
</div>