Skip to content

Commit

Permalink
Project description now has rather general pressinformation
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jan 28, 2020
1 parent cc50007 commit e39067a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/125_tei_part/tei_part.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<projectDesc>
<p n="eoainfo">The Edition Open Access (EOA) platform was founded to bring together publication initiatives seeking to disseminate the results of scholarly work in a format that combines traditional publications with the digital medium. It currently hosts the open-access publications of the “Max Planck Research Library for the History and Development of Knowledge” (MPRL) and “Edition Open Sources” (EOS). EOA is open to host other open access initiatives similar in conception and spirit, in accordance with the <hi rend="italic">Berlin Declaration on Open Access to Knowledge in the sciences and humanities</hi>, which was launched by the Max Planck Society in 2003.</p>
<p n="eoainfo">By combining the advantages of traditional publications and the digital medium, the platform offers a new way of publishing research and of studying historical topics or current issues in relation to primary materials that are otherwise not easily available. The volumes are available both as printed books and as online open access publications. They are directed at scholars and students of various disciplines, and at a broader public interested in how science shapes our world.</p>
<p n="mprlinformation">The Max Planck Research Library for the History and Development of Knowledge comprises the subseries, Studies, Proceedings and Textbooks. They present original scientific work submitted under the scholarly responsibility of members of the Scientific Board and their academic peers. The initiative is currently supported by research departments of three Max Planck Institutes: the MPI for the History of Science, the Fritz Haber Institute of the MPG and the MPI for Gravitational Physics (Albert Einstein Institute). The publications of the Studies series are dedicated to key subjects in the history and development of knowledge, bringing together perspectives from different fields and combining source-based empirical research with theoretically guided approaches. The Proceedings series presents the results of scientific meetings on current issues and supports, at the same time, further cooperation on these issues by offering an electronic platform with further resources and the possibility for comments and interactions.</p>
<p n="pressinformation">The Max Planck Research Library for the History and Development of Knowledge comprises the subseries, Studies, Proceedings and Textbooks. They present original scientific work submitted under the scholarly responsibility of members of the Scientific Board and their academic peers. The initiative is currently supported by research departments of three Max Planck Institutes: the MPI for the History of Science, the Fritz Haber Institute of the MPG and the MPI for Gravitational Physics (Albert Einstein Institute). The publications of the Studies series are dedicated to key subjects in the history and development of knowledge, bringing together perspectives from different fields and combining source-based empirical research with theoretically guided approaches. The Proceedings series presents the results of scientific meetings on current issues and supports, at the same time, further cooperation on these issues by offering an electronic platform with further resources and the possibility for comments and interactions.</p>
<p n="scientificboard">Markus Antonietti, Antonio Becchi, Fabio Bevilacqua, William G. Boltz, Jens Braarvik, Horst Bredekamp, Jed Z. Buchwald, Olivier Darrigol, Thomas Duve, Mike Edmunds, Fynn Ole Engler, Robert K. Englund, Mordechai Feingold, Rivka Feldhay, Gideon Freudenthal, Paolo Galluzzi, Kostas Gavroglu, Mark Geller, Domenico Giulini, Günther Görz, Gerd Graßhoff, James Hough, Manfred Laubichler, Glenn Most, Klaus Müllen, Pier Daniele Napolitani, Alessandro Nova, Hermann Parzinger, Dan Potts, Sabine Schmidtke, Circe Silva da Silva, Ana Simões, Dieter Stein, Richard Stephenson, Mark Stitt, Noel M. Swerdlow, Liba Taub, Martin Vingron, Scott Walter, Norton Wise, Gerhard Wolf, Rüdiger Wolfrum, Gereon Wolters, Zhang Baichun.</p>
<p n="eoadevteam">Lindy Divarci, Bendix Düker, Samuel Gfrörer, Klaus Thoden, Dirk Wintergrün.</p>
</projectDesc>
Expand Down
2 changes: 1 addition & 1 deletion examples/126_tei_chapter/tei_chapter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
access publications. They are directed at scholars and students of
various disciplines, and at a broader public interested in how science
shapes our world.</p>
<p n="mprlinformation">The Max Planck Research Library for the History
<p n="pressinformation">The Max Planck Research Library for the History
and Development of Knowledge comprises the subseries, Studies,
Proceedings and Textbooks. They present original scientific work
submitted under the scholarly responsibility of members of the
Expand Down
2 changes: 1 addition & 1 deletion schema/resource/eoa-tei-strict.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tei_header =
element encodingDesc {
element projectDesc {
element p {
attribute n { "eoainfo" | ("mprlinformation" | "eosinformation" ) | "scientificboard" | "eoadevteam" },
attribute n { "eoainfo" | "pressinformation" | "scientificboard" | "eoadevteam" },
( text | hi )+
}+
},
Expand Down

0 comments on commit e39067a

Please sign in to comment.