Coder Social home page Coder Social logo

open-prophetdb / prophetdb.org Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 12.32 MB

A website for OpenProphetDB community.

Home Page: https://www.prophetdb.org/

License: MIT License

disease-mechanisms drug-repurposing gnn-model official-website omics-data open-source-community

prophetdb.org's Introduction

A website for OpenProphetDB

OpenProphetDB is a research group which is interested in the following topics: construct and integrate **knowledge graph**, **multi-omics data** and **deep learning models** to understand the molecular mechanisms of human diseases or predict known drugs for new indications (Drug Repurposing).

License Latest Release Quality Control

For Developers

Install Dependencies

# Clone the repository
git clone https://github.com/prophetdb-openlab/prophetdb.org.git

cd prophetdb.org

# Create virtual environment
virtualenv .env

# Activate virtual environment
source .env/bin/activate

# Install dependencies
pip install -r requirements.txt

Launch Docs Website

If you want to launch the docs website locally, you can use the following command:

mkdocs serve

The output should be like this:

(quartet-docs) ➜ /quartet-docs git:(master) ✗ > mkdocs serve
INFO     -  Building documentation...
WARNING  -  Config value: 'announce'. Warning: Unrecognised configuration name: announce
WARNING  -  Config value: 'announce_text'. Warning: Unrecognised configuration name: announce_text
INFO     -  Cleaning site directory
INFO     -  The following pages exist in the docs directory, but are not included in the "nav" configuration:
              - about/collaborators.md
              - about/members.md
              - data_dictionary/about.md
              - data_dictionary/metadata.md
              - ...
INFO     -  Documentation built in 3.18 seconds
INFO     -  [09:30:55] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO     -  [09:30:55] Serving on http://127.0.0.1:8000/

After that, you can visit the website at http://127.0.0.1:8000/. Then you can edit the markdown files and see the changes in real time.

Modify Docs

Modify the markdown files in the docs folder. If you want to modify the table of contents, please modify the mkdocs.yml file.

You can follow the MkDocs documentation to learn more.

Publish Docs Website

If you want to submit your changes, please push your changes to your own branch and create a pull request.

git checkout -b <Your Branch Name>
git add -u
git commit -m "<Your Message>"
git push origin <Your Branch Name>

After merging the pull request, the docs website will be automatically published to https://prophetdb.org.

prophetdb.org's People

Contributors

yjcyxky avatar

Watchers

 avatar

Forkers

frcronus

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.