ufal / clarin-dspace

clarin-dspace digital repository based on DSpace and LINDAT/CLARIN DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

features after 2020.1 #1109

Open kosarko opened 5 months ago

kosarko commented 5 months ago
milanmajchrak commented 5 months ago

@kosarko I processed all features - Created issue/Done/Question Please can you answer every question? Thank you. Question start with dq: Q -

kosarko commented 5 months ago

@milanmajchrak answers below; sorry for mostly referring you to use git log, but that's the most precise capture of the changes...

new vocabulary values (PRIO: status quo) dq: Q - which vocabulary values?

git clone https://github.com/ufal/clarin-dspace
git log ^2020.01 ^dspace-5.11 origin/clarin-dev -p dspace/config/input-forms.xml

and search for changes close to "pairs" or "pair"

regexp fix for size (PRIO: status quo) dq: Q - please more info, how it should looks like?

https://github.com/ufal/clarin-dspace/pull/987

col/com filter in oai (don’t expose certain col/com in oai results) dq: Q - some example?

ebe9829

metashare update dq: Q - Do you mean update of crosswalk?

yes,

git log -p ^2020.01 ^dspace-5.11 origin/clarin-dev dspace/config/crosswalks/oai/metadataFormats/metasharev2.xsl

datacite_openaire update dq: Q - Do you mean update of crosswalk? yes

git log -p ^2020.01 ^dspace-5.11 origin/clarin-dev dspace/config/crosswalks/oai/metadataFormats/datacite_openaire.xsl

formats and filter in xoai.xml dq: Q - Some example pls

git log -p ^2020.01 ^dspace-5.11 origin/clarin-dev dspace/config/crosswalks/oai/xoai.xml

dq: Q - are there more static license pages?

With

git log --name-status ^2020.01 ^dspace-5.11 origin/clarin-dev dspace-xmlui/src/main/webapp/themes/UFAL/lib/html/

you can see the last license ud 2.13 was added in Nov 2023, not sure if all has been migrated...

milanmajchrak commented 5 months ago

new vocabulary values (PRIO: status quo)

regexp fix for size (PRIO: status quo)

col/com filter in oai (don’t expose certain col/com in oai results)

metashare update dq: Done

datacite_openaire update dq: Done

formats and filter in xoai.xml

other new licenses (for lindat repo sync static pages; update urls?)