Skip to main content

A Django app for managing scientific publications with a Bootstrap-powered UI.

Project description

Python Django License PyPI Build Status Coverage Status

Bootstrap-powered scientific publications for Django

A Django app for managing scientific publications, providing a Bootstrap-powered UI.

Screenshots

frontend backend

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

  • in-text citations, inspired by LaTeX

  • automatic bibliography, inspired by LaTeX

Requirements

  • Python == 2.7 or >= 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-beta

  • django-echoices >= 2.2.5

Installation

  1. Run pip install django-publications-bootstrap.

  2. Add publications-bootstrap to the INSTALLED_APPS in your project’s settings (usually settings.py).

  3. Add the following to your project’s urls.py:

    url(r'^publications/', include('publications_bootstrap.urls')),
  4. Run ./manage.py migrate publications_bootstrap.

  5. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-publications-bootstrap-2.2.1.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

django_publications_bootstrap-2.2.1-py2.py3-none-any.whl (66.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-publications-bootstrap-2.2.1.tar.gz.

File metadata

File hashes

Hashes for django-publications-bootstrap-2.2.1.tar.gz
Algorithm Hash digest
SHA256 b9f68712a8539037467f0df0f6918796550b16a49bec8cb7a5ac9d63d6a45a17
MD5 e87de1a634cab6f07aca7e94476bc28b
BLAKE2b-256 5a244744b89566ce6fe5c2dd49e293adaf30fb8aaaa927e8084405e8188e3f90

See more details on using hashes here.

File details

Details for the file django_publications_bootstrap-2.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_publications_bootstrap-2.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d2069b0c2f7b663d9dbc0cf7fce5ddf5b6afc71ba3f7557a83a2cb635ba6d13e
MD5 33c0e5e62a38fe45e28b187a78f913fc
BLAKE2b-256 c1b47c730548d9bd3176c584010bd7835924f56b51bcb8a6854058b9b9bd9c28

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page