+
+
+
+ {{ content }}
+
+
+
diff --git a/css/styles.css b/css/styles.css
new file mode 100755
index 0000000..1a2c013
--- /dev/null
+++ b/css/styles.css
@@ -0,0 +1,160 @@
+/*****************************************************************************/
+/*
+/* Common
+/*
+/*****************************************************************************/
+
+/* Global Reset */
+* {
+ margin: 0;
+ padding: 0;
+}
+
+html, body { height: 100%; }
+
+body {
+ background-color: #FFF;
+ font: 13.34px Helvetica, Arial, sans-serif;
+ font-size: small;
+ text-align: center;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-size: 100%; }
+
+h1 { margin-bottom: 1em; }
+p { margin: 1em 0; }
+
+a { color: #00a; }
+a:hover { color: #000; }
+a:visited { color: #a0a; }
+
+/*****************************************************************************/
+/*
+/* Home
+/*
+/*****************************************************************************/
+.posts {
+ list-style-type: none;
+ margin-bottom: 2em;
+}
+
+.posts li {
+ line-height: 1.75em;
+}
+
+.posts span {
+ color: #aaa;
+ font-family: Monaco, "Courier New", monospace;
+ font-size: 80%;
+}
+
+/*****************************************************************************/
+/*
+/* Site
+/*
+/*****************************************************************************/
+
+.site {
+ font-size: 115%;
+ text-align: justify;
+ width: 42em;
+ margin: 3em auto 2em;
+ line-height: 1.5em;
+}
+
+.header a {
+ font-weight: bold;
+ text-decoration: none;
+}
+
+.title {
+ display: inline-block;
+ margin-bottom: 2em;
+}
+
+.title a {
+ color: #a00;
+}
+
+.title a:hover {
+ color: #000;
+}
+
+.header a.extra {
+ color: #aaa;
+ margin-left: 1em;
+}
+
+.header a.extra:hover {
+ color: #000;
+}
+
+.meta {
+ color: #aaa;
+}
+
+.footer {
+ font-size: 80%;
+ color: #666;
+ border-top: 4px solid #eee;
+ margin-top: 2em;
+ overflow: hidden;
+}
+
+.footer .contact {
+ float: left;
+ margin-right: 3em;
+}
+
+.footer .contact a {
+ color: #8085C1;
+}
+
+.footer .rss {
+ margin-top: 1.1em;
+ margin-right: -.2em;
+ float: right;
+}
+
+.footer .rss img {
+ border: 0;
+}
+
+/*****************************************************************************/
+/*
+/* Posts
+/*
+/*****************************************************************************/
+
+/* standard */
+.post pre {
+ border: 1px solid #ddd;
+ background-color: #eef;
+ padding: 0 .4em;
+}
+
+.post ul, .post ol {
+ margin-left: 1.35em;
+}
+
+.post code {
+ border: 1px solid #ddd;
+ background-color: #eef;
+ padding: 0 .2em;
+}
+
+.post pre code {
+ border: none;
+}
+
+/* terminal */
+.post pre.terminal {
+ border: 1px solid #000;
+ background-color: #333;
+ color: #FFF;
+}
+
+.post pre.terminal code {
+ background-color: #333;
+}
diff --git a/css/syntax.css b/css/syntax.css
new file mode 100644
index 0000000..2774b76
--- /dev/null
+++ b/css/syntax.css
@@ -0,0 +1,60 @@
+.highlight { background: #ffffff; }
+.highlight .c { color: #999988; font-style: italic } /* Comment */
+.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight .k { font-weight: bold } /* Keyword */
+.highlight .o { font-weight: bold } /* Operator */
+.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #aa0000 } /* Generic.Error */
+.highlight .gh { color: #999999 } /* Generic.Heading */
+.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #555555 } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { font-weight: bold } /* Keyword.Constant */
+.highlight .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
+.highlight .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.highlight .m { color: #009999 } /* Literal.Number */
+.highlight .s { color: #d14 } /* Literal.String */
+.highlight .na { color: #008080 } /* Name.Attribute */
+.highlight .nb { color: #0086B3 } /* Name.Builtin */
+.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
+.highlight .no { color: #008080 } /* Name.Constant */
+.highlight .ni { color: #800080 } /* Name.Entity */
+.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
+.highlight .nn { color: #555555 } /* Name.Namespace */
+.highlight .nt { color: #000080 } /* Name.Tag */
+.highlight .nv { color: #008080 } /* Name.Variable */
+.highlight .ow { font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mf { color: #009999 } /* Literal.Number.Float */
+.highlight .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight .sb { color: #d14 } /* Literal.String.Backtick */
+.highlight .sc { color: #d14 } /* Literal.String.Char */
+.highlight .sd { color: #d14 } /* Literal.String.Doc */
+.highlight .s2 { color: #d14 } /* Literal.String.Double */
+.highlight .se { color: #d14 } /* Literal.String.Escape */
+.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
+.highlight .si { color: #d14 } /* Literal.String.Interpol */
+.highlight .sx { color: #d14 } /* Literal.String.Other */
+.highlight .sr { color: #009926 } /* Literal.String.Regex */
+.highlight .s1 { color: #d14 } /* Literal.String.Single */
+.highlight .ss { color: #990073 } /* Literal.String.Symbol */
+.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
+.highlight .vc { color: #008080 } /* Name.Variable.Class */
+.highlight .vg { color: #008080 } /* Name.Variable.Global */
+.highlight .vi { color: #008080 } /* Name.Variable.Instance */
+.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..1d4ab47
--- /dev/null
+++ b/index.md
@@ -0,0 +1,199 @@
+---
+layout: default
+title: Funding Opportunities for Digital Humanities
+---
+
+Funding for the digital humanities comes for or depending on the case. Some of the funding opportunities listed below are meant to be used solely on digital humanities, in other cases some general funding for the humanities can be applied towards digital humanities work. This simplified list derives from the more detailed list compiled with the help of the community using [this shared spreadsheet on GoogleDocs](https://docs.google.com/spreadsheet/ccc?key=0AmgLcm5jfVhSdDZjRXBEN21sLXhKYnpQa2ZVSFQ2cWc&usp=sharing).
+
+N.B. *This list is a work in progress created and updated by you and me. If you have a correction or an addition to make, please send us a pull request.*
+
+
+You might also want to keep your eyes on the following directories:
++ [Foundation Center](http://foundationcenter.org/)
++ [Grants.gov](http://grants.gov/)
++ [DHNow Funding List](http://digitalhumanitiesnow.org/tag/funding/)
++ [Harvard Digital Humanities Cafe](http://guides.library.harvard.edu/content.php?pid=173015&sid=1544294)
+
+
+# The NEH
+The National Endowment for the Humanities is one of the most important funders for the digital humanities in the United States and affiliated universities. With the creation of the Office of the Digital Humanities (ODH) they also sent an important signal to the academic community that the digital humanities are an important part of the past, present and future of the humanities.
+
+The NEH has several other programs that offer grants you might be able to use for your digital humanities work, including the Division of Public Programs, the Division of Preservation and Access, the Division of Education Programs and the Division of Research Programs (see below).
+
+
+## The Office of the Digital Humanities
+
+Main Website: http://www.neh.gov/divisions/odh
+Officers: Brett Bobley, Jen Serventi, Jason Rhody and Perry Collins
+Email: odh@neh.gov
+
+| Grant | Range (USD) | Deadline|
+| ------------- | -------------| --------:|
+| [Digital Humanities Start-up Grants](http://www.neh.gov/grants/odh/digital-humanities-start-grants) | $5-30K or $30-60K | 9/11/14 |
+| [Digital Humanities Implementation Grants](http://www.neh.gov/grants/odh/digital-humanities-implementation-grants) | $100-325K | 2/18/15 |
+| [Digging into Data Challenge](http://www.diggingintodata.org/) | N/A | Passed |
+| [NEH/DFG Bi-Lateral Digital Humanities ](http://www.neh.gov/divisions/odh/grant-news/grant-opportunity-nehdfg-bilateral-digital-humanities-program)|$100-350K| 9/20/14 |
+| [Institutes for Advanced Topics in the Digital Humanities](http://www.neh.gov/grants/odh/institutes-advanced-topics-in-the-digital-humanities)|$50-250K| 3/10/15 |
+
+## Division of Public Programs
+Main Website: http://www.neh.gov/divisions/public
+Officers: Karen Mittelman, Director [See also staff page](http://www.neh.gov/divisions/public/staff)
+Email: publicpgms@neh.gov
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[America's Historical and Cultural Organizations: Planning Grants](http://www.neh.gov/grants/public/americas-historical-and-cultural-organizations-planning-grants)|$40-75K| 8/13/14|
+|[America's Historical and Cultural Organizations: Implementation Grants](http://www.neh.gov/grants/public/americas-historical-and-cultural-organizations-implementation-grants)|$100-400K|8/13/14|
+|[America's Media Makers: Development Grants](http://www.neh.gov/grants/public/americas-media-makers-development-grants)|$40-75K|8/13/14|
+|[America's Media Makers: Production Grants](http://www.neh.gov/grants/public/americas-media-makers-production-grants)|$100-650K|8/13/14|
+
+
+## Division of Preservation and Access
+Main Website: http://www.neh.gov/divisions/preservation
+Officers: Nadina Gardner, Director[See also staff page](http://www.neh.gov/divisions/preservation/staff)
+Email: jwurl@neh.gov (Joel Wurl); jsternfeld@neh.gov (Joshua Sternfeld)
+
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Humanities Collections and Reference Resources](http://www.neh.gov/grants/preservation/humanities-collections-and-reference-resources)|max $350K| 7/17/14|
+|[Preservation and Access Research and Development](http://www.neh.gov/grants/preservation/preservation-and-access-research-and-development)|max $350K|5/1/14|
+
+## Division of Research Programs
+Main Website: http://www.neh.gov/divisions/research
+Officers: Jane Aikin, Director [See also staff page](http://www.neh.gov/divisions/research/staff)
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Fellowships](http://www.neh.gov/grants/research/fellowships)|$4,200/month|5/1/14|
+|[Summer Stipends](http://www.neh.gov/grants/research/summer-stipends)|$6,000 |9/30/14|
+|[Collaborative Research](http://www.neh.gov/grants/research/collaborative-research-grants)|$25-100K|9/30/14|
+|[Scholarly Editions and Translations](http://www.neh.gov/grants/research/scholarly-editions-and-translations-grants)|$50-100K/year|12/9/14|
+
+
+## Division of Education Programs
+Main Website: http://www.neh.gov/divisions/education
+Officers: William Craig Rice, Director [See also staff page](http://www.neh.gov/divisions/education/staff)
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Humanities Initiatives at Hispanic-Serving Institutions](http://www.neh.gov/grants/education/humanities-initiatives-hispanic-serving-institutions)|max $100K|6/26/14|
+|[Humanities Initiatives at Historically Black Colleges and Universities](http://www.neh.gov/grants/education/humanities-initiatives-historically-black-colleges-and-universities)|max $100K|6/26/14|
+|[Humanities Initiatives at Tribal Colleges and Universities ](http://www.neh.gov/grants/education/humanities-initiatives-tribal-colleges-and-universities)|max $100K|6/26/14|
+
+# The Mellon Foundation
+## Scholarly Communications and Information Technology
+The Scholarly Communications and Information Technology Program was formed in 2010 through the merger of the Programs on Scholarly Communications and Research in Information Technology. The office has been very generous in its support of the digital humanities and has funded initiatives ranging from specific scholarly projects to institutional infrastructure.
+
+
+Main Website: http://www.mellon.org/grant_programs/programs/scit
+Officers: Donald J. Waters, Program Officer [See also overview page](http://www.mellon.org/grant_programs/programs/scit)
+
+**Mellon awards have a wide range. The Deadline for submission is usually 4 Months before one of the Board Meetings in March, June, September or December.**
+
+# American Council of Learned Societies
+The mission of the American Council of Learned Societies is "the advancement of humanistic studies in all fields of learning in the humanities and the social sciences and the maintenance and strengthening of relations among the national societies devoted to such studies." This now includes [some exciting support for the digital humanities](https://www.acls.org/programs/digital/).
+
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[ACLS Digital Innovation Fellowships](http://www.acls.org/programs/digital/)|60K Stipends, 25K projects|September?|
+|[ACLS Fellowships](http://www.acls.org/programs/acls/)| $35-65K based on rank |9/26/13|
+|[ACLS Collaborative Research Fellowships](http://www.acls.org/programs/collaborative/)|Max 140K|9/26/13|
+
+# Institute of Museum and Library Services
+The mission of IMLS is to inspire libraries and museums to advance innovation, lifelong learning, and cultural and civic engagement. We provide leadership through research, policy development, and grant making. Let's help them!
+
+
+Main website: http://www.imls.gov/
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[National Leadership Grants for Museums](http://www.imls.gov/applicants/detail.aspx?GrantId=22)|$50-500K|12/2/13|
+|[National Leadership Grants for Libraries](http://www.imls.gov/applicants/detail.aspx?GrantId=14)|$50-500K|2/3/14|
+|[Sparks! Ignition Grants for Museums](http://www.imls.gov/applicants/detail.aspx?GrantId=23)|$10-25K|12/2/13|
+|[Sparks! Ignition Grants for Libraries](http://www.imls.gov/applicants/detail.aspx?GrantId=19)|$10-25K|2/3/14|
+
+# ACH/ADHO
+The [Association for Computers and the Humanities](http://ach.org/) is the US branch of the [Alliance for Digital Humanities Organizations](http://adho.org/). Together they provide much of the scaffolding for professional activities in the digital humanities in the United States and around the world, including some fellowship support.
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[ACH Microgrants](http://ach.org/ach-microgrants)|$200-$500||
+|[ACH travel bursaries to DHSI](http://www.ach.org/grants-and-awards)|500 GBP|dependant on notification of acceptance for conference papers|
+|[ACH occasional sponsorship](http://www.ach.org/occasional-funding-sponsorship)|max. $500|rolling|
+|[ADHO Bursaries for the Annual DH Conference](http://adho.org/awards/conference-bursary-awards)|||
+
+# National Historical Publications and Records Commission (National Archives)
+The National Historical Publications and Records Commission (NHPRC), a part of the National Archives and Records Administration (NARA), supports projects that promote the preservation and use of America's documentary heritage essential to understanding our democracy, history, and culture.
+
+Main website: http://www.archives.gov/nhprc/
+E-mail: nhprc@nara.gov
+Telephone: 202-357-5010
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Innovation in Archives and Documentary Editing ](http://www.archives.gov/nhprc/announcement/innovation.html)|up to $150,000 with equal cost share|October|
+|[Digitizing Historical Records](http://www.archives.gov/nhprc/announcement/digitizing.html)|up to $150,000 with equal cost share|June|
+
+
+
+# Google
+In 2010 Google committed 1M to support the Digital Humanities for 2 years. We don't know if they have renewed their commitment, but here's [some info](http://googleblog.blogspot.com/2010/07/our-commitment-to-digital-humanities.html).
+
+# HASTAC
+## Digital Media and Learning Competition
+The Digital Media and Learning Competition is an effort designed to find and to inspire the most novel uses of new media in support of learning. Over the past 5 years, the Competition has awarded $10 million to more than 100 projects in 20 countries that explore how technologies—including games, mobile phone applications, virtual worlds, social networks, and digital badge platforms—are changing the way people learn and participate in daily life.
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Digital Media and Learning Competition](http://www.hastac.org/competitions)|$10m (~100 projects)?|announced via facebook or twitter|
+
+# Fondation Maison des Sciences de l'Homme
+La FMSH a le plaisir d'annoncer le lancement d'un nouveau programme de bourses dans les humanités numériques. Le programme financera exclusivement les projets de collaboration transatlantique entre les universités américaines et européennes. Il cofinancera jusqu'à 60% du coût total du projet par an.
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Transatlantic Program for DH 2013-2014](http://www.fmsh.fr/fr/c/4344)|Varies||
+
+# Arcadia Fund
+Arcadia works to preserve near extinct languages, rare historical archives and museum quality artefacts.
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Endangered Culture ](http://www.arcadiafund.org.uk/grants/endangered-culture)|||
+
+# The Kress Foundation
+Through its Grant Programs, the Kress Foundation supports scholarly projects that promote the appreciation, interpretation, preservation, study and teaching of European art from antiquity to the early 19th century. These areas are also supported through our Fellowships. These competitive grants are awarded to institutions only.
+
+| Grant | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[Digital Resources Grants Program](http://www.kressfoundation.org/grants/default.aspx?id=150)|||
+
+
+# Don't forget the sciences
+## Alfred P. Sloan Foundation
+Although the Sloan Foundation has traditionally leaned towards the sciences, their interest in scholarly communications sometimes places them this side of the digital humanities.
+
+Main website: www.sloan.org
+Contact person: Josh Greenberg (greenberg@sloan.org)
+
+## The National Science Foundation
+You never know.
+
+Main website: http://www.nsf.gov/funding/
+
+# Small Private Foundations
+We have not confirmed whether these foundations are friends to the *digital* humanities. We do know they are friends to the humanities. If you do learn anything about them, let us know, and we'll pop it out of this category.
+
+| Foundation | Range(USD) | Deadline|
+| ------------- | -------------| --------:|
+|[AXE-Houghton](http://foundationcenter.org/grantmaker/axehoughton/)||rolling|
+|[Achelis Foundation](http://achelis-bodman-fnds.org/)|||
+|[Anna Maria and Stephen Kellen Foundation](http://anna-maria-and-stephen-kellen-foundation-inc.idilogic.aidpage.com/anna-maria-and-stephen-kellen-foundation-inc/)|||
+|[Gladys Brooks Foundation](http://www.gladysbrooksfoundation.org/)||Monthly|
+|[Heineman Foundation](http://www.heinemanfoundation.org/)||1-Sep|
+|[Hess Foundation, Inc.](http://www.tgci.com/funding/fdnresultnew.asp?thisID=6518)|||
+|[Scherman Foundation](http://scherman.org/)|||
+|[Starr Foundation](http://www.starrfoundation.org/)|||
+|[Spencer Foundations](http://www.spencer.org/)|||