jeanma commited on
Commit
ce3d6d8
·
1 Parent(s): 75b4228

Initial commit

Browse files
Files changed (2) hide show
  1. README.md +26 -6
  2. oldi.png +0 -0
README.md CHANGED
@@ -1,10 +1,30 @@
1
  ---
2
- title: README
3
- emoji: 👀
4
- colorFrom: green
5
- colorTo: yellow
 
 
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Open Language Data Initiative
3
+ short_description: OLDI empowers communities to contribute to key datasets.
4
+ thumbnail: https://oldi.org/og.png
5
+ emoji: 🐠
6
+ colorFrom: yellow
7
+ colorTo: blue
8
  sdk: static
9
+ pinned: true
10
  ---
11
 
12
+ <style>
13
+ body { color-scheme: light dark; color: #4b5563; }
14
+ h1, h2 { color: #0f52ba; font-weight: bold; font-family: Courier, monospace; }
15
+ h1.title { font-size: 1.4em; text-align: center; }
16
+ h1.title img { height: 2.5ex; vertical-align: text-bottom; display: inline; margin: 0; }
17
+ div.info { text-align: center; border: 2px solid #a9cbff; width: fit-content; padding: 15px; margin: 10px auto; }
18
+ a { color: #0f52ba; }
19
+ a:hover { text-decoration: none; }
20
+ p { padding: 15px; }
21
+ </style>
22
+
23
+
24
+ <h1 class="title"><img src="./oldi.png"> Open Language Data Initiative</h1>
25
+
26
+ <h2>Welcome!</h2>
27
+
28
+ <p>The Open Language Data Initiative (OLDI) empowers language communities around the globe to contribute to a database that drives the foundation of today’s machine translation and natural language processing work. We invite community, academic, and industry members to contribute to key datasets that are imperative to the organic expansion of language technology’s reach.</p>
29
+
30
+ <div class="info">For more information, visit <a href="https://oldi.org">oldi.org</a>.</div>
oldi.png ADDED