Commit graph

47 commits

Author SHA1 Message Date
e8bd83b2ee Added compilation to text structures ontology 2023-09-23 16:02:03 +02:00
c7cddaa0cd Fixed field values sorting for extended search 2023-09-23 16:02:02 +02:00
ee3c3404c0 Remove publication participant and organization from search 2023-09-23 16:02:02 +02:00
da8fa22987 Modifications for correct affiliation display 2023-09-23 16:02:02 +02:00
4f56846beb Output biblio and works for each excerpt 2023-09-23 16:02:02 +02:00
3d34bddd1b Added values of allowed properties in ALLTEXT Elenph article 2023-09-23 16:02:02 +02:00
68b3bd145b Remove entity name from indexed field. 2023-09-23 16:02:02 +02:00
cd5c0951b8 Remove property name from indexed field 2023-09-23 16:02:02 +02:00
e709b1482e Fix for previous commit 2023-09-23 16:02:02 +02:00
da710cf741 Updates for ontologies 2023-09-23 16:02:02 +02:00
ddcc5031da Remove classes from search index 2023-09-23 16:02:02 +02:00
d4a5f3dcb8 Populated text field 2023-09-23 16:02:02 +02:00
721bc12900 Added search ontology 2023-09-23 16:02:02 +02:00
23c9f7de1c Fill queryBuiler with fields and filters 2023-09-23 16:02:02 +02:00
3b85e83182 Article's rubrics 2023-09-23 16:02:02 +02:00
e5fa511391 Sum all rubrics of article while indexing 2023-09-23 16:02:02 +02:00
84c975637f Added ontologies 2023-09-23 16:02:02 +02:00
7cff47c46b Modified ontology 2023-09-23 16:02:02 +02:00
f41f50fad3 Modifications for fixed ontology 2023-09-23 16:02:02 +02:00
69edaf1f8d Fixed mistake in query 2023-09-23 16:02:02 +02:00
4f553c963e Added custom fields 2023-09-23 16:02:02 +02:00
bbf3242a03 Fix for previous commit 2023-09-23 16:02:02 +02:00
d7e36b6f6b Added articles info to excerpt 2023-09-23 16:02:02 +02:00
63a187fea3 Templates and SPARQL requests for rubrics, elenph excerpts and articles 2023-09-23 16:02:02 +02:00
dc72cd0b62
added locale selection data getter n3 configuration (#407)
Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
2023-06-21 16:07:06 +02:00
Dragan Ivanovic
3a88c451ab
Adding missing labels (#394)
* Adding missing labels

* improvement of a Serbian label translation

* Update home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vitro_UiLabel.ttl

Co-authored-by: Georgy Litvinov <git@litvinovg.pro>

* Update home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vitro_UiLabel.ttl

Co-authored-by: Georgy Litvinov <git@litvinovg.pro>

---------

Co-authored-by: Georgy Litvinov <git@litvinovg.pro>
2023-06-15 12:49:59 +02:00
Brian Lowe
a22aa37394
Change PropertyKey class name and namespace (#386)
* Change PropertyKey class name and namespace

* Fix prefix/namespace error found in code review.
2023-05-08 14:25:46 +02:00
1976185a91
Fix for Russian translation of email temlate (#362)
* fix, i18n: added link to instance in Russian translations

* fixed text style

* one more fix
2023-02-06 09:36:42 +01:00
Dragan Ivanovic
3b08832ebc renaming files, removing language suffixes for rdf files 2022-12-09 11:11:00 +01:00
chenejac
a1d1f7fc12 adding new line at the end of UILabelsVocabulary.ttl 2022-11-29 15:58:45 +01:00
chenejac
026d316c20 adding new line at the end of UILabelsVocabulary.ttl 2022-11-29 15:57:17 +01:00
chenejac
bc359588e7 correction - changing of format of the vocabulary (from n3 to ttl) 2022-11-29 15:55:40 +01:00
chenejac
1cab6cf10f changing of format of the vocabulary (from n3 to ttl) 2022-11-29 15:52:25 +01:00
Dragan Ivanovic
1608079320 fixing an issue with '\n' in the label translations 2022-11-29 13:45:49 +01:00
Dragan Ivanovic
d27560b7fe correction of a typo 2022-11-28 08:43:56 +01:00
Dragan Ivanovic
242f851a8e adding the UI labels ontology 2022-11-28 08:43:56 +01:00
Dragan Ivanovic
1b3df6839e adding one ttl file 2022-11-28 08:43:56 +01:00
Dragan Ivanovic
5a48b7da59 moving UI labels translations from Vitro-languages into the Vitro repository 2022-11-28 08:43:56 +01:00
Dragan Ivanovic
8ddbc8fc00
merging language specific home artifacts from Vitro-languages into the Vitro repository (#348) 2022-11-24 14:34:28 +01:00
df3c4a88ae
Issue/vivo 3606 : add language-specific sorting and label fields to search index (#321)
* Add select query document modifier with dynamic target field; use locale-specific sort fields when available.

* Add i18nized labels to index for autocomplete

* Remove lowercasing from label query

* Improved document modifier for multilingual field with defined suffix name

* Improved document modifier for multilingual field with defined suffix name

* refact: reverted access modifier changes

* Lowercase label in documentModifierI18nSort in case old solr schema is used which doesn't have lowercase filter

* fix: fixed queries and locale names

* fix: renamed new document modifier

* fix: use linkedHashMap to retain map sort fields order

* refact: extracted buildAndExecuteVClassQuery(List<String> classUris, int page, int pageSize, String alpha, VitroRequest vreq)

* fix: removed unused import

* fix: constant name aligned with other suffix

Co-authored-by: Brian Lowe <brian@ontocale.com>
2022-08-23 16:23:43 +02:00
ff285fb80d
Added code for deleting individuals (#213)
* Added code for deleting individuals

* Allow admins delete individuals

* Fixed delete individual url params

* Improved query safety

* refact: fixed constants' names, fixed mistakes, removed useless code

* refact: refactored sparql queries

* fix: fixed error logging mistakes

* fix: use CONSTRUCT instead of DESCRIBE as less potentionally problematic, lookup for mostSpecificTypes

* feat: add delete link in vitro individual profile if individual is editable

* fix: renamed individualURI to individualUri and added safety check

* fix: use ABox model to construct triples to delete
2022-05-20 21:28:29 +02:00
ebc9237cc6
Upload documents in Vitro|VIVO (#251)
* feat: introduced file upload

* fix: added file upload config settings

* fix: reverted auto formatting of upload file helper

* fix: replaced missed condition

* Improved naming, internationalization, removed file extensions as misleading information

* Fixed wrong bytes number representing 10Mb

* fix: show no media types allowed if no media types defined in runtime.properties

* fix: Add vitro-languages-home-core as installer dependency to have Vitro RDF internationalization files

* fix: change vitro-languages-core-home dependency type from tar.gz to pom
2022-04-14 16:16:50 +02:00
gneissone
bd6140a8cc Remove trailing whitespace throughout project 2019-05-03 12:50:05 -04:00
Stefan-Wolff
129e1219a8 [VIVO-1528] Select an editor for input fields based on annotation (#76)
* provide WYSIWYG editor for range XMLLiteral only

* Update defaultDataPropertyForm.ftl

* add annotation based selection of the desired editor for editing values
of datatype properties in the frontend

* create new annotation vitro:editing to allow configuration of desired
editor for editing of related dataproperties

Resolves: https://jira.duraspace.org/browse/VIVO-1528
2018-12-07 09:14:36 -05:00
Jim Blake
8cba661a0e VIVO-1408 Use prefix to simplify JAVA class URIs 2018-01-10 08:51:41 -05:00
Nate Prewitt
000da50219
updating license path 2017-05-06 14:40:28 -06:00
Graham Triggs
e1ff94ccaf Maven migration (first draft) 2015-11-19 23:47:12 +00:00