Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authors field inconsistent between Works dump and .json endpoint #1059

Open
cdrini opened this issue Aug 28, 2018 · 3 comments
Open

authors field inconsistent between Works dump and .json endpoint #1059

cdrini opened this issue Aug 28, 2018 · 3 comments
Assignees
Labels
Affects: Data Issues that affect book/author metadata or user/account data. [managed] Lead: @cdrini Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed] Needs: Investigation This issue/PR needs a root-cause analysis to determine a solution. [managed] Priority: 3 Issues that we can consider at our leisure. [managed] Type: Bug Something isn't working. [managed]
Projects

Comments

@cdrini
Copy link
Collaborator

cdrini commented Aug 28, 2018

Here is work /works/OL15348267W from the Open Library data dumps:

{
    "title": "Living Peace: the open space of our lives. An initial consideration of the personal practice Open Space",
    "created": {"type": "/type/datetime", "value": "2010-08-23T21:58:29.243780"},
    "last_modified": {"type": "/type/datetime", "value": "2010-08-23T21:58:29.243780"},
    "latest_revision": 1,
    "key": "/works/OL15348267W",
    "authors": [
        {"type": {"key": "/type/author_role"}}
    ],
    "type": {"key": "/type/work"},
    "revision": 1
}

And here it is from https://openlibrary.org/works/OL15348267W.json :

{
    "title": "Living Peace: the open space of our lives. An initial consideration of the personal practice Open Space",
    "created": {"type": "/type/datetime", "value": "2010-08-23T21:58:29.243780"},
    "last_modified": {"type": "/type/datetime", "value": "2010-08-23T21:58:29.243780"},
    "latest_revision": 1,
    "key": "/works/OL15348267W",
    "authors": [
      
    ],
    "type": {
        "key": "/type/work"
    },
    "revision": 1
}

Note the differences in the "authors" field.

@LeadSongDog
Copy link

Probably tangential, but that record was manually created by a one-time IP contributor, likely the self-published author:
http://www.michaelherman.com/publications/living_peace.pdf

It is likely he simply didn't click on the create new author drop down.

@xayhewalo xayhewalo added this to Un-Triaged in Triage Oct 18, 2019
@xayhewalo
Copy link
Collaborator

@cdrini Do you have other examples of Work dumps being different than the JSON response? Can you also elaborate on what a "Work dump" is? Is that the response from Solr?

Also I'm assigning you per our slack discussion since you made the issue.

@xayhewalo xayhewalo added Affects: Data Issues that affect book/author metadata or user/account data. [managed] Needs: Triage This issue needs triage. The team needs to decide who should own it, what to do, by when. [managed] State: Backlogged Type: Bug Something isn't working. [managed] labels Oct 30, 2019
@xayhewalo xayhewalo moved this from Un-Triaged to Triaged in Triage Oct 30, 2019
@xayhewalo xayhewalo moved this from Triaged to Needs: Assessment in Triage Oct 30, 2019
@cdrini
Copy link
Collaborator Author

cdrini commented Nov 12, 2019

Open library data dumps https://openlibrary.org/developers/dumps ; updated description.

@xayhewalo xayhewalo added the Priority: 3 Issues that we can consider at our leisure. [managed] label Nov 26, 2019
@mekarpeles mekarpeles added the Lead: @cdrini Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed] label Dec 18, 2019
@xayhewalo xayhewalo added Needs: Investigation This issue/PR needs a root-cause analysis to determine a solution. [managed] and removed Needs: Triage This issue needs triage. The team needs to decide who should own it, what to do, by when. [managed] labels Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects: Data Issues that affect book/author metadata or user/account data. [managed] Lead: @cdrini Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed] Needs: Investigation This issue/PR needs a root-cause analysis to determine a solution. [managed] Priority: 3 Issues that we can consider at our leisure. [managed] Type: Bug Something isn't working. [managed]
Projects
No open projects
Triage
  
Needs: Assessment
Development

No branches or pull requests

4 participants