All Projects → lucastheis → Django Publications

lucastheis / Django Publications

Licence: mit
A Django app for managing scientific publications.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Publications

Scihub2pdf
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv
Stars: ✭ 120 (+26.32%)
Mutual labels:  bibtex, science
plostime
Publication delays at PLOS and 3,475 other journals
Stars: ✭ 19 (-80%)
Mutual labels:  science, publishing
elife-xpub
eLife is an open-access journal and technology provider that publishes promising research in the life and biomedical sciences. This is their implementation of a submission and peer review system based on Coko PubSweet and xPub.
Stars: ✭ 29 (-69.47%)
Mutual labels:  science, publishing
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (+52.63%)
Mutual labels:  django, science
crossref
Client for the Crossref API
Stars: ✭ 29 (-69.47%)
Mutual labels:  science, publishing
aletheia-app
Alethia peer to peer publishing platform
Stars: ✭ 46 (-51.58%)
Mutual labels:  science, publishing
aletheia-admin
Project documentation including our README, contributing guidelines and more.
Stars: ✭ 32 (-66.32%)
Mutual labels:  science, publishing
web-verse
Toolbox for deep, resilient, markup-invariant linking into HTML documents without their cooperation
Stars: ✭ 25 (-73.68%)
Mutual labels:  science, publishing
allofplos
Repository for the allofplos project.
Stars: ✭ 45 (-52.63%)
Mutual labels:  science, publishing
open-retractions
‼️ 📄 🔍 an API and web interface to check if a paper has been retracted
Stars: ✭ 43 (-54.74%)
Mutual labels:  science, publishing
Pandoc Scholar
Create beautiful and semantically meaningful articles with pandoc.
Stars: ✭ 342 (+260%)
Mutual labels:  publishing, science
Parsifal
Parsifal is a tool to assist researchers to perform Systematic Literature Reviews
Stars: ✭ 254 (+167.37%)
Mutual labels:  publishing, django
Osf.io
Facilitating Open Science
Stars: ✭ 565 (+494.74%)
Mutual labels:  django, science
Django Searchable Select
A better and faster multiple selection widget with suggestions
Stars: ✭ 92 (-3.16%)
Mutual labels:  django
Wildfish Django Starter
Django 2 cookiecutter starter project template.
Stars: ✭ 93 (-2.11%)
Mutual labels:  django
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (-4.21%)
Mutual labels:  django
Django Rest Framework Api Key
An extra layer of authentication for Web APIs made with Django REST Framework
Stars: ✭ 92 (-3.16%)
Mutual labels:  django
Expyriment
Platform-independent lightweight Python library for designing and conducting timing-critical behavioural and neuroimaging experiments
Stars: ✭ 94 (-1.05%)
Mutual labels:  science
Boinc
Open-source software for volunteer computing and grid computing.
Stars: ✭ 1,320 (+1289.47%)
Mutual labels:  science
Xadmin bugfix
基于原版xadmin修改,修复原版已知bug,适配Python(3.6, 3.7, 3.8, 3.9) + Django(2.2, 3.0, 3.1)
Stars: ✭ 92 (-3.16%)
Mutual labels:  django

django-publications

A Django app for managing scientific publications.

Build Status Coverage Status

Screenshots

frontend backend

Features

  • automatically creates lists for individual authors and keywords
  • BibTex import/export
  • RIS export (EndNote, Reference Manager)
  • unAPI support (Zotero)
  • customizable publication categories/BibTex entry types
  • PDF upload
  • RSS feeds
  • support for images

Requirements

  • Python >= 3.5.0
  • Django >= 2.1.0
  • Pillow >= 2.3.0

Installation

  1. Run pip install django-publications.

  2. Add 'publications' to INSTALLED_APPS in your project's settings.py.

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

    url(r'^publications/', include('publications.urls')),
    
  4. Run the following:

    ./manage.py makemigrations publications
    ./manage.py migrate
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].