Skip to content

snd-sweden/research-output-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research output aggregator

Note

This script is under development

The goal of this project is to create a script to get a summarization for a research organization about the research output.
First target is to query and process information from DataCite.

The goal for this script is to create a list over research output where an organization is mentioned as:

  • publisher
  • creator with affiliation to the organization
  • contributor with affiliation to the organization

input: ROR-id and list of variants on the organization name.

Properties to collect for each research output:

string doi
string clientId
int publicationYear
string resourceType
string title
bool isPublisher
bool haveCreatorAffiliation
bool haveContributorAffiliation
bool isLatestVersion
bool isConceptDoi

Install

pip install .

Install dev

pip install -e .

Development stuff to do

  • ROR get name variants from ROR
  • CLI add options to get name list from txt
  • DataCite API build query for matching publisher and affiliation
  • Crossref API build query for matching publisher and affiliation
  • Publish as cmd tool on PyPI

Run

List arguments:
roagg --help

Some example arguments

Chalmers with ror and name list:

roagg --ror https://ror.org/040wg7k59 --name-txt tests/name-lists/chalmers.txt --output chalmers.csv

GU with ror, name list and extra name not in the text file:

roagg --name "Department of Nephrology Gothenburg" --ror https://ror.org/01tm6cn81 --name-txt tests/name-lists/gu.txt --output gu.csv

KTH with ror and name list:

roagg --ror https://ror.org/026vcq606 --name-txt tests/name-lists/kth.txt --output data/kth.csv

KAU with ror:

roagg --ror https://ror.org/05s754026 --output kau.csv

Chalmers with ror, name list:

roagg --ror https://ror.org/040wg7k59 --name-txt tests/name-lists/chalmers.txt --output chalmers.csv

About

Aggregate information about research output for a organization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages