diff --git a/_includes/footer.html b/_includes/footer.html index a42bb7c..e75dae9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -32,10 +32,10 @@ - + - + diff --git a/_includes/header.html b/_includes/header.html index 92d960f..4aa3da7 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,7 +21,7 @@ - +
diff --git a/_posts/2016-03-10-Scribe-Toward-a-general-framework-for-community-transcription.html b/_posts/2016-03-10-Scribe-Toward-a-general-framework-for-community-transcription.html index d0779c9..8c7dfe0 100755 --- a/_posts/2016-03-10-Scribe-Toward-a-general-framework-for-community-transcription.html +++ b/_posts/2016-03-10-Scribe-Toward-a-general-framework-for-community-transcription.html @@ -16,6 +16,7 @@ endTime: 1457628600 milTime: 11:40-11:50 title: Scribe: Toward a general framework for community transcription +slides: '/slides/Beaudoin_Paul-Scribe_Community_Transcription.pdf' ---NYPL Labs and Zooniverse built Scribe, a highly configurable, open source framework for setting up community transcription projects around handwritten or OCR-resistant texts. Scribe suits digital humanities, library, and citizen science projects seeking to extract highly structured, normalizable data from a set of digitized materials (e.g. historical manuscripts, account ledgers, catalog cards, or maritime logbooks). @@ -24,4 +25,4 @@ The talk will identify the community transcription design patterns that informed the unique architecture of Scribe. March will be a great time to also discuss the successes and challenges of Emigrant City ( http://emigrantcity.nypl.org ), a project built with Scribe that launched in Nov 2015. http://scribeproject.github.io -http://emigrantcity.nypl.org
\ No newline at end of file +http://emigrantcity.nypl.org diff --git a/js/search.js b/js/search.js index e0f924f..d5a4e4a 100644 --- a/js/search.js +++ b/js/search.js @@ -28,7 +28,7 @@ jQuery(function() { }); // Event when the form is submitted - $("#site_search").submit(function(){ + $("#site_search").submit(function(event){ event.preventDefault(); var query = $("#search_box").val(); // Get the value for the text field var results = window.idx.search(query); // Get lunr to perform a search diff --git a/slides/Beaudoin_Paul-Scribe_Community_Transcription.pdf b/slides/Beaudoin_Paul-Scribe_Community_Transcription.pdf new file mode 100644 index 0000000..4f7dfa5 Binary files /dev/null and b/slides/Beaudoin_Paul-Scribe_Community_Transcription.pdf differ