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/6/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "id": 6,
    "metadata": {},
    "name": "Teaching",
    "created_at": "2023-12-28T09:48:31.141374-05:00",
    "modified_at": "2023-12-28T12:18:37.103053-05:00",
    "ordering": 3,
    "banner_overlay": "## Cornerstones for collaboration\r\n\r\n* Computer programming\r\n* Machine learning\r\n* Experimental design",
    "banner_image": "https://cdh.jhu.edu/media/banners/teaching_banner.png",
    "description": "The teaching mission of the <b>Center for Digital Humanities</b> focuses on introducing undergraduate and graduate students working in traditional scholarship to the basic methods of computation. This dovetails with our research goals, because productive scholarship in the computational humanities depends on substantial understanding of both aspects existing in the same minds.",
    "dynamic_content_view": "api:course-list",
    "is_top_level": true,
    "is_index": false,
    "url": "https://cdh.jhu.edu/api/page/6/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/page/permissions/6/"
}