Skip to content

Add metadata and modify pubmed parser.#50

Draft
ClaireHzl wants to merge 3 commits intomainfrom
49-add-missing-metadata
Draft

Add metadata and modify pubmed parser.#50
ClaireHzl wants to merge 3 commits intomainfrom
49-add-missing-metadata

Conversation

@ClaireHzl
Copy link
Copy Markdown
Collaborator

@ClaireHzl ClaireHzl commented Apr 10, 2026

  • Fix PubMedParser
  • Add UnpaywallParser : the best to get pdf locations
  • Add metadata
  • Add of TU

Final json metadata :

{
  "id": doi_str,
  "found": bool,
  "sources": [list of parsers],
  "article name": str,
  "authors": [ list of dict {"name", "orcid"}],
  "journal": {"name": str, "issn": str},
  "publish date": str,
  "status": str,
  "doi": str
  "link": str,
  "document type": str,
  "document subtypes": [list of str],
  "cited by count": int,
  "open access": bool,
  "language": str ,
  "abstract": str ,
  "keywords": [list of str],
  "cited articles": [<list of DOI>]
}

@ClaireHzl ClaireHzl linked an issue Apr 10, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing metadata

1 participant