Coder Social home page Coder Social logo

uu-microbial-eukaryotes / ebook Goto Github PK

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

An e-book about the evolution and diversity of microbial eukaryotes including fungi.

HTML 46.97% Ruby 4.44% SCSS 47.54% Shell 1.06%
evolution protists fungi phylogenetics taxonomy

ebook's Introduction

Microbial eukaryotes: Diversity and Evolution

This is the repository for the Microbial eukaryotes ebook.

It uses github pages with the minima theme and the vanilla back to top button.

Figures

Figure numbering

The shell script index_figures.sh numbers the figures according to how they sort with the -V option. If you want to add a figure e.g. between 1 and 2, you would name the new figure 2a_whatever.png. The important part is the "a" directly after the number, which will ensure the file is sorted in between 1 and 2, and become Figure 2 on the site (former Figure 2 is now 3, and so on). Running the script will update the data file figs.yml and should be done prior to pushing changes that include new figures, or otherwise changes their order in the text.

Figure reference system

Figures are inserted into the markdown with the help of two jekyll includes: fignum.html for referring to the figure in the flowing text and figure.html for the actual figure. figure.html has no trailing newline, to make sure that there is no line break in the flowing text. If you want to refer to a figure without parentheses, add an html space   before calling the include. Usage of these includes in the markdown:

{%- include fignum.html fn="1_prok-cell" -%} # This will insert "Figure <X>" as an html "a" tag in the text, 
                                             # where X is the number of the figure called "1_prok-cell" in _data/figs.yml.
{% include figure.html figname="1_prok-cell" caption="text" %} # This will insert the figure "1_prok-cell.png" 
                                                                             # at this position in the page. Add the caption 
                                                                             # directly as a parameter when calling this 
                                                                             # include. Html font tags work in the caption, 
                                                                             # e.g. <i>italics</i>

ebook's People

Contributors

aaronvogan avatar markhilt avatar mjamy avatar

Stargazers

 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.