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/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	[
    {
        "id": 1,
        "metadata": {},
        "name": "index",
        "created_at": "2023-12-28T09:48:25.642176-05:00",
        "modified_at": "2023-12-28T09:48:26.405448-05:00",
        "ordering": 0,
        "banner_overlay": "<h1>Explore interactions between human and computational intelligence</h1>",
        "banner_image": "https://cdh.jhu.edu/media/banners/index_banner.png",
        "description": "The <b>Center for Digital Humanities</b> focuses on the development and application of machine learning models to areas of traditional scholarship, and the relationships between computational and human understanding.",
        "dynamic_content_view": "api:article-list",
        "is_top_level": false,
        "is_index": true,
        "url": "https://cdh.jhu.edu/api/page/1/",
        "creator_url": "https://cdh.jhu.edu/api/user/2/",
        "permissions_url": "/api/page/permissions/1/"
    },
    {
        "id": 2,
        "metadata": {},
        "name": "About",
        "created_at": "2023-12-28T09:48:26.892507-05:00",
        "modified_at": "2023-12-28T09:48:27.756457-05:00",
        "ordering": 0,
        "banner_overlay": "<blockquote><p>The higher places...in the coming years are for those who succeed in bringing the methods of one science to the investigation of another.</p>    <span>&mdash;Charles Sanders Peirce, as quoted by Richard Macksey in his opening remarks to <i>The Languages of Criticism and the Sciences of Man</i></span></blockquote>",
        "banner_image": "https://cdh.jhu.edu/media/banners/about_banner.png",
        "description": "The Johns Hopkins Center for Digital Humanities (CDH) was established to capitalize on several unique academic and practical strengths of the university and take a distinctive leading role among its peers at the intersection of computational and humanistic scholarship. This involves a particular focus on the development, application, and justification of computational intelligence, to create insights in traditional humanistic domains while also directly driving research in the machine learning community. On the computational side, we focus on areas such as:\n\n* Unsupervised machine learning and discovery\n* What happens when we let a computational model infer its own definition of \"interesting\"?\n* Knowledge representation and augmentation\n* Can we productively represent the primary sources of a domain alongside the variety of conceptual frameworks that different scholars bring to bear on them?\n* Interpretable models for scholars\n* How can meaningful insight move dynamically between human and computational models of the world?\n\nThe CDH is closely linked to the Computer Science department and Center for Language and Speech Processing, one of the nation's pre-eminent machine learning research groups focused on computational models of human language and understanding. Johns Hopkins, a historical center of gravity for the evolution of semiotics and structuralism and debates surrounding these and other topics at the intersection of science and the humanities, is in a unique position to consider the unique and shared strengths of human and computational intelligence, while pursuing applied research that incorporates both.",
        "dynamic_content_view": null,
        "is_top_level": true,
        "is_index": false,
        "url": "https://cdh.jhu.edu/api/page/2/",
        "creator_url": "https://cdh.jhu.edu/api/user/2/",
        "permissions_url": "/api/page/permissions/2/"
    },
    {
        "id": 4,
        "metadata": {},
        "name": "research_artifacts",
        "created_at": "2023-12-28T09:48:29.143633-05:00",
        "modified_at": "2023-12-28T09:48:29.861690-05:00",
        "ordering": 0,
        "banner_overlay": "",
        "banner_image": null,
        "description": "",
        "dynamic_content_view": "api:researchartifact-list",
        "is_top_level": false,
        "is_index": false,
        "url": "https://cdh.jhu.edu/api/page/4/",
        "creator_url": "https://cdh.jhu.edu/api/user/2/",
        "permissions_url": "/api/page/permissions/4/"
    },
    {
        "id": 3,
        "metadata": {},
        "name": "People",
        "created_at": "2023-12-28T09:48:28.135343-05:00",
        "modified_at": "2023-12-28T09:48:28.848324-05:00",
        "ordering": 1,
        "banner_overlay": "",
        "banner_image": null,
        "description": "",
        "dynamic_content_view": "api:user-list",
        "is_top_level": true,
        "is_index": false,
        "url": "https://cdh.jhu.edu/api/page/3/",
        "creator_url": "https://cdh.jhu.edu/api/user/2/",
        "permissions_url": "/api/page/permissions/3/"
    },
    {
        "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/"
    },
    {
        "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/"
    }
]
This page name, perhaps one of 'index', 'About', 'People', 'Research', or 'Teaching' ('index' is special, designating the initial landing page, not an item on the navigation bar).
The ordering priority of this object when displayed in a list.
Banner image, should have approx. 4-to-1 ration of width-to-height.
Overwrite any existing object of the same type, name, and creator.