Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update newPublication.xed #561

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 21 additions & 18 deletions ilmenau/src/main/resources/META-INF/resources/newPublication.xed
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<webpage lastModified="$Date$" id="dozbib.new.publication" xmlns:i18n="http://www.mycore.org/i18n"
<webpage lastModified="$Date$" id="dozbib.new.publication"
xmlns:i18n="http://www.mycore.org/i18n"
xmlns:xed="http://www.mycore.de/xeditor">
<title xml:lang="de">Publikation einreichen</title>
<title xml:lang="en">Registering a publication</title>
<title>
<i18n:de>Publikation einreichen</i18n:de>
<i18n:en>Registering a publication</i18n:en>
</title>

<article class="card mb-1">
<div class="card-body">
Expand Down Expand Up @@ -113,14 +116,14 @@
<xed:otherwise>
<div class="card-body bg-alternative">
<p>
<i18n:de>Wenn Sie eine Publikation einreichen möchten, melden Sie sich bitte mit Ihrem <a
href="{xed:call-java('org.mycore.common.config.MCRConfiguration2', 'getStringOrThrow', 'UBO.Login.Path')}?url={xed:call-java('org.mycore.frontend.MCRFrontendUtil', 'getBaseURL')}newPublication.xed?lang=de">
URZ-Login </a> an.
<i18n:de>Wenn Sie eine Publikation einreichen möchten, melden Sie sich bitte mit Ihrem
<a href="{xed:call-java('org.mycore.common.config.MCRConfiguration2', 'getStringOrThrow', 'UBO.Login.Path')}?url={xed:call-java('org.mycore.frontend.MCRFrontendUtil', 'getBaseURL')}newPublication.xed?lang=de">
UniRZ-Login</a> an.
</i18n:de>

<i18n:en>If you would like to submit a publication please <a
href="{xed:call-java('org.mycore.common.config.MCRConfiguration2', 'getStringOrThrow', 'UBO.Login.Path')}?url={xed:call-java('org.mycore.frontend.MCRFrontendUtil', 'getBaseURL')}newPublication.xed?lang=en">
sign in </a> with your URZ credentials.
<i18n:en>If you would like to submit a publication, please
<a href="{xed:call-java('org.mycore.common.config.MCRConfiguration2', 'getStringOrThrow', 'UBO.Login.Path')}?url={xed:call-java('org.mycore.frontend.MCRFrontendUtil', 'getBaseURL')}newPublication.xed?lang=en">
sign in</a> with your UniRZ credentials.
</i18n:en>
</p>
</div>
Expand All @@ -130,13 +133,13 @@
<div class="card-body bg-alternative">
<p>
<i18n:de>
Sollten Sie bereits <strong>Literaturlisten</strong> besitzen, die noch nicht in der
Sollten Sie <strong>Listen</strong> eigener Veröffentlichungen besitzen, die noch nicht in der
Universitätsbibliographie nachgewiesen sind, so <a href="contact.xml">setzen Sie sich bitte mit uns in
Verbindung</a>.
</i18n:de>

<i18n:en>
If you already have <strong>literature lists</strong> that are not yet listed in the university bibliography, please <a href="contact.xml">contact us</a>.
<i18n:en>
If you have <strong>lists</strong> of your own publications that are not yet listed in the University Bibliography, please <a href="contact.xml">contact us</a>.
</i18n:en>
</p>

Expand All @@ -146,17 +149,17 @@
in digitaler Form erschienen sind. Das können beispielsweise Monographien, Artikel in Zeitschriften und
Beiträge in Sammelwerken sein, aber auch Tondokumente und multimediale, digitale Veröffentlichungen. <strong>
Alle Angehörigen und ehemaligen Angehörigen
</strong> der Technischen Universität Ilmenau (und Ihrer Vorgängerinstitutionen) sind eingeladen, ihre
</strong> der TU Ilmenau (und Ihrer Vorgängerinstitutionen) sind eingeladen, ihre
Publikationen an die Universitätsbibliographie zu melden.
</i18n:de>

<i18n:en>
The bibliography records independent and dependent publications that have appeared in printed or digital form. These can be monographs, articles in journals and contributions to anthologies, for example, but also audio documents and multimedia, digital publications.
<strong>All members and former members</strong> of Technische Universität Ilmenau (and its predecessor institutions) are invited to submit their publications to the university bibliography.
<i18n:en>
The bibliography records independent and dependent publications that have appeared in printed or digital form. These can be monographs, articles in journals and contributions to anthologies, for example, but also audio documents and multimedia, digital publications. <strong>All members and former members of TU Ilmenau</strong> (and its predecessor institutions) are invited to submit their publications to the university bibliography.
</i18n:en>
</p>

</div> </xed:form>
</div>
</xed:form>
</div>
</article>
</webpage>
Loading