Last active
August 29, 2015 14:18
-
-
Save mikestratton/4912de9b255be2d52bc3 to your computer and use it in GitHub Desktop.
Pseudo code for the 2015 Space Apps Challenge
This file contains hidden or 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
// Pseudo Code for Data Treasure Hunting | |
// NASA's SpaceAppsChallenge 2015 | |
// Pseudo Code Derived from: | |
// MESSAGE POSTED IN NASA STARTER KIT | |
// Posted by Alon Peled, Ph.D.(Harvard University) | |
// FILE: NASA_starter_kit/xl/sharedStrings.xml | |
Dear NASA Data Treasure Hunt Participant, | |
1. Develop system to discover new keywords | |
1.1 Provide new keywords for 71 data sets using meta data | |
1.2 Explain and demonstrate solution | |
1.3 Import meta data from data.json or ckan | |
{ FILE: 002.pseudo.JSON.code } | |
1.4 Output new meta data that is | |
1.4.1 Easily accessible to non-technical user | |
1.4.2 Search engine friendly | |
1.4.3 Non-technical user friendly | |
1.4.4 Helps non-technical user solve data-driven, non-space problems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment