https://github.com/nealhaddaway/bibfix
Repair bibliographic data
https://github.com/nealhaddaway/bibfix
bibliographic-data bibliography bibliometrics information-retrieval meta-analysis references scientometrics searching systematic-review systematic-searching
Last synced: 3 months ago
JSON representation
Repair bibliographic data
- Host: GitHub
- URL: https://github.com/nealhaddaway/bibfix
- Owner: nealhaddaway
- License: other
- Created: 2021-02-25T07:30:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T11:11:19.000Z (over 3 years ago)
- Last Synced: 2023-04-03T10:05:31.321Z (over 2 years ago)
- Topics: bibliographic-data, bibliography, bibliometrics, information-retrieval, meta-analysis, references, scientometrics, searching, systematic-review, systematic-searching
- Language: R
- Homepage: https://estech.shinyapps.io/bibfix
- Size: 2.73 MB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# bibfix
bibfix is an R package (with future plans for a Shiny app) that helps users repair and enrich their bibliographic data. It does so through a suite of functions that request bibliographic data from API services including CrossRef and The Lens.org. Repaired fields can include titles, abstract, unique identifiers (e.g. DOIs), publication years, etc. In addition, bibliographic records can be supplemented with additional information, including internal identifiers for common databases (e.g. The Lens.org, PubMed, Microsoft Academic) that facilitate deduplication, and information such as author affiliations and identifiers (e.g. ORCIDs).
The package is a work in progress and is part of the Evidence Synthesis Hackathon.
Please cite this package as:
Haddaway NR, Grainger MJ, Jones ML and Stuart A (2021). bibfix: An R package and Shiny app for repairing and enriching bibliographic data. https://github.com/nealhaddaway/bibfix.