A Django app for managing scientific publications with a Bootstrap-powered UI.
Project description
Bootstrap-powered scientific publications for Django
A Django app for managing scientific publications, providing a Bootstrap-powered UI.
Screenshots
Features
automatically creates lists for individual authors and tags
BibTex import/export
RIS export (EndNote, Reference Manager)
unAPI support (Zotero)
customizable publication categories/BibTex entry types
PDF upload
RSS feeds
support for images
embeddable references
Requirements
Python >= 3.4
Django >= 1.9.13
Pillow >= 2.4.0
django-countries >= 4.0
django-ordered-model >= 1.4.1
six >= 1.10.0
Bootstrap v4.0.0-alpha.6
django-echoices >= 2.1.0
Installation
Run pip install django-publications-bootstrap.
Add publications-bootstrap to the INSTALLED_APPS in your project’s settings (usually settings.py).
Add the following to your project’s urls.py:
url(r'^publications/', include('publications_bootstrap.urls')),
Run ./manage.py migrate publications_bootstrap.
In your project’s base template, make sure the following blocks are available in the <head> tag:
head, to provide xml content
css, to provide CSS specific to this application
The content itself will be inserted in the content block.
Credits
This is a fork of django-publications from lucastheis.
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
File details
Details for the file django-publications-bootstrap-2.0.2.tar.gz
.
File metadata
- Download URL: django-publications-bootstrap-2.0.2.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ccc9df91013b142ce1daad37c2a0a1c44c5c9b154198b9565b330c36137016c |
|
MD5 | 0bf1e19830bdc2604de20e161759cba3 |
|
BLAKE2b-256 | 4e27fb75bbd627ff260e3b8a864cd823ea294e5ad44bbc2a34cb53040123eb46 |
File details
Details for the file django_publications_bootstrap-2.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_publications_bootstrap-2.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 56.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe184ce7b1ad8db81026a002cdfbcff3fa0c32e0c85729684f2c831222ccbe87 |
|
MD5 | 55b72e0c34de1b9eb462e91faedb89e7 |
|
BLAKE2b-256 | 7a7837f24c4407ace39a0094497946e67d8276402d0bf3b01a0d203339178d80 |