Skip to content

Latest commit

 

History

History
105 lines (65 loc) · 2.73 KB

dataSchema.md

File metadata and controls

105 lines (65 loc) · 2.73 KB

Updates

Data Schema

for data.json

{
      "author": array[1],
      
      "title": string,
      "subtitle": string, 		
      "description": string,

      "student_url": string, 			
      "project_url": string,       
      "project_repo": string, 
      
      "category": array[1],  //"thesis" or "ms1"     
      "tags": array, //for "ms1" category, tag can be "smithsonian", "met", or "undp"
      
      "year": int,
      
      "image": array,      
      "image_url": array,     
      "video": string,
}

for metadata.json

{

    "msdv_url": "http://www.newschool.edu/parsons/ms-data-visualization/",
    "msdv_archive_url": "https://parsons.nyc/",

    "amt_url": "http://www.newschool.edu/parsons/art-media-technology-school-amt/",
    "parsons_url": "https://www.newschool.edu/parsons/",
    "newschool_url": "https://www.newschool.edu/"
    
}

Collecting Progress

Following is a checklist of all the data files to be processed. Some files needs to be manually adjust. So the instructions are also included here.

Thesis Data

updated thesis json

  • before 2022

  • 2022

    • need to collect student_url

Partnerships

Collection

  • undp 2015 currently working on

  • undp 2016 repo?

  • undp 2017 repo?

  • met ms1-2018

  • met ms1-2019

    • modify name: Antonie C. Dreyer
    • missing: Xingyang Cai
  • smithsonian ms1-2020

    • modify name: Soonk Paik
  • smithsonian ms1-2021

    • modify name: Baihan Lin, Gisli Gudjonsson
    • 1 typo: decription

Next Step

  • What's the value of image_url -- aka the path of the image assets? currently there are two scenarios:

    • preview.png from each author's repo (absolute path)
    • directly hosted from repo (relative path)
  • Process undp data

  • Manual adjustments

  • Any changes on metadata.json