Skip to content

Commit 8ba0343

Browse files
committed
v1.3
1 parent 14490e8 commit 8ba0343

File tree

4 files changed

+463
-93
lines changed

4 files changed

+463
-93
lines changed

1.3/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<html>
2+
<head>
3+
<title>CLDF 1.3</title>
4+
<link rel="stylesheet"
5+
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
6+
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
7+
crossorigin="anonymous">
8+
<link rel="stylesheet"
9+
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
10+
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
11+
crossorigin="anonymous">
12+
<meta name="viewport" content="width=device-width">
13+
</head>
14+
<body>
15+
<div class="container-fluid">
16+
<div class="row">
17+
<div class="col-md-12">
18+
<h1>CLDF 1.3</h1>
19+
<h3>Added</h3>
20+
<ul>
21+
<li>New component <code>ParameterNetwork</code> and associated properties.</li>
22+
<li>New module <code>TextCorpus</code> and associated properties.</li>
23+
<li>New property <code>treeReference</code> to relate data to objects in <code>TreeTable</code></li>
24+
<li>New language property <code>parentLanguageGlottocode</code></li>
25+
<li>New language property <code>speakerArea</code></li>
26+
</ul>
27+
</div>
28+
</div>
29+
</div>
30+
</body>
31+
</html>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ <h1 class="text-center headline">Cross-Linguistic Data Formats</h1>
5353
<div class="column-100">
5454
<blockquote class="blockquote-info">
5555
<p class="lead">
56-
CLDF 1.2 has been released!
57-
<a href="https://doi.org/10.5281/zenodo.7345609"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.7345609.svg" alt="DOI"></a>
56+
CLDF 1.3 has been released!
57+
<a href="https://doi.org/10.5281/zenodo.10548119"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.10548119.svg" alt="DOI"></a>
5858
</p>
5959
<p>
6060
See the <a href="https://github.com/cldf/cldf/blob/master/CHANGELOG.md">changelog</a> for a list of changes.

0 commit comments

Comments
 (0)