Skip to main content

A tool to extract and format academic data from Web of Science and Crossref

Project description

COSC425-DATA

A repository which implements data collection of a University's academic research articles within a given time period and classifies them into categories defined by the NSF PhD research focus areas taxonomy then provides:

  • Data on an article level
  • Data on individual authors
  • Data on category level

Currently the data is outputted in JSON format. There exists a script for converting the JSON to an Excel file but is currently somewhat finnicky.

A more thorough offline file formatting will be implemented in the future.

How to install

For non-development

  1. Install the package pip install academic-metrics

  2. Create a .env file in the root directory and add your OpenAI API key: OPENAI_API_KEY=<your_openai_api_key>

  3. Create a script run_pipeline.py in the root directory and add the following:

    from academic_metrics.runners.pipeline import PipelineRunner
    
    runner = PipelineRunner(ai_api_key=os.getenv("OPENAI_API_KEY"))
    runner.run_pipeline()
    

For development

  1. Clone the repository:
    • HTTPS: git clone https://github.com/SpencerPresley/COSC425-DATA.git
    • SSH: git clone git@github.com:SpencerPresley/COSC425-DATA.git
  2. Navigate into the project root directory cd COSC425-DATA and run the setup script python setup_environment.py:
    • This will install the academic_metrics package in editable mode and configure the pre-commit in .git/hooks
    • The git hook will format the code on commit using black

Note

As of 11/9/2024 the pipeline runs off input files in src/academic_metrics/data/core/input_files

Shortly integration of the crossref API code will be made in academic_metrics/runners/pipeline.py so that you can pass in your school name, data range, etc. to get your own data outputted.

Integration for writing to a mongoDB database is currently implemented only for our use case, future integration will allow two modes:

  1. Offline output files to src/academic_metrics/data/core/output_files
    • In this mode the API for crossref will still work but the output files will be saved locally rather to a database.
  2. Database support. For this you will have to create a .env file in the root directory and add the following:
    • MONGO_URI=<your_mongo_uri>
    • MONGO_DB_NAME=<your_mongo_db_name>
    • MONGO_COLLECTION_NAME=<your_mongo_collection_name>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

academic_metrics-0.1.0b0.tar.gz (112.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

academic_metrics-0.1.0b0-py3-none-any.whl (129.3 kB view details)

Uploaded Python 3

File details

Details for the file academic_metrics-0.1.0b0.tar.gz.

File metadata

  • Download URL: academic_metrics-0.1.0b0.tar.gz
  • Upload date:
  • Size: 112.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for academic_metrics-0.1.0b0.tar.gz
Algorithm Hash digest
SHA256 c0a7a35e94ac1d18101a40523b10740ce496e8244849dbe9926fed12ebbb058a
MD5 2b0fd8bdc9c89f279355b6f1d34ce3a2
BLAKE2b-256 8ce6a5f039ead419975ee1f0bd965d2d959889a83d30dfabe52cf590bb3c2ad4

See more details on using hashes here.

File details

Details for the file academic_metrics-0.1.0b0-py3-none-any.whl.

File metadata

File hashes

Hashes for academic_metrics-0.1.0b0-py3-none-any.whl
Algorithm Hash digest
SHA256 20850bc70db914e47cdec7f37b455f0be33a92a119408668bc627bd48abc28ec
MD5 c750c7ebf017b8845d7a2d9bd58d4a01
BLAKE2b-256 6b19e2d7187359c3d6f2bde12c0c6dd784005d2d46299d72642eb799773751f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page