-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ef8ef5
commit 23a1c53
Showing
17 changed files
with
95 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ languages: | |
social: | ||
- {icon: 'github', link: 'https://github.com/DOLMA-NLP'} | ||
- {icon: 'twitter', link: 'https://x.com/sina_ahm'} | ||
- {icon: 'telegram', link: 'https://t.me/+2Lez5NisiNhmNmU0'} | ||
- {icon: 'telegram', link: 'https://t.me/+RDthc2wnw9xhNDA8'} | ||
- {icon: 'envelope', link: 'mailto:[email protected]'} | ||
# - {icon: 'instagram', link: ''} | ||
# - {icon: 'linkedin', link: ''} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="utf-8"> | ||
<title>DOLMA-NLP | Track our progress!</title> | ||
<link rel="stylesheet" href="/assets/libs/bootstrap/bootstrap.min.css"> | ||
<script defer src="/assets/libs/fontawesome/all.min.js"></script> | ||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-icon-152x152.png"> | ||
<link rel="shortcut icon" href="/assets/favicon.ico"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div class="col-lg-8 mx-auto p-3 py-md-5"> | ||
<header class="d-flex flex-column flex-md-row align-items-center pb-3 mb-5 border-bottom"> | ||
<div class="d-flex align-items-center"> | ||
<img src="/assets/DOLMA-NLP.png" alt="DOLMA-NLP logo" width="10%" class="me-3"> | ||
<div> | ||
<a href="/" class="d-flex align-items-center text-decoration-none"> | ||
<span class="fs-4 fw-bold">DOLMA-NLP</span> | ||
</a> | ||
<a href="/" class="d-flex align-items-center text-decoration-none"> | ||
<span><u><b>D</b></u>eveloping Techn<u><b>ol</b></u>ogies for <u><b>M</b></u>iddle Eastern L<u><b>a</b></u>nguages</span> | ||
</a> | ||
</div> | ||
</div> | ||
<nav class="d-inline-flex mt-2 mt-md-0 ms-md-auto"> | ||
|
||
<a class="me-3 py-2 text-decoration-none" href="/">Home</a> | ||
|
||
<a class="me-3 py-2 text-decoration-none" href="/about.html">About</a> | ||
|
||
<a class="me-3 py-2 text-decoration-none" href="/languages">Languages</a> | ||
|
||
<a class="me-3 py-2 text-decoration-none" href="/publications">Publications</a> | ||
|
||
<a class="me-3 py-2 text-decoration-none" href="/contact">Contact</a> | ||
|
||
</nav> | ||
</header> | ||
|
||
|
||
<div class="row g-5 mb-5"> | ||
<div class="col-md-12"> | ||
<h3 class="fw-bold border-bottom pb-3 mb-5">Track our progress!</h3> | ||
<div style="text-align: center;"> | ||
<figure class="figure" style="display: inline-block; margin: 0;"> | ||
<img src="/assets/img/SILICON.jpg" alt="The SILICON program 2024-25" width="50%" /> | ||
<figcaption class="figure-caption">The inaugural SILICON Practitioners Program cohort (<a href="https://silicon.stanford.edu/" target="_blank">source</a>)</figcaption> | ||
</figure> | ||
</div> | ||
|
||
<p><br /></p> | ||
|
||
<p>We are thrilled to announce that DOLMA-NLP has been accepted into the prestigious Stanford Initiative on Language Inclusion and Conservation in Old and New Media (SILICON)!</p> | ||
|
||
<p>This incredible opportunity will allow us to further our mission of advancing digitally disadvantaged languages in the Middle East. Through this program, we will receive support to propel our project forward, collaborating with experts and leveraging cutting-edge technology to preserve and develop essential resources for these underserved languages.</p> | ||
|
||
<p>Stay connected with the SILICON program to learn more about what other practitioners and interns are planning. Visit <a href="https://silicon.stanford.edu/">SILICON’s website</a> for updates, and follow SILICON on <a href="https://x.com/siliconstanford">Twitter</a> and <a href="https://bsky.app/profile/stanfordsilicon.bsky.social">BlueSky</a> to join us on this important journey!</p> | ||
|
||
</div> | ||
</div> | ||
|
||
<footer class="pt-5 my-5 text-muted border-top"> | ||
<div class="row"> | ||
<div class="col-md-6 text-end social-media-icons"> | ||
|
||
<a href="https://github.com/DOLMA-NLP" class="ms-3 fs-5" target="_blank"><i class="fab fa-github"></i></a> | ||
|
||
<a href="https://x.com/sina_ahm" class="ms-3 fs-5" target="_blank"><i class="fab fa-twitter"></i></a> | ||
|
||
<a href="https://t.me/+2Lez5NisiNhmNmU0" class="ms-3 fs-5" target="_blank"><i class="fab fa-telegram"></i></a> | ||
|
||
<a href="mailto:[email protected]" class="ms-3 fs-5" target="_blank"><i class="fab fa-envelope"></i></a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,9 @@ <h4></h4> | |
<p></p> | ||
<ul> | ||
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li> | ||
<li><a href href="https://t.me/+qibLbXbnp-05NWQ0" target="_blank">DOLMA-NLP on Telegram</a></li> | ||
<li><a href href="https://github.com/DOLMA-NLP" target="_blank">DOLMA-NLP on GitHub</a></li> | ||
<li><a href href="https://x.com/sina_ahm" target="_blank">Twitter (X)</a></li> | ||
<li><a href="https://t.me/+qibLbXbnp-05NWQ0" target="_blank">DOLMA-NLP on Telegram</a></li> | ||
<li><a href="https://github.com/DOLMA-NLP" target="_blank">DOLMA-NLP on GitHub</a></li> | ||
<li><a href="https://x.com/sina_ahm" target="_blank">Twitter (X)</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.