Giter Club home page Giter Club logo

gaia's Introduction

Build Static Pages

Configuration

You have to customize the following parameters in _config.yml:

  • title: the name of your team.
  • subtitle: the runing title.
  • email: the contact email.
  • short_desc: the title of the banner in the index page.
  • long_desc: the content of the banner in the index page.
  • expiration_opportunities: the job offers will expire automatically after this number of days.
  • expiration_news: the news will expire automatically after this number of days.

You can change the banner image in the index page images/banner.png and the logo images/logo.png.

Then you will need to fill the collections in _collections (only text files). Please look at the example and use the same keys.

Note: For the research collection, you will have to add a new research_<CATEGORY>.md for new categories.

Install local

Jekyll:

  • sudo apt install ruby-dev
  • echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
  • echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
  • echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
  • source ~/.bashrc
  • gem install jekyll bundler
  • cd $MYPROJECT
  • bundle init
  • bundle add jekyll webrick
  • bundle install
  • bundle exec jekyll serve --livereload --port 8080

For Bibtex conversion:

  • pip install pybtex
  • pybtex-convert biblio.bib biblio.yaml

Jekyll

For those unfamiliar with how Jekyll works, check out https://jekyllrb.com/ for all the details.

gaia's People

Contributors

agrigis avatar duchesnay avatar

Watchers

bthirion avatar  avatar Denis Rivière avatar Yann Cointepas avatar Dimitri Papadopoulos Orfanos avatar Vincent Frouin avatar  avatar Philippe Ciuciu avatar Virginie van Wassenhove avatar  avatar

gaia's Issues

Add Pierre Auriau

Personal information

  • First name: Pierre
  • Last name: Auriau
  • Title: PhD student

Team

  • ARCHITECTURE
  • BRAINOMICS
  • GINKGO
  • SIGNATURE
  • CATI
  • Platform

Position

  • [] PI
  • [] Post Doc
  • Grad Student
  • Engineer

Personal site

  • Optionally, you can add a link to your personal website.

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.