colrev
colrev copied to clipboard
CoLRev: An open-source environment for collaborative reviews
The package management is refactored to make sure that colrev packages are installed as full Python packages with their own dependencies, and that package discovery uses importlib functionality (plugin endpoints...
In this issue, questions related to CEO003 can be discussed.
**Description** Integrate GitHub as a SearchSource within the CoLRev environment, enabling the search and prep operations to utilize GitHub's vast repository of code and documentation. This feature will allow users...
After installation of CoLRev according to the readthedocs manual, there are three different directories named "colrev" - in the $HOME directory of the current user. This $HOME/colrev/ directory seems to...
**Description** Currently, the Open Science Framework (OSF) is not available as a SearchSource within the CoLRev environment. This feature request aims to develop and integrate OSF as a new SearchSource,...
**Description** Extend the [colrev.open_library](https://colrev-environment.github.io/colrev/manual/packages/colrev.open_library.html) package by implementing searches of the [OpenLibrary API](https://openlibrary.org/developers/api). **Implementation Notes** - Update the OpenLibrary SearchSource to include the `search` method, allowing users to search for books...
**Description** Create `colrev.plos` as a new CoLRev package to interface with the Public Library of Science (PLOS) via its [REST API](https://api.plos.org/), enabling direct search and retrieval of articles from PLOS....
**Description** Create `colrev.ssrn` as a new CoLRev package to interface with the [SSRN](https://www.ssrn.com/index.cfm/en/) network. SSRN provides a [web-based search interface](https://papers.ssrn.com/sol3/DisplayAbstractSearch.cfm) with access to working papers. A new SearchSource and scraper...
**Description** Enhance the CoLRev environment by implementing search functionality for the PROSPERO database, which specializes in systematic review protocols. This feature involves scraping search results, including detailed protocol information, and...