2015-01-27-msu_icer
Software Carpentry Bootcamp held at Michigan State University on January 27th to 29th, 2015
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.6%) to scientific vocabulary
Repository
Software Carpentry Bootcamp held at Michigan State University on January 27th to 29th, 2015
Basic Info
- Host: GitHub
- Owner: jrherr
- License: other
- Language: Perl
- Default Branch: master
- Size: 46.4 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README-EPUB.md
EPUB Version of Software Carpentry Lessons
This document explains how to build the epub version of Software Carpentry
lessons and others ebook formats (e.g. mobi and azw).
Dependencies
This requeres pandoc >= 1.13.1 due a
issue to handle divs.
- Calibre
Only need to build the mobi and azw formats.
Build Steps
To build epub:
~~~ $ make epub ~~~
After build epub you can build mobi and/or azw:
~~~ $ make -f epub.mk mobi $ make -f epub.mk azw ~~~
Owner
- Name: Josh Herr
- Login: jrherr
- Kind: user
- Location: Lincoln, NE, USA
- Company: University of Nebraska
- Website: http://joshuaherr.com
- Repositories: 101
- Profile: https://github.com/jrherr
I am an Assistant Professor at the University of Nebraska. I study the genomics and metagenomics of plant-microbe interactions with a focus on mycology.
Citation (CITATION)
To reference Software Carpentry in publications, please cite both of the following:
Greg Wilson: "Software Carpentry: Getting Scientists to Write Better
Code by Making Them More Productive". Computing in Science &
Engineering, Nov-Dec 2006.
Greg Wilson: "Software Carpentry: Lessons Learned". arXiv:1307.5448,
July 2013.
@article{wilson-software-carpentry-2006,
author = {Greg Wilson},
title = {Software Carpentry: Getting Scientists to Write Better Code by Making Them More Productive},
journal = {Computing in Science \& Engineering},
month = {November--December},
year = {2006},
}
@online{wilson-software-carpentry-2013,
author = {Greg Wilson},
title = {Software Carpentry: Lessons Learned},
version = {1},
date = {2013-07-20},
eprinttype = {arxiv},
eprint = {1307.5448}
}