Mark Twain in German-Language Newspapers and Periodicals

Design Notes for Project Pages

Contents:
(1) Basic principles for selection and transcription of articles
(2) Newspaper items: Design principles for individual pages (narrow-columns design)
(3) Translations of (literary) texts by Mark Twain (wide-columns design): Guidelines
(4) Design for Grenzboten pages (larger amount of text, two columns)
(5) Footnotes on Text Pages
(6) Letter spacing in single words
(7) CSS design for project pages
(1) Basic principles for selection and transcription of articles
  • list all article that the search retrieved (unless the system turned up irrelevant hits due to incorrect OCR)
  • supply titles for articles that have none (in square brackets)
  • create individual pages for items that offer substantial information about Mark Twain; no pages are created for instances in which articles refer to Mark Twain only in passing (for example in this case: [add example])
(2) Newspaper items: Design principles for individual pages (narrow-columns design)
The structure of the main text area can be (re-)created using the "source" mode of the text editor and copy/pasting the following HTML:
<hr />link<hr />image<table id="transtext"><tbody><tr><th><u>Transcription</u></th><th><u>English Translation</u></th></tr><tr><td>text</td><td>text</td></tr></tbody></table>

The individual pages consist of the following elements:(3) Translations of (literary) texts by Mark Twain (wide-columns design): Guidelines
The structure of the main text area can be (re-)created using the "source" mode of the text editor and copy/pasting the following HTML:
<hr />link<hr /><br /><span class="note" rev="scalar:has_note" resource="changes-in-translation" data-show-title="no" data-show-description="no" data-show-content="yes" data-type="undefined"> Key to annotations on German translations of Mark Twain's original texts </span><br />image<table id="transtext2"><tbody><tr><th><u>Transcription</u></th><th><u>English Translation / Original Text</u></th></tr><tr><td>text</td><td>text</td></tr></tbody></table>
(4) Design for Grenzboten pages (larger amount of text, two columns)
<hr /><i>Die Grenzboten</i> 33 (1874) 2. Semester, 2. Band, 306-314.&nbsp; | Page 311 |&nbsp; [<a target="_blank" href="https://brema.suub.uni-bremen.de/periodical/pageview/132534">SUB Bremen</a>] [<a target="_blank" href="https://digitale-sammlungen.de/de/view/bsb11189558?page=318">MDZ</a>]<table id="transtext2"><tbody><tr><th><u>Transcription</u></th><th><u>English Translation</u></th></tr><tr><td>LEFT-COLUMN<br>[end page XXX]</td><td><a data-size="small" data-align="right" data-caption="none" data-annotations="" class="inline wrap" resource="FILENAME" name="FILENAME"></a>RIGHT-COLUMN</td></tr></tbody></table>
 
(5) Footnotes on Text Pages
To create footnotes and a link back to the point of origin [sample page], use the following code:
<a id="fn-1-ref" href="#fn-1">[1]</a> MAIN TEXT

Notes:
<p id="fn-1">[1] *** Explanatory text *** <a href="#fn-1-ref">&#8617;</a>
</p>
 
(6) Letter spacing in single words
<span style="letter-spacing:2px;">Test word</span>
 
(7) CSS design for project pages
(used in the general setup information)

/* Text content area to full width */
.body_copy {max-width:none;}
.body_copy {max-width:none;}
.heading_font { font-family: 'Lato', Arial, sans-serif !important; }
.heading_font { font-size: medium !important; }
.body_font { font-family: Georgia, Times, serif !important; }
.body_font { font-size: small !important; }
.page { background-color: #fff2e6; }

/* transtext refers to 3-column design: image-transcripton-translation*/
#transtext {
  border-collapse: collapse;
  width: 60%;
  text-align: left;
}
#transtext td, #transtext th {
width: 29%;
  border: 0px solid #ffffff;
  padding: 5px;
}
#transtext th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: black;
}

/* transtext2 refers to 2-column design: image above transcripton-translation*/
#transtext2 {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
#transtext2 td, #transtext2 th {
width: 49%;
  border: 0px solid #ffffff;
  padding: 5px;
}
#transtext2 th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: black;
}

This page has paths:

This page references: