Skip to content

Commit

Permalink
Telegram link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaahmadi committed Aug 30, 2024
1 parent 5ef8ef5 commit 23a1c53
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''}
Expand Down
2 changes: 1 addition & 1 deletion _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>{{ contact.name }}</h4>
<p>{{ contact.institution_address }}</p>
<ul>
<li>Email: <a href="mailto:{{ contact.email }}">{{ contact.email }}</a></li>
<li><a href="https://t.me/+qibLbXbnp-05NWQ0" target="_blank">DOLMA-NLP on Telegram</a></li>
<li><a href="https://t.me/+RDthc2wnw9xhNDA8" 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>
Expand Down
85 changes: 85 additions & 0 deletions _site/2024/08/26/progress.html
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>
4 changes: 2 additions & 2 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ <h3 id="language-empowerment-through-technology">Language empowerment through te

<h3 id="objectives">Objectives</h3>
<h5 id="1-solving-problems">1. Solving problems</h5>
<p>We plan to leverage the created resources to expand NLP applications for the target languages. Most importantly, this includes developing <strong>machine translation</strong>, <strong>language identification models</strong> and also, <strong>text transliteration</strong> tools. To measure impact, we’ll track the adoption of our tools within the speaker communities and gather feedback to guide future developments. Long-term goals include creating comprehensive language learning apps and contributing to digital language documentation efforts.</p>
<p>We plan to leverage the created resources to expand NLP applications for the target languages. Most importantly, this includes developing <strong>machine translation</strong>, <strong>language identification models</strong> and also, <strong>text transliteration</strong> tools. To measure impact, we’ll track the adoption of our tools within the speaker communities and gather feedback to guide future developments. Long-term goals include creating comprehensive language processing applications and contributing to digital language documentation efforts.</p>

<div style="text-align: center;">
<img src="/assets/img/MT_NLP.png" width="40%" alt="DOLMA-NLP solves language technology problems" />
</div>

<h5 id="2-open-source-development">2. Open-source development</h5>
<p>As an advocate for open-source research, we will ensure wide dissemination of our project outcomes. All resources, including corpora, tools, and models, will be released on GitHub. This approach allows for easy access and encourages further development by the research community.</p>
<p>As an advocate for open-source research, I will ensure wide dissemination of our project outcomes. All resources, including corpora, tools, and models, will be released on GitHub. This approach allows for easy access and encourages further development by the research community.</p>

<div style="text-align: center;">
<img src="/assets/img/open-source.png" width="25%" alt="DOLMA-NLP is open source" />
Expand Down
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.
6 changes: 3 additions & 3 deletions _site/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
4 changes: 3 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ <h3 class="fw-bold border-bottom pb-3 mb-5">Publications</h3>
<h3 class="fw-bold border-bottom pb-3 mb-5">Updates</h3>
<ul>

<li><a href="http://localhost:4000//2024/08/12/SILICON.html">Exciting News: DOLMA-NLP is accepted to the SILICON Practitioners Program</a> - August 12, 2024</li>
<li><a href="//2024/08/26/progress.html">Track our progress!</a> - August 26, 2024</li>

<li><a href="//2024/08/12/SILICON.html">Exciting News: DOLMA-NLP is accepted to the SILICON Practitioners Program</a> - August 12, 2024</li>

<li>August 1st, 2024: Our website is live!</li>
</ul>
Expand Down
Binary file added assets/progress/DOLMA-NLP-progress-03082024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/progress/DOLMA-NLP-progress-09082024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/progress/DOLMA-NLP-progress-16082024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/progress/DOLMA-NLP-progress-22082024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/progress/DOLMA-NLP-progress-27072024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/progress/DOLMA-NLP-progress-29082024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23a1c53

Please sign in to comment.