This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/article/2/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Johns Hopkins hosts KeystoneDH 2023",
    "abstract": "The JHU Center for Digital Humanities hosted the 2023 meeting of KeystoneDH",
    "content": "The JHU Center for Digital Humanities hosted the 2023 meeting of [KeystoneDH](https://keystonedh.network/2023/), a conference for digital humanists in the mid-Atlantic region.  Organized by post-doctoral researchers Nadejda Webb and Sam Backer, the two-day event included keynote talks by [Ted Underwood](https://english.illinois.edu/directory/profile/tunder) ([\"DH in the Age of Generative AI\"](https://youtu.be/7oeC60JlZz8)) and [Andre Brock](https://iac.gatech.edu/people/person/andre-brock) ([\"Questions of Scale and Distributed Blackness\"](https://youtu.be/22Yw2AisEJw)).",
    "ordering": 0,
    "thumbnail": null,
    "date": "2023-06-16",
    "people": [
        "https://cdh.jhu.edu/api/user/6/",
        "https://cdh.jhu.edu/api/user/7/"
    ],
    "researchprojects": [],
    "courses": [],
    "researchartifacts": [],
    "name": "keystonedh",
    "url": "https://cdh.jhu.edu/api/article/2/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/2/",
    "id": 2
}