citation_map icon indicating copy to clipboard operation
citation_map copied to clipboard

Create a Gephi Citation Graph based on Text Analysis of PDFs from Zotero

Results 6 citation_map issues
Sort by recently updated
recently updated
newest added

I tested the script, and it was working fine, up until it analyzed the last entry in a 400+ line .csv, where it just appeared to be idling (CPU usage...

Hello, I tried to run the script with Python 3.8.1. But, I got this error. How could I solve it? C:\citation map>python analyze_papers.py Library.csv Traceback (most recent call last): File...

Hello, I am trying to run the script but I got an error during the process. I am just running this "python3 analyze_papers.py My_Library_v2.csv" on Ubuntu 20.04 after installing the...

Thanks for this nice tool. I was getting the following error that was fixed by installing `pdfminer.six` instead of `pdfminer`. ``` multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/fmheu/miniconda/lib/python3.7/multiprocessing/pool.py",...

In this PR, minor improvements might help with some dependencies-related errors. * add `.gitignore` * add requirements file * add instructions to configure the repo Also, it would be nice...

When running the script on around 1,600 lines csv from the Zotero library I reach a certain point where I get the following error. ~~~ File "/opt/conda/lib/python3.12/multiprocessing/pool.py", line 774, in...