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

Analyze partOf relations in stats #424

Open
zuphilip opened this issue Nov 3, 2018 · 0 comments
Open

Analyze partOf relations in stats #424

zuphilip opened this issue Nov 3, 2018 · 0 comments
Labels
back-end This issue needs to be addressed by the back-end. enhancement

Comments

@zuphilip
Copy link
Member

zuphilip commented Nov 3, 2018

The partOf relation can occur between some publication types, but might also indicate problems with our data e.g. book is part of another book. Can we analyze the part of relations also in the statistics? I would imagine as a result something like:

{
    "partOfRelations": {
        "bookchapter": {
            "book": 6,
            "editedBook": 280,
            null: 3
        },
        "book": {
            "book": 1
             null: 41
        },
        "component": {
            "book": 28
        },
        "journalArticle": {
            "journalIssue": 1332,
            null: 25
        },
        "report": {
            "editedBook": 2,
            "reportSeries": 20,
            null: 237
        }
    }
}
@zuphilip zuphilip added back-end This issue needs to be addressed by the back-end. enhancement labels Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end This issue needs to be addressed by the back-end. enhancement
Projects
None yet
Development

No branches or pull requests

1 participant