项目作者: transpose-publishing

项目描述 :
TRANsparency in Scholarly Publishing for Open Scholarship Evolution
高级语言: Vue
项目地址: git://github.com/transpose-publishing/transpose.git
创建时间: 2018-05-17T16:44:27Z
项目社区:https://github.com/transpose-publishing/transpose

开源协议:GNU Affero General Public License v3.0

下载


transpose

TRANsparency in Scholarly Publishing for Open Scholarship Evolution

Because sunlight is the best disinfectant.

What is transpose?

Transpose is a web-app with a public API that makes it easy to visualize and compare different journals’ policies surrounding submission, preprints, peer review, and openness.

Build Setup

Transpose uses feathersjs, Nuxt.js, and MongoDB.

  1. # make sure you have a mongodb server running at localhost:27017
  2. # install dependencies
  3. $ yarn
  4. # serve with hot reload at localhost:3000
  5. $ yarn run dev
  6. # to run whole thing in docker
  7. $ docker-compose up -d
  8. # to initialize data
  9. $ node scripts/initData.js
  10. # to view logs
  11. $ docker logs -f transpose_web_1