Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@ index:

teamoverview2: |
Also hundreds of law student authored of the case summaries in Multi-LexSum, and their names are listed [here](https://clearinghouse.net/people).

releases:
- version: "v20220616"
description: "The initial release of the dataset."

footnote:
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,26 @@ <h2 class="title is-uppercase has-text-grey-lighter" style="font-weight: 300;" i
<div class="is-family-secondary is-size-5 mb-4">
{{ site.data.meta.index.background.download | markdownify }}
</div>
<div class="is-family-secondary is-size-6 mb-4">


<div class="is-family-secondary is-size-6 mb-4" id="download-code">
{{ site.data.meta.index.background.downloadcode | markdownify }}
</div>
<div class="is-family-secondary is-size-5">

<div class="is-family-secondary is-size-5 mb-4">
The current releases are:
</div>

<article class="panel" style="max-width: 30rem;">
{% for release in site.data.meta.index.releases %}
<a class="panel-block">
<span class="tag is-white mr-4">{{ release.version }}</span>
{{ release.description }}
</a>
{% endfor %}
</article>

<div class="is-family-secondary is-size-5 mb-4">
{{ site.data.meta.index.background.download2 | markdownify }}
</div>
</div>
Expand Down