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/3/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Research fellows and students present four papers at UMass conference on text as data",
    "abstract": "Topics included literary orthographic variation, the emergence of minstrelsy as a genre, the hidden materials of Armeno-Turkish, and semantic shifts in Classical and Early Christian Latin.",
    "content": "![Group photo](https://cdh.jhu.edu/media/user_uploads/CDH_group_TADA2023_small.jpeg)\r\n\r\nTopics presented at [TADA2023](https://tada2023.org/) included literary orthographic variation, the emergence of minstrelsy as a genre, the hidden materials of Armeno-Turkish, and semantic shifts in Classical and Early Christian Latin.",
    "ordering": 0,
    "thumbnail": "https://cdh.jhu.edu/media/article_images/CDH_group_TADA2023_small_hJ9DJfI.jpeg",
    "date": "2023-11-07",
    "people": [
        "https://cdh.jhu.edu/api/user/2/",
        "https://cdh.jhu.edu/api/user/3/",
        "https://cdh.jhu.edu/api/user/4/",
        "https://cdh.jhu.edu/api/user/5/",
        "https://cdh.jhu.edu/api/user/6/"
    ],
    "researchprojects": [
        "https://cdh.jhu.edu/api/researchproject/8/",
        "https://cdh.jhu.edu/api/researchproject/9/",
        "https://cdh.jhu.edu/api/researchproject/11/",
        "https://cdh.jhu.edu/api/researchproject/12/"
    ],
    "courses": [],
    "researchartifacts": [],
    "name": "tada",
    "url": "https://cdh.jhu.edu/api/article/3/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/3/",
    "id": 3
}