Skip to content

Commit

Permalink
Content and style updates.
Browse files Browse the repository at this point in the history
* Updates config for newer jekyll.
* Includes ACH logo.
* Updates some URLs for ACH-specific funding.
* Adds names for credits.
* Adds audible class to visually hide some text but make it accessible.
  • Loading branch information
Jeremy Boggs committed Sep 29, 2014
1 parent ddd59ab commit 38867d9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
5 changes: 1 addition & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
name: Funding Opportunities for Digital Humanities
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
pygments: true
highlighter: pygments
5 changes: 4 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<body>

<header role="banner">
<h1 class="title"><a href="/dhfunding/">{{ site.name }}</a></h1>
<a href="http://ach.org" id="ach-home">
<img src="/images/ach-logo.png" alt="">
<span class="audible"><abbr title="Association for Computers and the Humanities">ACH</abbr> home page</span></a>
<h1 class="title"><a href="/">{{ site.name }}</a></h1>
</header>

<main role="main" id="main">
Expand Down
24 changes: 24 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ h1, h2, h3, h4 {
margin-top:20px;
}

h2 {
font-size: 125%;
}

h1 + h2,
h2 + h3,
h3 + h4 {
Expand All @@ -39,3 +43,23 @@ th, td {
border-bottom: 1px solid #ccc;
}

img {
max-width: 100%;
width: auto;
height: auto;
}

.audible {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}

#ach-home {
display:block;
width: 400px;
margin: 20px auto;
}

Binary file added images/ach-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ layout: default
title: Funding Opportunities for Digital Humanities
---

Below is a work-in-progress list of funding opportunities for Digital Humanities work. 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).
Here is list of funding opportunities for Digital Humanities work. Some
of the funding opportunities included 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).

This list is a work in progress, and you can contribute! If you have a correction or an addition to make, please send an email to <[email protected]> or add a ticket to [our issue tracker](http://github.com/achorg/dhfunding/issues).

Developed by Alex Gil and Dennis Tenen, with support from the ACH.

# The NEH

The NEH has several programs that offer grants appropriate for 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. The Office of Digital Humanities focuses specifically on supporting a wide range of digital humanities work at many stages of a project.
Expand Down Expand Up @@ -41,7 +44,7 @@ Email: <[email protected]>

## Division of Preservation and Access
Main Website: http://www.neh.gov/divisions/preservation<br/>
Officers: Nadina Gardner, Director[See also staff page](http://www.neh.gov/divisions/preservation/staff)<br/>
Officers: Nadina Gardner, Director [See also staff page](http://www.neh.gov/divisions/preservation/staff)<br/>
Email: <[email protected]> (Joel Wurl); <[email protected]> (Joshua Sternfeld)


Expand Down Expand Up @@ -108,7 +111,7 @@ The [Association for Computers and the Humanities](http://ach.org/) is the US br

| Grant | Range(USD) | Deadline|
| ------------- | -------------| --------:|
|[ACH Microgrants](http://ach.org/ach-microgrants)|$200-$500||
|[ACH Microgrants](http://ach.org/grants-and-awards)|$200-$500||
|[ACH travel bursaries to DHSI](http://www.ach.org/grants-and-awards)|500 GBP|dependant on acceptance|
|[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)|||
Expand Down Expand Up @@ -202,3 +205,4 @@ Why not?
* [DHNow Funding List](http://digitalhumanitiesnow.org/tag/funding/)
* [Harvard Digital Humanities Cafe](http://guides.library.harvard.edu/content.php?pid=173015&sid=1544294)

*[ACH]: Association for Computers and the Humanities

0 comments on commit 38867d9

Please sign in to comment.