API Endpoint for journals.

GET /api/articles/25939/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "pk": 25939,
    "title": "A Case-Based Reasoning Approach to Providing High-Quality Feedback on\nComputer Programming Exercises",
    "subtitle": null,
    "abstract": "Automated assessment and immediate feedback are staple features of modern e-learning systems. In the case of\nprogramming exercises, most systems only provide binary (correct/incorrect) feedback, which is often inadequate for students\nstruggling with the material, as they may need expert guidance in order to successfully overcome obstacles to understanding.\nWe propose a Case-Based Reasoning (CBR) approach to improve the quality of feedback on programming exercises. CBR is\na machine learning technique that solves problems based on previous experiences (cases). Every time the instructor provides\nfeedback to a student on a particular exercise, the information is stored in a database as a past case. When students experience\nsimilar problems in the future, knowledge contained in past cases is used to guide the students to a solution. While the system\nwill provide detailed feedback automatically, this feedback will have been previously crafted by human instructors, leveraging\ntheir pedagogical expertise.",
    "language": "eng",
    "license": {
        "name": "",
        "short_name": "",
        "text": null,
        "url": ""
    },
    "keywords": [],
    "section": "Member Abstracts",
    "is_remote": true,
    "remote_url": "https://escholarship.org/uc/item/75q4f088",
    "frozenauthors": [
        {
            "first_name": "Angelo",
            "middle_name": "",
            "last_name": "Kyrilov",
            "name_suffix": "",
            "institution": "University of California, Merced",
            "department": ""
        },
        {
            "first_name": "David",
            "middle_name": "",
            "last_name": "Noelle",
            "name_suffix": "",
            "institution": "University of California, Merced",
            "department": ""
        }
    ],
    "date_submitted": null,
    "date_accepted": null,
    "date_published": "2015-01-01T18:00:00Z",
    "render_galley": null,
    "galleys": [
        {
            "label": "PDF",
            "type": "pdf",
            "path": "https://journalpub.escholarship.org/cognitivesciencesociety/article/25939/galley/15563/download/"
        }
    ]
}