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/page/5/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "id": 5,
    "metadata": {},
    "name": "Research",
    "created_at": "2023-12-28T09:48:30.176547-05:00",
    "modified_at": "2023-12-28T12:21:14.998494-05:00",
    "ordering": 2,
    "banner_overlay": "## Principles of computational inquiry\r\n\r\n* Select and translate important questions\r\n* Minimize bias towards orthodoxy\r\n* Design and interpret computational artifacts",
    "banner_image": "https://cdh.jhu.edu/media/banners/research_banner.png",
    "description": "The primary mandate of the <b>Center for Digital Humanities</b> is to research, develop, and apply computational methods to areas of traditional humanistic scholarship. Below, you can explore some current research projects and associated publications, presentations, and other artifacts. A full list of such artifacts can be browsed <a href=\"/research_artifacts/\"><b>here</b></a>.",
    "dynamic_content_view": "api:researchproject-list",
    "is_top_level": true,
    "is_index": false,
    "url": "https://cdh.jhu.edu/api/page/5/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/page/permissions/5/"
}