Skip to content

Instantly share code, notes, and snippets.

View shamille's full-sized avatar

Shawn A. Miller shamille

View GitHub Profile
@shamille
shamille / md-to-html.sh
Last active August 29, 2015 14:17
Script to create web page from markdown file using pandoc and then update website via git
#!/bin/bash
# md-to-html.sh
# Script to create web page from markdown file using Pandoc
read -e -p "Enter filename: " mdFile
tmpFile=`cat $mdFile`
echo "$tmpFile" > forPandoc.txt
title="${mdFile%.*}"
echo "<html>
<head>
@shamille
shamille / PhilSciCanada.tex
Created February 21, 2015 06:05
Philosophy of Science in Canada
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This document is made available under a Creative %%
%% Commons Attribution 4.0 International License, which %%
%% means that you can copy and redistribute the material %%
%% in any medium or format; remix, transform, and build upon %%
%% the material for any purpose, even commercially; as %%
%% long as you give appropriate credit, provide a link to %%
%% the license, and indicate if changes were made. You may %%
%% do so in any reasonable manner but not in any way that %%
%% suggests the licensor endorses you or your use. See %%
@shamille
shamille / PhilGradProgramsWorldwide.tex
Last active August 29, 2015 14:15
Philosophy Ph.D. Programs Worldwide
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This document is made available under a Creative %%
%% Commons Attribution 4.0 International License, which %%
%% means that you can copy and redistribute the material %%
%% in any medium or format; remix, transform, and build upon %%
%% the material for any purpose, even commercially; as %%
%% long as you give appropriate credit, provide a link to %%
%% the license, and indicate if changes were made. You may %%
%% do so in any reasonable manner but not in any way that %%
%% suggests the licensor endorses you or your use. See %%
@shamille
shamille / PhilBioGradPrograms.tex
Last active August 29, 2015 14:14
Philosophy of Biology Graduate Program Listings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This document is made available under a Creative %%
%% Commons Attribution 4.0 International License, which %%
%% means that you can copy and redistribute the material %%
%% in any medium or format; remix, transform, and build upon %%
%% the material for any purpose, even commercially; as %%
%% long as you give appropriate credit, provide a link to %%
%% the license, and indicate if changes were made. You may %%
%% do so in any reasonable manner but not in any way that %%
%% suggests the licensor endorses you or your use. See %%