Mudrik-Lab / toc-scopus-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toc-scopus-search

toc-scopus-search is a script built on top of pybliometrics for harvesting Scopus metadata from publications in the field of theories of consciousness (toc).

Installation

  1. Make sure you have Python installed.
    • The script was tested with the version 3.11.1
  2. Clone or download the GitHub repository
    • If downloaded manually, unpack to the desired directory.
  3. Open Command Prompt and navigate to the folder containing the code:
cd path\to\the\repository
  1. Create a python environment:
python -m venv venv
  1. Activate the environment:
.\venv\Scripts\activate
  1. Install script requirements:
pip install -r requirements.txt

You're all done!

Quick start

  1. Make sure the environment is activated:
cd path\to\the\repository
.\venv\Scripts\activate
  1. Run the script:
python -m search_scopus

Congrats! Now you can look into the harvest_configuration.json file and adapt it to your needs.

About


Languages

Language:Python 100.0%