https://github.com/jacobeverist/research_literature_scripts
Useful scripts for managing PDF literature
https://github.com/jacobeverist/research_literature_scripts
latex markdown obsidian-md pandoc pandocomatic remarkable scrivener scrivomatic zotero
Last synced: about 2 months ago
JSON representation
Useful scripts for managing PDF literature
- Host: GitHub
- URL: https://github.com/jacobeverist/research_literature_scripts
- Owner: jacobeverist
- Created: 2024-12-27T01:37:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T02:31:04.000Z (over 1 year ago)
- Last Synced: 2025-05-17T02:06:25.077Z (about 1 year ago)
- Topics: latex, markdown, obsidian-md, pandoc, pandocomatic, remarkable, scrivener, scrivomatic, zotero
- Language: CSS
- Homepage:
- Size: 5.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem
I use the following applications and devices for my research, writing, and reading:
- Obsidian MD
- Zotero
- Scrivener
- Remarkable 2
I need ways to integrate their data and leverage their various strengths.
# Scripting Tools to Manage My Research Literature
I mostly use MacOS, but these should work on any OS.
Script to move PDFs to Remarkable while preserving the directory structure on the tablet OS
- [remarkable_migrate_papers.py](remarkable_migrate_papers.py)
Example script for bulk-renaming of files in the file system based on a regular expression and renaming based on regex groups
- [rename_files.py](rename_files.py)
Zotero API query to list files on Zotero hosting service
- [zotero_list_collection.py](zotero_list_collection.py)
Scrivener compilation pipeline scripts. Uses Scrivomatic, Pandocomatic, Pandoc, Biber, and Xelatex
- [scrivener_workflow](scrivener_workflow)