A simple tool to list all your coauthors and the year of lastest collaboration.
Project description
🌏 CoauthorFinder:
List All Your Coauthors for Your Next Grant Application
🏆 A simple tool to list all your coauthors and the year of lastest collaboration.
⭐ There is no need to fork this repo unless you want to make custom changes.
🚀 It only takes one line to install and 4 lines to run!
👉 This is just a tool I wrote for my advisor when she is reporting coauthors for her grant. I will not be responding to custom requests.
I am Chen Liu, a Computer Science PhD Candidate at Yale University.
Research areas: Machine Learning (Manifold Learning, Dynamics Modeling, Multimodal, Self-Supervised Learning).
Purpose
This is a simple Python tool to list all your coauthors and year of lastest collaboration, in a csv format.
It is easy to install (available on PyPI) and easy to use.
Minimalistic User Guide
This is for users familiar with python. I am not in the mood of providing a comprehensive guide.
🚀 1 line to install.
pip install coauthor-finder
🚀 4 lines to run.
from coauthor_finder import generate_coauthor_list
if __name__ == '__main__':
scholar_id = '3rDjnykAAAAJ' # This is my Google Scholar ID. Replace this with your ID.
generate_coauthor_list(scholar_id)
Dependencies
Dependencies are already taken care of when you install via pip.
Acknowledgements
This script was written under the assistance of Claude, but of course after intense debugging.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters