Submission Checklist
Upon completion of the UN Datathon, you need to make sure your final submission contains the following items:
- Presentation or StoryMap of your project
- Video link
- GitHub Repository with your code, including any model weights if providing machine learning or deep learning models.
- Any other links (e.g. html, dashboard...)
Submission Survey
You must fill out a submission survey once you complete the Datathon. These are the items you will need to fill out:
- Final team name - this will appear on the final certificate of participation as well as potential awards
- Final information about each team member - you will need to specify each team member's full name and email to confirm their participation in the Datathon. Only the team members who fill this out will receive certificates of participation
Project Title - in one sentence, describe your Datathon project
Project Summary/Problem Statement - in a few lines, summarize the idea(s) you worked on during the Datathon. This will serve as an abstract that the jury will read to understand what you have been working on
Include links to all the items in the Submission Checklist (see above)
Presentation/StoryMap
- Video
GitHub repo
Is there additional material you would like to share with us?
Any comments?
Requirement to submit all materials under an MIT License
All submissions must reproduce the following text in the git repository submitted for consideration:
MIT License
Copyright (c) 2023 [List of the full names of all team members]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For your submission to be valid, you must modify the full names of each team member as provided to the UN Datathon organizing team.
All materials submitted, including code, model weights, story maps, and videos, must include clear notices that the MIT license applies to the specific submission element and reproduce the text therein.
How to
Create a text file (typically named LICENSE, LICENSE.md or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
Optional steps
Add MIT to your project’s package description, if applicable. This will ensure the license is displayed in package directories.