Skip to content

csy0000/bib_cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibTeX Cleaner (Django)

Minimal Django app for the BibTeX cleaner UI.

Requirements

  • Python 3.11

Install dependencies (conda or pip). Example with conda:

conda env create -f environment.yml
conda activate bibtex-clean

Run

python manage.py migrate && python manage.py runserver localhost:8888

Open:

http://<your-ip>:8888

Project layout

  • manage.py
  • bibtex_ui/
  • ui_app/
  • ui/
  • environment.yml

About

cleaning bib file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors