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/14/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "CDH Presents Research At EMNLP 2024",
    "abstract": "",
    "content": "Craig Messner presented his paper entitled \"Examining Language Modeling Assumptions Using an Annotated Literary Corpus\" at EMNLP 20204.\r\nhttps://aclanthology.org/2024.nlp4dh-1.32/\r\n",
    "ordering": 0,
    "thumbnail": null,
    "date": "2024-11-20",
    "people": [
        "https://cdh.jhu.edu/api/user/5/"
    ],
    "researchprojects": [
        "https://cdh.jhu.edu/api/researchproject/9/"
    ],
    "courses": [],
    "researchartifacts": [
        "https://cdh.jhu.edu/api/researchartifact/59/"
    ],
    "name": "Craig Messner",
    "url": "https://cdh.jhu.edu/api/article/14/",
    "creator_url": "https://cdh.jhu.edu/api/user/5/",
    "permissions_url": "/api/article/permissions/14/",
    "id": 14
}