12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="css/style.css">
- <title>Tuvute Pamoja</title>
- </head>
- <body>
- <ul>
- <li><a id="home" href="index.php">Home</a></li>
- <li><a id="original" href="submit.php">Original Story Submission</a></li>
- <li><a id="translation" href="submittranslation.php">Translated Story Submission</a></li>
- <li><a id="stories" href="displaystories.php">Submitted Stories</a></li>
- <li><a id="statistics" href="submissionstatistics.php">Submissions per Language</a></li>
- <!-- <li><a id="coordinate" href="coordinator.php">Coordinator Application</a></li>
- --> <li><a id="contact" href="contact.php">Contact</a></li>
- <li><a id="resources" href="resources.php">Resources</a></li>
- <li><a id="flyers" href="flyers.php">Flyers</a></li>
- <li><a id="faq" class="active" href="#">Frequently Asked Questions</a></li>
- <li><a id="privacy" href="privacy.php">Privacy</a></li>
- </ul>
- <header>
- <h1>Tuvute Pamoja
- <a href="https://deeplearningindaba.com">
- <img src="images/deeplearningindaba.svg" alt="Deeplearning Indaba" style="height:60px">
- </a> </h1>
- </header>
- <section id="description">
- <h2>Indaba X: African Language Short Story Competition</h2>
- <p>Question: My language is not listed?</p>
- <p>Answer: We do not have funds to offer prizes for all 2000+ African languages. We can increase the number of offered languages to some extent. Contact us at lugha@tuvutepamoja.africa if you want to have your language included and can support a prize. Following the example of <a href="https://en.wikipedia.org/wiki/Engineer_Mohammed_Bashir_Karaye_Prize_for_Hausa_Writing">Engineer Mohammed Bashir Karaye</a>, groups/individuals that support a language can have prizes named after them or entities that they choose. Each language requires $60.</p>
- <br>
- <br>
- <p>Question: How do I know if my submitted story has been received?</p>
- <p>Answer: You will get an automatic confirmation email upon submission. This will be followed by confirmation email from a human, and finally your story should appear in the <b>Submitted Stories</b> section of the website. Please <a href="https://tuvutepamoja.africa/contact.php">contact</a> us if you have any problems submitting your story.</p>
- <br>
- <br>
- <p>Question: I have submitted my story, why does it not appear in the <b>Submitted Stories</b> section of the website and so it is not possible to submit a translation.</p>
- <p>Answer: It may take upto 24 hours for valid submissions to appear, after which translations can be submitted.</p>
- <br>
- <br>
- </section>
- </body>
- <?php include 'footer.php';?>
- </html>
|