Skip to content

Commit

Permalink
Table added
Browse files Browse the repository at this point in the history
  • Loading branch information
MadKea committed Aug 1, 2024
1 parent 22316ae commit 7c83753
Showing 1 changed file with 35 additions and 28 deletions.
63 changes: 35 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,34 +162,41 @@ <h2 class="title is-3">Abstract</h2>
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<img src="Page/static/images/carousel1.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
First image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="Page/static/images/carousel2.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Second image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="Page/static/images/carousel3.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Third image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="Page/static/images/carousel4.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Fourth image description.
</h2>
</div>

<table>
<thead>
<tr>
<th>Database</th>
<th>Description</th>
<th>Documentation</th>
<th>CSV</th>
<th>JSON</th>
<th>TBX</th>
<th>xlsx</th>
</tr>
</thead>
<tbody>
<tr>
<td>OERTB</td>
<td>Open Resource Term Bank (OERTB) project is to support the collaborative development and dissemination of terminological resources, and thereby promoting the use of African languages in teaching and learning at higher education institutions.</td>
<td>TBD</td>
<td><a href="https://github.com/dsfsi/za-mavito/blob/master/data/oertb/oertb-full.csv">data/oertb/oertb-full.csv</a>, view on <a href="https://lite.datasette.io/?csv=https://github.com/dsfsi/za-mavito/blob/master/data/oertb/oertb-full.csv">datasette</a></td>
<td><a href="https://github.com/dsfsi/za-mavito/blob/master/data/oertb/oertb-termbank-IATE.json">data/oertb/oertb-termbank-IATE.json</a>, view on <a href="https://lite.datasette.io/?json=https://github.com/dsfsi/za-mavito/blob/master/data/oertb/oertb-termbank-IATE.json">datasette</a></td>
<td><a href="https://github.com/dsfsi/za-mavito/blob/master/data/oertb/oertb-termbank-IATE.tbx">data/oertb/oertb-termbank-IATE.tbx</a></td>
<td></td>
</tr>
<tr>
<td>StatsSA</td>
<td>The Multilingual Statistical Terminology Project by Stats SA develops statistical terminology in South Africa's 11 official languages to enhance access to vital data for all citizens, ensuring a deeper understanding and connection to the information that affects their lives.</td>
<td>TBD</td>
<td><a href="https://github.com/dsfsi/za-mavito/blob/master/data/statssa/multilingual_statistical_terminology_clean.csv">data/statssa/multilingual_statistical_terminology_clean.csv</a>, view on <a href="https://lite.datasette.io/?csv=https://github.com/dsfsi/za-mavito/blob/master/data/statssa/multilingual_statistical_terminology_clean.csv">datasette</a></td>
<td><a href="https://github.com/dsfsi/za-mavito/blob/master/data/statssa/multilingual_statistical_terminology_clean.json">data/statssa/multilingual_statistical_terminology_clean.json</a>, view on <a href="https://lite.datasette.io/?json=https://github.com/dsfsi/za-mavito/blob/master/data/statssa/multilingual_statistical_terminology_clean.json">datasette</a></td>
<td></td>
<td><a href="https://github.com/dsfsi/za-mavito/blob/master/data/statssa/multilingual_statistical_terminology_clean.xlsx">data/statssa/multilingual_statistical_terminology_clean.xlsx</a></td>
</tr>
</tbody>
</table>

</div>
</div>
</div>
Expand Down

0 comments on commit 7c83753

Please sign in to comment.