GithubHelp home page GithubHelp logo

bomeara / janeway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from birkbeckctp/janeway

0.0 0.0 0.0 78.32 MB

A journal management system designed for publishing scholarly articles.

Home Page: https://janeway.systems/

License: GNU Affero General Public License v3.0

Shell 0.08% JavaScript 5.53% Python 47.01% XSLT 10.50% CSS 6.93% TeX 0.02% Makefile 0.06% HTML 25.57% Dockerfile 0.01% SCSS 4.30%

janeway's Introduction

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.6+) 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.

Current development

What are we working on right now? For a high-level view, check out our public roadmap on Trello.

You can get more detail by viewing our project boards here on GitHub. Open a project to see which issues it includes and what their status is. The status should be one of these:

  • To Do -- we plan to do this and include it in this release
  • In Progress -- someone is working on it at this very moment!
  • PR Submitted -- this means one developer has come up with a solution and is waiting for feedback from others
  • Done -- this means at least one other developer has approved the solution and it has been merged into the main codebase in preparation for the release

We aim to build releases in 4-week sprints, though some development cycles have taken quite a bit longer.

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

janeway's People

Contributors

ajrbyers avatar mauromsl avatar joemull avatar hardyoyo avatar tingletech avatar hachacha avatar dependabot[bot] avatar gamboz avatar alainna avatar justingonder avatar beethro avatar ecareless avatar mdlincoln avatar alexdutton avatar lsh-0 avatar bbkctp avatar chriskeene avatar fingolfin avatar safwanrahman avatar myucekul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.