dhmit / self-sufficient-cities

An interactive mapping and timeline project about urban communities that grew their own food in the 20th century United States.
https://cities.dhlab.mit.edu/
5 stars 2 forks source link

add - articles json from transcriptions #14

Closed anastasia closed 2 years ago

anastasia commented 2 years ago

Adding four articles from students' digitization work. Other articles will be added soon.

The JSON looks like this for now:

{
    "date": "",
    "publication": "",
    "title": "",
    "text": "",
    "entities": {
        "places": [],
        "people": [],
        "dates": [],
        "events": []
    }
}