Skip to content

Commit c8a3da4

Browse files
author
LinguList
committed
updated website
1 parent 1c50f37 commit c8a3da4

16 files changed

+2216
-2166
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Concepticon
2+
=======
3+
datapackage
4+
===========
5+
6+
Main datapackage for the concepticon

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h1>Future Development</h1>
210210

211211
<div class="footer-col-2 column">
212212
<p class="text">
213-
Last updated on 2014-11-05 17:27:18.928297.
213+
Last updated on 2014-11-05 17:40:42.496614.
214214
</p>
215215
<p>
216216
This work is licensed under a

browse.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1>Browse the Concepticon</h1>
212212

213213
<div class="footer-col-2 column">
214214
<p class="text">
215-
Last updated on 2014-11-05 17:27:18.928297.
215+
Last updated on 2014-11-05 17:40:42.496614.
216216
</p>
217217
<p>
218218
This work is licensed under a

compare.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h1>Concept Comparison</h1>
207207

208208
<div class="footer-col-2 column">
209209
<p class="text">
210-
Last updated on 2014-11-05 17:27:18.928297.
210+
Last updated on 2014-11-05 17:40:42.496614.
211211
</p>
212212
<p>
213213
This work is licensed under a

concepticonS.tsv

+1,994-1,981
Large diffs are not rendered by default.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1>Concepticon — A Resource for the Linking of Concept Lists</h1>
153153

154154
<div class="footer-col-2 column">
155155
<p class="text">
156-
Last updated on 2014-11-05 17:27:18.928297.
156+
Last updated on 2014-11-05 17:40:42.496614.
157157
</p>
158158
<p>
159159
This work is licensed under a

list_include.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Concept lists currently linked in the Concepticon
2+
3+
Below you find a list of all conceptlists which are currently linked in the concepticon. Click on the items to inspect the details.
4+
5+
6+
7+

lists.html

+3-3
Large diffs are not rendered by default.

map.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1>Using the concept mapper</h1>
211211

212212
<div class="footer-col-2 column">
213213
<p class="text">
214-
Last updated on 2014-11-05 17:27:18.928297.
214+
Last updated on 2014-11-05 17:40:42.496614.
215215
</p>
216216
<p>
217217
This work is licensed under a

media/compare.action.js

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ function showData()
3535
if(key != 'header')
3636
{
3737
var gloss = csv2[key]['gloss'].toLowerCase();
38+
/* add this for comparison with starred forms */
39+
gloss = gloss.replace(/[\*\+]/g,'');
40+
gloss = gloss.replace(/-/g,'/');
3841
if(gloss in glossesA)
3942
{
4043
var textf = ''; //'\t'+key+'\t'+gloss;

media/concepticon.js

+74-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/identifiers.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

obraz/lists.md

+2-2
Large diffs are not rendered by default.

obraz/media/compare.action.js

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ function showData()
3535
if(key != 'header')
3636
{
3737
var gloss = csv2[key]['gloss'].toLowerCase();
38+
/* add this for comparison with starred forms */
39+
gloss = gloss.replace(/[\*\+]/g,'');
40+
gloss = gloss.replace(/-/g,'/');
3841
if(gloss in glossesA)
3942
{
4043
var textf = ''; //'\t'+key+'\t'+gloss;

obraz/media/concepticon.js

+117-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

obraz/media/identifiers.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)