All Projects → BirkbeckCTP → Janeway

BirkbeckCTP / Janeway

Licence: agpl-3.0
A journal management system designed for publishing scholarly articles.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Janeway

Joss
The Journal of Open Source Software
Stars: ✭ 779 (+577.39%)
Mutual labels:  publishing, journal
Quad
document processor in Racket
Stars: ✭ 100 (-13.04%)
Mutual labels:  publishing
Auto
Generate releases based on semantic version labels on pull requests.
Stars: ✭ 1,120 (+873.91%)
Mutual labels:  publishing
Txt
A simple, private writing app.
Stars: ✭ 88 (-23.48%)
Mutual labels:  journal
Branchsite
CLI tool for publishing your static website to a separate branch
Stars: ✭ 65 (-43.48%)
Mutual labels:  publishing
Amusewiki
Text::Amuse-based publishing platform
Stars: ✭ 95 (-17.39%)
Mutual labels:  publishing
Hyperfeed
decentralized rss publishing
Stars: ✭ 60 (-47.83%)
Mutual labels:  publishing
Publish Nuget
📦 GitHub action to automate publishing NuGet packages when project version changes
Stars: ✭ 109 (-5.22%)
Mutual labels:  publishing
Dictmaker
A stand-alone web server app for rapidly building and publishing full fledged dictionary websites and APIs for any language.
Stars: ✭ 97 (-15.65%)
Mutual labels:  publishing
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (-28.7%)
Mutual labels:  publishing
Pyrustic
Lightweight framework and software suite to help develop, package, and publish Python desktop applications
Stars: ✭ 75 (-34.78%)
Mutual labels:  publishing
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+889.57%)
Mutual labels:  journal
Django Publications
A Django app for managing scientific publications.
Stars: ✭ 95 (-17.39%)
Mutual labels:  publishing
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-45.22%)
Mutual labels:  journal
Thunder Distribution
A Drupal 8 based platform for professional publishers
Stars: ✭ 107 (-6.96%)
Mutual labels:  publishing
Publish
Publish provides beautiful editorial interfaces for the management of content within API
Stars: ✭ 62 (-46.09%)
Mutual labels:  publishing
Wpub
W3C Web Publications
Stars: ✭ 73 (-36.52%)
Mutual labels:  publishing
Growtracker Android
Grow tracking app for growing plants. Project is still in active development!
Stars: ✭ 89 (-22.61%)
Mutual labels:  journal
Subtitles
Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate Subtitles and you're ready to go.
Stars: ✭ 113 (-1.74%)
Mutual labels:  publishing
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+34040%)
Mutual labels:  publishing

Janeway Logo

Janeway is a journal platform designed for publishing scholarly research material. It is developed and maintained by the Centre for Technology and Publishing at Birkbeck, University of London.

Technology

Janeway is written in Python (3.5+) and utilises the Django framework (1.11 LTS).

Installation instructions

Developer installation instructions are available in our documentation site.

A guide for installing on the live environment with apache and mod_wsgi is also available.

Running Janeway with docker

Janeway's development server can be run within a docker container, avoiding the need to install and run its dependencies from your machine. A docker-compose file as well as a Makefile can be found at the root of the project wrapping the most common operations. Docker is compatible with multiple architectures and Operating systems, if you need help installing docker, have a look at the docker documentation.

Simarly to the native installation, Janeway can be installed in a docker environment by running make install and following the installation steps described above. As a result, a database volume will be populated under janeway/db/postgres-data Once installation is completed, just type make janeway to run janeway with a postgres backend (default behaviour).

If a change to the dependencies for Janeway is required, the Janeway container can be re-created with make rebuild. The database volume will be preserved.

In order to run a different RDBMS, the environment variable DB_VENDOR can be set to one of postgres, mysql or sqlite. e.g: DB_VENDOR=mysql make install && make

Uninstalling Janeway is as simple as running make uninstall which will delete all docker related containers as well as wipe the database volume.

Janeway design principles

  1. No code should appear to work "by magic". Readability is key.

  2. Testing will be applied to security modules and whenever a post-launch bugfix is committed. We do not aim for total testing but selective regression testing.

  3. Security bugs jump the development queue and are a priority.

  4. We will never accept commits of, or ourselves write, paywall features into Janeway.

Licensing

Janeway is available under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE (Version 3, 19 November 2007).

Contributions

We welcome all code contributions via Pull Requests where they can be reviewed and suggestions for enhancements via Issues. We do not currently have a code of conduct for this repo but expect contributors to be courteous to one another. In order to more easily associate changes to their respective github issues, please adhere to the following conventions:

  • Branch names should be prefixed with the issue number they are related to, followed by either "Feature" or "Hotfix" depending on the nature of the change ( e.g: 66-Feature)
  • Start every commit with a reference to the github issue they are related to (e.g: #66: Adds new feature xyz)

Contacts

If you wish to get in touch about Janeway, contact information is provided below.

Project Lead - Martin Paul Eve, [email protected]

Lead Developer - Andy Byers, [email protected]

Releases

  • v1.0 Kathryn released 10/08/17
  • v1.1 Chakotay released 01/09/17
  • v1.2 Tuvok released 06/11/17
  • v1.3 Doctor released 10/08/18

Geolocation

Janeway includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com

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