-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (50 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://data-pt.etica.ai/</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<h1 id="data-pt-etica-ai">data-pt.etica.ai</h1>
<blockquote>
<p>[PT] Arquivos estáticos de <a href="https://data-pt.etica.ai">https://data-pt.etica.ai</a> gerados automaticamente
com base em planilhas hospedadas no <a href="https://drive.google.com/drive/folders/1VLm29IBV6iOnfagRKKD8cLntDAjIjL0z">Google Drive público</a> do grupo de usuários
<a href="https://github.com/HXL-CPLP">HXL-CPLP</a>. Use
<a href="https://github.com/EticaAI/EticaAI-linguistic-datasets-pt">https://github.com/EticaAI/EticaAI-linguistic-datasets-pt</a> para discussões.
<strong>Os URLs de data-pt.etica.ai podem ser alterados sem aviso prévio. Isto não
é uma API versionada, porém pode ser usado caso você não queira gerar os
arquivos ou usar <a href="https://proxy.hxlstandard.org/">HXL Proxy</a> diretamente.</strong></p>
</blockquote>
<blockquote>
<p>[EN] Static files from <a href="https://data-pt.etica.ai">https://data-pt.etica.ai</a> automatically generated based
on Spreadsheets hosted on <a href="https://github.com/HXL-CPLP">HXL-CPLP</a>
<a href="https://drive.google.com/drive/folders/1VLm29IBV6iOnfagRKKD8cLntDAjIjL0z">public Google Drive</a>.
Please use <a href="https://github.com/EticaAI/EticaAI-linguistic-datasets-pt">https://github.com/EticaAI/EticaAI-linguistic-datasets-pt</a> for
issues. <strong>The URLs from data-pt.etica.ai may change without prior notice.
This is not an versioned API, but can be used if you don't want generate the
files or use the <a href="https://proxy.hxlstandard.org/">HXL Proxy</a> directly.</strong></p>
</blockquote>
<h2>Diretórios</h2>
<p><a href="/working-drafts/">working-drafts/</a></p>
<section id="content">
</section>
<!--
<script>
// Snippet from TimE from Stackoverflow
// @see https://stackoverflow.com/questions/39048654/how-to-enable-directory-indexing-on-github-pages
(async () => {
// const response = await fetch('https://api.github.com/repos/:user/:repo/contents/');
const response = await fetch('https://api.github.com/repos/EticaAI/EticaAI-linguistic-datasets-pt-data/contents/');
const data = await response.json();
let htmlString = '<ul>';
for (let file of data) {
htmlString += `<li><a href="${file.path}">${file.name}</a></li>`;
}
htmlString += '</ul>';
document.getElementsByTagName('section')[0].innerHTML = htmlString;
})()
</script>
-->
</body>
</html>