Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Questions/Issues/Pull requests/Announcements
    1. Research publications at VIVO home page 
      1. https://groups.google.com/g/vivo-tech/c/5AY9h15h4vc/m/OjqekVxlBgAJ?utm_medium=email&utm_source=footer&pli=1
  2. Dynamic API
    1. Need more design 
      1. not ready for further implementation for the forthcoming sprint
    2. A separated task force led by Georgy Litvinov 
      1. Dynamic API Task Force
  3. The next sprint
    1. When?
      1. 19.09. - 07.10. 
    2. What?
      1. 2022/2023 VIVO Releases Planning
        1. I18n
          • Language-aware autocompletion
            • done
          • Internationalized browse sorting
            • done
          • Moving properties labels to rdfs
            • generator
          • Adopting of online label editor to work with rdf files
          • Find solution for syntax differences between languages that does not require template customization per language
            • find problematic labels
            • decouple to parts in free marker templates
            • translate
          • Reviewing translations for French, Germany, Spanish, etc.
          • Ontology


            Code Block
            languagexml
            titleproposal
            # baseURI: http://vivoweb.org/ontology/core/properties
            @prefix : <http://vivoweb.org/ontology/core/properties#> .
            @prefix owl: <http://www.w3.org/2002/07/owl#> .
            @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
            @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
            @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
            <http://vivoweb.org/ontology/core/properties>
              owl:versionInfo "Created by Michel Héon Université du Québec à Montréal ; heon.michel@uqam.ca" ;
            .
            
            :LabelTranslation
              a owl:Class ;
              rdfs:subClassOf owl:Thing .
            
            :#dsgf34556
              a :LabelTranslation;
              labelKey "academic_studies_or_other";
              labelValue "Academic Studies or Other Training"@en-CA ;
              labelValue "Academic Studies or Other Training"@en-US ;
              labelValue "Akademske studije ili drugi treninzi"@sr-Latn-RS ;
              labelValue "Estudos Acadêmicos ou outra formação"@pt-BR ;
              labelValue "Hochschulstudium oder andere Ausbildung"@de-DE ;
              labelValue "Otros estudios académicos o de formación"@es ;
              labelValue "Études universitaires ou autre formation"@fr-CA ;
              labelValue "Академическое обучение или другая подготовка"@ru-RU ;
              <http://www.w3.org/2004/02/skos/core#inScheme> <.../VIVO> ;
              belongsTo <.../Wilma> .
            
            :PropertyKey
              a owl:Class ;
              rdfs:subClassOf owl:Thing ;
              rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;.
            .
            :academic_studies_or_other
              a :PropertyKey ;
              a owl:NamedIndividual ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Academic Studies or Other Training"@en-CA ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Academic Studies or Other Training"@en-US ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Akademske studije ili drugi treninzi"@sr-Latn-RS ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Estudos Acadêmicos ou outra formação"@pt-BR ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Hochschulstudium oder andere Ausbildung"@de-DE ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Otros estudios académicos o de formación"@es ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Études universitaires ou autre formation"@fr-CA ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Академическое обучение или другая подготовка"@ru-RU ;.
            .
            :across_subdisciplines
              a :PropertyKey ;
              a owl:NamedIndividual ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "across 554 scientific subdisciplines"@en-CA ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "across 554 scientific subdisciplines"@en-US ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "através de 554 sub-disciplinas científicas"@pt-BR ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "quer durch alle 554 wissenschaftlichen Subdisziplinen"@de-DE ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "tras 554 subdisciplinas científicas"@es ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "u okviru 554 naučne poddiscipline"@sr-Latn-RS ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "à travers 554 sous-disciplines scientifiques"@fr-CA ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "по 554 научным субдисциплинам"@ru-RU ;.
            .
            :active_grants_for
              a :PropertyKey ;
              a owl:NamedIndividual ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Active Grants for the"@en-CA ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Active Grants for the"@en-US ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Aktivni grantovi za "@sr-Latn-RS ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Bolsas ativas para a"@pt-BR ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Subvenciones activos para"@es ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Subventions actives pour"@fr-CA ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "laufende Forschungsprojekte für"@de-DE ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Действующие гранты в"@ru-RU ;.


    3. Who
      1. https://forms.gle/qLi1PhRrrpvUrrYRA
    4. Infrastructure
      1. Wiki page
      2. GitHub project board
      3. slack private channel - i18n-sprint-september-2022

...