Announcing our new digital collections site:
Digital PUL

Multi tool use
Announcing our new digital collections site:
Digital PUL
New collections are available in Digital PUL, and we are actively migrating collections
from the PUDL to the new site.
- Home
- Search
- Collections
- About
- Contact
[Book of Enoch (Mäṣḥafä Henok)]
Permanent Link: http://arks.princeton.edu/ark:/88435/zc77sr50z
Description
Physical Description:
Origin:
Notes:
- Ms. codex.
- Title supplied by cataloger.
- Physical description: 1 vol. (18 x 13 cm); 81 folios (fol. 81r-v blank), 2 columns, 22 lines. Space left for owner's name left blank, fol. 80v.
- Text in Ge'ez language. The manuscript is part of the Robert Garrett Collection of Ethiopic Manuscripts, 1600s-1900s (C0744.03). Gift of Robert Garrett, 1942. The Ethiopic Book of Enoch (or 1 Enoch) is a complete Ge'ez translation of an ancient Jewish religious text, which claims to have been written by Enoch, the great-grandfather of Noah. The Ethiopian Orthodox Church regards the pseudepigraphic text as canonical. The present manuscript was one of those used in R. H. Charles, ed., The Book of Enoch, Translated from Professor Dillmann's Ethiopic Text... (Oxford: Clarendon Press, 1893). Rebound by Mick LeTourneaux (Princeton University Library, Preservation Office) in an Ethiopic-style binding; the 19th-century European binding is in box. The old binding has the stamp of H. C. Reichardt, who can be identified as Henry Christian Reichardt (d. 1897), a missionary for the London Society for Promoting Christianity amongst the Jews. Robert Garrett (1875-1961), Princeton Class of 1897, probably acquired the Enoch manuscript shortly after Reichardt's death. Concerning manuscripts of the Ethiopic Book of Enoch, see Ted M. Erho and Loren T. Stuckenbruck, "A Manuscript History of Ethiopic Enoch," Journal for the Study of Pseudoepigrapha, 23:2 (2013), 87-131 (Garrett Ethiopic Manuscript no. 42 discussed on pp. 105-7).
Language of material:
Subject:- Manuscripts, Ethiopic‒New Jersey‒Princeton
Location:- Princeton University Library. Department of Rare Books and Special Collections. C0744.03 (Garrett Ethiopic Manuscripts, no. 42)
Usage Rights:
- Use and reproduction
- Restrictions on access
Local Identifier:
Forms part of:- Treasures of the Manuscripts Division
42v,SAXmncDeIqGNTYnOtAD,HO,KIqMnyB5jIBJ fy8xIjf7PUqr1mo E15sC5V6On
Popular posts from this blog
Den här artikeln handlar om hundraårsperioden 1300–1399. För decenniet 1300–1309, se 1300-talet (decennium). .mw-parser-output .infobox{border:1px solid #aaa;background-color:#f9f9f9;color:black;margin:.5em 0 .5em 1em;padding:.2em;float:right;clear:right;width:22em;text-align:left;font-size:88%;line-height:1.6em}.mw-parser-output .infobox td,.mw-parser-output .infobox th{vertical-align:top;padding:0 .2em}.mw-parser-output .infobox caption{font-size:larger}.mw-parser-output .infobox.bordered{border-collapse:collapse}.mw-parser-output .infobox.bordered td,.mw-parser-output .infobox.bordered th{border:1px solid #aaa}.mw-parser-output .infobox.bordered .borderless td,.mw-parser-output .infobox.bordered .borderless th{border:0}.mw-parser-output .infobox-showbutton .mw-collapsible-text{color:inherit}.mw-parser-output .infobox.bordered .mergedtoprow td,.mw-parser-output .infobox.bordered .mergedtoprow th{border:0;border-top:1px solid #aaa;border-right:1px solid #aaa}.mw-parser-output ...
Den här artikeln handlar om hundraårsperioden 1300–1399. För decenniet 1300–1309, se 1300-talet (decennium). .mw-parser-output .infobox{border:1px solid #aaa;background-color:#f9f9f9;color:black;margin:.5em 0 .5em 1em;padding:.2em;float:right;clear:right;width:22em;text-align:left;font-size:88%;line-height:1.6em}.mw-parser-output .infobox td,.mw-parser-output .infobox th{vertical-align:top;padding:0 .2em}.mw-parser-output .infobox caption{font-size:larger}.mw-parser-output .infobox.bordered{border-collapse:collapse}.mw-parser-output .infobox.bordered td,.mw-parser-output .infobox.bordered th{border:1px solid #aaa}.mw-parser-output .infobox.bordered .borderless td,.mw-parser-output .infobox.bordered .borderless th{border:0}.mw-parser-output .infobox-showbutton .mw-collapsible-text{color:inherit}.mw-parser-output .infobox.bordered .mergedtoprow td,.mw-parser-output .infobox.bordered .mergedtoprow th{border:0;border-top:1px solid #aaa;border-right:1px solid #aaa}.mw-parser-output ...
0
I need to display a custom attribute bellow the product name and I don't know how can I call this attribute. I am editing the file /app/design/frontend/templatemela/MAG100219_1/template/catalog/product/view.phtml But how can I call this attribute in php? I tried calling a string echo with the name I put in the attribute, but it didn't work. Code is as below: <div class="page-title product-title"> <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1> </div> <div class="codigoinmetro"> <h2><?php echo $_helper->productAttribute($_product, $_product->getName(), 'registroinmetro') ?></h2> </div>
php attrib...