Skip to content

Data Structuring

mrennekamp edited this page Dec 26, 2020 · 9 revisions

Generally, JSON:

` { "title": "", "id": null, "journal": "name", "DOI": "link", "date_interested": "yyyy/mm/dd", "date_started": "yyyy/mm/dd", "date_finished": "yyyy/mm/dd", "referrer": "link"

"notes": [
    "user_description",
    "second_link_etc"
]

} `

Journal

Assuming accessed JSTOR, MUSE, Wiley, SagePub, etc. or the journal's own website. May have unique article identifier, otherwise use DOI or equivalent.

Referrer

Assume direct influence. Should (policy) enter things chronologically. Difficulty is moving custom entry (ex jstor stable link) when becomes 'trusted' (using model of kitsu mods approving database changes), and onboarding/importing on first use.

Clone this wiki locally