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/researchproject/13/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Digital Humanities Workshop presentations",
    "abstract": "The Digital Humanities Workshop is presented in collaboration with the Sheridan Libraries Digital Scholarship Group and LifeCodeX. The series offers monthly events highlighting the work of a researcher applying digital methods to humanities materials. Recordings of completed sessions are available here.",
    "content": "The Digital Humanities Workshop is presented in collaboration with the [Sheridan Libraries Digital Scholarship Group](https://www.library.jhu.edu/library-services/digital-scholarship/) and [LifeCodeX](https://www.lifexcode.org/). The series offers monthly events highlighting the work of a researcher applying digital methods to humanities materials. Recordings of completed sessions are available here.",
    "thumbnail": null,
    "researchers": [
        "https://cdh.jhu.edu/api/user/5/"
    ],
    "name": "dhw",
    "url": "https://cdh.jhu.edu/api/researchproject/13/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/researchproject/permissions/13/",
    "id": 13
}