Skip to content

sample fuzzy matching and author disambiguation task based on research article data from PubMed

Notifications You must be signed in to change notification settings

jdkram/author_disambiguation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author disambiguation

This is a small sample project intended to help Ollie Wills solve the problem he was facing with trying to disambiguate authors across papers.

Setup

git clone this-repo-url
cd this-repo
brew install pipenv
pipenv install --skip-lock
pipenv shell
jupyter lab

ExecutionTime plugin

I discovered the ExecutionTime plugin which improves on the Autotime one I was using. This displays the time a cell was last executed, as well as how long it took to run. To set this up:

Outside pipenv shell:

pipenv install jupyter-contrib-nbextensions jupyter_nbextensions_configurator

Inside pipenv shell:

jupyter contrib nbextension install --sys-prefix
jupyter nbextensions_configurator enable --user

Then config stuff using url/nbextensions.

About

sample fuzzy matching and author disambiguation task based on research article data from PubMed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published