![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
EasyLiterature is a opensourced, Python-based command line tool for automatic literature management. Simply list the paper titles (or ids) you want to read in a markdown file and it will automatically collect and refine its information in the markdown file, download the pdf to your local machine, and link the pdf to your paper in the markdown file. You can forever keep your notes within the pdfs and mds on your local machine or cloud driver.
EasyLiterature is a Python-based command line tool for automatic literature management. Welcome star or contribute!
Simply list the paper titles (or ids) you want to read in a markdown file and it will automatically collect and refine its information in the markdown file
, download the pdf to your local machine
, and link the pdf to your paper in the markdown file
. You can forever keep your notes within the pdfs and mds on your local machine or cloud driver.
A demo of the entries in your markdown note:
Inspired by Mu Li, adapted from autoLiterature.
Compared to autoLiterature, EasyLiterature is much easier to use and supports a wider range of features, such as title-based paper match
, paper search and download on Google Scholar and DLBP
(the two main sites for scholars), citation statistics
, mannual information update assitant
, etc. EasyLiterature covers almost all papers thanks to the support of Google Scholar and DLBP!
中文版介绍:
EasyLiterature 是一个基于python的命令行文件管理工具,永久开源,欢迎star或contribute。
之前沐神(李沐)做过一期视频讲如何阅读文献和整理,我觉得讲得非常好,链接。EasyLiterature基本基于沐神所述的这一流程实现,并丰富了其他功能。
简单来说,在 Markdown 文件中简单列出想要阅读的论文标题(或ID),它会自动收集并在Markdown文件中完善相关信息,下载论文的PDF到本地机器,并将PDF链接到Markdown文件中的论文。通过这样的流程,我们可以实现永久保存实时编辑的论文PDF和Markdown中的笔记,无论是在本地机器还是云端,并且方便论文一站式分类和管理。
markdown文件中的论文信息条目(示意):
与之前的实现相比,EasyLiterature兼容之前实现的所有功能,并且支持更多功能,比如:1. 基于标题的论文匹配;2. Google Scholar和DLBP(全球两大主要paper数据库)的论文搜索和下载;3. 引用统计;4. 手动信息更新助手;5. 容错搜索匹配;等等。之前的实现由于数据库的限制,很多文章都找不到。EasyLiterature得益于增加了Google Scholar和DLBP的支持,几乎覆盖了所有论文!
pip install easyliter
in your command line to install.Note.md
). PDFs/
).easyliter -i <path to your md file> -o <path to your pdf folder>
.
<path to your md file>
with the actual path to your markdown note file, <path to your pdf folder>
with the actual path to your pdf folder)
easyliter -i "/home/Note.md" -o "/home/PDFs"
中文版示例
pip install easyliter
进行安装。Note.md
)。PDFs/
)。easyliter -i <您的 md 文件路径> -o <您的 pdf 文件夹路径>
。
<您的 md 文件路径>
替换为您 markdown 笔记文件的实际路径,将 <您的 pdf 文件夹路径>
替换为您 pdf 文件夹的实际路径。
easyliter -i "/home/Note.md" -o "/home/PDFs"
pip install easyliter
or
pip3 install easyliter
git clone https://github.com/Psycoy/EasyLiterature.git
cd EasyLiterature
pip install -e .
easyliter
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
The path to the note file or note file folder.
-o OUTPUT, --output OUTPUT
Folder path to save paper pdfs and images. NOTE: MUST BE FOLDER.
-p PROXY, --proxy PROXY
The proxy. e.g. 127.0.0.1:1080. If this argument is specified, the google scholar will automatically use a free proxy (not necessarily using the specified proxy address). To use other proxies for google scholar, specify the -gp option. If you want to set up the proxies mannually, change the behaviour in GoogleScholar.set_proxy(). See more at https://scholarly.readthedocs.io/en/stable/ProxyGenerator.html.
-gp GPROXY_MODE, --gproxy_mode GPROXY_MODE
The proxy type used for scholarly. e.g., free, single, Scraper. (Note: 1. <free> will automatically choose a free proxy address to use, which is free, but may not be fast. 2. <single> will use the proxy address you specify. 3. <Scraper> is not free to use and need to buy the api key.).
-d, --delete
Delete unreferenced attachments in notes. Use with caution, when used, -i must be a folder path including all notes.
-m MIGRATION, --migration MIGRATION
The pdf folder path you want to reconnect to.
If the notes file contains - {paper_id}
, it will download the information of that literature, but not the PDF.
If the notes file contains - {{paper_id}}
, it will download both the information of that literature and the PDF.
Note: paper_id
supports article title
, published articles' doi
, and pre-published articles' arvix_id
, biorvix_id
, and medrvix_id
. It will try all the possible sources online.
当笔记文件中包含 - {paper_id}
时候,会下载该文献的信息,不下载PDF。
当笔记文件中包含 - {{paper_id}}
时候,会下载该文献的信息,以及PDF。
注意:paper_id
支持文章标题
,已发表文章的doi
, 预发布文章的arvix_id
, biorvix_id
, medrvix_id
。EasyLiterature会从多个数据库自动识别需要收集和下载的论文,几乎覆盖所有目前存在的论文。
Assuming input
is the folder path of the literature notes (.md files) and output
is the folder path where you want to save the PDFs.
假设input
为文献笔记(md文件)的文件夹路径,output
为要保存PDF的文件夹路径。
# Update all md files in the input folder
# 更新input文件夹下所有md文件
easyliter -i input -o output
# Only update the input/example.md file
# 仅更新input/example.md文件
easyliter -i input/example.md -o output
# -d is an optional flag, when -i is a folder path, using -d will delete unrelated pdf files in the PDF folder from the literature notes content
# -d 是个可选项,当 -i 是文件夹路径时候,使用 -d 会删除PDF文件夹下和文献笔记内容无关的pdf文件
easyliter -i input -o output -d
When you need to move the literature notes or the PDF folder, the links to the PDFs in the literature notes might become unusable. You can use -m
to re-link the PDF files with the literature notes.
当要移动文献笔记或者PDF文件夹的时候,文献笔记中的PDF链接可能会变的无法使用。可以使用-m
来重新关联PDF文件和文献笔记。
# Update all md files in the input folder
# 更新input文件夹下所有md文件
easyliter -i input -m movedPDFs/
# Only update the input/example.md file
# 仅更新input/example.md文件
easyliter -i input/example.md -m movedPDFs/
-p
and -gp
options using easyliter -h
. See more at the 'Using proxies' section of https://scholarly.readthedocs.io/en/stable/quickstart.html.FAQs
EasyLiterature is a opensourced, Python-based command line tool for automatic literature management. Simply list the paper titles (or ids) you want to read in a markdown file and it will automatically collect and refine its information in the markdown file, download the pdf to your local machine, and link the pdf to your paper in the markdown file. You can forever keep your notes within the pdfs and mds on your local machine or cloud driver.
We found that easyliter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.