diff --git a/app/data/institution_data.py b/app/data/institution_data.py index 8cefcbb..b59d3ee 100644 --- a/app/data/institution_data.py +++ b/app/data/institution_data.py @@ -1,7 +1,7 @@ institution = [ {"full_label": "Archives de l'Etat à Mons", "inst_label": "Archives de l'Etat", "art_inst": "à", "inst_place": "Mons", "inst_rank": "national", "inst_type": "archives"}, - {"full_label": "Deperditum Histoire de Dombes (Aubret)", "inst_label": "Deperditum", "art_inst": "", "inst_place": "Histoire de Dombes (Aubret)", "inst_rank": "", "inst_type": "deperditum"}, - {"full_label": "Deperditum Histoire de Dombes (Guichenon)", "inst_label": "Deperditum", "art_inst": "", "inst_place": "Deperditum Histoire de Dombes (Guichenon)", "inst_rank": "", "inst_type": "deperditum"}, + {"full_label": "Histoire de Dombes (Aubret)", "inst_label": "Aubret", "art_inst": "", "inst_place": "Histoire de Dombes (Aubret)", "inst_rank": "", "inst_type": "deperditum"}, + {"full_label": "Histoire de Dombes (Guichenon)", "inst_label": "Guichenon", "art_inst": "", "inst_place": "Histoire de Dombes (Guichenon)", "inst_rank": "", "inst_type": "deperditum"}, {"full_label": "Archives municipales de Lyon", "inst_label": "Archives municipales", "art_inst": "de", "inst_place": "Lyon", "inst_rank": "municipal", "inst_type": "archives"}, {"full_label": "Archives municipales de Moulins", "inst_label": "Archives municipales", "art_inst": "de", "inst_place": "Moulins", "inst_rank": "municipal", "inst_type": "archives"}, {"full_label": "Archives municipales de Riom", "inst_label": "Archives municipales", "art_inst": "de", "inst_place": "Riom", "inst_rank": "municipal", "inst_type": "archives"},