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/5/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "CDH presents three papers at LaTeCH@EACL 2024 in Malta",
    "abstract": "",
    "content": "CDH researchers presented three publications at the selective [LaTeCH](https://sighum.wordpress.com/events/latech-clfl-2024/) conference, the archival venue of SIGHUM collocated with [EACL](https://2024.eacl.org/program/main/) in Malta.",
    "ordering": 0,
    "thumbnail": null,
    "date": "2024-03-22",
    "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/"
    ],
    "researchprojects": [
        "https://cdh.jhu.edu/api/researchproject/8/",
        "https://cdh.jhu.edu/api/researchproject/9/",
        "https://cdh.jhu.edu/api/researchproject/11/"
    ],
    "courses": [],
    "researchartifacts": [
        "https://cdh.jhu.edu/api/researchartifact/59/",
        "https://cdh.jhu.edu/api/researchartifact/60/",
        "https://cdh.jhu.edu/api/researchartifact/61/"
    ],
    "name": "latech2024",
    "url": "https://cdh.jhu.edu/api/article/5/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/5/",
    "id": 5
}