Name | academic-tracker JSON |
Version |
2.0.1
JSON |
| download |
home_page | None |
Summary | Find publications on PubMed, Crossref, ORCID, and Google Scholar for given authors or references. |
upload_time | 2024-09-04 21:52:18 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | The Clear BSD License with Extra Clause Copyright (c) 2022, Travis Thompson, Hunter N.B. Moseley All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the copyright holder. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. * If the source code is used in a published work, then proper citation of the source code must be included with the published work. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
pubmed
publications
citations
crossref
orcid
google scholar
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Academic Tracker
================
.. image:: https://img.shields.io/pypi/v/academic_tracker.svg
:target: https://pypi.org/project/academic_tracker
:alt: Current library version
.. image:: https://img.shields.io/pypi/pyversions/academic_tracker.svg
:target: https://pypi.org/project/academic_tracker
:alt: Supported Python versions
..
.. image:: https://github.com/MoseleyBioinformaticsLab/academic_tracker/actions/workflows/build.yml/badge.svg
:target: https://github.com/MoseleyBioinformaticsLab/academic_tracker/actions/workflows/build.yml
:alt: Build status
.. image:: https://codecov.io/gh/MoseleyBioinformaticsLab/academic_tracker/branch/main/graphs/badge.svg?branch=main
:target: https://codecov.io/gh/MoseleyBioinformaticsLab/academic_tracker
:alt: Code coverage information
.. image:: https://img.shields.io/badge/DOI-10.1371%2Fjournal.pone.0277834-blue.svg
:target: https://doi.org/10.1371/journal.pone.0277834
:alt: Citation link
.. image:: https://img.shields.io/github/stars/MoseleyBioinformaticsLab/academic_tracker.svg?style=social&label=Star
:target: https://github.com/MoseleyBioinformaticsLab/academic_tracker
:alt: GitHub project
|
Academic Tracker was created to automate the process of making sure that federally
funded publications get listed on PubMed and that the grant funding source for
them is cited.
Academic Tracker is a command line tool to search PubMed, ORCID, Google Scholar,
and Crossref for publications. The program can either be given a list of authors
to look for publications for, or references/citations to publications themselves.
The program will then will look for publications on the aforementioned sources
and return what relevant information is available from those sources.
The primary use case is to give the program a list of authors to find publications
for. From this list of publications it can then be determined which ones need
further action to be in compliance.
A secondary use case for finding author's publications is to create a report of
the collaborators they have worked with, and can be done by specifying the creation
of that report in the configuration file. Details on reports are in the `documentation <https://moseleybioinformaticslab.github.io/academic_tracker/reporting.html>`__.
The other primary use case is to give the program a list of publication references
to find information for.
Links
~~~~~
* Academic Tracker @ GitHub_
* Academic Tracker @ PyPI_
* Documentation @ Pages_
Installation
~~~~~~~~~~~~
The Academic Tracker package runs under Python 3.8+. Use pip_ to install.
Starting with Python 3.4, pip_ is included by default. Be sure to use the latest
version of pip as older versions are known to have issues grabbing all dependencies.
Academic Tracker relies on sendmail to send emails, so if you need to use that
feature be sure sendmail is installed and in PATH.
Install on Linux, Mac OS X
--------------------------
.. code:: bash
python3 -m pip install academic-tracker
Install on Windows
------------------
.. code:: bash
py -3 -m pip install academic-tracker
Upgrade on Linux, Mac OS X
--------------------------
.. code:: bash
python3 -m pip install academic-tracker --upgrade
Upgrade on Windows
------------------
.. code:: bash
py -3 -m pip install academic-tracker --upgrade
Quickstart
~~~~~~~~~~
Academic Tracker has several commands and options. The simplest most common use
case is simply:
.. code:: bash
academic_tracker author_search config_file.json
Example config files can be downloaded from the `example_configs <https://github.com/MoseleyBioinformaticsLab/academic_tracker>`_
directory of the GitHub_.
Academic Tracker's behavior can be quite complex though, so it is highly encouraged
to read the `guide <https://moseleybioinformaticslab.github.io/academic_tracker/guide.html>`_
and `tutorial <https://moseleybioinformaticslab.github.io/academic_tracker/tutorial.html>`_.
Creating The Configuration JSON
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A configuration JSON file is required to run Academic Tracker, but initially creating
it the first time can be burdensome. Unfortunately, there is no easy solution for
this. It is encouraged to read the configuration JSON section in `jsonschema <https://moseleybioinformaticslab.github.io/academic_tracker/jsonschema.html>`_
and use the example there to create it initially. The add_authors command can help
with building the Authors section if you already have a csv file with author
information. A good tool to help track down pesky JSON syntax errors is `here <https://csvjson.com/json_validator>`__.
There are also examples in the `example_configs <https://github.com/MoseleyBioinformaticsLab/academic_tracker/tree/main/example_configs>`__
directory of the GitHub repo. There are also more examples in the supplemental
material of the paper https://doi.org/10.6084/m9.figshare.19412165.
Registering With ORCID
~~~~~~~~~~~~~~~~~~~~~~
In order to have this program search ORCID you must register with ORCID and obtain
a key and secret. Details on how to do that are `here <https://info.orcid.org/documentation/integration-guide/registering-a-public-api-client/>`__.
If you do not want to do that then the --no_ORCID option can be used to skip searching
ORCID, or don't include the ORCID_search section in the config file.
Mac OS Note
~~~~~~~~~~~
When you try to run the program on Mac OS you may get an SSL error.
certificate verify failed: unable to get local issuer certificate
This is due to a change in Mac OS and Python. To fix it go to to your Python
folder in Applications and run the Install Certificates.command shell command
in the /Applications/Python 3.x folder. This should fix the issue.
Email Sending Note
~~~~~~~~~~~~~~~~~~
Academic Tracker uses sendmail to send emails, so any system it is going to be
used on needs to have sendmail installed and the path in PATH. If you try to
send emails without this the program will display a warning. This can be avoided
by using the --test option though. The --test option blocks email sending. Email
sending can also be avoided by leaving the from_email attribute out of the report
sections of the configuration JSON file.
How Authors Are Identified
~~~~~~~~~~~~~~~~~~~~~~~~~~
When searching by authors it is necessary to confirm that the author given to
Academic Tracker matches the author returned in the query. In general this matching
is done by matching the first and last names and at least one affiliation given
for the author in the configuration JSON file. Note that affiliations can change
over time as authors move, so they may need many affiliations to accurately match
them to their publications depending on how far back you want to search in time.
How Publications Are Matched
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When searching by publications it is necessary to confirm that the publication
in the given reference matches the publication returned in the query. This is done
by either matching the DOIs, PMIDs, or the title and at least one author. Titles
are fuzzy matched using fuzzywuzzy which is why at least one author must also be
matched. Author's are matched using last name and at least one affiliation.
Troubleshooting Errors
~~~~~~~~~~~~~~~~~~~~~~
If you experience errors when running Academic Tracker the first thing to do is
simply try again. Since Academic Tracker is communicating with multiple web sources
it is not uncommon for a problem to occur with one of these sources. It might also
be a good idea to wait several hours or the next day to try again if there is a communication
issue with a particular source. You can also use the various "--no_Source" options
for whatever source is causing an error. For example, if Crossref keeps having 504
HTTP errors you can run with the --no_Crossref option. If the issue persists across
multiple runs then try upgrading Academic Tracker's dependencies with
"pip install --upgrade dependency_name". The list of dependencies is in the `guide <https://moseleybioinformaticslab.github.io/academic_tracker/guide.html>`_.
License
~~~~~~~
This package is distributed under the BSD `license <https://moseleybioinformaticslab.github.io/academic_tracker/license.html>`__.
.. _GitHub: https://github.com/MoseleyBioinformaticsLab/academic_tracker
.. _Pages: https://moseleybioinformaticslab.github.io/academic_tracker/
.. _PyPI: https://pypi.org/project/academic_tracker
.. _pip: https://pip.pypa.io
Raw data
{
"_id": null,
"home_page": null,
"name": "academic-tracker",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "PubMed, publications, citations, Crossref, ORCID, Google Scholar",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/14/80/0ce3ff4572a3e1f4a3709becbeedd192f46d94b8ef822e766ef39c851253/academic_tracker-2.0.1.tar.gz",
"platform": null,
"description": "Academic Tracker\n================\n\n.. image:: https://img.shields.io/pypi/v/academic_tracker.svg\n :target: https://pypi.org/project/academic_tracker\n :alt: Current library version\n\n.. image:: https://img.shields.io/pypi/pyversions/academic_tracker.svg\n :target: https://pypi.org/project/academic_tracker\n :alt: Supported Python versions\n\n..\n .. image:: https://github.com/MoseleyBioinformaticsLab/academic_tracker/actions/workflows/build.yml/badge.svg\n :target: https://github.com/MoseleyBioinformaticsLab/academic_tracker/actions/workflows/build.yml\n :alt: Build status\n\n.. image:: https://codecov.io/gh/MoseleyBioinformaticsLab/academic_tracker/branch/main/graphs/badge.svg?branch=main\n :target: https://codecov.io/gh/MoseleyBioinformaticsLab/academic_tracker\n :alt: Code coverage information\n\n.. image:: https://img.shields.io/badge/DOI-10.1371%2Fjournal.pone.0277834-blue.svg\n :target: https://doi.org/10.1371/journal.pone.0277834\n :alt: Citation link\n\n.. image:: https://img.shields.io/github/stars/MoseleyBioinformaticsLab/academic_tracker.svg?style=social&label=Star\n :target: https://github.com/MoseleyBioinformaticsLab/academic_tracker\n :alt: GitHub project\n\n|\n\nAcademic Tracker was created to automate the process of making sure that federally \nfunded publications get listed on PubMed and that the grant funding source for \nthem is cited. \n\nAcademic Tracker is a command line tool to search PubMed, ORCID, Google Scholar, \nand Crossref for publications. The program can either be given a list of authors \nto look for publications for, or references/citations to publications themselves. \nThe program will then will look for publications on the aforementioned sources \nand return what relevant information is available from those sources.\n\nThe primary use case is to give the program a list of authors to find publications \nfor. From this list of publications it can then be determined which ones need \nfurther action to be in compliance.\n\nA secondary use case for finding author's publications is to create a report of \nthe collaborators they have worked with, and can be done by specifying the creation \nof that report in the configuration file. Details on reports are in the `documentation <https://moseleybioinformaticslab.github.io/academic_tracker/reporting.html>`__.\n\nThe other primary use case is to give the program a list of publication references \nto find information for.\n\nLinks\n~~~~~\n\n * Academic Tracker @ GitHub_\n * Academic Tracker @ PyPI_\n * Documentation @ Pages_\n\n\nInstallation\n~~~~~~~~~~~~\nThe Academic Tracker package runs under Python 3.8+. Use pip_ to install.\nStarting with Python 3.4, pip_ is included by default. Be sure to use the latest \nversion of pip as older versions are known to have issues grabbing all dependencies. \nAcademic Tracker relies on sendmail to send emails, so if you need to use that \nfeature be sure sendmail is installed and in PATH.\n\n\nInstall on Linux, Mac OS X\n--------------------------\n\n.. code:: bash\n\n python3 -m pip install academic-tracker\n\n\nInstall on Windows\n------------------\n\n.. code:: bash\n\n py -3 -m pip install academic-tracker\n \n\nUpgrade on Linux, Mac OS X\n--------------------------\n\n.. code:: bash\n\n python3 -m pip install academic-tracker --upgrade\n \n\nUpgrade on Windows\n------------------\n\n.. code:: bash\n\n py -3 -m pip install academic-tracker --upgrade\n\n\n\nQuickstart\n~~~~~~~~~~\nAcademic Tracker has several commands and options. The simplest most common use \ncase is simply:\n\n.. code:: bash\n \n academic_tracker author_search config_file.json\n \nExample config files can be downloaded from the `example_configs <https://github.com/MoseleyBioinformaticsLab/academic_tracker>`_ \ndirectory of the GitHub_.\n\nAcademic Tracker's behavior can be quite complex though, so it is highly encouraged \nto read the `guide <https://moseleybioinformaticslab.github.io/academic_tracker/guide.html>`_ \nand `tutorial <https://moseleybioinformaticslab.github.io/academic_tracker/tutorial.html>`_.\n\n\nCreating The Configuration JSON\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nA configuration JSON file is required to run Academic Tracker, but initially creating \nit the first time can be burdensome. Unfortunately, there is no easy solution for \nthis. It is encouraged to read the configuration JSON section in `jsonschema <https://moseleybioinformaticslab.github.io/academic_tracker/jsonschema.html>`_ \nand use the example there to create it initially. The add_authors command can help \nwith building the Authors section if you already have a csv file with author \ninformation. A good tool to help track down pesky JSON syntax errors is `here <https://csvjson.com/json_validator>`__. \nThere are also examples in the `example_configs <https://github.com/MoseleyBioinformaticsLab/academic_tracker/tree/main/example_configs>`__ \ndirectory of the GitHub repo. There are also more examples in the supplemental \nmaterial of the paper https://doi.org/10.6084/m9.figshare.19412165.\n\n\nRegistering With ORCID\n~~~~~~~~~~~~~~~~~~~~~~\nIn order to have this program search ORCID you must register with ORCID and obtain \na key and secret. Details on how to do that are `here <https://info.orcid.org/documentation/integration-guide/registering-a-public-api-client/>`__. \nIf you do not want to do that then the --no_ORCID option can be used to skip searching \nORCID, or don't include the ORCID_search section in the config file.\n\n \nMac OS Note\n~~~~~~~~~~~\nWhen you try to run the program on Mac OS you may get an SSL error.\n\n certificate verify failed: unable to get local issuer certificate\n \nThis is due to a change in Mac OS and Python. To fix it go to to your Python \nfolder in Applications and run the Install Certificates.command shell command \nin the /Applications/Python 3.x folder. This should fix the issue.\n\n\nEmail Sending Note\n~~~~~~~~~~~~~~~~~~\nAcademic Tracker uses sendmail to send emails, so any system it is going to be \nused on needs to have sendmail installed and the path in PATH. If you try to \nsend emails without this the program will display a warning. This can be avoided \nby using the --test option though. The --test option blocks email sending. Email \nsending can also be avoided by leaving the from_email attribute out of the report \nsections of the configuration JSON file.\n\n\nHow Authors Are Identified\n~~~~~~~~~~~~~~~~~~~~~~~~~~\nWhen searching by authors it is necessary to confirm that the author given to \nAcademic Tracker matches the author returned in the query. In general this matching \nis done by matching the first and last names and at least one affiliation given \nfor the author in the configuration JSON file. Note that affiliations can change \nover time as authors move, so they may need many affiliations to accurately match \nthem to their publications depending on how far back you want to search in time.\n\n\nHow Publications Are Matched\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nWhen searching by publications it is necessary to confirm that the publication \nin the given reference matches the publication returned in the query. This is done \nby either matching the DOIs, PMIDs, or the title and at least one author. Titles \nare fuzzy matched using fuzzywuzzy which is why at least one author must also be \nmatched. Author's are matched using last name and at least one affiliation.\n\n\nTroubleshooting Errors\n~~~~~~~~~~~~~~~~~~~~~~\nIf you experience errors when running Academic Tracker the first thing to do is \nsimply try again. Since Academic Tracker is communicating with multiple web sources \nit is not uncommon for a problem to occur with one of these sources. It might also \nbe a good idea to wait several hours or the next day to try again if there is a communication \nissue with a particular source. You can also use the various \"--no_Source\" options \nfor whatever source is causing an error. For example, if Crossref keeps having 504 \nHTTP errors you can run with the --no_Crossref option. If the issue persists across \nmultiple runs then try upgrading Academic Tracker's dependencies with \n\"pip install --upgrade dependency_name\". The list of dependencies is in the `guide <https://moseleybioinformaticslab.github.io/academic_tracker/guide.html>`_.\n\n\nLicense\n~~~~~~~\nThis package is distributed under the BSD `license <https://moseleybioinformaticslab.github.io/academic_tracker/license.html>`__.\n\n\n.. _GitHub: https://github.com/MoseleyBioinformaticsLab/academic_tracker\n.. _Pages: https://moseleybioinformaticslab.github.io/academic_tracker/\n.. _PyPI: https://pypi.org/project/academic_tracker\n.. _pip: https://pip.pypa.io\n",
"bugtrack_url": null,
"license": "The Clear BSD License with Extra Clause Copyright (c) 2022, Travis Thompson, Hunter N.B. Moseley All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the copyright holder. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. * If the source code is used in a published work, then proper citation of the source code must be included with the published work. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "Find publications on PubMed, Crossref, ORCID, and Google Scholar for given authors or references.",
"version": "2.0.1",
"project_urls": {
"Documentation": "https://moseleybioinformaticslab.github.io/academic_tracker/",
"GitHub": "https://github.com/MoseleyBioinformaticsLab/academic_tracker",
"Homepage": "https://github.com/MoseleyBioinformaticsLab/academic_tracker",
"Issues": "https://github.com/MoseleyBioinformaticsLab/academic_tracker/issues"
},
"split_keywords": [
"pubmed",
" publications",
" citations",
" crossref",
" orcid",
" google scholar"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0235dfd2db4719a831e265c007d5ceb4eff3418f17793ee7b523a5cd73536d50",
"md5": "4704252fd47670c7074590d9beedb2b7",
"sha256": "0cab5c90a6f2ebec29ce5b7d9adfee6d3c028f58d0ba1fde0a8b19590f25d11d"
},
"downloads": -1,
"filename": "academic_tracker-2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4704252fd47670c7074590d9beedb2b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 67978,
"upload_time": "2024-09-04T21:52:16",
"upload_time_iso_8601": "2024-09-04T21:52:16.659340Z",
"url": "https://files.pythonhosted.org/packages/02/35/dfd2db4719a831e265c007d5ceb4eff3418f17793ee7b523a5cd73536d50/academic_tracker-2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "14800ce3ff4572a3e1f4a3709becbeedd192f46d94b8ef822e766ef39c851253",
"md5": "9e30f3ea5094f5ec320733f8651fb9cc",
"sha256": "7d50b1762195452f58dadf002d0ab1bd017af3a9ddfbf7fb9392b576c9803ddc"
},
"downloads": -1,
"filename": "academic_tracker-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9e30f3ea5094f5ec320733f8651fb9cc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4886847,
"upload_time": "2024-09-04T21:52:18",
"upload_time_iso_8601": "2024-09-04T21:52:18.703882Z",
"url": "https://files.pythonhosted.org/packages/14/80/0ce3ff4572a3e1f4a3709becbeedd192f46d94b8ef822e766ef39c851253/academic_tracker-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-04 21:52:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MoseleyBioinformaticsLab",
"github_project": "academic_tracker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "academic-tracker"
}