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

VCards in entry forms, list views, search indexing and visualization #4015

Merged
merged 28 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
993caa4
squashed addEsternal Authors, Editros and ProjectHasExternalParticipa…
litvinovg Nov 22, 2022
50df4a1
Allow VCards to be visualised in co-author graph
bkampe Apr 28, 2022
bbf1906
Add VCard indexer extension for VCards in Authorships/Editorships
grahamtriggs Dec 16, 2018
d3483ef
ExternalEditorsOrgsToInformationResourceGenerator
litvinovg Nov 24, 2022
3773372
combined vcard/person types in AddAuthorsToInformationResourceGenerator
litvinovg Oct 4, 2024
6884f51
Editors VCards
litvinovg Oct 4, 2024
5bd02f4
Fixed authors entry form
litvinovg Oct 4, 2024
0f21dab
fixed editors list view
litvinovg Oct 4, 2024
1754812
Project participant optional VCard
litvinovg Oct 4, 2024
75164a0
Editors entry form: organizations as editors
litvinovg Oct 7, 2024
73ecf5e
Changed list view for presentation participants to support VCards
litvinovg Oct 7, 2024
cdfd672
translations for include external co-authors checkbox
litvinovg Oct 7, 2024
c831df0
fixes for list view and project participant entry form
litvinovg Oct 7, 2024
01ff2b7
fixed checkstyle violations
litvinovg Oct 7, 2024
c503275
fixed list view
litvinovg Oct 10, 2024
9ed7ee1
fixed display of existing person/vcard on project has participant form
litvinovg Oct 10, 2024
74f6fe6
Modified entry form field description text for person type selection …
litvinovg Oct 11, 2024
41f4d25
updated translation
litvinovg Oct 11, 2024
571c7c8
created new settings to control maximum collaborators in co-author ne…
litvinovg Oct 14, 2024
185133a
fixed typo
litvinovg Oct 14, 2024
bc28f63
identation fixes and reverted changed documentation link in list view
litvinovg Nov 4, 2024
ce5c3c6
Fixes for review
litvinovg Dec 17, 2024
3ed8080
refactored VCardsAcrossContextNodes
litvinovg Jan 7, 2025
8463bcb
added newlines to translation files
litvinovg Jan 7, 2025
1f65a99
removed spaces
litvinovg Jan 7, 2025
f4ed985
Converted methods into constants, adjusted access modifiers
litvinovg Jan 7, 2025
20f7d67
Updated entry form texts
litvinovg Jan 7, 2025
5b2e140
removed spaces at the end of lines in example.runtime.properties
litvinovg Jan 17, 2025
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
Prev Previous commit
Next Next commit
Modified entry form field description text for person type selection …
…as suggested in the review.
litvinovg committed Oct 11, 2024
commit 74f6fe6e25a2bc3c1833c594b8753af863dca82e
Original file line number Diff line number Diff line change
@@ -6277,3 +6277,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Bitte wählen Sie VCARD nur, wenn die Person kein Profil in VIVO hat und auch nicht haben soll. Ansonsten wählen Sie den Typ \"Person\"."@de-DE ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
@@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Please select VCARD only, when the person has not and is not supposed to have a profile in VIVO. Otherwise choose the type \"Person\"."@en-CA ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
@@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Please select VCARD only, when the person has not and is not supposed to have a profile in VIVO. Otherwise choose the type \"Person\"."@en-US ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
@@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Por favor, seleccione VCARD sólo, cuando la persona no tenga ni deba tener un perfil en VIVO. En caso contrario, elija el tipo \"Persona\"."@es ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
@@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Ne sélectionnez VCARD que si la personne n'a pas et n'est pas censée avoir un profil dans VIVO. Dans le cas contraire, choisissez le type \"Personne\"."@fr-CA ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
wwtamu marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Selecione VCARD somente quando a pessoa não tiver e não deva ter um perfil na VIVO. Caso contrário, escolha o tipo \"Pessoa\"."@pt-BR ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
@@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Пожалуйста, выбирайте VCARD только в том случае, если у человека нет и не должно быть профиля в VIVO. В противном случае выберите тип \"Персона\"."@ru-RU ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
@@ -6272,3 +6272,10 @@ uil-data:vis_coauthor_vcard.VIVO
rdfs:label "Uključite spoljne koautore"@sr-Latn-RS ;
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Izaberite samo VCARD, kada osoba nema i ne bi trebalo da ima profil u VIVO-u. U suprotnom izaberite tip \"Osoba\"."@sr-Latn-RS ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
wwtamu marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@
</p>

<div>
<p>${i18n().select_type} ${requiredHint}</p>
<p>${i18n().select_vcard_or_person} ${requiredHint}</p>
<input type="radio" id="createVCard" class="radiotypes" name="createVCard" value="n3-pattern:create-vcard-instance"/>
<label class="inline" for="createVCard" >${i18n().vcard}</label>
<input type="radio" id="createPersonInstance" class="radiotypes" name="createPersonInstance" value="n3-pattern:create-person-instance" checked />
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
</p>

<div>
<p>${i18n().select_type} ${requiredHint}</p>
<p>${i18n().select_vcard_or_person} ${requiredHint}</p>
<input type="radio" id="createVCard" class="radiotypes" name="createVCard" value="n3-pattern:create-vcard-instance"/>
<label class="inline" for="createVCard" >${i18n().vcard}</label>
<input type="radio" id="createPersonInstance" class="radiotypes" name="createPersonInstance" value="n3-pattern:create-person-instance" checked />
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
<input type="hidden" id="lastName" name="lastName" value="">
<input class="display" type="hidden" acGroupName="person" id="personDisplay" name="personLabelDisplay" value="${personLabelDisplayValue}" >
<br>
<span>${i18n().select_type} ${requiredHint}</span><br>
<span>${i18n().select_vcard_or_person} ${requiredHint}</span><br>
<input type="radio" id="createVCard" class="radiotypes" name="createVCard" value="n3-pattern:create-vcard-instance"/>
<label class="inline" for="createVCard" >${i18n().vcard}</label>
<input type="radio" id="createPersonInstance" class="radiotypes" name="createPersonInstance" value="n3-pattern:create-person-instance" checked />