Skip to content

Commit

Permalink
update about page + ressource page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed May 22, 2024
1 parent ed1c78b commit bab8938
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="https://www.chartes.psl.eu/contact" target="_blank">Contact</a>
</li>
<li>
<router-link to="/credits">Crédits</router-link>
<router-link to="/about">À propos</router-link>
</li>
<li>
<router-link to="/termsofservice">Mentions légales</router-link>
Expand Down
8 changes: 4 additions & 4 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PersonDataView from "@/views/PersonDataView.vue";
import RangeRegisterPrototype from "@/views/RegisterView.vue";
import FacSimileView from "@/views/FacSimileView.vue";
import ContactView from "@/views/ContactView.vue";
import CreditView from "@/views/CreditView.vue";
import AboutView from "@/views/AboutView.vue";
import TermsOfServiceView from "@/views/TermsOfServiceView.vue";
import NotFoundPage from "@/views/NotFoundPage.vue";

Expand Down Expand Up @@ -50,9 +50,9 @@ const routes = [
component: ContactView,
},
{
path:'/credits',
name: 'credits',
component: CreditView,
path:'/about',
name: 'about',
component: AboutView,
},
{
path:'/termsofservice',
Expand Down
11 changes: 8 additions & 3 deletions src/views/CreditView.vue → src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,31 @@
<!-- end banner -->

<div class="page-title">
<h1>Crédits de l'application</h1>
<h1>À propos</h1>
</div>

<div class="columns container-text">
<div class="column">
<h2>Crédits de l'application</h2>
<p>L'application eNDP (endp.chartes.psl.eu) est une réalisation de la mission projet numériques de l'École nationale des chartes - PSL, développée
dans le cadre du projet ANR e-NDP, «&nbsp;Notre-Dame de Paris et son cloître : les lieux, les gens, la vie&nbsp;».</p>
dans le cadre du projet ANR e-NDP, «&nbsp;Notre-Dame de Paris et son cloître : les lieux, les gens, la vie&nbsp;» (coordination Julie Claustre et Darwin Smith).</p>
<ul>
<li>Conception et développement de l'application : Vincent Jolivet, Lucas Terriel.</li>
<li>Financements : <a href="https://anr.fr/Projet-ANR-20-CE27-0012" target="_blank">Agence nationale de la recherche (ANR) - ANR-20-CE27-0012</a>.</li>
<li>Hébergement : <a href="ttps://www.huma-num.fr/" target="_blank">IR* Huma-Num</a>.</li>
</ul>
<br>
<h2>Ont participé au projet e-NDP</h2>
<p>Isabelle Bretthauer, Pierre Brochard, Olivier Canteaut, Julie Claustre, Émilie Cottereau-Gabillet, Fabrice Delivré, Mathilde Denglos, Vincent Jolivet, Véronique Julerot, Thierry Kouamé, Élisabeth Lusset, Anne Massoni, Sébastien Nadiras, Nicolas Perreaux, Hugo Regazzi, Darwin Smith, Lucas Terriel, Sergio Torres Aguilar, Mathilde Treglia</p>
</div>

</div>
</template>


<script>
export default {
name: "CreditView"
name: "AboutView"
}
</script>

Expand Down
12 changes: 8 additions & 4 deletions src/views/RessourcesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
<p>Le corpus, distribué sous licence CC-BY, est disponible sur Zenodo :
<a href="https://zenodo.org/records/7575693" target="_blank">https://zenodo.org/records/7575693</a></p>

<div class="citation-block">
<p>Bretthauer, Isabelle ; Brochard, Pierre ; Canteaut, Olivier ; Claustre, Julie ; Cottereau-Gabillet, Émilie ; Delivré, Fabrice ; Denglos, Mathilde ; Jolivet, Vincent ; Julerot, Véronique ; Kouamé, Thierry ; Lusset, Élisabeth ; Massoni, Anne ; Nadiras, Sébastien ; Perreaux, Nicolas ; Regazzi, Hugo ; Smith, Darwin ; Torres Aguilar, Sergio ; Treglia, Mathilde. <i>The e-ndp project : collaborative digital edition of the chapter registers of notre-dame of paris (1326-1504). ground-truth for handwriting text recognition (HTR) on late medieval manuscripts</i>, Zenodo, 2&nbsp;février 2023 -
<a href="https://doi.org/10.5281/zenodo.7575693" target="_blank">https://doi.org/10.5281/zenodo.7575693</a>.</p>
</div>

<h3>Les modèles HTR</h3>

<p>Différents modèles HTR ont été produits et testés selon une <a href="https://github.com/chartes/e-NDP_HTR"
Expand All @@ -100,10 +105,9 @@
</ul>

<div class="citation-block">
<p>Sergio Torres Aguilar; Vincent Jolivet, La reconnaissance de l'écriture pour les manuscrits
documentaires du Moyen Âge, jdmdh:10484 - <i>Journal of Data Mining & Digital Humanities</i>, 22 décembre
2023,
Documents historiques et reconnaissance automatique de texte -
<p>Jolivet, Vincent ; Torres Aguilar, Sergio. La reconnaissance de l'écriture pour les manuscrits
documentaires du Moyen Âge, <i>Journal of Data Mining & Digital Humanities</i>, 22 décembre
2023 -
<a href="https://doi.org/10.46298/jdmdh.10484" target="_blank">https://doi.org/10.46298/jdmdh.10484</a>.</p>
</div>
<h3>La prédiction</h3>
Expand Down

0 comments on commit bab8938

Please sign in to comment.