No project description provided
Project description
DOI-Extractor-OEG
Description
DOI-Extractor-OEG is a tool for extracting all paper's name and DOI from OEG publications.
They are extracted from two main resources:
-
https://portalcientifico.upm.es/es/ipublic/entity/16247 , corresponding to all papers from OEG.
-
ExistingPapers/ Papers.csv with already extracted data from some OEG papers.
The resulting information is placed in Outputs folder, which include:
-
A dois.txt containing, for each paper, the URL to the pdf if it was founded or if not the doi
-
A results.csv, containing the title and the doi of every paper found, in addition to OpenAlex primary location attribute
-
A results.json, containing the same information as results.csv but in a json formal
Project Structure
DOI-Extractor-OEG
├───doiExtractor
| ├───ExistingPapers
| | ├───name_doi_papers.csv
| | └───Papers.csv
| ├───Outputs
| | ├───dois.csv
| | |───results.csv
| | └───results.json
| ├───__init__.py
| ├───doiExtractor.py
| ├───main.py
| └───openAlex.py
├───.gitignore
├───LICENSE.txt
├───README.MD
└───setup.py
doiExtractor.py
- Contains the functions to extract the name and doi from portalcientifico.upm.es and to merge that information with the existing papers.
openAlex.py
- Contains the functions to extract the primary location from openAlex and if the DOI was not found with doiExtractor.py, it tries to extract it using Open Alex.
Installation
-
Clone the repository:
git clone https://github.com/ptorija/DOI-Extractor-OEG.git
-
Change to the DOI-Extractor-OEG directory:
cd DOI-Extractor-OEG
-
Create a virtual environment:
python -m venv .env
-
Activate the virtual environment:
source .env/bin/activate
(Linux) or.env\Scripts\activate
(Windows) -
Install the package dependencies:
pip install -e .
Usage
Download the package from Pypi or install the tool from Github:
pip install DataExtractorOEG
The tool can be used from the command line with the following argument:
--start
- To start the doi extraction
The script will execute and extract DOIs from the specified webpage and then merge them with the ones from ExistingPapers.
Options:
--url <path>
- Specify the webpage of the group you want to extract the information. Default: Ontology Engieneering Group--output <path>
- Specify the path for the output files. Default: Outputs
Example
DataExtractorOEG --start
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for DataExtractorOEG-0.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73098e7140cde30fa1fd2fb63536449ac9934a87a5479c6ca073562c1b93892f |
|
MD5 | b99bc81dd5942ebeeeb8b0d4d934e37d |
|
BLAKE2b-256 | caf1507ebbdf0fd2d08100095102ecd80026c06290d51133f7d2b160e98f7429 |