Giter Site home page Giter Site logo

The Doyle Lab main website

This repository encodes the lab website with github pages / jekyll.

TODOS

How to add content

  1. Fork the repository to your own github account using the "fork" button on the site. If you previously created a fork, be sure to synchronize your fork with the main repository first. Instructions at How To Ensure Your GitHub Fork Is Up To Date explain how to do that from the command line or the github website.
  2. Clone your fork to your local computer (git clone)
  3. Create a new feature branch (git branch feature-name) and check it out (git checkout feature-name)
  4. Make your edits in a new feature branch, for example
  • add image files, for example add a profile picture at assets/images/team/vladimir-sanchez-2019-pic.jpg
  • edit an existing page, for example change the image location in `team/_posts/2019-01-01-vladimir-sanchez.md'
  • create a new page, for example copy news/_posts/2018-10-01-welcome-sam.md to a new file news/_posts/2019-01-01-welcome-vlad.md and then edit.
  1. Commit your changes
  • first add them, e.g. git add assets/images/team/vladimir-sanchez-2019-pic.jpg
  • commit with an informative message, e.g. git commit -m "new vladimir sanchez picture"
  1. If possible, preview the website locally using bundle exec jekyll serve to create it, and then browse to http://127.0.0.1:4000/
  1. Push changes to your fork with git push feature-name.
  2. Make a pull request into the staging branch. Someone, probably Edward, will review the pull request and incorporate it into the website.

Most of these steps can also be done via the website of your github fork, avoiding the command-line clone and push steps. I don't know how to preview the website edits this way, though.

News

Updating the public site

All edits should be made on the staging branch.

License

MIT

Stephen Doyle's Projects

ancient_trichuris icon ancient_trichuris

This repository contains the analysis workflow for the manuscript entitled "Population genomics of ancient and modern Trichuris trichiura".

helminth_extraction_wgs_test icon helminth_extraction_wgs_test

Workbook for the analysis of DNA extraction and WGS of low input - single eggs and larvae - samples from a range of helminths

markdown-cv icon markdown-cv

a simple template to write your CV in a readable markdown file and use CSS to publish/print it.

toprevigo icon toprevigo

Chain topGO and REViGO analyses to produce treemaps

wwpg_2021 icon wwpg_2021

Course materials for the Advanced Courses Working With Pathogen Genomes course run virtually in Asia 10-14 May 2021

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.