Coder Social home page Coder Social logo

stonet-research.github.io's Introduction

StoNet Website

Build and run locally

This site is built using Sphinx with read-the-docs theme.

Install packages

pip install -r requirements.txt
apt-get install python3-sphinx

build and start a local server

# build the html and start a local http server
make html
cd _build/html
python -m http.server
# or python3
python3 -m http.server

Then the website is available at localhost:8000

Build and make it accessible to github pages

# commit and push
git add *
git commit -m 'commit message'
git push

# If it does not succeed please check https://github.com/stonet-research/stonet-research.github.io/actions or the `Deployments` branch.

How to make changes

The webpages is written in reStructuredText. read the docs rst file example

The main menu is defined in index.rst

The path to the contents can also be found in the rst file.

For example

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Research Projects

   /research_projects/research_projects

is the 'Research Projects' tab and the contents are in /research_projects/research_projects.

The source code of read the docs is a good example:

read the docs tutorial corresponding source code

How to add publications

  1. Copy your pdf to publications/pdfs (if available)
  2. Add a new entry to publications/publications.rst please add it to corresponding year and use the format "paper name, authors (year) conference (conference link), location. PDF OR DOI.

To reference the pdf from within publications.rst use:

:download:`pdf_name <pdfs/pdf_name>`

How to add people

  1. Create a .png image of 512x512 and copy it to people/photos.
  2. Add the person to people/people.rst, use the format "role name".

Sources

sphinx doc

read the docs theme doc

stonet-research.github.io's People

Contributors

krien avatar zebinren avatar animeshtrivedi avatar

Watchers

 avatar  avatar Nick Tehrany 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.