From 34986f5438300f9b5a05c2093f42f0e38a8968c1 Mon Sep 17 00:00:00 2001 From: chenganj Date: Wed, 7 Nov 2018 14:00:18 -0500 Subject: [PATCH 01/18] Adding property files for metadataBlock TSV --- src/main/java/astrophysics.properties | 104 +++++ src/main/java/astrophysics_fr.properties | 104 +++++ src/main/java/biomedical.properties | 311 ++++++++++++++ src/main/java/biomedical_fr.properties | 311 ++++++++++++++ src/main/java/citation.properties | 474 ++++++++++++++++++++++ src/main/java/citation_fr.properties | 474 ++++++++++++++++++++++ src/main/java/geospatial.properties | 284 +++++++++++++ src/main/java/geospatial_fr.properties | 284 +++++++++++++ src/main/java/journal.properties | 49 +++ src/main/java/journal_fr.properties | 49 +++ src/main/java/socialscience.properties | 80 ++++ src/main/java/socialscience_fr.properties | 80 ++++ 12 files changed, 2604 insertions(+) create mode 100644 src/main/java/astrophysics.properties create mode 100644 src/main/java/astrophysics_fr.properties create mode 100644 src/main/java/biomedical.properties create mode 100644 src/main/java/biomedical_fr.properties create mode 100644 src/main/java/citation.properties create mode 100644 src/main/java/citation_fr.properties create mode 100644 src/main/java/geospatial.properties create mode 100644 src/main/java/geospatial_fr.properties create mode 100644 src/main/java/journal.properties create mode 100644 src/main/java/journal_fr.properties create mode 100644 src/main/java/socialscience.properties create mode 100644 src/main/java/socialscience_fr.properties diff --git a/src/main/java/astrophysics.properties b/src/main/java/astrophysics.properties new file mode 100644 index 00000000000..ff78924ea87 --- /dev/null +++ b/src/main/java/astrophysics.properties @@ -0,0 +1,104 @@ +metadatablock.name=astrophysics +metadatablock.displayName=Astronomy and Astrophysics Metadata +datasetfieldtype.astroType.title=Type +datasetfieldtype.astroFacility.title=Facility +datasetfieldtype.astroInstrument.title=Instrument +datasetfieldtype.astroObject.title=Object +datasetfieldtype.resolution.Spatial.title=Spatial Resolution +datasetfieldtype.resolution.Spectral.title=Spectral Resolution +datasetfieldtype.resolution.Temporal.title=Time Resolution +datasetfieldtype.coverage.Spectral.Bandpass.title=Bandpass +datasetfieldtype.coverage.Spectral.CentralWavelength.title=Central Wavelength (m) +datasetfieldtype.coverage.Spectral.Wavelength.title=Wavelength Range +datasetfieldtype.coverage.Spectral.MinimumWavelength.title=Minimum (m) +datasetfieldtype.coverage.Spectral.MaximumWavelength.title=Maximum (m) +datasetfieldtype.coverage.Temporal.title=Dataset Date Range +datasetfieldtype.coverage.Temporal.StartTime.title=Start +datasetfieldtype.coverage.Temporal.StopTime.title=End +datasetfieldtype.coverage.Spatial.title=Sky Coverage +datasetfieldtype.coverage.Depth.title=Depth Coverage +datasetfieldtype.coverage.ObjectDensity.title=Object Density +datasetfieldtype.coverage.ObjectCount.title=Object Count +datasetfieldtype.coverage.SkyFraction.title=Fraction of Sky +datasetfieldtype.coverage.Polarization.title=Polarization +datasetfieldtype.redshiftType.title=RedshiftType +datasetfieldtype.resolution.Redshift.title=Redshift Resolution +datasetfieldtype.coverage.RedshiftValue.title=Redshift Value +datasetfieldtype.coverage.Redshift.MinimumValue.title=Minimum +datasetfieldtype.coverage.Redshift.MaximumValue.title=Maximum +datasetfieldtype.astroType.description=The nature or genre of the content of the files in the dataset. +datasetfieldtype.astroFacility.description=The observatory or facility where the data was obtained. +datasetfieldtype.astroInstrument.description=The instrument used to collect the data. +datasetfieldtype.astroObject.description=Astronomical Objects represented in the data (Given as SIMBAD recognizable names preferred). +datasetfieldtype.resolution.Spatial.description=The spatial (angular) resolution that is typical of the observations, in decimal degrees. +datasetfieldtype.resolution.Spectral.description=The spectral resolution that is typical of the observations, given as the ratio λ/Δλ. +datasetfieldtype.resolution.Temporal.description=The temporal resolution that is typical of the observations, given in seconds. +datasetfieldtype.coverage.Spectral.Bandpass.description=Conventional bandpass name +datasetfieldtype.coverage.Spectral.CentralWavelength.description=The central wavelength of the spectral bandpass, in meters. +datasetfieldtype.coverage.Spectral.Wavelength.description=The minimum and maximum wavelength of the spectral bandpass. +datasetfieldtype.coverage.Spectral.MinimumWavelength.description=The minimum wavelength of the spectral bandpass, in meters. +datasetfieldtype.coverage.Spectral.MaximumWavelength.description=The maximum wavelength of the spectral bandpass, in meters. +datasetfieldtype.coverage.Temporal.description= Time period covered by the data. +datasetfieldtype.coverage.Temporal.StartTime.description=Dataset Start Date +datasetfieldtype.coverage.Temporal.StopTime.description=Dataset End Date +datasetfieldtype.coverage.Spatial.description=The sky coverage of the data object. +datasetfieldtype.coverage.Depth.description=The (typical) depth coverage, or sensitivity, of the data object in Jy. +datasetfieldtype.coverage.ObjectDensity.description=The (typical) density of objects, catalog entries, telescope pointings, etc., on the sky, in number per square degree. +datasetfieldtype.coverage.ObjectCount.description=The total number of objects, catalog entries, etc., in the data object. +datasetfieldtype.coverage.SkyFraction.description=The fraction of the sky represented in the observations, ranging from 0 to 1. +datasetfieldtype.coverage.Polarization.description=The polarization coverage +datasetfieldtype.redshiftType.description=RedshiftType string C "Redshift"; or "Optical" or "Radio" definitions of Doppler velocity used in the data object. +datasetfieldtype.resolution.Redshift.description=The resolution in redshift (unitless) or Doppler velocity (km/s) in the data object. +datasetfieldtype.coverage.RedshiftValue.description=The value of the redshift (unitless) or Doppler velocity (km/s in the data object. +datasetfieldtype.coverage.Redshift.MinimumValue.description=The minimum value of the redshift (unitless) or Doppler velocity (km/s in the data object. +datasetfieldtype.coverage.Redshift.MaximumValue.description=The maximum value of the redshift (unitless) or Doppler velocity (km/s in the data object. +datasetfieldtype.astroType.watermark= +datasetfieldtype.astroFacility.watermark= +datasetfieldtype.astroInstrument.watermark= +datasetfieldtype.astroObject.watermark= +datasetfieldtype.resolution.Spatial.watermark= +datasetfieldtype.resolution.Spectral.watermark= +datasetfieldtype.resolution.Temporal.watermark= +datasetfieldtype.coverage.Spectral.Bandpass.watermark= +datasetfieldtype.coverage.Spectral.CentralWavelength.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Spectral.Wavelength.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Spectral.MinimumWavelength.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Spectral.MaximumWavelength.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Temporal.watermark= +datasetfieldtype.coverage.Temporal.StartTime.watermark=YYYY-MM-DD +datasetfieldtype.coverage.Temporal.StopTime.watermark=YYYY-MM-DD +datasetfieldtype.coverage.Spatial.watermark= +datasetfieldtype.coverage.Depth.watermark=Enter a floating-point number. +datasetfieldtype.coverage.ObjectDensity.watermark=Enter a floating-point number. +datasetfieldtype.coverage.ObjectCount.watermark=Enter an integer. +datasetfieldtype.coverage.SkyFraction.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Polarization.watermark= +datasetfieldtype.redshiftType.watermark= +datasetfieldtype.resolution.Redshift.watermark=Enter a floating-point number. +datasetfieldtype.coverage.RedshiftValue.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Redshift.MinimumValue.watermark=Enter a floating-point number. +datasetfieldtype.coverage.Redshift.MaximumValue.watermark=Enter a floating-point number. +controlledvocabulary.astroType.image=Image +controlledvocabulary.astroType.mosaic=Mosaic +controlledvocabulary.astroType.eventlist=EventList +controlledvocabulary.astroType.spectrum=Spectrum +controlledvocabulary.astroType.cube=Cube +controlledvocabulary.astroType.table=Table +controlledvocabulary.astroType.catalog=Catalog +controlledvocabulary.astroType.lightcurve=LightCurve +controlledvocabulary.astroType.simulation=Simulation +controlledvocabulary.astroType.figure=Figure +controlledvocabulary.astroType.artwork=Artwork +controlledvocabulary.astroType.animation=Animation +controlledvocabulary.astroType.prettypicture=PrettyPicture +controlledvocabulary.astroType.documentation=Documentation +controlledvocabulary.astroType.other=Other +controlledvocabulary.astroType.library=Library +controlledvocabulary.astroType.press_release=Press Release +controlledvocabulary.astroType.facsimile=Facsimile +controlledvocabulary.astroType.historical=Historical +controlledvocabulary.astroType.observation=Observation +controlledvocabulary.astroType.object=Object +controlledvocabulary.astroType.value=Value +controlledvocabulary.astroType.valuepair=ValuePair +controlledvocabulary.astroType.survey=Survey \ No newline at end of file diff --git a/src/main/java/astrophysics_fr.properties b/src/main/java/astrophysics_fr.properties new file mode 100644 index 00000000000..41b8cf121bf --- /dev/null +++ b/src/main/java/astrophysics_fr.properties @@ -0,0 +1,104 @@ +metadatablock.name=astrophysics +metadatablock.displayName=Mtadonnes lies l'astronomie et l'astrophysique +datasetfieldtype.astroType.title=Type +datasetfieldtype.astroFacility.title=Installation +datasetfieldtype.astroInstrument.title=Instrument +datasetfieldtype.astroObject.title=Objet +datasetfieldtype.resolution.Spatial.title=Rsolution spatiale +datasetfieldtype.resolution.Spectral.title=Rsolution spectrale +datasetfieldtype.resolution.Temporal.title=Rsolution temporelle +datasetfieldtype.coverage.Spectral.Bandpass.title=Largeur de bande +datasetfieldtype.coverage.Spectral.CentralWavelength.title=Longueur d'onde centrale (m) +datasetfieldtype.coverage.Spectral.Wavelength.title=Gamme de longueurs d'onde +datasetfieldtype.coverage.Spectral.MinimumWavelength.title=Minimum (m) +datasetfieldtype.coverage.Spectral.MaximumWavelength.title=Maximum (m) +datasetfieldtype.coverage.Temporal.title=Priode de l'ensemble de donnes +datasetfieldtype.coverage.Temporal.StartTime.title=Dbut +datasetfieldtype.coverage.Temporal.StopTime.title=Fin +datasetfieldtype.coverage.Spatial.title=Partie du ciel couverte +datasetfieldtype.coverage.Depth.title=tendue +datasetfieldtype.coverage.ObjectDensity.title=Densit de l'objet +datasetfieldtype.coverage.ObjectCount.title=Nombre d'objets +datasetfieldtype.coverage.SkyFraction.title=Fraction de ciel +datasetfieldtype.coverage.Polarization.title=Polarisation +datasetfieldtype.redshiftType.title=TypeDeDcalageVersLeRouge +datasetfieldtype.resolution.Redshift.title=Rsolution du dcalage vers le rouge +datasetfieldtype.coverage.RedshiftValue.title=Valeur du dcalage vers le rouge +datasetfieldtype.coverage.Redshift.MinimumValue.title=Minimum +datasetfieldtype.coverage.Redshift.MaximumValue.title=Maximum +datasetfieldtype.astroType.description=La nature ou le genre du contenu des fichiers dans l'ensemble de donnes. +datasetfieldtype.astroFacility.description=L'observatoire ou l'installation o les donnes ont t obtenues. +datasetfieldtype.astroInstrument.description=L'instrument utilis pour recueillir les donnes. +datasetfieldtype.astroObject.description=Les objets astronomiques reprsents dans les donnes (Il faut donner, de prfrence, des noms reconnaissables par SIMBAD.) +datasetfieldtype.resolution.Spatial.description=La rsolution spatiale (angulaire) typique des observations, en degrs dcimaux. +datasetfieldtype.resolution.Spectral.description=La rsolution spectrale typique des observations, indique sous forme de ratio ?/??. +datasetfieldtype.resolution.Temporal.description=La rsolution temporelle typique des observations, indique en secondes. +datasetfieldtype.coverage.Spectral.Bandpass.description=Nom courant de la largeur de bande +datasetfieldtype.coverage.Spectral.CentralWavelength.description=La longueur d'onde centrale de la largeur de bande spectrale, en mtres. +datasetfieldtype.coverage.Spectral.Wavelength.description=La longueur d'onde minimale et maximale de la largeur de bande spectrale. +datasetfieldtype.coverage.Spectral.MinimumWavelength.description=La longueur d'onde minimale de la largeur de bande spectrale, en mtres. +datasetfieldtype.coverage.Spectral.MaximumWavelength.description=La longueur d'onde maximale de la largeur de bande spectrale, en mtres. +datasetfieldtype.coverage.Temporal.description=Priode vise par les donnes. +datasetfieldtype.coverage.Temporal.StartTime.description=Date de dbut de l'ensemble de donnes +datasetfieldtype.coverage.Temporal.StopTime.description=Date de fin de l'ensemble de donnes +datasetfieldtype.coverage.Spatial.description=Partie du ciel couverte par l'objet. +datasetfieldtype.coverage.Depth.description=L'tendue (typique) ou sensibilit de l'objet de donnes en Jy. +datasetfieldtype.coverage.ObjectDensity.description=La densit (typique) des objets, des entres du catalogue, des vises du tlescope, etc. dans le ciel, en chiffres par degr carr. +datasetfieldtype.coverage.ObjectCount.description=Le nombre total d'objets, d'entres au catalogue, etc. dans l'objet de donnes. +datasetfieldtype.coverage.SkyFraction.description=La fraction de ciel reprsente dans les observations, variant de 0 1. +datasetfieldtype.coverage.Polarization.description=La couverture de la polarisation +datasetfieldtype.redshiftType.description=La chane TypeDeDcalageVersLeRouge C \u00A0dcalage vers le rouge\u00A0 ou les dfinitions \u00A0optiques\u00A0 ou \u00A0radio\u00A0 de la vitesse Doppler utilises dans l'objet de donnes. +datasetfieldtype.resolution.Redshift.description=La rsolution en dcalage vers le rouge (sans unit) ou la vitesse Doppler (km/s) dans l'objet de donnes. +datasetfieldtype.coverage.RedshiftValue.description=La valeur du dcalage vers le rouge (sans unit) ou la vitesse Doppler (km/s dans l'objet de donnes). +datasetfieldtype.coverage.Redshift.MinimumValue.description=La valeur minimale du dcalage vers le rouge (sans unit) ou la vitesse Doppler (km/s dans l'objet de donnes). +datasetfieldtype.coverage.Redshift.MaximumValue.description=La valeur maximale du dcalage vers le rouge (sans unit) ou la vitesse Doppler (km/s dans l'objet de donnes). +datasetfieldtype.astroType.watermark= +datasetfieldtype.astroFacility.watermark= +datasetfieldtype.astroInstrument.watermark= +datasetfieldtype.astroObject.watermark= +datasetfieldtype.resolution.Spatial.watermark= +datasetfieldtype.resolution.Spectral.watermark= +datasetfieldtype.resolution.Temporal.watermark= +datasetfieldtype.coverage.Spectral.Bandpass.watermark= +datasetfieldtype.coverage.Spectral.CentralWavelength.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Spectral.Wavelength.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Spectral.MinimumWavelength.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Spectral.MaximumWavelength.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Temporal.watermark= +datasetfieldtype.coverage.Temporal.StartTime.watermark=AAAA-MM-JJ +datasetfieldtype.coverage.Temporal.StopTime.watermark=AAAA-MM-JJ +datasetfieldtype.coverage.Spatial.watermark= +datasetfieldtype.coverage.Depth.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.ObjectDensity.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.ObjectCount.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.SkyFraction.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Polarization.watermark= +datasetfieldtype.redshiftType.watermark= +datasetfieldtype.resolution.Redshift.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.RedshiftValue.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Redshift.MinimumValue.watermark=Entrer un nombre virgule flottante. +datasetfieldtype.coverage.Redshift.MaximumValue.watermark=Entrer un nombre virgule flottante. +controlledvocabulary.astroType.image=Image +controlledvocabulary.astroType.mosaic=Mosaque +controlledvocabulary.astroType.eventlist=Liste d'vnements +controlledvocabulary.astroType.spectrum=Spectre +controlledvocabulary.astroType.cube=Cube +controlledvocabulary.astroType.table=Tableau +controlledvocabulary.astroType.catalog=Catalogue +controlledvocabulary.astroType.lightcurve=Courbe de lumire +controlledvocabulary.astroType.simulation=Simulation +controlledvocabulary.astroType.figure=Figure +controlledvocabulary.astroType.artwork=Illustration +controlledvocabulary.astroType.animation=Animation +controlledvocabulary.astroType.prettypicture=Image dcorative +controlledvocabulary.astroType.documentation=Documentation +controlledvocabulary.astroType.other=Autre +controlledvocabulary.astroType.library=Bibliothque +controlledvocabulary.astroType.press_release=Communiqu +controlledvocabulary.astroType.facsimile=Tlcopie +controlledvocabulary.astroType.historical=Historique +controlledvocabulary.astroType.observation=Observation +controlledvocabulary.astroType.object=Objet +controlledvocabulary.astroType.value=Valeur +controlledvocabulary.astroType.valuepair=Couple de valeur +controlledvocabulary.astroType.survey=Enqute \ No newline at end of file diff --git a/src/main/java/biomedical.properties b/src/main/java/biomedical.properties new file mode 100644 index 00000000000..c3fd3f81bc7 --- /dev/null +++ b/src/main/java/biomedical.properties @@ -0,0 +1,311 @@ +metadatablock.name=biomedical +metadatablock.displayName=Life Sciences Metadata +datasetfieldtype.studyDesignType.title=Design Type +datasetfieldtype.studyFactorType.title=Factor Type +datasetfieldtype.studyAssayOrganism.title=Organism +datasetfieldtype.studyAssayOtherOrganism.title=Other Organism +datasetfieldtype.studyAssayMeasurementType.title=Measurement Type +datasetfieldtype.studyAssayOtherMeasurmentType.title=Other Measurement Type +datasetfieldtype.studyAssayTechnologyType.title=Technology Type +datasetfieldtype.studyAssayPlatform.title=Technology Platform +datasetfieldtype.studyAssayCellType.title=Cell Type +datasetfieldtype.studyDesignType.description=Design types that are based on the overall experimental design. +datasetfieldtype.studyFactorType.description=Factors used in the Dataset. +datasetfieldtype.studyAssayOrganism.description=The taxonomic name of the organism used in the Dataset or from which the starting biological material derives. +datasetfieldtype.studyAssayOtherOrganism.description=If Other was selected in Organism, list any other organisms that were used in this Dataset. Terms from the NCBI Taxonomy are recommended. +datasetfieldtype.studyAssayMeasurementType.description=A term to qualify the endpoint, or what is being measured (e.g. gene expression profiling; protein identification). +datasetfieldtype.studyAssayOtherMeasurmentType.description=If Other was selected in Measurement Type, list any other measurement types that were used. Terms from NCBO Bioportal are recommended. +datasetfieldtype.studyAssayTechnologyType.description=A term to identify the technology used to perform the measurement (e.g. DNA microarray; mass spectrometry). +datasetfieldtype.studyAssayPlatform.description=The manufacturer and name of the technology platform used in the assay (e.g. Bruker AVANCE). +datasetfieldtype.studyAssayCellType.description=The name of the cell line from which the source or sample derives. +datasetfieldtype.studyDesignType.watermark= +datasetfieldtype.studyFactorType.watermark= +datasetfieldtype.studyAssayOrganism.watermark= +datasetfieldtype.studyAssayOtherOrganism.watermark= +datasetfieldtype.studyAssayMeasurementType.watermark= +datasetfieldtype.studyAssayOtherMeasurmentType.watermark= +datasetfieldtype.studyAssayTechnologyType.watermark= +datasetfieldtype.studyAssayPlatform.watermark= +datasetfieldtype.studyAssayCellType.watermark= +controlledvocabulary.studyDesignType.case_control=Case Control +controlledvocabulary.studyDesignType.cross_sectional=Cross Sectional +controlledvocabulary.studyDesignType.cohort_study=Cohort Study +controlledvocabulary.studyDesignType.nested_case_control_design=Nested Case Control Design +controlledvocabulary.studyDesignType.not_specified=Not Specified +controlledvocabulary.studyDesignType.parallel_group_design=Parallel Group Design +controlledvocabulary.studyDesignType.perturbation_design=Perturbation Design +controlledvocabulary.studyDesignType.randomized_controlled_trial=Randomized Controlled Trial +controlledvocabulary.studyDesignType.technological_design=Technological Design +controlledvocabulary.studyFactorType.age=Age +controlledvocabulary.studyFactorType.biomarkers=Biomarkers +controlledvocabulary.studyFactorType.cell_surface_markers=Cell Surface Markers +controlledvocabulary.studyFactorType.cell_type/cell_line=Cell Type/Cell Line +controlledvocabulary.studyFactorType.developmental_stage=Developmental Stage +controlledvocabulary.studyFactorType.disease_state=Disease State +controlledvocabulary.studyFactorType.drug_susceptibility=Drug Susceptibility +controlledvocabulary.studyFactorType.extract_molecule=Extract Molecule +controlledvocabulary.studyFactorType.genetic_characteristics=Genetic Characteristics +controlledvocabulary.studyFactorType.immunoprecipitation_antibody=Immunoprecipitation Antibody +controlledvocabulary.studyFactorType.organism=Organism +controlledvocabulary.studyFactorType.other=Other +controlledvocabulary.studyFactorType.passages=Passages +controlledvocabulary.studyFactorType.platform=Platform +controlledvocabulary.studyFactorType.sex=Sex +controlledvocabulary.studyFactorType.strain=Strain +controlledvocabulary.studyFactorType.time_point=Time Point +controlledvocabulary.studyFactorType.tissue_type=Tissue Type +controlledvocabulary.studyFactorType.treatment_compound=Treatment Compound +controlledvocabulary.studyFactorType.treatment_type=Treatment Type +controlledvocabulary.studyAssayMeasurementType.cell_counting=cell counting +controlledvocabulary.studyAssayMeasurementType.cell_sorting=cell sorting +controlledvocabulary.studyAssayMeasurementType.clinical_chemistry_analysis=clinical chemistry analysis +controlledvocabulary.studyAssayMeasurementType.copy_number_variation_profiling=copy number variation profiling +controlledvocabulary.studyAssayMeasurementType.dna_methylation_profiling=DNA methylation profiling +controlledvocabulary.studyAssayMeasurementType.dna_methylation_profiling_(bisulfite-seq)=DNA methylation profiling (Bisulfite-Seq) +controlledvocabulary.studyAssayMeasurementType.dna_methylation_profiling_(medip-seq)=DNA methylation profiling (MeDIP-Seq) +controlledvocabulary.studyAssayMeasurementType.drug_susceptibility=drug susceptibility +controlledvocabulary.studyAssayMeasurementType.environmental_gene_survey=environmental gene survey +controlledvocabulary.studyAssayMeasurementType.genome_sequencing=genome sequencing +controlledvocabulary.studyAssayMeasurementType.hematology=hematology +controlledvocabulary.studyAssayMeasurementType.histology=histology +controlledvocabulary.studyAssayMeasurementType.histone_modification_(chip-seq)=Histone Modification (ChIP-Seq) +controlledvocabulary.studyAssayMeasurementType.loss_of_heterozygosity_profiling=loss of heterozygosity profiling +controlledvocabulary.studyAssayMeasurementType.metabolite_profiling=metabolite profiling +controlledvocabulary.studyAssayMeasurementType.metagenome_sequencing=metagenome sequencing +controlledvocabulary.studyAssayMeasurementType.protein_expression_profiling=protein expression profiling +controlledvocabulary.studyAssayMeasurementType.protein_identification=protein identification +controlledvocabulary.studyAssayMeasurementType.protein-dna_binding_site_identification=protein-DNA binding site identification +controlledvocabulary.studyAssayMeasurementType.protein-protein_interaction_detection=protein-protein interaction detection +controlledvocabulary.studyAssayMeasurementType.protein-rna_binding_(rip-seq)=protein-RNA binding (RIP-Seq) +controlledvocabulary.studyAssayMeasurementType.snp_analysis=SNP analysis +controlledvocabulary.studyAssayMeasurementType.targeted_sequencing=targeted sequencing +controlledvocabulary.studyAssayMeasurementType.transcription_factor_binding_(chip-seq)=transcription factor binding (ChIP-Seq) +controlledvocabulary.studyAssayMeasurementType.transcription_factor_binding_site_identification=transcription factor binding site identification +controlledvocabulary.studyAssayMeasurementType.transcription_profiling=transcription profiling +controlledvocabulary.studyAssayMeasurementType.transcription_profiling=transcription profiling +controlledvocabulary.studyAssayMeasurementType.transcription_profiling_(microarray)=transcription profiling (Microarray) +controlledvocabulary.studyAssayMeasurementType.transcription_profiling_(rna-seq)=transcription profiling (RNA-Seq) +controlledvocabulary.studyAssayMeasurementType.trap_translational_profiling=TRAP translational profiling +controlledvocabulary.studyAssayMeasurementType.other=Other +controlledvocabulary.studyAssayOrganism.arabidopsis_thaliana=Arabidopsis thaliana +controlledvocabulary.studyAssayOrganism.bos_taurus=Bos taurus +controlledvocabulary.studyAssayOrganism.caenorhabditis_elegans=Caenorhabditis elegans +controlledvocabulary.studyAssayOrganism.chlamydomonas_reinhardtii=Chlamydomonas reinhardtii +controlledvocabulary.studyAssayOrganism.danio_rerio_(zebrafish)=Danio rerio (zebrafish) +controlledvocabulary.studyAssayOrganism.dictyostelium_discoideum=Dictyostelium discoideum +controlledvocabulary.studyAssayOrganism.drosophila_melanogaster=Drosophila melanogaster +controlledvocabulary.studyAssayOrganism.escherichia_coli=Escherichia coli +controlledvocabulary.studyAssayOrganism.hepatitis_c_virus=Hepatitis C virus +controlledvocabulary.studyAssayOrganism.homo_sapiens=Homo sapiens +controlledvocabulary.studyAssayOrganism.mus_musculus=Mus musculus +controlledvocabulary.studyAssayOrganism.mycobacterium_africanum=Mycobacterium africanum +controlledvocabulary.studyAssayOrganism.mycobacterium_canetti=Mycobacterium canetti +controlledvocabulary.studyAssayOrganism.mycobacterium_tuberculosis=Mycobacterium tuberculosis +controlledvocabulary.studyAssayOrganism.mycoplasma_pneumoniae=Mycoplasma pneumoniae +controlledvocabulary.studyAssayOrganism.oryza_sativa=Oryza sativa +controlledvocabulary.studyAssayOrganism.plasmodium_falciparum=Plasmodium falciparum +controlledvocabulary.studyAssayOrganism.pneumocystis_carinii=Pneumocystis carinii +controlledvocabulary.studyAssayOrganism.rattus_norvegicus=Rattus norvegicus +controlledvocabulary.studyAssayOrganism.saccharomyces_cerevisiae_(brewer's_yeast)=Saccharomyces cerevisiae (brewer's yeast) +controlledvocabulary.studyAssayOrganism.schizosaccharomyces_pombe=Schizosaccharomyces pombe +controlledvocabulary.studyAssayOrganism.takifugu_rubripes=Takifugu rubripes +controlledvocabulary.studyAssayOrganism.xenopus_laevis=Xenopus laevis +controlledvocabulary.studyAssayOrganism.zea_mays=Zea mays +controlledvocabulary.studyAssayOrganism.other=Other +controlledvocabulary.studyAssayTechnologyType.culture_based_drug_susceptibility_testing,_single_concentration=culture based drug susceptibility testing, single concentration +controlledvocabulary.studyAssayTechnologyType.culture_based_drug_susceptibility_testing,_two_concentrations=culture based drug susceptibility testing, two concentrations +controlledvocabulary.studyAssayTechnologyType.culture_based_drug_susceptibility_testing,_three_or_more_concentrations_(minimium_inhibitory_concentration_measurement)=culture based drug susceptibility testing, three or more concentrations (minimium inhibitory concentration measurement) +controlledvocabulary.studyAssayTechnologyType.dna_microarray=DNA microarray +controlledvocabulary.studyAssayTechnologyType.flow_cytometry=flow cytometry +controlledvocabulary.studyAssayTechnologyType.gel_electrophoresis=gel electrophoresis +controlledvocabulary.studyAssayTechnologyType.mass_spectrometry=mass spectrometry +controlledvocabulary.studyAssayTechnologyType.nmr_spectroscopy=NMR spectroscopy +controlledvocabulary.studyAssayTechnologyType.nucleotide_sequencing=nucleotide sequencing +controlledvocabulary.studyAssayTechnologyType.protein_microarray=protein microarray +controlledvocabulary.studyAssayTechnologyType.real_time_pcr=real time PCR +controlledvocabulary.studyAssayTechnologyType.no_technology_required=no technology required +controlledvocabulary.studyAssayTechnologyType.other=Other +controlledvocabulary.studyAssayPlatform.210-ms_gc_ion_trap_(varian)=210-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.220-ms_gc_ion_trap_(varian)=220-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.225-ms_gc_ion_trap_(varian)=225-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.240-ms_gc_ion_trap_(varian)=240-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.300-ms_quadrupole_gc/ms_(varian)=300-MS quadrupole GC/MS (Varian) +controlledvocabulary.studyAssayPlatform.320-ms_lc/ms_(varian)=320-MS LC/MS (Varian) +controlledvocabulary.studyAssayPlatform.325-ms_lc/ms_(varian)=325-MS LC/MS (Varian) +controlledvocabulary.studyAssayPlatform.320-ms_gc/ms_(varian)=320-MS GC/MS (Varian) +controlledvocabulary.studyAssayPlatform.500-ms_lc/ms_(varian)=500-MS LC/MS (Varian) +controlledvocabulary.studyAssayPlatform.800d_(jeol)=800D (Jeol) +controlledvocabulary.studyAssayPlatform.910-ms_tq-ft_(varian)=910-MS TQ-FT (Varian) +controlledvocabulary.studyAssayPlatform.920-ms_tq-ft_(varian)=920-MS TQ-FT (Varian) +controlledvocabulary.studyAssayPlatform.3100_mass_detector_(waters)=3100 Mass Detector (Waters) +controlledvocabulary.studyAssayPlatform.6110_quadrupole_lc/ms_(agilent)=6110 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6120_quadrupole_lc/ms_(agilent)=6120 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6130_quadrupole_lc/ms_(agilent)=6130 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6140_quadrupole_lc/ms_(agilent)=6140 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6310_ion_trap_lc/ms_(agilent)=6310 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6320_ion_trap_lc/ms_(agilent)=6320 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6330_ion_trap_lc/ms_(agilent)=6330 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6340_ion_trap_lc/ms_(agilent)=6340 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6410_triple_quadrupole_lc/ms_(agilent)=6410 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6430_triple_quadrupole_lc/ms_(agilent)=6430 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6460_triple_quadrupole_lc/ms_(agilent)=6460 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6490_triple_quadrupole_lc/ms_(agilent)=6490 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6530_q-tof_lc/ms_(agilent)=6530 Q-TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6540_q-tof_lc/ms_(agilent)=6540 Q-TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6210_tof_lc/ms_(agilent)=6210 TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6220_tof_lc/ms_(agilent)=6220 TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6230_tof_lc/ms_(agilent)=6230 TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.7000b_triple_quadrupole_gc/ms_(agilent)=7000B Triple Quadrupole GC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.accuto_dart_(jeol)=AccuTO DART (Jeol) +controlledvocabulary.studyAssayPlatform.accutof_gc_(jeol)=AccuTOF GC (Jeol) +controlledvocabulary.studyAssayPlatform.accutof_lc_(jeol)=AccuTOF LC (Jeol) +controlledvocabulary.studyAssayPlatform.acquity_sqd_(waters)=ACQUITY SQD (Waters) +controlledvocabulary.studyAssayPlatform.acquity_tqd_(waters)=ACQUITY TQD (Waters) +controlledvocabulary.studyAssayPlatform.agilent=Agilent +controlledvocabulary.studyAssayPlatform.agilent_5975e_gc/msd_(agilent)=Agilent 5975E GC/MSD (Agilent) +controlledvocabulary.studyAssayPlatform.agilent_5975t_ltm_gc/msd_(agilent)=Agilent 5975T LTM GC/MSD (Agilent) +controlledvocabulary.studyAssayPlatform.5975c_series_gc/msd_(agilent)=5975C Series GC/MSD (Agilent) +controlledvocabulary.studyAssayPlatform.affymetrix=Affymetrix +controlledvocabulary.studyAssayPlatform.amazon_etd_esi_ion_trap_(bruker)=amaZon ETD ESI Ion Trap (Bruker) +controlledvocabulary.studyAssayPlatform.amazon_x_esi_ion_trap_(bruker)=amaZon X ESI Ion Trap (Bruker) +controlledvocabulary.studyAssayPlatform.apex-ultra_hybrid_qq-ftms_(bruker)=apex-ultra hybrid Qq-FTMS (Bruker) +controlledvocabulary.studyAssayPlatform.api_2000_(ab_sciex)=API 2000 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_3200_(ab_sciex)=API 3200 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_3200_qtrap_(ab_sciex)=API 3200 QTRAP (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_4000_(ab_sciex)=API 4000 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_4000_qtrap_(ab_sciex)=API 4000 QTRAP (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_5000_(ab_sciex)=API 5000 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_5500_(ab_sciex)=API 5500 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_5500_qtrap_(ab_sciex)=API 5500 QTRAP (AB Sciex) +controlledvocabulary.studyAssayPlatform.applied_biosystems_group_(abi)=Applied Biosystems Group (ABI) +controlledvocabulary.studyAssayPlatform.aqi_biosciences=AQI Biosciences +controlledvocabulary.studyAssayPlatform.atmospheric_pressure_gc_(waters)=Atmospheric Pressure GC (Waters) +controlledvocabulary.studyAssayPlatform.autoflex_iii_maldi-tof_ms_(bruker)=autoflex III MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.autoflex_speed(bruker)=autoflex speed(Bruker) +controlledvocabulary.studyAssayPlatform.autospec_premier_(waters)=AutoSpec Premier (Waters) +controlledvocabulary.studyAssayPlatform.axima_mega_tof_(shimadzu)=AXIMA Mega TOF (Shimadzu) +controlledvocabulary.studyAssayPlatform.axima_performance_maldi_tof/tof_(shimadzu)=AXIMA Performance MALDI TOF/TOF (Shimadzu) +controlledvocabulary.studyAssayPlatform.a-10_analyzer_(apogee)=A-10 Analyzer (Apogee) +controlledvocabulary.studyAssayPlatform.a-40-minifcm_(apogee)=A-40-MiniFCM (Apogee) +controlledvocabulary.studyAssayPlatform.bactiflow_(chemunex_sa)=Bactiflow (Chemunex SA) +controlledvocabulary.studyAssayPlatform.base4innovation=Base4innovation +controlledvocabulary.studyAssayPlatform.bd_bactec_mgit_320=BD BACTEC MGIT 320 +controlledvocabulary.studyAssayPlatform.bd_bactec_mgit_960=BD BACTEC MGIT 960 +controlledvocabulary.studyAssayPlatform.bd_radiometric_bactec_460tb=BD Radiometric BACTEC 460TB +controlledvocabulary.studyAssayPlatform.bionanomatrix=BioNanomatrix +controlledvocabulary.studyAssayPlatform.cell_lab_quanta_sc_(becman_coulter)=Cell Lab Quanta SC (Becman Coulter) +controlledvocabulary.studyAssayPlatform.clarus_560_d_gc/ms_(perkinelmer)=Clarus 560 D GC/MS (PerkinElmer) +controlledvocabulary.studyAssayPlatform.clarus_560_s_gc/ms_(perkinelmer)=Clarus 560 S GC/MS (PerkinElmer) +controlledvocabulary.studyAssayPlatform.clarus_600_gc/ms_(perkinelmer)=Clarus 600 GC/MS (PerkinElmer) +controlledvocabulary.studyAssayPlatform.complete_genomics=Complete Genomics +controlledvocabulary.studyAssayPlatform.cyan_(dako_cytomation)=Cyan (Dako Cytomation) +controlledvocabulary.studyAssayPlatform.cyflow_ml_(partec)=CyFlow ML (Partec) +controlledvocabulary.studyAssayPlatform.cyow_sl_(partec)=Cyow SL (Partec) +controlledvocabulary.studyAssayPlatform.cyflow_sl3_(partec)=CyFlow SL3 (Partec) +controlledvocabulary.studyAssayPlatform.cytobuoy_(cyto_buoy_inc)=CytoBuoy (Cyto Buoy Inc) +controlledvocabulary.studyAssayPlatform.cytosence_(cyto_buoy_inc)=CytoSence (Cyto Buoy Inc) +controlledvocabulary.studyAssayPlatform.cytosub_(cyto_buoy_inc)=CytoSub (Cyto Buoy Inc) +controlledvocabulary.studyAssayPlatform.danaher=Danaher +controlledvocabulary.studyAssayPlatform.dfs_(thermo_scientific)=DFS (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.exactive(thermo_scientific)=Exactive(Thermo Scientific) +controlledvocabulary.studyAssayPlatform.facs_canto_(becton_dickinson)=FACS Canto (Becton Dickinson) +controlledvocabulary.studyAssayPlatform.facs_canto2_(becton_dickinson)=FACS Canto2 (Becton Dickinson) +controlledvocabulary.studyAssayPlatform.facs_scan_(becton_dickinson)=FACS Scan (Becton Dickinson) +controlledvocabulary.studyAssayPlatform.fc_500_(becman_coulter)=FC 500 (Becman Coulter) +controlledvocabulary.studyAssayPlatform.gcmate_ii_gc/ms_(jeol)=GCmate II GC/MS (Jeol) +controlledvocabulary.studyAssayPlatform.gcms-qp2010_plus_(shimadzu)=GCMS-QP2010 Plus (Shimadzu) +controlledvocabulary.studyAssayPlatform.gcms-qp2010s_plus_(shimadzu)=GCMS-QP2010S Plus (Shimadzu) +controlledvocabulary.studyAssayPlatform.gct_premier_(waters)=GCT Premier (Waters) +controlledvocabulary.studyAssayPlatform.geneq=GENEQ +controlledvocabulary.studyAssayPlatform.genome_corp.=Genome Corp. +controlledvocabulary.studyAssayPlatform.genovoxx=GenoVoxx +controlledvocabulary.studyAssayPlatform.gnubio=GnuBio +controlledvocabulary.studyAssayPlatform.guava_easycyte_mini_(millipore)=Guava EasyCyte Mini (Millipore) +controlledvocabulary.studyAssayPlatform.guava_easycyte_plus_(millipore)=Guava EasyCyte Plus (Millipore) +controlledvocabulary.studyAssayPlatform.guava_personal_cell_analysis_(millipore)=Guava Personal Cell Analysis (Millipore) +controlledvocabulary.studyAssayPlatform.guava_personal_cell_analysis-96_(millipore)=Guava Personal Cell Analysis-96 (Millipore) +controlledvocabulary.studyAssayPlatform.helicos_biosciences=Helicos BioSciences +controlledvocabulary.studyAssayPlatform.illumina=Illumina +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_lj_medium=Indirect proportion method on LJ medium +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_middlebrook_agar_7h9=Indirect proportion method on Middlebrook Agar 7H9 +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_middlebrook_agar_7h10=Indirect proportion method on Middlebrook Agar 7H10 +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_middlebrook_agar_7h11=Indirect proportion method on Middlebrook Agar 7H11 +controlledvocabulary.studyAssayPlatform.influx_analyzer_(cytopeia)=inFlux Analyzer (Cytopeia) +controlledvocabulary.studyAssayPlatform.intelligent_bio-systems=Intelligent Bio-Systems +controlledvocabulary.studyAssayPlatform.itq_700_(thermo_scientific)=ITQ 700 (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.itq_900_(thermo_scientific)=ITQ 900 (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.itq_1100_(thermo_scientific)=ITQ 1100 (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.jms-53000_spiraltof_(jeol)=JMS-53000 SpiralTOF (Jeol) +controlledvocabulary.studyAssayPlatform.lasergen=LaserGen +controlledvocabulary.studyAssayPlatform.lcms-2020_(shimadzu)=LCMS-2020 (Shimadzu) +controlledvocabulary.studyAssayPlatform.lcms-2010ev_(shimadzu)=LCMS-2010EV (Shimadzu) +controlledvocabulary.studyAssayPlatform.lcms-it-tof_(shimadzu)=LCMS-IT-TOF (Shimadzu) +controlledvocabulary.studyAssayPlatform.li-cor=Li-Cor +controlledvocabulary.studyAssayPlatform.life_tech=Life Tech +controlledvocabulary.studyAssayPlatform.lightspeed_genomics=LightSpeed Genomics +controlledvocabulary.studyAssayPlatform.lct_premier_xe_(waters)=LCT Premier XE (Waters) +controlledvocabulary.studyAssayPlatform.lcq_deca_xp_max_(thermo_scientific)=LCQ Deca XP MAX (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.lcq_fleet_(thermo_scientific)=LCQ Fleet (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.lxq_(thermo_scientific)=LXQ (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_classic_(thermo_scientific)=LTQ Classic (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_xl_(thermo_scientific)=LTQ XL (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_velos_(thermo_scientific)=LTQ Velos (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_classic_(thermo_scientific)=LTQ Orbitrap Classic (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_xl_(thermo_scientific)=LTQ Orbitrap XL (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_discovery_(thermo_scientific)=LTQ Orbitrap Discovery (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_velos_(thermo_scientific)=LTQ Orbitrap Velos (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.luminex_100_(luminex)=Luminex 100 (Luminex) +controlledvocabulary.studyAssayPlatform.luminex_200_(luminex)=Luminex 200 (Luminex) +controlledvocabulary.studyAssayPlatform.macs_quant_(miltenyi)=MACS Quant (Miltenyi) +controlledvocabulary.studyAssayPlatform.maldi_synapt_g2_hdms_(waters)=MALDI SYNAPT G2 HDMS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_synapt_g2_ms_(waters)=MALDI SYNAPT G2 MS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_synapt_hdms_(waters)=MALDI SYNAPT HDMS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_synapt_ms_(waters)=MALDI SYNAPT MS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_micro_mx_(waters)=MALDI micro MX (Waters) +controlledvocabulary.studyAssayPlatform.maxis_(bruker)=maXis (Bruker) +controlledvocabulary.studyAssayPlatform.maxis_g4_(bruker)=maXis G4 (Bruker) +controlledvocabulary.studyAssayPlatform.microflex_lt_maldi-tof_ms_(bruker)=microflex LT MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.microflex_lrf_maldi-tof_ms_(bruker)=microflex LRF MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.microflex_iii_maldi-tof_ms_(bruker)=microflex III MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.microtof_ii_esi_tof_(bruker)=micrOTOF II ESI TOF (Bruker) +controlledvocabulary.studyAssayPlatform.microtof-q_ii_esi-qq-tof_(bruker)=micrOTOF-Q II ESI-Qq-TOF (Bruker) +controlledvocabulary.studyAssayPlatform.microplate_alamar_blue_(resazurin)_colorimetric_method=microplate Alamar Blue (resazurin) colorimetric method +controlledvocabulary.studyAssayPlatform.mstation_(jeol)=Mstation (Jeol) +controlledvocabulary.studyAssayPlatform.msq_plus_(thermo_scientific)=MSQ Plus (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.nabsys=NABsys +controlledvocabulary.studyAssayPlatform.nanophotonics_biosciences=Nanophotonics Biosciences +controlledvocabulary.studyAssayPlatform.network_biosystems=Network Biosystems +controlledvocabulary.studyAssayPlatform.nimblegen=Nimblegen +controlledvocabulary.studyAssayPlatform.oxford_nanopore_technologies=Oxford Nanopore Technologies +controlledvocabulary.studyAssayPlatform.pacific_biosciences=Pacific Biosciences +controlledvocabulary.studyAssayPlatform.population_genetics_technologies=Population Genetics Technologies +controlledvocabulary.studyAssayPlatform.q1000gc_ultraquad_(jeol)=Q1000GC UltraQuad (Jeol) +controlledvocabulary.studyAssayPlatform.quattro_micro_api_(waters)=Quattro micro API (Waters) +controlledvocabulary.studyAssayPlatform.quattro_micro_gc_(waters)=Quattro micro GC (Waters) +controlledvocabulary.studyAssayPlatform.quattro_premier_xe_(waters)=Quattro Premier XE (Waters) +controlledvocabulary.studyAssayPlatform.qstar_(ab_sciex)=QSTAR (AB Sciex) +controlledvocabulary.studyAssayPlatform.reveo=Reveo +controlledvocabulary.studyAssayPlatform.roche=Roche +controlledvocabulary.studyAssayPlatform.seirad=Seirad +controlledvocabulary.studyAssayPlatform.solarix_hybrid_qq-ftms_(bruker)=solariX hybrid Qq-FTMS (Bruker) +controlledvocabulary.studyAssayPlatform.somacount_(bently_instruments)=Somacount (Bently Instruments) +controlledvocabulary.studyAssayPlatform.somascope_(bently_instruments)=SomaScope (Bently Instruments) +controlledvocabulary.studyAssayPlatform.synapt_g2_hdms_(waters)=SYNAPT G2 HDMS (Waters) +controlledvocabulary.studyAssayPlatform.synapt_g2_ms_(waters)=SYNAPT G2 MS (Waters) +controlledvocabulary.studyAssayPlatform.synapt_hdms_(waters)=SYNAPT HDMS (Waters) +controlledvocabulary.studyAssayPlatform.synapt_ms_(waters)=SYNAPT MS (Waters) +controlledvocabulary.studyAssayPlatform.tripletof_5600_(ab_sciex)=TripleTOF 5600 (AB Sciex) +controlledvocabulary.studyAssayPlatform.tsq_quantum_ultra_(thermo_scientific)=TSQ Quantum Ultra (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_access_(thermo_scientific)=TSQ Quantum Access (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_access_max_(thermo_scientific)=TSQ Quantum Access MAX (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_discovery_max_(thermo_scientific)=TSQ Quantum Discovery MAX (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_gc_(thermo_scientific)=TSQ Quantum GC (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_xls_(thermo_scientific)=TSQ Quantum XLS (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_vantage_(thermo_scientific)=TSQ Vantage (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ultraflextreme_maldi-tof_ms_(bruker)=ultrafleXtreme MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.visigen_biotechnologies=VisiGen Biotechnologies +controlledvocabulary.studyAssayPlatform.xevo_g2_qtof_(waters)=Xevo G2 QTOF (Waters) +controlledvocabulary.studyAssayPlatform.xevo_qtof_ms_(waters)=Xevo QTof MS (Waters) +controlledvocabulary.studyAssayPlatform.xevo_tq_ms_(waters)=Xevo TQ MS (Waters) +controlledvocabulary.studyAssayPlatform.xevo_tq-s_(waters)=Xevo TQ-S (Waters) +controlledvocabulary.studyAssayPlatform.other=Other \ No newline at end of file diff --git a/src/main/java/biomedical_fr.properties b/src/main/java/biomedical_fr.properties new file mode 100644 index 00000000000..0d41f937f0a --- /dev/null +++ b/src/main/java/biomedical_fr.properties @@ -0,0 +1,311 @@ +metadatablock.name=biomedical +metadatablock.displayName=Mtadonnes lies aux sciences de la vie +datasetfieldtype.studyDesignType.title=Type de modle +datasetfieldtype.studyFactorType.title=Type de facteur +datasetfieldtype.studyAssayOrganism.title=Organisme +datasetfieldtype.studyAssayOtherOrganism.title=Autre organisme +datasetfieldtype.studyAssayMeasurementType.title=Type de mesure +datasetfieldtype.studyAssayOtherMeasurmentType.title=Autre type de mesure +datasetfieldtype.studyAssayTechnologyType.title=Type de technologie +datasetfieldtype.studyAssayPlatform.title=Plateforme technologique +datasetfieldtype.studyAssayCellType.title=Type de cellule +datasetfieldtype.studyDesignType.description=Types de modle fonds sur le modle exprimental gnral. +datasetfieldtype.studyFactorType.description=Facteurs utiliss dans l'ensemble de donnes. +datasetfieldtype.studyAssayOrganism.description=Le nom taxonomique de l'organisme utilis dans l'ensemble de donnes ou duquel le matriel biologique de dpart provient. +datasetfieldtype.studyAssayOtherOrganism.description=Si \u00A0Autre\u00A0 est slectionn dans \u00A0Organisme\u00A0, lister ici tout autre organisme utilis dans cet ensemble de donnes. L'utilisation des termes provenant de la taxonomie NCBI est recommande. +datasetfieldtype.studyAssayMeasurementType.description=Un terme pour dfinir le rsultat final ou ce qui est mesur (p.ex. le profilage de l'expression gntique, l'identification des protines). +datasetfieldtype.studyAssayOtherMeasurmentType.description=Si \u00A0Autre\u00A0 est slectionn dans \u00A0Type de mesure\u00A0, il faut indiquer tous les autres types de mesure utiliss. On recommande d'utiliser les termes du BioPortal NCBO. +datasetfieldtype.studyAssayTechnologyType.description=Un terme pour indiquer la technologie utilise pour procder la mesure (p.ex. microrseau ADN, spectromtrie de masse). +datasetfieldtype.studyAssayPlatform.description=Le fabricant et le nom de la plateforme technologique utilise dans l'essai (p.ex. AVANCE de Bruker). +datasetfieldtype.studyAssayCellType.description=Nom de la ligne cellulaire de laquelle provient la source ou l'chantillon. +datasetfieldtype.studyDesignType.watermark= +datasetfieldtype.studyFactorType.watermark= +datasetfieldtype.studyAssayOrganism.watermark= +datasetfieldtype.studyAssayOtherOrganism.watermark= +datasetfieldtype.studyAssayMeasurementType.watermark= +datasetfieldtype.studyAssayOtherMeasurmentType.watermark= +datasetfieldtype.studyAssayTechnologyType.watermark= +datasetfieldtype.studyAssayPlatform.watermark= +datasetfieldtype.studyAssayCellType.watermark= +controlledvocabulary.studyDesignType.case_control=Cas-tmoin +controlledvocabulary.studyDesignType.cross_sectional=En coupe +controlledvocabulary.studyDesignType.cohort_study=tude de cohorte +controlledvocabulary.studyDesignType.nested_case_control_design=Modle d'tude cas-tmoins imbrique +controlledvocabulary.studyDesignType.not_specified=Non prcis +controlledvocabulary.studyDesignType.parallel_group_design=Modle groupes parallles +controlledvocabulary.studyDesignType.perturbation_design=Modle des perturbations +controlledvocabulary.studyDesignType.randomized_controlled_trial=Essai randomis contrl +controlledvocabulary.studyDesignType.technological_design=Modle technologique +controlledvocabulary.studyFactorType.age=ge +controlledvocabulary.studyFactorType.biomarkers=Marqueurs biologiques +controlledvocabulary.studyFactorType.cell_surface_markers=Marqueurs de surface +controlledvocabulary.studyFactorType.cell_type/cell_line=Type de cellule/ligne cellulaire +controlledvocabulary.studyFactorType.developmental_stage=Stade de dveloppement +controlledvocabulary.studyFactorType.disease_state=tat de la maladie +controlledvocabulary.studyFactorType.drug_susceptibility=Sensibilit aux mdicaments +controlledvocabulary.studyFactorType.extract_molecule=Extraire la molcule +controlledvocabulary.studyFactorType.genetic_characteristics=Caractristiques gntiques +controlledvocabulary.studyFactorType.immunoprecipitation_antibody=Anticorps d'immunoprcipitation +controlledvocabulary.studyFactorType.organism=Organisme +controlledvocabulary.studyFactorType.other=Autre +controlledvocabulary.studyFactorType.passages=Passages +controlledvocabulary.studyFactorType.platform=Plateforme +controlledvocabulary.studyFactorType.sex=Sexe +controlledvocabulary.studyFactorType.strain=Souche +controlledvocabulary.studyFactorType.time_point=Point dans le temps +controlledvocabulary.studyFactorType.tissue_type=Type de tissu +controlledvocabulary.studyFactorType.treatment_compound=Compos pour le traitement +controlledvocabulary.studyFactorType.treatment_type=Type de traitement +controlledvocabulary.studyAssayMeasurementType.cell_counting=Dnombrement cellulaire +controlledvocabulary.studyAssayMeasurementType.cell_sorting=Tri cellulaire +controlledvocabulary.studyAssayMeasurementType.clinical_chemistry_analysis=Analyse de la chimie clinique +controlledvocabulary.studyAssayMeasurementType.copy_number_variation_profiling=Profilage de la variation du nombre de copies +controlledvocabulary.studyAssayMeasurementType.dna_methylation_profiling=Profilage de la mthylation de l'ADN +controlledvocabulary.studyAssayMeasurementType.dna_methylation_profiling_(bisulfite-seq)=Profilage de la mthylation de l'ADN (squenage du bisulfite) +controlledvocabulary.studyAssayMeasurementType.dna_methylation_profiling_(medip-seq)=Profilage de la mthylation de l'ADN (squenage MeDIP) +controlledvocabulary.studyAssayMeasurementType.drug_susceptibility=drug susceptibility +controlledvocabulary.studyAssayMeasurementType.environmental_gene_survey=Enqute gnomique environnementale +controlledvocabulary.studyAssayMeasurementType.genome_sequencing=Squenage gnomique +controlledvocabulary.studyAssayMeasurementType.hematology=Hmatologie +controlledvocabulary.studyAssayMeasurementType.histology=Histologie +controlledvocabulary.studyAssayMeasurementType.histone_modification_(chip-seq)=Modification des histones (squenage ChIP) +controlledvocabulary.studyAssayMeasurementType.loss_of_heterozygosity_profiling=Profilage de la perte d'htrozygotie +controlledvocabulary.studyAssayMeasurementType.metabolite_profiling=Profilage des mtabolites +controlledvocabulary.studyAssayMeasurementType.metagenome_sequencing=Squenage des mtagnomes +controlledvocabulary.studyAssayMeasurementType.protein_expression_profiling=Profilage de l'expression des protines +controlledvocabulary.studyAssayMeasurementType.protein_identification=Identification des protines +controlledvocabulary.studyAssayMeasurementType.protein-dna_binding_site_identification=Identification du site de fixation de la protine-ADN +controlledvocabulary.studyAssayMeasurementType.protein-protein_interaction_detection=Dtection de l'interaction protine-protine +controlledvocabulary.studyAssayMeasurementType.protein-rna_binding_(rip-seq)=Fixation de la protine-ARN (squenage RIP) +controlledvocabulary.studyAssayMeasurementType.snp_analysis=Analyse SNP +controlledvocabulary.studyAssayMeasurementType.targeted_sequencing=targeted sequencing +controlledvocabulary.studyAssayMeasurementType.transcription_factor_binding_(chip-seq)=Fixation du facteur de transcription (squenage ChIP) +controlledvocabulary.studyAssayMeasurementType.transcription_factor_binding_site_identification=Identification du site de fixation du facteur de transcription +controlledvocabulary.studyAssayMeasurementType.transcription_profiling=Profilage transcriptionnel +controlledvocabulary.studyAssayMeasurementType.transcription_profiling=Profilage transcriptionnel +controlledvocabulary.studyAssayMeasurementType.transcription_profiling_(microarray)=Profilage transcriptionnel (microrseau) +controlledvocabulary.studyAssayMeasurementType.transcription_profiling_(rna-seq)=Profilage transcriptionnel (squenage de l'ARN) +controlledvocabulary.studyAssayMeasurementType.trap_translational_profiling=Profilage transcriptionnel +controlledvocabulary.studyAssayMeasurementType.other=Autre +controlledvocabulary.studyAssayOrganism.arabidopsis_thaliana=Arabidopsis thaliana +controlledvocabulary.studyAssayOrganism.bos_taurus=Bos taurus +controlledvocabulary.studyAssayOrganism.caenorhabditis_elegans=Caenorhabditis elegans +controlledvocabulary.studyAssayOrganism.chlamydomonas_reinhardtii=Chlamydomonas reinhardtii +controlledvocabulary.studyAssayOrganism.danio_rerio_(zebrafish)=Danio rerio (zebrafish) +controlledvocabulary.studyAssayOrganism.dictyostelium_discoideum=Dictyostelium discoideum +controlledvocabulary.studyAssayOrganism.drosophila_melanogaster=Drosophila melanogaster +controlledvocabulary.studyAssayOrganism.escherichia_coli=Escherichia coli +controlledvocabulary.studyAssayOrganism.hepatitis_c_virus=Hepatitis C virus +controlledvocabulary.studyAssayOrganism.homo_sapiens=Homo sapiens +controlledvocabulary.studyAssayOrganism.mus_musculus=Mus musculus +controlledvocabulary.studyAssayOrganism.mycobacterium_africanum=Mycobacterium africanum +controlledvocabulary.studyAssayOrganism.mycobacterium_canetti=Mycobacterium canetti +controlledvocabulary.studyAssayOrganism.mycobacterium_tuberculosis=Mycobacterium tuberculosis +controlledvocabulary.studyAssayOrganism.mycoplasma_pneumoniae=Saccharomyces cerevisiae (levure de bire) +controlledvocabulary.studyAssayOrganism.oryza_sativa=Oryza sativa +controlledvocabulary.studyAssayOrganism.plasmodium_falciparum=Plasmodium falciparum +controlledvocabulary.studyAssayOrganism.pneumocystis_carinii=Pneumocystis carinii +controlledvocabulary.studyAssayOrganism.rattus_norvegicus=Rattus norvegicus +controlledvocabulary.studyAssayOrganism.saccharomyces_cerevisiae_(brewer's_yeast)=Autre +controlledvocabulary.studyAssayOrganism.schizosaccharomyces_pombe=Dtermination des squences nuclotidiques +controlledvocabulary.studyAssayOrganism.takifugu_rubripes=Cytomtrie de flux +controlledvocabulary.studyAssayOrganism.xenopus_laevis=Microrseau ADN +controlledvocabulary.studyAssayOrganism.zea_mays=Spectromtrie de masse +controlledvocabulary.studyAssayOrganism.other=lectrophorse en gel +controlledvocabulary.studyAssayTechnologyType.culture_based_drug_susceptibility_testing,_single_concentration=Microrseau de protines +controlledvocabulary.studyAssayTechnologyType.culture_based_drug_susceptibility_testing,_two_concentrations=PCR en temps rel +controlledvocabulary.studyAssayTechnologyType.culture_based_drug_susceptibility_testing,_three_or_more_concentrations_(minimium_inhibitory_concentration_measurement)=Spectroscopie RMN +controlledvocabulary.studyAssayTechnologyType.dna_microarray=Aucune technologie requise +controlledvocabulary.studyAssayTechnologyType.flow_cytometry=Autre +controlledvocabulary.studyAssayTechnologyType.gel_electrophoresis=gel electrophoresis +controlledvocabulary.studyAssayTechnologyType.mass_spectrometry=mass spectrometry +controlledvocabulary.studyAssayTechnologyType.nmr_spectroscopy=NMR spectroscopy +controlledvocabulary.studyAssayTechnologyType.nucleotide_sequencing=nucleotide sequencing +controlledvocabulary.studyAssayTechnologyType.protein_microarray=protein microarray +controlledvocabulary.studyAssayTechnologyType.real_time_pcr=real time PCR +controlledvocabulary.studyAssayTechnologyType.no_technology_required=no technology required +controlledvocabulary.studyAssayTechnologyType.other=Other +controlledvocabulary.studyAssayPlatform.210-ms_gc_ion_trap_(varian)=210-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.220-ms_gc_ion_trap_(varian)=220-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.225-ms_gc_ion_trap_(varian)=225-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.240-ms_gc_ion_trap_(varian)=240-MS GC Ion Trap (Varian) +controlledvocabulary.studyAssayPlatform.300-ms_quadrupole_gc/ms_(varian)=300-MS quadrupole GC/MS (Varian) +controlledvocabulary.studyAssayPlatform.320-ms_lc/ms_(varian)=320-MS LC/MS (Varian) +controlledvocabulary.studyAssayPlatform.325-ms_lc/ms_(varian)=325-MS LC/MS (Varian) +controlledvocabulary.studyAssayPlatform.320-ms_gc/ms_(varian)=320-MS GC/MS (Varian) +controlledvocabulary.studyAssayPlatform.500-ms_lc/ms_(varian)=500-MS LC/MS (Varian) +controlledvocabulary.studyAssayPlatform.800d_(jeol)=800D (Jeol) +controlledvocabulary.studyAssayPlatform.910-ms_tq-ft_(varian)=910-MS TQ-FT (Varian) +controlledvocabulary.studyAssayPlatform.920-ms_tq-ft_(varian)=920-MS TQ-FT (Varian) +controlledvocabulary.studyAssayPlatform.3100_mass_detector_(waters)=3100 Mass Detector (Waters) +controlledvocabulary.studyAssayPlatform.6110_quadrupole_lc/ms_(agilent)=6110 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6120_quadrupole_lc/ms_(agilent)=6120 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6130_quadrupole_lc/ms_(agilent)=6130 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6140_quadrupole_lc/ms_(agilent)=6140 Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6310_ion_trap_lc/ms_(agilent)=6310 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6320_ion_trap_lc/ms_(agilent)=6320 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6330_ion_trap_lc/ms_(agilent)=6330 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6340_ion_trap_lc/ms_(agilent)=6340 Ion Trap LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6410_triple_quadrupole_lc/ms_(agilent)=6410 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6430_triple_quadrupole_lc/ms_(agilent)=6430 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6460_triple_quadrupole_lc/ms_(agilent)=6460 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6490_triple_quadrupole_lc/ms_(agilent)=6490 Triple Quadrupole LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6530_q-tof_lc/ms_(agilent)=6530 Q-TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6540_q-tof_lc/ms_(agilent)=6540 Q-TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6210_tof_lc/ms_(agilent)=6210 TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6220_tof_lc/ms_(agilent)=6220 TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.6230_tof_lc/ms_(agilent)=6230 TOF LC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.7000b_triple_quadrupole_gc/ms_(agilent)=7000B Triple Quadrupole GC/MS (Agilent) +controlledvocabulary.studyAssayPlatform.accuto_dart_(jeol)=AccuTO DART (Jeol) +controlledvocabulary.studyAssayPlatform.accutof_gc_(jeol)=AccuTOF GC (Jeol) +controlledvocabulary.studyAssayPlatform.accutof_lc_(jeol)=AccuTOF LC (Jeol) +controlledvocabulary.studyAssayPlatform.acquity_sqd_(waters)=ACQUITY SQD (Waters) +controlledvocabulary.studyAssayPlatform.acquity_tqd_(waters)=ACQUITY TQD (Waters) +controlledvocabulary.studyAssayPlatform.agilent=Agilent +controlledvocabulary.studyAssayPlatform.agilent_5975e_gc/msd_(agilent)=Agilent 5975E GC/MSD (Agilent) +controlledvocabulary.studyAssayPlatform.agilent_5975t_ltm_gc/msd_(agilent)=Agilent 5975T LTM GC/MSD (Agilent) +controlledvocabulary.studyAssayPlatform.5975c_series_gc/msd_(agilent)=5975C Series GC/MSD (Agilent) +controlledvocabulary.studyAssayPlatform.affymetrix=Affymetrix +controlledvocabulary.studyAssayPlatform.amazon_etd_esi_ion_trap_(bruker)=amaZon ETD ESI Ion Trap (Bruker) +controlledvocabulary.studyAssayPlatform.amazon_x_esi_ion_trap_(bruker)=amaZon X ESI Ion Trap (Bruker) +controlledvocabulary.studyAssayPlatform.apex-ultra_hybrid_qq-ftms_(bruker)=apex-ultra hybrid Qq-FTMS (Bruker) +controlledvocabulary.studyAssayPlatform.api_2000_(ab_sciex)=API 2000 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_3200_(ab_sciex)=API 3200 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_3200_qtrap_(ab_sciex)=API 3200 QTRAP (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_4000_(ab_sciex)=API 4000 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_4000_qtrap_(ab_sciex)=API 4000 QTRAP (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_5000_(ab_sciex)=API 5000 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_5500_(ab_sciex)=API 5500 (AB Sciex) +controlledvocabulary.studyAssayPlatform.api_5500_qtrap_(ab_sciex)=API 5500 QTRAP (AB Sciex) +controlledvocabulary.studyAssayPlatform.applied_biosystems_group_(abi)=Applied Biosystems Group (ABI) +controlledvocabulary.studyAssayPlatform.aqi_biosciences=AQI Biosciences +controlledvocabulary.studyAssayPlatform.atmospheric_pressure_gc_(waters)=Atmospheric Pressure GC (Waters) +controlledvocabulary.studyAssayPlatform.autoflex_iii_maldi-tof_ms_(bruker)=autoflex III MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.autoflex_speed(bruker)=autoflex speed(Bruker) +controlledvocabulary.studyAssayPlatform.autospec_premier_(waters)=AutoSpec Premier (Waters) +controlledvocabulary.studyAssayPlatform.axima_mega_tof_(shimadzu)=AXIMA Mega TOF (Shimadzu) +controlledvocabulary.studyAssayPlatform.axima_performance_maldi_tof/tof_(shimadzu)=AXIMA Performance MALDI TOF/TOF (Shimadzu) +controlledvocabulary.studyAssayPlatform.a-10_analyzer_(apogee)=A-10 Analyzer (Apogee) +controlledvocabulary.studyAssayPlatform.a-40-minifcm_(apogee)=A-40-MiniFCM (Apogee) +controlledvocabulary.studyAssayPlatform.bactiflow_(chemunex_sa)=Bactiflow (Chemunex SA) +controlledvocabulary.studyAssayPlatform.base4innovation=Base4innovation +controlledvocabulary.studyAssayPlatform.bd_bactec_mgit_320=BD BACTEC MGIT 320 +controlledvocabulary.studyAssayPlatform.bd_bactec_mgit_960=BD BACTEC MGIT 960 +controlledvocabulary.studyAssayPlatform.bd_radiometric_bactec_460tb=BD Radiometric BACTEC 460TB +controlledvocabulary.studyAssayPlatform.bionanomatrix=BioNanomatrix +controlledvocabulary.studyAssayPlatform.cell_lab_quanta_sc_(becman_coulter)=Cell Lab Quanta SC (Becman Coulter) +controlledvocabulary.studyAssayPlatform.clarus_560_d_gc/ms_(perkinelmer)=Clarus 560 D GC/MS (PerkinElmer) +controlledvocabulary.studyAssayPlatform.clarus_560_s_gc/ms_(perkinelmer)=Clarus 560 S GC/MS (PerkinElmer) +controlledvocabulary.studyAssayPlatform.clarus_600_gc/ms_(perkinelmer)=Clarus 600 GC/MS (PerkinElmer) +controlledvocabulary.studyAssayPlatform.complete_genomics=Complete Genomics +controlledvocabulary.studyAssayPlatform.cyan_(dako_cytomation)=Cyan (Dako Cytomation) +controlledvocabulary.studyAssayPlatform.cyflow_ml_(partec)=CyFlow ML (Partec) +controlledvocabulary.studyAssayPlatform.cyow_sl_(partec)=Cyow SL (Partec) +controlledvocabulary.studyAssayPlatform.cyflow_sl3_(partec)=CyFlow SL3 (Partec) +controlledvocabulary.studyAssayPlatform.cytobuoy_(cyto_buoy_inc)=CytoBuoy (Cyto Buoy Inc) +controlledvocabulary.studyAssayPlatform.cytosence_(cyto_buoy_inc)=CytoSence (Cyto Buoy Inc) +controlledvocabulary.studyAssayPlatform.cytosub_(cyto_buoy_inc)=CytoSub (Cyto Buoy Inc) +controlledvocabulary.studyAssayPlatform.danaher=Danaher +controlledvocabulary.studyAssayPlatform.dfs_(thermo_scientific)=DFS (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.exactive(thermo_scientific)=Exactive(Thermo Scientific) +controlledvocabulary.studyAssayPlatform.facs_canto_(becton_dickinson)=FACS Canto (Becton Dickinson) +controlledvocabulary.studyAssayPlatform.facs_canto2_(becton_dickinson)=FACS Canto2 (Becton Dickinson) +controlledvocabulary.studyAssayPlatform.facs_scan_(becton_dickinson)=FACS Scan (Becton Dickinson) +controlledvocabulary.studyAssayPlatform.fc_500_(becman_coulter)=FC 500 (Becman Coulter) +controlledvocabulary.studyAssayPlatform.gcmate_ii_gc/ms_(jeol)=GCmate II GC/MS (Jeol) +controlledvocabulary.studyAssayPlatform.gcms-qp2010_plus_(shimadzu)=GCMS-QP2010 Plus (Shimadzu) +controlledvocabulary.studyAssayPlatform.gcms-qp2010s_plus_(shimadzu)=GCMS-QP2010S Plus (Shimadzu) +controlledvocabulary.studyAssayPlatform.gct_premier_(waters)=GCT Premier (Waters) +controlledvocabulary.studyAssayPlatform.geneq=GENEQ +controlledvocabulary.studyAssayPlatform.genome_corp.=Genome Corp. +controlledvocabulary.studyAssayPlatform.genovoxx=GenoVoxx +controlledvocabulary.studyAssayPlatform.gnubio=GnuBio +controlledvocabulary.studyAssayPlatform.guava_easycyte_mini_(millipore)=Guava EasyCyte Mini (Millipore) +controlledvocabulary.studyAssayPlatform.guava_easycyte_plus_(millipore)=Guava EasyCyte Plus (Millipore) +controlledvocabulary.studyAssayPlatform.guava_personal_cell_analysis_(millipore)=Guava Personal Cell Analysis (Millipore) +controlledvocabulary.studyAssayPlatform.guava_personal_cell_analysis-96_(millipore)=Guava Personal Cell Analysis-96 (Millipore) +controlledvocabulary.studyAssayPlatform.helicos_biosciences=Helicos BioSciences +controlledvocabulary.studyAssayPlatform.illumina=Illumina +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_lj_medium=Indirect proportion method on LJ medium +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_middlebrook_agar_7h9=Indirect proportion method on Middlebrook Agar 7H9 +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_middlebrook_agar_7h10=Indirect proportion method on Middlebrook Agar 7H10 +controlledvocabulary.studyAssayPlatform.indirect_proportion_method_on_middlebrook_agar_7h11=Indirect proportion method on Middlebrook Agar 7H11 +controlledvocabulary.studyAssayPlatform.influx_analyzer_(cytopeia)=inFlux Analyzer (Cytopeia) +controlledvocabulary.studyAssayPlatform.intelligent_bio-systems=Intelligent Bio-Systems +controlledvocabulary.studyAssayPlatform.itq_700_(thermo_scientific)=ITQ 700 (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.itq_900_(thermo_scientific)=ITQ 900 (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.itq_1100_(thermo_scientific)=ITQ 1100 (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.jms-53000_spiraltof_(jeol)=JMS-53000 SpiralTOF (Jeol) +controlledvocabulary.studyAssayPlatform.lasergen=LaserGen +controlledvocabulary.studyAssayPlatform.lcms-2020_(shimadzu)=LCMS-2020 (Shimadzu) +controlledvocabulary.studyAssayPlatform.lcms-2010ev_(shimadzu)=LCMS-2010EV (Shimadzu) +controlledvocabulary.studyAssayPlatform.lcms-it-tof_(shimadzu)=LCMS-IT-TOF (Shimadzu) +controlledvocabulary.studyAssayPlatform.li-cor=Li-Cor +controlledvocabulary.studyAssayPlatform.life_tech=Life Tech +controlledvocabulary.studyAssayPlatform.lightspeed_genomics=LightSpeed Genomics +controlledvocabulary.studyAssayPlatform.lct_premier_xe_(waters)=LCT Premier XE (Waters) +controlledvocabulary.studyAssayPlatform.lcq_deca_xp_max_(thermo_scientific)=LCQ Deca XP MAX (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.lcq_fleet_(thermo_scientific)=LCQ Fleet (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.lxq_(thermo_scientific)=LXQ (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_classic_(thermo_scientific)=LTQ Classic (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_xl_(thermo_scientific)=LTQ XL (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_velos_(thermo_scientific)=LTQ Velos (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_classic_(thermo_scientific)=LTQ Orbitrap Classic (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_xl_(thermo_scientific)=LTQ Orbitrap XL (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_discovery_(thermo_scientific)=LTQ Orbitrap Discovery (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ltq_orbitrap_velos_(thermo_scientific)=LTQ Orbitrap Velos (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.luminex_100_(luminex)=Luminex 100 (Luminex) +controlledvocabulary.studyAssayPlatform.luminex_200_(luminex)=Luminex 200 (Luminex) +controlledvocabulary.studyAssayPlatform.macs_quant_(miltenyi)=MACS Quant (Miltenyi) +controlledvocabulary.studyAssayPlatform.maldi_synapt_g2_hdms_(waters)=MALDI SYNAPT G2 HDMS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_synapt_g2_ms_(waters)=MALDI SYNAPT G2 MS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_synapt_hdms_(waters)=MALDI SYNAPT HDMS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_synapt_ms_(waters)=MALDI SYNAPT MS (Waters) +controlledvocabulary.studyAssayPlatform.maldi_micro_mx_(waters)=MALDI micro MX (Waters) +controlledvocabulary.studyAssayPlatform.maxis_(bruker)=maXis (Bruker) +controlledvocabulary.studyAssayPlatform.maxis_g4_(bruker)=maXis G4 (Bruker) +controlledvocabulary.studyAssayPlatform.microflex_lt_maldi-tof_ms_(bruker)=microflex LT MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.microflex_lrf_maldi-tof_ms_(bruker)=microflex LRF MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.microflex_iii_maldi-tof_ms_(bruker)=microflex III MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.microtof_ii_esi_tof_(bruker)=micrOTOF II ESI TOF (Bruker) +controlledvocabulary.studyAssayPlatform.microtof-q_ii_esi-qq-tof_(bruker)=micrOTOF-Q II ESI-Qq-TOF (Bruker) +controlledvocabulary.studyAssayPlatform.microplate_alamar_blue_(resazurin)_colorimetric_method=microplate Alamar Blue (resazurin) colorimetric method +controlledvocabulary.studyAssayPlatform.mstation_(jeol)=Mstation (Jeol) +controlledvocabulary.studyAssayPlatform.msq_plus_(thermo_scientific)=MSQ Plus (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.nabsys=NABsys +controlledvocabulary.studyAssayPlatform.nanophotonics_biosciences=Nanophotonics Biosciences +controlledvocabulary.studyAssayPlatform.network_biosystems=Network Biosystems +controlledvocabulary.studyAssayPlatform.nimblegen=Nimblegen +controlledvocabulary.studyAssayPlatform.oxford_nanopore_technologies=Oxford Nanopore Technologies +controlledvocabulary.studyAssayPlatform.pacific_biosciences=Pacific Biosciences +controlledvocabulary.studyAssayPlatform.population_genetics_technologies=Population Genetics Technologies +controlledvocabulary.studyAssayPlatform.q1000gc_ultraquad_(jeol)=Q1000GC UltraQuad (Jeol) +controlledvocabulary.studyAssayPlatform.quattro_micro_api_(waters)=Quattro micro API (Waters) +controlledvocabulary.studyAssayPlatform.quattro_micro_gc_(waters)=Quattro micro GC (Waters) +controlledvocabulary.studyAssayPlatform.quattro_premier_xe_(waters)=Quattro Premier XE (Waters) +controlledvocabulary.studyAssayPlatform.qstar_(ab_sciex)=QSTAR (AB Sciex) +controlledvocabulary.studyAssayPlatform.reveo=Reveo +controlledvocabulary.studyAssayPlatform.roche=Roche +controlledvocabulary.studyAssayPlatform.seirad=Seirad +controlledvocabulary.studyAssayPlatform.solarix_hybrid_qq-ftms_(bruker)=solariX hybrid Qq-FTMS (Bruker) +controlledvocabulary.studyAssayPlatform.somacount_(bently_instruments)=Somacount (Bently Instruments) +controlledvocabulary.studyAssayPlatform.somascope_(bently_instruments)=SomaScope (Bently Instruments) +controlledvocabulary.studyAssayPlatform.synapt_g2_hdms_(waters)=SYNAPT G2 HDMS (Waters) +controlledvocabulary.studyAssayPlatform.synapt_g2_ms_(waters)=SYNAPT G2 MS (Waters) +controlledvocabulary.studyAssayPlatform.synapt_hdms_(waters)=SYNAPT HDMS (Waters) +controlledvocabulary.studyAssayPlatform.synapt_ms_(waters)=SYNAPT MS (Waters) +controlledvocabulary.studyAssayPlatform.tripletof_5600_(ab_sciex)=TripleTOF 5600 (AB Sciex) +controlledvocabulary.studyAssayPlatform.tsq_quantum_ultra_(thermo_scientific)=TSQ Quantum Ultra (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_access_(thermo_scientific)=TSQ Quantum Access (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_access_max_(thermo_scientific)=TSQ Quantum Access MAX (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_discovery_max_(thermo_scientific)=TSQ Quantum Discovery MAX (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_gc_(thermo_scientific)=TSQ Quantum GC (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_quantum_xls_(thermo_scientific)=TSQ Quantum XLS (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.tsq_vantage_(thermo_scientific)=TSQ Vantage (Thermo Scientific) +controlledvocabulary.studyAssayPlatform.ultraflextreme_maldi-tof_ms_(bruker)=ultrafleXtreme MALDI-TOF MS (Bruker) +controlledvocabulary.studyAssayPlatform.visigen_biotechnologies=VisiGen Biotechnologies +controlledvocabulary.studyAssayPlatform.xevo_g2_qtof_(waters)=Xevo G2 QTOF (Waters) +controlledvocabulary.studyAssayPlatform.xevo_qtof_ms_(waters)=Xevo QTof MS (Waters) +controlledvocabulary.studyAssayPlatform.xevo_tq_ms_(waters)=Xevo TQ MS (Waters) +controlledvocabulary.studyAssayPlatform.xevo_tq-s_(waters)=Xevo TQ-S (Waters) +controlledvocabulary.studyAssayPlatform.other=Other \ No newline at end of file diff --git a/src/main/java/citation.properties b/src/main/java/citation.properties new file mode 100644 index 00000000000..313876066ed --- /dev/null +++ b/src/main/java/citation.properties @@ -0,0 +1,474 @@ +metadatablock.name=citation +metadatablock.displayName=Citation Metadata +datasetfieldtype.title.title=Title +datasetfieldtype.subtitle.title=Subtitle +datasetfieldtype.alternativeTitle.title=Alternative Title +datasetfieldtype.alternativeURL.title=Alternative URL +datasetfieldtype.otherId.title=Other ID +datasetfieldtype.otherIdAgency.title=Agency +datasetfieldtype.otherIdValue.title=Identifier +datasetfieldtype.author.title=Author +datasetfieldtype.authorName.title=Name +datasetfieldtype.authorAffiliation.title=Affiliation +datasetfieldtype.authorIdentifierScheme.title=Identifier Scheme +datasetfieldtype.authorIdentifier.title=Identifier +datasetfieldtype.datasetContact.title=Contact +datasetfieldtype.datasetContactName.title=Name +datasetfieldtype.datasetContactAffiliation.title=Affiliation +datasetfieldtype.datasetContactEmail.title=E-mail +datasetfieldtype.dsDescription.title=Description +datasetfieldtype.dsDescriptionValue.title=Text +datasetfieldtype.dsDescriptionDate.title=Date +datasetfieldtype.subject.title=Subject +datasetfieldtype.keyword.title=Keyword +datasetfieldtype.keywordValue.title=Term +datasetfieldtype.keywordVocabulary.title=Vocabulary +datasetfieldtype.keywordVocabularyURI.title=Vocabulary URL +datasetfieldtype.topicClassification.title=Topic Classification +datasetfieldtype.topicClassValue.title=Term +datasetfieldtype.topicClassVocab.title=Vocabulary +datasetfieldtype.topicClassVocabURI.title=Vocabulary URL +datasetfieldtype.publication.title=Related Publication +datasetfieldtype.publicationCitation.title=Citation +datasetfieldtype.publicationIDType.title=ID Type +datasetfieldtype.publicationIDNumber.title=ID Number +datasetfieldtype.publicationURL.title=URL +datasetfieldtype.notesText.title=Notes +datasetfieldtype.language.title=Language +datasetfieldtype.producer.title=Producer +datasetfieldtype.producerName.title=Name +datasetfieldtype.producerAffiliation.title=Affiliation +datasetfieldtype.producerAbbreviation.title=Abbreviation +datasetfieldtype.producerURL.title=URL +datasetfieldtype.producerLogoURL.title=Logo URL +datasetfieldtype.productionDate.title=Production Date +datasetfieldtype.productionPlace.title=Production Place +datasetfieldtype.contributor.title=Contributor +datasetfieldtype.contributorType.title=Type +datasetfieldtype.contributorName.title=Name +datasetfieldtype.grantNumber.title=Grant Information +datasetfieldtype.grantNumberAgency.title=Grant Agency +datasetfieldtype.grantNumberValue.title=Grant Number +datasetfieldtype.distributor.title=Distributor +datasetfieldtype.distributorName.title=Name +datasetfieldtype.distributorAffiliation.title=Affiliation +datasetfieldtype.distributorAbbreviation.title=Abbreviation +datasetfieldtype.distributorURL.title=URL +datasetfieldtype.distributorLogoURL.title=Logo URL +datasetfieldtype.distributionDate.title=Distribution Date +datasetfieldtype.depositor.title=Depositor +datasetfieldtype.dateOfDeposit.title=Deposit Date +datasetfieldtype.timePeriodCovered.title=Time Period Covered +datasetfieldtype.timePeriodCoveredStart.title=Start +datasetfieldtype.timePeriodCoveredEnd.title=End +datasetfieldtype.dateOfCollection.title=Date of Collection +datasetfieldtype.dateOfCollectionStart.title=Start +datasetfieldtype.dateOfCollectionEnd.title=End +datasetfieldtype.kindOfData.title=Kind of Data +datasetfieldtype.series.title=Series +datasetfieldtype.seriesName.title=Name +datasetfieldtype.seriesInformation.title=Information +datasetfieldtype.software.title=Software +datasetfieldtype.softwareName.title=Name +datasetfieldtype.softwareVersion.title=Version +datasetfieldtype.relatedMaterial.title=Related Material +datasetfieldtype.relatedDatasets.title=Related Datasets +datasetfieldtype.otherReferences.title=Other References +datasetfieldtype.dataSources.title=Data Sources +datasetfieldtype.originOfSources.title=Origin of Sources +datasetfieldtype.characteristicOfSources.title=Characteristic of Sources Noted +datasetfieldtype.accessToSources.title=Documentation and Access to Sources +datasetfieldtype.DatasetField.title=Value +datasetfieldtype.title.description=Full title by which the Dataset is known. +datasetfieldtype.subtitle.description=A secondary title used to amplify or state certain limitations on the main title. +datasetfieldtype.alternativeTitle.description=A title by which the work is commonly referred, or an abbreviation of the title. +datasetfieldtype.alternativeURL.description=A URL where the dataset can be viewed, such as a personal or project website. +datasetfieldtype.otherId.description=Another unique identifier that identifies this Dataset (e.g., producer's or another repository's number). +datasetfieldtype.otherIdAgency.description=Name of agency which generated this identifier. +datasetfieldtype.otherIdValue.description=Other identifier that corresponds to this Dataset. +datasetfieldtype.author.description=The person(s), corporate body(ies), or agency(ies) responsible for creating the work. +datasetfieldtype.authorName.description=The author's Family Name, Given Name or the name of the organization responsible for this Dataset. +datasetfieldtype.authorAffiliation.description=The organization with which the author is affiliated. +datasetfieldtype.authorIdentifierScheme.description=Name of the identifier scheme (ORCID, ISNI). +datasetfieldtype.authorIdentifier.description=Uniquely identifies an individual author or organization, according to various schemes. +datasetfieldtype.datasetContact.description=The contact(s) for this Dataset. +datasetfieldtype.datasetContactName.description=The contact's Family Name, Given Name or the name of the organization. +datasetfieldtype.datasetContactAffiliation.description=The organization with which the contact is affiliated. +datasetfieldtype.datasetContactEmail.description=The e-mail address(es) of the contact(s) for the Dataset. This will not be displayed. +datasetfieldtype.dsDescription.description=A summary describing the purpose, nature, and scope of the Dataset. +datasetfieldtype.dsDescriptionValue.description=A summary describing the purpose, nature, and scope of the Dataset. +datasetfieldtype.dsDescriptionDate.description=In cases where a Dataset contains more than one description (for example, one might be supplied by the data producer and another prepared by the data repository where the data are deposited), the date attribute is used to distinguish between the two descriptions. The date attribute follows the ISO convention of YYYY-MM-DD. +datasetfieldtype.subject.description=Domain-specific Subject Categories that are topically relevant to the Dataset. +datasetfieldtype.keyword.description=Key terms that describe important aspects of the Dataset. +datasetfieldtype.keywordValue.description=Key terms that describe important aspects of the Dataset. Can be used for building keyword indexes and for classification and retrieval purposes. A controlled vocabulary can be employed. The vocab attribute is provided for specification of the controlled vocabulary in use, such as LCSH, MeSH, or others. The vocabURI attribute specifies the location for the full controlled vocabulary. +datasetfieldtype.keywordVocabulary.description=For the specification of the keyword controlled vocabulary in use, such as LCSH, MeSH, or others. +datasetfieldtype.keywordVocabularyURI.description=Keyword vocabulary URL points to the web presence that describes the keyword vocabulary, if appropriate. Enter an absolute URL where the keyword vocabulary web site is found, such as http://www.my.org. +datasetfieldtype.topicClassification.description=The classification field indicates the broad important topic(s) and subjects that the data cover. Library of Congress subject terms may be used here. +datasetfieldtype.topicClassValue.description=Topic or Subject term that is relevant to this Dataset. +datasetfieldtype.topicClassVocab.description=Provided for specification of the controlled vocabulary in use, e.g., LCSH, MeSH, etc. +datasetfieldtype.topicClassVocabURI.description=Specifies the URL location for the full controlled vocabulary. +datasetfieldtype.publication.description=Publications that use the data from this Dataset. +datasetfieldtype.publicationCitation.description=The full bibliographic citation for this related publication. +datasetfieldtype.publicationIDType.description=The type of digital identifier used for this publication (e.g., Digital Object Identifier (DOI)). +datasetfieldtype.publicationIDNumber.description=The identifier for the selected ID type. +datasetfieldtype.publicationURL.description=Link to the publication web page (e.g., journal article page, archive record page, or other). +datasetfieldtype.notesText.description=Additional important information about the Dataset. +datasetfieldtype.language.description=Language of the Dataset +datasetfieldtype.producer.description=Person or organization with the financial or administrative responsibility over this Dataset +datasetfieldtype.producerName.description=Producer name +datasetfieldtype.producerAffiliation.description=The organization with which the producer is affiliated. +datasetfieldtype.producerAbbreviation.description=The abbreviation by which the producer is commonly known. (ex. IQSS, ICPSR) +datasetfieldtype.producerURL.description=Producer URL points to the producer's web presence, if appropriate. Enter an absolute URL where the producer's web site is found, such as http://www.my.org. +datasetfieldtype.producerLogoURL.description=URL for the producer's logo, which points to this producer's web-accessible logo image. Enter an absolute URL where the producer's logo image is found, such as http://www.my.org/images/logo.gif. +datasetfieldtype.productionDate.description=Date when the data collection or other materials were produced (not distributed, published or archived). +datasetfieldtype.productionPlace.description=The location where the data collection and any other related materials were produced. +datasetfieldtype.contributor.description=The organization or person responsible for either collecting, managing, or otherwise contributing in some form to the development of the resource. +datasetfieldtype.contributorType.description=The type of contributor of the resource. +datasetfieldtype.contributorName.description=The Family Name, Given Name or organization name of the contributor. +datasetfieldtype.grantNumber.description=Grant Information +datasetfieldtype.grantNumberAgency.description=Grant Number Agency +datasetfieldtype.grantNumberValue.description=The grant or contract number of the project that sponsored the effort. +datasetfieldtype.distributor.description=The organization designated by the author or producer to generate copies of the particular work including any necessary editions or revisions. +datasetfieldtype.distributorName.description=Distributor name +datasetfieldtype.distributorAffiliation.description=The organization with which the distributor contact is affiliated. +datasetfieldtype.distributorAbbreviation.description=The abbreviation by which this distributor is commonly known (e.g., IQSS, ICPSR). +datasetfieldtype.distributorURL.description=Distributor URL points to the distributor's web presence, if appropriate. Enter an absolute URL where the distributor's web site is found, such as http://www.my.org. +datasetfieldtype.distributorLogoURL.description=URL of the distributor's logo, which points to this distributor's web-accessible logo image. Enter an absolute URL where the distributor's logo image is found, such as http://www.my.org/images/logo.gif. +datasetfieldtype.distributionDate.description=Date that the work was made available for distribution/presentation. +datasetfieldtype.depositor.description=The person (Family Name, Given Name) or the name of the organization that deposited this Dataset to the repository. +datasetfieldtype.dateOfDeposit.description=Date that the Dataset was deposited into the repository. +datasetfieldtype.timePeriodCovered.description=Time period to which the data refer. This item reflects the time period covered by the data, not the dates of coding or making documents machine-readable or the dates the data were collected. Also known as span. +datasetfieldtype.timePeriodCoveredStart.description=Start date which reflects the time period covered by the data, not the dates of coding or making documents machine-readable or the dates the data were collected. +datasetfieldtype.timePeriodCoveredEnd.description=End date which reflects the time period covered by the data, not the dates of coding or making documents machine-readable or the dates the data were collected. +datasetfieldtype.dateOfCollection.description=Contains the date(s) when the data were collected. +datasetfieldtype.dateOfCollectionStart.description=Date when the data collection started. +datasetfieldtype.dateOfCollectionEnd.description=Date when the data collection ended. +datasetfieldtype.kindOfData.description=Type of data included in the file: survey data, census/enumeration data, aggregate data, clinical data, event/transaction data, program source code, machine-readable text, administrative records data, experimental data, psychological test, textual data, coded textual, coded documents, time budget diaries, observation data/ratings, process-produced data, or other. +datasetfieldtype.series.description=Information about the Dataset series. +datasetfieldtype.seriesName.description=Name of the dataset series to which the Dataset belongs. +datasetfieldtype.seriesInformation.description=History of the series and summary of those features that apply to the series as a whole. +datasetfieldtype.software.description=Information about the software used to generate the Dataset. +datasetfieldtype.softwareName.description=Name of software used to generate the Dataset. +datasetfieldtype.softwareVersion.description=Version of the software used to generate the Dataset. +datasetfieldtype.relatedMaterial.description=Any material related to this Dataset. +datasetfieldtype.relatedDatasets.description=Any Datasets that are related to this Dataset, such as previous research on this subject. +datasetfieldtype.otherReferences.description=Any references that would serve as background or supporting material to this Dataset. +datasetfieldtype.dataSources.description=List of books, articles, serials, or machine-readable data files that served as the sources of the data collection. +datasetfieldtype.originOfSources.description=For historical materials, information about the origin of the sources and the rules followed in establishing the sources should be specified. +datasetfieldtype.characteristicOfSources.description=Assessment of characteristics and source material. +datasetfieldtype.accessToSources.description=Level of documentation of the original sources. +datasetfieldtype.title.watermark=Enter title... +datasetfieldtype.subtitle.watermark= +datasetfieldtype.alternativeTitle.watermark= +datasetfieldtype.alternativeURL.watermark=Enter full URL, starting with http:// +datasetfieldtype.otherId.watermark= +datasetfieldtype.otherIdAgency.watermark= +datasetfieldtype.otherIdValue.watermark= +datasetfieldtype.author.watermark= +datasetfieldtype.authorName.watermark=FamilyName, GivenName or Organization +datasetfieldtype.authorAffiliation.watermark= +datasetfieldtype.authorIdentifierScheme.watermark= +datasetfieldtype.authorIdentifier.watermark= +datasetfieldtype.datasetContact.watermark= +datasetfieldtype.datasetContactName.watermark=FamilyName, GivenName or Organization +datasetfieldtype.datasetContactAffiliation.watermark= +datasetfieldtype.datasetContactEmail.watermark= +datasetfieldtype.dsDescription.watermark= +datasetfieldtype.dsDescriptionValue.watermark= +datasetfieldtype.dsDescriptionDate.watermark=YYYY-MM-DD +datasetfieldtype.subject.watermark= +datasetfieldtype.keyword.watermark= +datasetfieldtype.keywordValue.watermark= +datasetfieldtype.keywordVocabulary.watermark= +datasetfieldtype.keywordVocabularyURI.watermark=Enter full URL, starting with http:// +datasetfieldtype.topicClassification.watermark= +datasetfieldtype.topicClassValue.watermark= +datasetfieldtype.topicClassVocab.watermark= +datasetfieldtype.topicClassVocabURI.watermark=Enter full URL, starting with http:// +datasetfieldtype.publication.watermark= +datasetfieldtype.publicationCitation.watermark= +datasetfieldtype.publicationIDType.watermark= +datasetfieldtype.publicationIDNumber.watermark= +datasetfieldtype.publicationURL.watermark=Enter full URL, starting with http:// +datasetfieldtype.notesText.watermark= +datasetfieldtype.language.watermark= +datasetfieldtype.producer.watermark= +datasetfieldtype.producerName.watermark=FamilyName, GivenName or Organization +datasetfieldtype.producerAffiliation.watermark= +datasetfieldtype.producerAbbreviation.watermark= +datasetfieldtype.producerURL.watermark=Enter full URL, starting with http:// +datasetfieldtype.producerLogoURL.watermark=Enter full URL for image, starting with http:// +datasetfieldtype.productionDate.watermark=YYYY-MM-DD +datasetfieldtype.productionPlace.watermark= +datasetfieldtype.contributor.watermark= +datasetfieldtype.contributorType.watermark= +datasetfieldtype.contributorName.watermark=FamilyName, GivenName or Organization +datasetfieldtype.grantNumber.watermark= +datasetfieldtype.grantNumberAgency.watermark= +datasetfieldtype.grantNumberValue.watermark= +datasetfieldtype.distributor.watermark= +datasetfieldtype.distributorName.watermark=FamilyName, GivenName or Organization +datasetfieldtype.distributorAffiliation.watermark= +datasetfieldtype.distributorAbbreviation.watermark= +datasetfieldtype.distributorURL.watermark=Enter full URL, starting with http:// +datasetfieldtype.distributorLogoURL.watermark=Enter full URL for image, starting with http:// +datasetfieldtype.distributionDate.watermark=YYYY-MM-DD +datasetfieldtype.depositor.watermark= +datasetfieldtype.dateOfDeposit.watermark=YYYY-MM-DD +datasetfieldtype.timePeriodCovered.watermark= +datasetfieldtype.timePeriodCoveredStart.watermark=YYYY-MM-DD +datasetfieldtype.timePeriodCoveredEnd.watermark=YYYY-MM-DD +datasetfieldtype.dateOfCollection.watermark= +datasetfieldtype.dateOfCollectionStart.watermark=YYYY-MM-DD +datasetfieldtype.dateOfCollectionEnd.watermark=YYYY-MM-DD +datasetfieldtype.kindOfData.watermark= +datasetfieldtype.series.watermark= +datasetfieldtype.seriesName.watermark= +datasetfieldtype.seriesInformation.watermark= +datasetfieldtype.software.watermark= +datasetfieldtype.softwareName.watermark= +datasetfieldtype.softwareVersion.watermark= +datasetfieldtype.relatedMaterial.watermark= +datasetfieldtype.relatedDatasets.watermark= +datasetfieldtype.otherReferences.watermark= +datasetfieldtype.dataSources.watermark= +datasetfieldtype.originOfSources.watermark= +datasetfieldtype.characteristicOfSources.watermark= +datasetfieldtype.accessToSources.watermark= +controlledvocabulary.subject.agricultural_sciences=Agricultural Sciences +controlledvocabulary.subject.arts_and_humanities=Arts and Humanities +controlledvocabulary.subject.astronomy_and_astrophysics=Astronomy and Astrophysics +controlledvocabulary.subject.business_and_management=Business and Management +controlledvocabulary.subject.chemistry=Chemistry +controlledvocabulary.subject.computer_and_information_science=Computer and Information Science +controlledvocabulary.subject.earth_and_environmental_sciences=Earth and Environmental Sciences +controlledvocabulary.subject.engineering=Engineering +controlledvocabulary.subject.law=Law +controlledvocabulary.subject.mathematical_sciences=Mathematical Sciences +controlledvocabulary.subject.medicine,_health_and_life_sciences=Medicine, Health and Life Sciences +controlledvocabulary.subject.physics=Physics +controlledvocabulary.subject.social_sciences=Social Sciences +controlledvocabulary.subject.other=Other +controlledvocabulary.publicationIDType.ark=ark +controlledvocabulary.publicationIDType.arxiv=arXiv +controlledvocabulary.publicationIDType.bibcode=bibcode +controlledvocabulary.publicationIDType.doi=doi +controlledvocabulary.publicationIDType.ean13=ean13 +controlledvocabulary.publicationIDType.eissn=eissn +controlledvocabulary.publicationIDType.handle=handle +controlledvocabulary.publicationIDType.isbn=isbn +controlledvocabulary.publicationIDType.issn=issn +controlledvocabulary.publicationIDType.istc=istc +controlledvocabulary.publicationIDType.lissn=lissn +controlledvocabulary.publicationIDType.lsid=lsid +controlledvocabulary.publicationIDType.pmid=pmid +controlledvocabulary.publicationIDType.purl=purl +controlledvocabulary.publicationIDType.upc=upc +controlledvocabulary.publicationIDType.url=url +controlledvocabulary.publicationIDType.urn=urn +controlledvocabulary.contributorType.data_collector=Data Collector +controlledvocabulary.contributorType.data_curator=Data Curator +controlledvocabulary.contributorType.data_manager=Data Manager +controlledvocabulary.contributorType.editor=Editor +controlledvocabulary.contributorType.funder=Funder +controlledvocabulary.contributorType.hosting_institution=Hosting Institution +controlledvocabulary.contributorType.project_leader=Project Leader +controlledvocabulary.contributorType.project_manager=Project Manager +controlledvocabulary.contributorType.project_member=Project Member +controlledvocabulary.contributorType.related_person=Related Person +controlledvocabulary.contributorType.researcher=Researcher +controlledvocabulary.contributorType.research_group=Research Group +controlledvocabulary.contributorType.rights_holder=Rights Holder +controlledvocabulary.contributorType.sponsor=Sponsor +controlledvocabulary.contributorType.supervisor=Supervisor +controlledvocabulary.contributorType.work_package_leader=Work Package Leader +controlledvocabulary.contributorType.other=Other +controlledvocabulary.authorIdentifierScheme.orcid=ORCID +controlledvocabulary.authorIdentifierScheme.isni=ISNI +controlledvocabulary.authorIdentifierScheme.lcna=LCNA +controlledvocabulary.language.abkhaz=Abkhaz +controlledvocabulary.language.afar=Afar +controlledvocabulary.language.afrikaans=Afrikaans +controlledvocabulary.language.akan=Akan +controlledvocabulary.language.albanian=Albanian +controlledvocabulary.language.amharic=Amharic +controlledvocabulary.language.arabic=Arabic +controlledvocabulary.language.aragonese=Aragonese +controlledvocabulary.language.armenian=Armenian +controlledvocabulary.language.assamese=Assamese +controlledvocabulary.language.avaric=Avaric +controlledvocabulary.language.avestan=Avestan +controlledvocabulary.language.aymara=Aymara +controlledvocabulary.language.azerbaijani=Azerbaijani +controlledvocabulary.language.bambara=Bambara +controlledvocabulary.language.bashkir=Bashkir +controlledvocabulary.language.basque=Basque +controlledvocabulary.language.belarusian=Belarusian +controlledvocabulary.language.bengali,_bangla=Bengali, Bangla +controlledvocabulary.language.bihari=Bihari +controlledvocabulary.language.bislama=Bislama +controlledvocabulary.language.bosnian=Bosnian +controlledvocabulary.language.breton=Breton +controlledvocabulary.language.bulgarian=Bulgarian +controlledvocabulary.language.burmese=Burmese +controlledvocabulary.language.catalan,valencian=Catalan,Valencian +controlledvocabulary.language.chamorro=Chamorro +controlledvocabulary.language.chechen=Chechen +controlledvocabulary.language.chichewa,_chewa,_nyanja=Chichewa, Chewa, Nyanja +controlledvocabulary.language.chinese=Chinese +controlledvocabulary.language.chuvash=Chuvash +controlledvocabulary.language.cornish=Cornish +controlledvocabulary.language.corsican=Corsican +controlledvocabulary.language.cree=Cree +controlledvocabulary.language.croatian=Croatian +controlledvocabulary.language.czech=Czech +controlledvocabulary.language.danish=Danish +controlledvocabulary.language.divehi,_dhivehi,_maldivian=Divehi, Dhivehi, Maldivian +controlledvocabulary.language.dutch=Dutch +controlledvocabulary.language.dzongkha=Dzongkha +controlledvocabulary.language.english=English +controlledvocabulary.language.esperanto=Esperanto +controlledvocabulary.language.estonian=Estonian +controlledvocabulary.language.ewe=Ewe +controlledvocabulary.language.faroese=Faroese +controlledvocabulary.language.fijian=Fijian +controlledvocabulary.language.finnish=Finnish +controlledvocabulary.language.french=French +controlledvocabulary.language.fula,_fulah,_pulaar,_pular=Fula, Fulah, Pulaar, Pular +controlledvocabulary.language.galician=Galician +controlledvocabulary.language.georgian=Georgian +controlledvocabulary.language.german=German +controlledvocabulary.language.greek_(modern)=Greek (modern) +controlledvocabulary.language.guarani=Guaran +controlledvocabulary.language.gujarati=Gujarati +controlledvocabulary.language.haitian,_haitian_creole=Haitian, Haitian Creole +controlledvocabulary.language.hausa=Hausa +controlledvocabulary.language.hebrew_(modern)=Hebrew (modern) +controlledvocabulary.language.herero=Herero +controlledvocabulary.language.hindi=Hindi +controlledvocabulary.language.hiri_motu=Hiri Motu +controlledvocabulary.language.hungarian=Hungarian +controlledvocabulary.language.interlingua=Interlingua +controlledvocabulary.language.indonesian=Indonesian +controlledvocabulary.language.interlingue=Interlingue +controlledvocabulary.language.irish=Irish +controlledvocabulary.language.igbo=Igbo +controlledvocabulary.language.inupiaq=Inupiaq +controlledvocabulary.language.ido=Ido +controlledvocabulary.language.icelandic=Icelandic +controlledvocabulary.language.italian=Italian +controlledvocabulary.language.inuktitut=Inuktitut +controlledvocabulary.language.japanese=Japanese +controlledvocabulary.language.javanese=Javanese +controlledvocabulary.language.kalaallisut,_greenlandic=Kalaallisut, Greenlandic +controlledvocabulary.language.kannada=Kannada +controlledvocabulary.language.kanuri=Kanuri +controlledvocabulary.language.kashmiri=Kashmiri +controlledvocabulary.language.kazakh=Kazakh +controlledvocabulary.language.khmer=Khmer +controlledvocabulary.language.kikuyu,_gikuyu=Kikuyu, Gikuyu +controlledvocabulary.language.kinyarwanda=Kinyarwanda +controlledvocabulary.language.kyrgyz=Kyrgyz +controlledvocabulary.language.komi=Komi +controlledvocabulary.language.kongo=Kongo +controlledvocabulary.language.korean=Korean +controlledvocabulary.language.kurdish=Kurdish +controlledvocabulary.language.kwanyama,_kuanyama=Kwanyama, Kuanyama +controlledvocabulary.language.latin=Latin +controlledvocabulary.language.luxembourgish,_letzeburgesch=Luxembourgish, Letzeburgesch +controlledvocabulary.language.ganda=Ganda +controlledvocabulary.language.limburgish,_limburgan,_limburger=Limburgish, Limburgan, Limburger +controlledvocabulary.language.lingala=Lingala +controlledvocabulary.language.lao=Lao +controlledvocabulary.language.lithuanian=Lithuanian +controlledvocabulary.language.luba-katanga=Luba-Katanga +controlledvocabulary.language.latvian=Latvian +controlledvocabulary.language.manx=Manx +controlledvocabulary.language.macedonian=Macedonian +controlledvocabulary.language.malagasy=Malagasy +controlledvocabulary.language.malay=Malay +controlledvocabulary.language.malayalam=Malayalam +controlledvocabulary.language.maltese=Maltese +controlledvocabulary.language.maori=M\u0101ori +controlledvocabulary.language.marathi_(marathi)=Marathi (Mar\u0101\u1E6Dh\u012B) +controlledvocabulary.language.marshallese=Marshallese +controlledvocabulary.language.mixtepec_mixtec=Mixtepec Mixtec +controlledvocabulary.language.mongolian=Mongolian +controlledvocabulary.language.nauru=Nauru +controlledvocabulary.language.navajo,_navaho=Navajo, Navaho +controlledvocabulary.language.northern_ndebele=Northern Ndebele +controlledvocabulary.language.nepali=Nepali +controlledvocabulary.language.ndonga=Ndonga +controlledvocabulary.language.norwegian_bokmal=Norwegian Bokml +controlledvocabulary.language.norwegian_nynorsk=Norwegian Nynorsk +controlledvocabulary.language.norwegian=Norwegian +controlledvocabulary.language.nuosu=Nuosu +controlledvocabulary.language.southern_ndebele=Southern Ndebele +controlledvocabulary.language.occitan=Occitan +controlledvocabulary.language.ojibwe,_ojibwa=Ojibwe, Ojibwa +controlledvocabulary.language.old_church_slavonic,church_slavonic,old_bulgarian=Old Church Slavonic,Church Slavonic,Old Bulgarian +controlledvocabulary.language.oromo=Oromo +controlledvocabulary.language.oriya=Oriya +controlledvocabulary.language.ossetian,_ossetic=Ossetian, Ossetic +controlledvocabulary.language.panjabi,_punjabi=Panjabi, Punjabi +controlledvocabulary.language.pali=P\u0101li +controlledvocabulary.language.persian_(farsi)=Persian (Farsi) +controlledvocabulary.language.polish=Polish +controlledvocabulary.language.pashto,_pushto=Pashto, Pushto +controlledvocabulary.language.portuguese=Portuguese +controlledvocabulary.language.quechua=Quechua +controlledvocabulary.language.romansh=Romansh +controlledvocabulary.language.kirundi=Kirundi +controlledvocabulary.language.romanian=Romanian +controlledvocabulary.language.russian=Russian +controlledvocabulary.language.sanskrit_(samskrta)=Sanskrit (Sa\u1E41sk\u1E5Bta) +controlledvocabulary.language.sardinian=Sardinian +controlledvocabulary.language.sindhi=Sindhi +controlledvocabulary.language.northern_sami=Northern Sami +controlledvocabulary.language.samoan=Samoan +controlledvocabulary.language.sango=Sango +controlledvocabulary.language.serbian=Serbian +controlledvocabulary.language.scottish_gaelic,_gaelic=Scottish Gaelic, Gaelic +controlledvocabulary.language.shona=Shona +controlledvocabulary.language.sinhala,_sinhalese=Sinhala, Sinhalese +controlledvocabulary.language.slovak=Slovak +controlledvocabulary.language.slovene=Slovene +controlledvocabulary.language.somali=Somali +controlledvocabulary.language.southern_sotho=Southern Sotho +controlledvocabulary.language.spanish,_castilian=Spanish, Castilian +controlledvocabulary.language.sundanese=Sundanese +controlledvocabulary.language.swahili=Swahili +controlledvocabulary.language.swati=Swati +controlledvocabulary.language.swedish=Swedish +controlledvocabulary.language.tamil=Tamil +controlledvocabulary.language.telugu=Telugu +controlledvocabulary.language.tajik=Tajik +controlledvocabulary.language.thai=Thai +controlledvocabulary.language.tigrinya=Tigrinya +controlledvocabulary.language.tibetan_standard,_tibetan,_central=Tibetan Standard, Tibetan, Central +controlledvocabulary.language.turkmen=Turkmen +controlledvocabulary.language.tagalog=Tagalog +controlledvocabulary.language.tswana=Tswana +controlledvocabulary.language.tonga_(tonga_islands)=Tonga (Tonga Islands) +controlledvocabulary.language.turkish=Turkish +controlledvocabulary.language.tsonga=Tsonga +controlledvocabulary.language.tatar=Tatar +controlledvocabulary.language.twi=Twi +controlledvocabulary.language.tahitian=Tahitian +controlledvocabulary.language.uyghur,_uighur=Uyghur, Uighur +controlledvocabulary.language.ukrainian=Ukrainian +controlledvocabulary.language.urdu=Urdu +controlledvocabulary.language.uzbek=Uzbek +controlledvocabulary.language.venda=Venda +controlledvocabulary.language.vietnamese=Vietnamese +controlledvocabulary.language.volapuk=Volapk +controlledvocabulary.language.walloon=Walloon +controlledvocabulary.language.welsh=Welsh +controlledvocabulary.language.wolof=Wolof +controlledvocabulary.language.western_frisian=Western Frisian +controlledvocabulary.language.xhosa=Xhosa +controlledvocabulary.language.yiddish=Yiddish +controlledvocabulary.language.yoruba=Yoruba +controlledvocabulary.language.zhuang,_chuang=Zhuang, Chuang +controlledvocabulary.language.zulu=Zulu +controlledvocabulary.language.not_applicable=Not applicable \ No newline at end of file diff --git a/src/main/java/citation_fr.properties b/src/main/java/citation_fr.properties new file mode 100644 index 00000000000..5f70be637d8 --- /dev/null +++ b/src/main/java/citation_fr.properties @@ -0,0 +1,474 @@ +metadatablock.name=citation +metadatablock.displayName=Mtadonnes de la rfrence bibliographique +datasetfieldtype.title.title=Titre +datasetfieldtype.subtitle.title=Sous-titre +datasetfieldtype.alternativeTitle.title=Autre titre +datasetfieldtype.alternativeURL.title=Autre URL +datasetfieldtype.otherId.title=Autre identifiant +datasetfieldtype.otherIdAgency.title=Organisme +datasetfieldtype.otherIdValue.title=Identifiant +datasetfieldtype.author.title=Auteur +datasetfieldtype.authorName.title=Nom +datasetfieldtype.authorAffiliation.title=Affiliation +datasetfieldtype.authorIdentifierScheme.title=Schma de l'identifiant +datasetfieldtype.authorIdentifier.title=Identifiant +datasetfieldtype.datasetContact.title=Personne-ressource +datasetfieldtype.datasetContactName.title=Nom +datasetfieldtype.datasetContactAffiliation.title=Affiliation +datasetfieldtype.datasetContactEmail.title=Courriel +datasetfieldtype.dsDescription.title=Description +datasetfieldtype.dsDescriptionValue.title=Texte +datasetfieldtype.dsDescriptionDate.title=Date +datasetfieldtype.subject.title=Sujet +datasetfieldtype.keyword.title=Mot-cl +datasetfieldtype.keywordValue.title=Terme +datasetfieldtype.keywordVocabulary.title=Vocabulaire +datasetfieldtype.keywordVocabularyURI.title=Adresse URL du vocabulaire +datasetfieldtype.topicClassification.title=Classification des sujets +datasetfieldtype.topicClassValue.title=Terme +datasetfieldtype.topicClassVocab.title=Vocabulaire +datasetfieldtype.topicClassVocabURI.title=Adresse URL du vocabulaire +datasetfieldtype.publication.title=Publication connexe +datasetfieldtype.publicationCitation.title=Rfrence +datasetfieldtype.publicationIDType.title=Type d'identifiant +datasetfieldtype.publicationIDNumber.title=Numro d'identification +datasetfieldtype.publicationURL.title=Adresse URL +datasetfieldtype.notesText.title=Remarques +datasetfieldtype.language.title=Langue +datasetfieldtype.producer.title=Producteur +datasetfieldtype.producerName.title=Nom +datasetfieldtype.producerAffiliation.title=Affiliation +datasetfieldtype.producerAbbreviation.title=Abrviation +datasetfieldtype.producerURL.title=Adresse URL +datasetfieldtype.producerLogoURL.title=Adresse URL du logo +datasetfieldtype.productionDate.title=Date de production +datasetfieldtype.productionPlace.title=Endroit de production +datasetfieldtype.contributor.title=Collaborateur +datasetfieldtype.contributorType.title=Type +datasetfieldtype.contributorName.title=Nom +datasetfieldtype.grantNumber.title=Renseignements sur la subvention +datasetfieldtype.grantNumberAgency.title=Organisme subventionnaire +datasetfieldtype.grantNumberValue.title=Numro de la subvention +datasetfieldtype.distributor.title=Diffuseur +datasetfieldtype.distributorName.title=Nom +datasetfieldtype.distributorAffiliation.title=Affiliation +datasetfieldtype.distributorAbbreviation.title=Abrviation +datasetfieldtype.distributorURL.title=Adresse URL +datasetfieldtype.distributorLogoURL.title=Adresse URL du logo +datasetfieldtype.distributionDate.title=Date de disponibilit +datasetfieldtype.depositor.title=Dposant +datasetfieldtype.dateOfDeposit.title=Date de dpt +datasetfieldtype.timePeriodCovered.title=Priode couverte +datasetfieldtype.timePeriodCoveredStart.title=Dbut +datasetfieldtype.timePeriodCoveredEnd.title=Fin +datasetfieldtype.dateOfCollection.title=Date de la collecte +datasetfieldtype.dateOfCollectionStart.title=Dbut +datasetfieldtype.dateOfCollectionEnd.title=Fin +datasetfieldtype.kindOfData.title=Type de donnes +datasetfieldtype.series.title=Srie +datasetfieldtype.seriesName.title=Nom +datasetfieldtype.seriesInformation.title=Renseignements +datasetfieldtype.software.title=Logiciel +datasetfieldtype.softwareName.title=Nom +datasetfieldtype.softwareVersion.title=Version +datasetfieldtype.relatedMaterial.title=Document connexe +datasetfieldtype.relatedDatasets.title=Ensembles de donnes connexes +datasetfieldtype.otherReferences.title=Autres rfrences +datasetfieldtype.dataSources.title=Sources de donnes +datasetfieldtype.originOfSources.title=Origine des sources +datasetfieldtype.characteristicOfSources.title=Caractristiques des sources notes +datasetfieldtype.accessToSources.title=Documentation et accs aux sources +datasetfieldtype.DatasetField.title=Valeur +datasetfieldtype.title.description=Titre complet sous lequel l'ensemble de donnes est connu. +datasetfieldtype.subtitle.description=Un titre secondaire utilis pour amplifier ou noncer certaines limites du titre principal. +datasetfieldtype.alternativeTitle.description=Un titre sous lequel le travail est communment appel ou une abrviation du titre. +datasetfieldtype.alternativeURL.description=Une adresse URL o l'ensemble de donnes peut tre consult, tel un site web personnel ou de projet. +datasetfieldtype.otherId.description=Un autre identifiant unique qui identifie cet ensemble de donnes (p.ex. le numro du producteur ou d'un autre dpt). +datasetfieldtype.otherIdAgency.description=Nom de l'organisme qui a gnr cet identifiant +datasetfieldtype.otherIdValue.description=Autre identifiant qui correspond cet ensemble de donnes. +datasetfieldtype.author.description=Les personnes, personnes morales ou organismes qui ont cr le travail. +datasetfieldtype.authorName.description=Le nom ou le prnom de l'auteur ou le nom de l'organisation responsable de cet ensemble de donnes. +datasetfieldtype.authorAffiliation.description=L'organisme avec lequel l'auteur est affili. +datasetfieldtype.authorIdentifierScheme.description=Nom du schma de l'identifiant (ORCID, ISNI). +datasetfieldtype.authorIdentifier.description=Identifie de faon unique un auteur individuel ou une organisation selon divers schmas. +datasetfieldtype.datasetContact.description=La ou les personnes-ressources pour cet ensemble de donnes. +datasetfieldtype.datasetContactName.description=Le nom ou le prnom de la personne-ressource ou le nom de l'organisation. +datasetfieldtype.datasetContactAffiliation.description=L'organisation avec laquelle la personne-ressource est affilie. +datasetfieldtype.datasetContactEmail.description=L'adresse courriel du ou des personnes-ressources pour l'ensemble de donnes. Ces renseignements ne seront pas affichs. +datasetfieldtype.dsDescription.description=Un rsum dcrivant l'objet, la nature et la porte de l'ensemble de donnes. +datasetfieldtype.dsDescriptionValue.description=Un rsum dcrivant l'objet, la nature et la porte de l'ensemble de donnes +datasetfieldtype.dsDescriptionDate.description=Dans les cas o un ensemble de donnes contient plus d'une description (par exemple, une peut tre fournie par le producteur de donnes et une autre peut tre prpare par le dpt de donnes o les donnes sont dposes), la date laquelle l'attribut est utilis pour faire la distinction entre deux descriptions. La date de l'attribut respecte la convention de l'ISO AAAA-MM-JJ. +datasetfieldtype.subject.description=Catgories de sujets propres aux domaines qui sont pertinents du point de vue du sujet l'ensemble de donnes. +datasetfieldtype.keyword.description=Les mots-cls qui dcrivent les aspects importants de l'ensemble de donnes. +datasetfieldtype.keywordValue.description=Les termes-cls qui dcrivent les aspects importants de l'ensemble de donnes. Ils peuvent servir crer des index de mots-cls et tre utiliss aux fins de classification et de rcupration. Un vocabulaire contrl peut tre utilis. L'attribut \u00A0vocab\u00A0 permet de prciser le type de vocabulaire contrl utilis, p. ex., LCSH, MeSH ou autres. L'attribut \u00A0vocabURI\u00A0 prcise l'emplacement du vocabulaire contrl complet. +datasetfieldtype.keywordVocabulary.description=Pour prciser le type de vocabulaire contrl par mot-cl utilis, p. ex., LCSH, MeSH ou autres. +datasetfieldtype.keywordVocabularyURI.description=Le cas chant, adresse URL o est dcrit le vocabulaire de mots-cls utilis. Indiquer une adresse URL absolue, par exemple http://www.my.org. +datasetfieldtype.topicClassification.description=Le champ classification indique les sujets et thmes gnraux importants couverts par les donnes. La classification de la Library of Congress peut tre utilise. +datasetfieldtype.topicClassValue.description=Terme dcrivant un thme ou un sujet couvert par cet ensemble de donnes. +datasetfieldtype.topicClassVocab.description=Pour prciser le type de vocabulaire contrl utilis, p. ex., LCSH, MeSH ou autres. +datasetfieldtype.topicClassVocabURI.description=Prcise l'adresse URL de la liste complte du vocabulaire contrl. +datasetfieldtype.publication.description=Les publications qui utilisent les donnes provenant de cet ensemble de donnes. +datasetfieldtype.publicationCitation.description=La rfrence bibliographique complte de cette publication connexe. +datasetfieldtype.publicationIDType.description=Le type d'identifiant numrique utilis pour cette publication (p.ex. identificateur d'objet numrique (DOI)). +datasetfieldtype.publicationIDNumber.description=L'identifiant du type d'identification slectionn. +datasetfieldtype.publicationURL.description=Lien vers la page Web de la publication (p.ex. page de l'article paru dans une revue, notice du dpt ou autre). +datasetfieldtype.notesText.description=Autres renseignements importants sur l'ensemble de donnes. +datasetfieldtype.language.description=Langue de l'ensemble de donnes +datasetfieldtype.producer.description=Personne ou organisation qui dtient la responsabilit financire ou administrative de cet ensemble de donnes. +datasetfieldtype.producerName.description=Nom du producteur +datasetfieldtype.producerAffiliation.description=L'organisation avec laquelle le producteur est affili. +datasetfieldtype.producerAbbreviation.description=L'abrviation sous laquelle le producteur est communment connu (p.ex. IQSS, ICPSR). +datasetfieldtype.producerURL.description=L'adresse URL du producteur indique la prsence sur le Web du producteur, le cas chant. Indiquer une adresse URL absolue o le site Web du producteur se trouve, par exemple http://www.my.org. +datasetfieldtype.producerLogoURL.description=Adresse URL du logo du producteur qui pointe vers le logo accessible sur le Web. Indiquer une adresse URL absolue o l'image se trouve, par exemple http://www.my.org/images/logo.gif. +datasetfieldtype.productionDate.description=Date laquelle la collecte de donnes ou d'autres documents ont t produits (non distribus, publis ou archivs). +datasetfieldtype.productionPlace.description=L'emplacement o la collecte de donnes et autres documents connexes ont t produits. +datasetfieldtype.contributor.description=L'organisation ou la personne responsable de la collecte ou de la gestion d'une ressource, ou contribuant autrement son dveloppement. +datasetfieldtype.contributorType.description=Le type de collaborateur la ressource. +datasetfieldtype.contributorName.description=Le nom du collaborateur (nom, prnom ou nom de l'organisation) +datasetfieldtype.grantNumber.description=Renseignements sur la subvention +datasetfieldtype.grantNumberAgency.description=Organisme - numro de la subvention +datasetfieldtype.grantNumberValue.description=Le numro de subvention ou de contrat li au financement. +datasetfieldtype.distributor.description=L'organisation dsigne par l'auteur ou le producteur pour la mise en disponibilit de copies d'un travail particulier, y compris toute dition ou rvision. +datasetfieldtype.distributorName.description=Nom du diffuseur +datasetfieldtype.distributorAffiliation.description=L'organisation avec laquelle la personne-ressource du diffuseur est affilie. +datasetfieldtype.distributorAbbreviation.description=L'abrviation sous laquelle le diffuseur est communment connu (p.ex. IQSS, ICPSR). +datasetfieldtype.distributorURL.description=L'adresse URL du diffuseur indique la prsence sur le Web du diffuseur, le cas chant. Indiquer une adresse URL absolue o le site Web du diffuseur se trouve, par exemple http://www.my.org. +datasetfieldtype.distributorLogoURL.description=Adresse URL du logo du diffuseur qui pointe vers l'image Web accessible de ce logo. Indiquer une adresse URL absolue o l'image se trouve, par exemple http://www.my.org/images/logo.gif. +datasetfieldtype.distributionDate.description=Date laquelle les travaux ont t rendus disponibles aux fins de diffusion/prsentation. +datasetfieldtype.depositor.description=La personne (nom, prnom) ou le nom de l'organisation qui a dpos cet ensemble de donnes dans le dpt. +datasetfieldtype.dateOfDeposit.description=Date laquelle l'ensemble de donnes a t dpos dans le dpt. +datasetfieldtype.timePeriodCovered.description=Priode laquelle les donnes se rapportent. Ceci fait rfrence la priode couverte par les donnes et non aux dates de codage ou de cration des fichiers ou aux dates de collecte des donnes. Aussi appel l'tendue. +datasetfieldtype.timePeriodCoveredStart.description=Date de dbut qui correspond la priode couverte par les donnes et non aux dates de codage ou de cration des fichiers ou aux dates de collecte des donnes. +datasetfieldtype.timePeriodCoveredEnd.description=Date de fin qui correspond la priode couverte par les donnes et non aux dates de codage ou de cration des fichiers ou aux dates de collecte des donnes. +datasetfieldtype.dateOfCollection.description=Comprend la date laquelle les donnes ont t recueillies. +datasetfieldtype.dateOfCollectionStart.description=Date laquelle la collecte de donnes a dbut. +datasetfieldtype.dateOfCollectionEnd.description=Date laquelle la collecte de donnes a pris fin. +datasetfieldtype.kindOfData.description=Le type de donnes incluses dans le fichier: donnes d'enqute, donnes de recensement, donnes agrges, donnes cliniques, donnes issues de transactions, code source de programme, texte lisible par machine, donnes de dossiers administratifs, donnes exprimentales, test psychologique, donnes textuelles, texte cod, document cod, calendriers de vrification, donnes d'observation, donnes produites par traitement ou autres. +datasetfieldtype.series.description=Renseignements sur la srie d'ensembles de donnes +datasetfieldtype.seriesName.description=Nom de la srie de l'ensemble de donnes laquelle l'ensemble de donnes appartient. +datasetfieldtype.seriesInformation.description=Historique de la srie et rsum des caractristiques qui s'appliquent la srie dans son ensemble. +datasetfieldtype.software.description=Renseignements sur le logiciel utilis pour gnrer l'ensemble de donnes. +datasetfieldtype.softwareName.description=Nom du logiciel utilis pour gnrer l'ensemble de donnes. +datasetfieldtype.softwareVersion.description=Version du logiciel utilis pour gnrer l'ensemble de donnes. +datasetfieldtype.relatedMaterial.description=Tout document li cet ensemble de donnes. +datasetfieldtype.relatedDatasets.description=Tout ensemble de donnes li cet ensemble de donnes, comme la recherche prcdente sur ce sujet. +datasetfieldtype.otherReferences.description=Toute rfrence qui servira de contexte ou de document de soutien pour cet ensemble de donnes. +datasetfieldtype.dataSources.description=Liste des livres, articles, sries ou fichiers de donnes lisibles par machine qui ont servi de sources pour la collecte de donnes. +datasetfieldtype.originOfSources.description=En ce qui concerne les documents historiques, les renseignements sur l'origine des sources et les rgles suivies dans l'tablissement des sources doivent tre indiqus. +datasetfieldtype.characteristicOfSources.description=valuation et caractristiques des sources de donnes. +datasetfieldtype.accessToSources.description=Niveau de documentation des sources originales +datasetfieldtype.title.watermark=Entrer le titre\u2026 +datasetfieldtype.subtitle.watermark= +datasetfieldtype.alternativeTitle.watermark= +datasetfieldtype.alternativeURL.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.otherId.watermark= +datasetfieldtype.otherIdAgency.watermark= +datasetfieldtype.otherIdValue.watermark= +datasetfieldtype.author.watermark= +datasetfieldtype.authorName.watermark=Nom, prnom ou nom de l'organisation +datasetfieldtype.authorAffiliation.watermark= +datasetfieldtype.authorIdentifierScheme.watermark= +datasetfieldtype.authorIdentifier.watermark= +datasetfieldtype.datasetContact.watermark= +datasetfieldtype.datasetContactName.watermark=Nom, prnom ou nom de l'organisation +datasetfieldtype.datasetContactAffiliation.watermark= +datasetfieldtype.datasetContactEmail.watermark= +datasetfieldtype.dsDescription.watermark= +datasetfieldtype.dsDescriptionValue.watermark= +datasetfieldtype.dsDescriptionDate.watermark=AAAA-MM-JJ +datasetfieldtype.subject.watermark= +datasetfieldtype.keyword.watermark= +datasetfieldtype.keywordValue.watermark= +datasetfieldtype.keywordVocabulary.watermark= +datasetfieldtype.keywordVocabularyURI.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.topicClassification.watermark= +datasetfieldtype.topicClassValue.watermark= +datasetfieldtype.topicClassVocab.watermark= +datasetfieldtype.topicClassVocabURI.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.publication.watermark= +datasetfieldtype.publicationCitation.watermark= +datasetfieldtype.publicationIDType.watermark= +datasetfieldtype.publicationIDNumber.watermark= +datasetfieldtype.publicationURL.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.notesText.watermark= +datasetfieldtype.language.watermark= +datasetfieldtype.producer.watermark= +datasetfieldtype.producerName.watermark=Nom, prnom ou nom de l'organisation +datasetfieldtype.producerAffiliation.watermark= +datasetfieldtype.producerAbbreviation.watermark= +datasetfieldtype.producerURL.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.producerLogoURL.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.productionDate.watermark=AAAA-MM-JJ +datasetfieldtype.productionPlace.watermark= +datasetfieldtype.contributor.watermark= +datasetfieldtype.contributorType.watermark= +datasetfieldtype.contributorName.watermark=Nom, prnom ou nom de l'organisation +datasetfieldtype.grantNumber.watermark= +datasetfieldtype.grantNumberAgency.watermark= +datasetfieldtype.grantNumberValue.watermark= +datasetfieldtype.distributor.watermark= +datasetfieldtype.distributorName.watermark=Nom, prnom ou nom de l'organisation +datasetfieldtype.distributorAffiliation.watermark= +datasetfieldtype.distributorAbbreviation.watermark= +datasetfieldtype.distributorURL.watermark=Entrer l'adresse URL complte commenant par http:// +datasetfieldtype.distributorLogoURL.watermark=Entrer l'adresse URL complte de l'image commenant par http:// +datasetfieldtype.distributionDate.watermark=AAAA-MM-JJ +datasetfieldtype.depositor.watermark= +datasetfieldtype.dateOfDeposit.watermark=AAAA-MM-JJ +datasetfieldtype.timePeriodCovered.watermark= +datasetfieldtype.timePeriodCoveredStart.watermark=AAAA-MM-JJ +datasetfieldtype.timePeriodCoveredEnd.watermark=AAAA-MM-JJ +datasetfieldtype.dateOfCollection.watermark= +datasetfieldtype.dateOfCollectionStart.watermark=AAAA-MM-JJ +datasetfieldtype.dateOfCollectionEnd.watermark=AAAA-MM-JJ +datasetfieldtype.kindOfData.watermark= +datasetfieldtype.series.watermark= +datasetfieldtype.seriesName.watermark= +datasetfieldtype.seriesInformation.watermark= +datasetfieldtype.software.watermark= +datasetfieldtype.softwareName.watermark= +datasetfieldtype.softwareVersion.watermark= +datasetfieldtype.relatedMaterial.watermark= +datasetfieldtype.relatedDatasets.watermark= +datasetfieldtype.otherReferences.watermark= +datasetfieldtype.dataSources.watermark= +datasetfieldtype.originOfSources.watermark= +datasetfieldtype.characteristicOfSources.watermark= +datasetfieldtype.accessToSources.watermark= +controlledvocabulary.subject.agricultural_sciences=Sciences de l'agriculture +controlledvocabulary.subject.arts_and_humanities=Arts et sciences humaines +controlledvocabulary.subject.astronomy_and_astrophysics=Astronomie et astrophysique +controlledvocabulary.subject.business_and_management=Affaires et gestion +controlledvocabulary.subject.chemistry=Chimie +controlledvocabulary.subject.computer_and_information_science=Informatique et science de l'information +controlledvocabulary.subject.earth_and_environmental_sciences=Sciences de la terre et de l'environnement +controlledvocabulary.subject.engineering=Gnie +controlledvocabulary.subject.law=Droit +controlledvocabulary.subject.mathematical_sciences=Sciences mathmatiques +controlledvocabulary.subject.medicine,_health_and_life_sciences=Mdecine, sant et sciences de la vie +controlledvocabulary.subject.physics=Physique +controlledvocabulary.subject.social_sciences=Sciences sociales +controlledvocabulary.subject.other=Autre +controlledvocabulary.publicationIDType.ark=ark +controlledvocabulary.publicationIDType.arxiv=arXiv +controlledvocabulary.publicationIDType.bibcode=bibcode +controlledvocabulary.publicationIDType.doi=doi +controlledvocabulary.publicationIDType.ean13=ean13 +controlledvocabulary.publicationIDType.eissn=eissn +controlledvocabulary.publicationIDType.handle=handle +controlledvocabulary.publicationIDType.isbn=isbn +controlledvocabulary.publicationIDType.issn=issn +controlledvocabulary.publicationIDType.istc=istc +controlledvocabulary.publicationIDType.lissn=lissn +controlledvocabulary.publicationIDType.lsid=lsid +controlledvocabulary.publicationIDType.pmid=pmid +controlledvocabulary.publicationIDType.purl=purl +controlledvocabulary.publicationIDType.upc=upc +controlledvocabulary.publicationIDType.url=url +controlledvocabulary.publicationIDType.urn=urn +controlledvocabulary.contributorType.data_collector=Charg de la collecte de donnes +controlledvocabulary.contributorType.data_curator=Intendant des donnes +controlledvocabulary.contributorType.data_manager=Gestionnaire de donnes +controlledvocabulary.contributorType.editor=diteur +controlledvocabulary.contributorType.funder=Bailleur de fonds +controlledvocabulary.contributorType.hosting_institution=tablissement hte +controlledvocabulary.contributorType.project_leader=Chef de projet +controlledvocabulary.contributorType.project_manager=Gestionnaire de projet +controlledvocabulary.contributorType.project_member=Membre du projet +controlledvocabulary.contributorType.related_person=Personne lie +controlledvocabulary.contributorType.researcher=Chercheur +controlledvocabulary.contributorType.research_group=Groupe de recherche +controlledvocabulary.contributorType.rights_holder=Dtenteur de droits +controlledvocabulary.contributorType.sponsor=Commanditaire +controlledvocabulary.contributorType.supervisor=Superviseur +controlledvocabulary.contributorType.work_package_leader=Chef d'un bloc de tches +controlledvocabulary.contributorType.other=Autre +controlledvocabulary.authorIdentifierScheme.orcid=ORCID +controlledvocabulary.authorIdentifierScheme.isni=ISNI +controlledvocabulary.authorIdentifierScheme.lcna=LCNA +controlledvocabulary.language.abkhaz=Abkhaz +controlledvocabulary.language.afar=Afar +controlledvocabulary.language.afrikaans=Afrikaans +controlledvocabulary.language.akan=Akan +controlledvocabulary.language.albanian=Albanais +controlledvocabulary.language.amharic=Amharique +controlledvocabulary.language.arabic=Arabe +controlledvocabulary.language.aragonese=Aragonais +controlledvocabulary.language.armenian=Armnien +controlledvocabulary.language.assamese=Assamais +controlledvocabulary.language.avaric=Avar +controlledvocabulary.language.avestan=Avesta +controlledvocabulary.language.aymara=Amara +controlledvocabulary.language.azerbaijani=Azerbadjanais +controlledvocabulary.language.bambara=Bambara +controlledvocabulary.language.bashkir=Bachkir +controlledvocabulary.language.basque=Basque +controlledvocabulary.language.belarusian=Bilorusse +controlledvocabulary.language.bengali,_bangla=Bengali, bangla +controlledvocabulary.language.bihari=Magahi +controlledvocabulary.language.bislama=Bislama +controlledvocabulary.language.bosnian=Bosnien +controlledvocabulary.language.breton=Breton +controlledvocabulary.language.bulgarian=Bulgare +controlledvocabulary.language.burmese=Birman +controlledvocabulary.language.catalan,valencian=Catalan, valencien +controlledvocabulary.language.chamorro=Chamorro +controlledvocabulary.language.chechen=Tchtchne +controlledvocabulary.language.chichewa,_chewa,_nyanja=Chewa, cewa, nyanja +controlledvocabulary.language.chinese=Mandarin, chinois +controlledvocabulary.language.chuvash=Tchouvache +controlledvocabulary.language.cornish=Cornique +controlledvocabulary.language.corsican=Corse +controlledvocabulary.language.cree=Cri +controlledvocabulary.language.croatian=Croate +controlledvocabulary.language.czech=Tchque +controlledvocabulary.language.danish=Danois +controlledvocabulary.language.divehi,_dhivehi,_maldivian=Divehi, maldivian +controlledvocabulary.language.dutch=Hollandais, nerlandais +controlledvocabulary.language.dzongkha=Dzonga +controlledvocabulary.language.english=Anglais +controlledvocabulary.language.esperanto=Espranto +controlledvocabulary.language.estonian=Estonien +controlledvocabulary.language.ewe=w +controlledvocabulary.language.faroese=Froen +controlledvocabulary.language.fijian=Fidjien +controlledvocabulary.language.finnish=Finnois, finlandais +controlledvocabulary.language.french=Franais +controlledvocabulary.language.fula,_fulah,_pulaar,_pular=Fulfulde, foulani, pulaar +controlledvocabulary.language.galician=Galicien +controlledvocabulary.language.georgian=Gorgien +controlledvocabulary.language.german=Allemand +controlledvocabulary.language.greek_(modern)=Grec (moderne) +controlledvocabulary.language.guarani=Guarani +controlledvocabulary.language.gujarati=Gujarati +controlledvocabulary.language.haitian,_haitian_creole=Hatien, crole hatien +controlledvocabulary.language.hausa=Haoussa +controlledvocabulary.language.hebrew_(modern)=Hbreu (moderne) +controlledvocabulary.language.herero=Herero +controlledvocabulary.language.hindi=Hindi +controlledvocabulary.language.hiri_motu=Hiri-motu +controlledvocabulary.language.hungarian=Hongrois +controlledvocabulary.language.interlingua=Interlingua +controlledvocabulary.language.indonesian=Indonsien +controlledvocabulary.language.interlingue=Interlingue +controlledvocabulary.language.irish=Irlandais +controlledvocabulary.language.igbo=Igbo +controlledvocabulary.language.inupiaq=Inupiaq +controlledvocabulary.language.ido=Ido +controlledvocabulary.language.icelandic=Islandais +controlledvocabulary.language.italian=Italien +controlledvocabulary.language.inuktitut=Inuktitut +controlledvocabulary.language.japanese=Japonais +controlledvocabulary.language.javanese=Javanais +controlledvocabulary.language.kalaallisut,_greenlandic=Groenlandais +controlledvocabulary.language.kannada=Kannada +controlledvocabulary.language.kanuri=Kanuri +controlledvocabulary.language.kashmiri=Kashmiri +controlledvocabulary.language.kazakh=Kazakh +controlledvocabulary.language.khmer=Khmer, cambodgien +controlledvocabulary.language.kikuyu,_gikuyu=Kikuyu, gikuyu +controlledvocabulary.language.kinyarwanda=Kinyarwanda +controlledvocabulary.language.kyrgyz=Kirghiz +controlledvocabulary.language.komi=Komi +controlledvocabulary.language.kongo=Kikongo +controlledvocabulary.language.korean=Coren +controlledvocabulary.language.kurdish=Kurde +controlledvocabulary.language.kwanyama,_kuanyama=Ovambo, cuanhama +controlledvocabulary.language.latin=Latin +controlledvocabulary.language.luxembourgish,_letzeburgesch=Luxembourgeois +controlledvocabulary.language.ganda=Ganda +controlledvocabulary.language.limburgish,_limburgan,_limburger=Limbourgeois, +controlledvocabulary.language.lingala=Lingala +controlledvocabulary.language.lao=Lao +controlledvocabulary.language.lithuanian=Lituanien +controlledvocabulary.language.luba-katanga=Luba-Katanga +controlledvocabulary.language.latvian=Letton +controlledvocabulary.language.manx=Manx +controlledvocabulary.language.macedonian=Macdonien +controlledvocabulary.language.malagasy=Malgache +controlledvocabulary.language.malay=Malais +controlledvocabulary.language.malayalam=Malayalam +controlledvocabulary.language.maltese=Maltais +controlledvocabulary.language.maori=Maori +controlledvocabulary.language.marathi_(marathi)=Marathi (Mar\u0101\u1E6Dh\u012B) +controlledvocabulary.language.marshallese=Marshallais +controlledvocabulary.language.mixtepec_mixtec=Mixtepec Mixtec +controlledvocabulary.language.mongolian=Mongol +controlledvocabulary.language.nauru=Nauru +controlledvocabulary.language.navajo,_navaho=Navaho +controlledvocabulary.language.northern_ndebele=Ndbl du Nord +controlledvocabulary.language.nepali=Npalais +controlledvocabulary.language.ndonga=Ndonga +controlledvocabulary.language.norwegian_bokmal=Bokmal +controlledvocabulary.language.norwegian_nynorsk=Nonorvgien +controlledvocabulary.language.norwegian=Norvgien +controlledvocabulary.language.nuosu=Nuosu +controlledvocabulary.language.southern_ndebele=Ndbl du Sud +controlledvocabulary.language.occitan=Occitan +controlledvocabulary.language.ojibwe,_ojibwa=Ojibw, ojibwa +controlledvocabulary.language.old_church_slavonic,church_slavonic,old_bulgarian=Slavon liturgique, slavon d'glise, vieux bulgare +controlledvocabulary.language.oromo=Oromo +controlledvocabulary.language.oriya=Oriya +controlledvocabulary.language.ossetian,_ossetic=Osste +controlledvocabulary.language.panjabi,_punjabi=Pendjabi +controlledvocabulary.language.pali=Pali +controlledvocabulary.language.persian_(farsi)=Persan (dari) +controlledvocabulary.language.polish=Polonais +controlledvocabulary.language.pashto,_pushto=Pachto +controlledvocabulary.language.portuguese=Portugais +controlledvocabulary.language.quechua=Quechua +controlledvocabulary.language.romansh=Romanche +controlledvocabulary.language.kirundi=Kiroundi +controlledvocabulary.language.romanian=Roumain +controlledvocabulary.language.russian=Russe +controlledvocabulary.language.sanskrit_(samskrta)=Sanskrit (Sa\u1E41sk\u1E5Bta) +controlledvocabulary.language.sardinian=Sarde +controlledvocabulary.language.sindhi=Sindhi +controlledvocabulary.language.northern_sami=Lapon du Nord +controlledvocabulary.language.samoan=Samoan +controlledvocabulary.language.sango=Sango +controlledvocabulary.language.serbian=Serbe +controlledvocabulary.language.scottish_gaelic,_gaelic=Galique d'cosse, galique +controlledvocabulary.language.shona=Shona +controlledvocabulary.language.sinhala,_sinhalese=Singhalais, cinghalais +controlledvocabulary.language.slovak=Slovaque +controlledvocabulary.language.slovene=Slovne +controlledvocabulary.language.somali=Somali +controlledvocabulary.language.southern_sotho=Sotho du Sud +controlledvocabulary.language.spanish,_castilian=Espagnol, castillan +controlledvocabulary.language.sundanese=Soundanais +controlledvocabulary.language.swahili=Swahili +controlledvocabulary.language.swati=Swati +controlledvocabulary.language.swedish=Sudois +controlledvocabulary.language.tamil=Tamoul +controlledvocabulary.language.telugu=Tlougou +controlledvocabulary.language.tajik=Tadjik +controlledvocabulary.language.thai=Tha +controlledvocabulary.language.tigrinya=Tigrigna +controlledvocabulary.language.tibetan_standard,_tibetan,_central=Tibtain standard, tibtain central +controlledvocabulary.language.turkmen=Trkmne +controlledvocabulary.language.tagalog=Tagalog +controlledvocabulary.language.tswana=Bechouana +controlledvocabulary.language.tonga_(tonga_islands)=Tonga (Tonga) +controlledvocabulary.language.turkish=Turc +controlledvocabulary.language.tsonga=Tsonga +controlledvocabulary.language.tatar=Tatar +controlledvocabulary.language.twi=Akuapem-twi +controlledvocabulary.language.tahitian=Tahitien +controlledvocabulary.language.uyghur,_uighur=Oughour, uygur +controlledvocabulary.language.ukrainian=Ukrainien +controlledvocabulary.language.urdu=Urdu +controlledvocabulary.language.uzbek=Ouzbek +controlledvocabulary.language.venda=Venda +controlledvocabulary.language.vietnamese=Vietnamien +controlledvocabulary.language.volapuk=Volapk +controlledvocabulary.language.walloon=Walloon +controlledvocabulary.language.welsh=Gallois +controlledvocabulary.language.wolof=Yolof +controlledvocabulary.language.western_frisian=Frison de l'Ouest +controlledvocabulary.language.xhosa=Xhosa +controlledvocabulary.language.yiddish=Yiddish +controlledvocabulary.language.yoruba=Yoruba +controlledvocabulary.language.zhuang,_chuang=Zhuang, chuang +controlledvocabulary.language.zulu=Zoulou +controlledvocabulary.language.not_applicable=Sans objet \ No newline at end of file diff --git a/src/main/java/geospatial.properties b/src/main/java/geospatial.properties new file mode 100644 index 00000000000..e47982377cb --- /dev/null +++ b/src/main/java/geospatial.properties @@ -0,0 +1,284 @@ +metadatablock.name=geospatial +metadatablock.displayName=Geospatial Metadata +datasetfieldtype.geographicCoverage.title=Geographic Coverage +datasetfieldtype.country.title=Country / Nation +datasetfieldtype.state.title=State / Province +datasetfieldtype.city.title=City +datasetfieldtype.otherGeographicCoverage.title=Other +datasetfieldtype.geographicUnit.title=Geographic Unit +datasetfieldtype.geographicBoundingBox.title=Geographic Bounding Box +datasetfieldtype.westLongitude.title=West Longitude +datasetfieldtype.eastLongitude.title=East Longitude +datasetfieldtype.northLongitude.title=North Latitude +datasetfieldtype.southLongitude.title=South Latitude +datasetfieldtype.geographicCoverage.description=Information on the geographic coverage of the data. Includes the total geographic scope of the data. +datasetfieldtype.country.description=The country or nation that the Dataset is about. +datasetfieldtype.state.description=The state or province that the Dataset is about. Use GeoNames for correct spelling and avoid abbreviations. +datasetfieldtype.city.description=The name of the city that the Dataset is about. Use GeoNames for correct spelling and avoid abbreviations. +datasetfieldtype.otherGeographicCoverage.description=Other information on the geographic coverage of the data. +datasetfieldtype.geographicUnit.description=Lowest level of geographic aggregation covered by the Dataset, e.g., village, county, region. +datasetfieldtype.geographicBoundingBox.description=The fundamental geometric description for any Dataset that models geography is the geographic bounding box. It describes the minimum box, defined by west and east longitudes and north and south latitudes, which includes the largest geographic extent of the Dataset's geographic coverage. This element is used in the first pass of a coordinate-based search. Inclusion of this element in the codebook is recommended, but is required if the bound polygon box is included. +datasetfieldtype.westLongitude.description=Westernmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -180,0 <= West Bounding Longitude Value <= 180,0. +datasetfieldtype.eastLongitude.description=Easternmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -180,0 <= East Bounding Longitude Value <= 180,0. +datasetfieldtype.northLongitude.description=Northernmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -90,0 <= North Bounding Latitude Value <= 90,0. +datasetfieldtype.southLongitude.description=Southernmost coordinate delimiting the geographic extent of the Dataset. A valid range of values, expressed in decimal degrees, is -90,0 <= South Bounding Latitude Value <= 90,0. +datasetfieldtype.geographicCoverage.watermark= +datasetfieldtype.country.watermark= +datasetfieldtype.state.watermark= +datasetfieldtype.city.watermark= +datasetfieldtype.otherGeographicCoverage.watermark= +datasetfieldtype.geographicUnit.watermark= +datasetfieldtype.geographicBoundingBox.watermark= +datasetfieldtype.westLongitude.watermark= +datasetfieldtype.eastLongitude.watermark= +datasetfieldtype.northLongitude.watermark= +datasetfieldtype.southLongitude.watermark= +controlledvocabulary.country.afghanistan=Afghanistan +controlledvocabulary.country.albania=Albania +controlledvocabulary.country.algeria=Algeria +controlledvocabulary.country.american_samoa=American Samoa +controlledvocabulary.country.andorra=Andorra +controlledvocabulary.country.angola=Angola +controlledvocabulary.country.anguilla=Anguilla +controlledvocabulary.country.antarctica=Antarctica +controlledvocabulary.country.antigua_and_barbuda=Antigua and Barbuda +controlledvocabulary.country.argentina=Argentina +controlledvocabulary.country.armenia=Armenia +controlledvocabulary.country.aruba=Aruba +controlledvocabulary.country.australia=Australia +controlledvocabulary.country.austria=Austria +controlledvocabulary.country.azerbaijan=Azerbaijan +controlledvocabulary.country.bahamas=Bahamas +controlledvocabulary.country.bahrain=Bahrain +controlledvocabulary.country.bangladesh=Bangladesh +controlledvocabulary.country.barbados=Barbados +controlledvocabulary.country.belarus=Belarus +controlledvocabulary.country.belgium=Belgium +controlledvocabulary.country.belize=Belize +controlledvocabulary.country.benin=Benin +controlledvocabulary.country.bermuda=Bermuda +controlledvocabulary.country.bhutan=Bhutan +controlledvocabulary.country.bolivia,_plurinational_state_of=Bolivia, Plurinational State of +controlledvocabulary.country.bonaire,_sint_eustatius_and_saba=Bonaire, Sint Eustatius and Saba +controlledvocabulary.country.bosnia_and_herzegovina=Bosnia and Herzegovina +controlledvocabulary.country.botswana=Botswana +controlledvocabulary.country.bouvet_island=Bouvet Island +controlledvocabulary.country.brazil=Brazil +controlledvocabulary.country.british_indian_ocean_territory=British Indian Ocean Territory +controlledvocabulary.country.brunei_darussalam=Brunei Darussalam +controlledvocabulary.country.bulgaria=Bulgaria +controlledvocabulary.country.burkina_faso=Burkina Faso +controlledvocabulary.country.burundi=Burundi +controlledvocabulary.country.cambodia=Cambodia +controlledvocabulary.country.cameroon=Cameroon +controlledvocabulary.country.canada=Canada +controlledvocabulary.country.cape_verde=Cape Verde +controlledvocabulary.country.cayman_islands=Cayman Islands +controlledvocabulary.country.central_african_republic=Central African Republic +controlledvocabulary.country.chad=Chad +controlledvocabulary.country.chile=Chile +controlledvocabulary.country.china=China +controlledvocabulary.country.christmas_island=Christmas Island +controlledvocabulary.country.cocos_(keeling)_islands=Cocos (Keeling) Islands +controlledvocabulary.country.colombia=Colombia +controlledvocabulary.country.comoros=Comoros +controlledvocabulary.country.congo=Congo +controlledvocabulary.country.congo,_the_democratic_republic_of_the=Congo, the Democratic Republic of the +controlledvocabulary.country.cook_islands=Cook Islands +controlledvocabulary.country.costa_rica=Costa Rica +controlledvocabulary.country.croatia=Croatia +controlledvocabulary.country.cuba=Cuba +controlledvocabulary.country.curacao=Curaao +controlledvocabulary.country.cyprus=Cyprus +controlledvocabulary.country.czech_republic=Czech Republic +controlledvocabulary.country.cote_d'ivoire=Cte d'Ivoire +controlledvocabulary.country.denmark=Denmark +controlledvocabulary.country.djibouti=Djibouti +controlledvocabulary.country.dominica=Dominica +controlledvocabulary.country.dominican_republic=Dominican Republic +controlledvocabulary.country.ecuador=Ecuador +controlledvocabulary.country.egypt=Egypt +controlledvocabulary.country.el_salvador=El Salvador +controlledvocabulary.country.equatorial_guinea=Equatorial Guinea +controlledvocabulary.country.eritrea=Eritrea +controlledvocabulary.country.estonia=Estonia +controlledvocabulary.country.ethiopia=Ethiopia +controlledvocabulary.country.falkland_islands_(malvinas)=Falkland Islands (Malvinas) +controlledvocabulary.country.faroe_islands=Faroe Islands +controlledvocabulary.country.fiji=Fiji +controlledvocabulary.country.finland=Finland +controlledvocabulary.country.france=France +controlledvocabulary.country.french_guiana=French Guiana +controlledvocabulary.country.french_polynesia=French Polynesia +controlledvocabulary.country.french_southern_territories=French Southern Territories +controlledvocabulary.country.gabon=Gabon +controlledvocabulary.country.gambia=Gambia +controlledvocabulary.country.georgia=Georgia +controlledvocabulary.country.germany=Germany +controlledvocabulary.country.ghana=Ghana +controlledvocabulary.country.gibraltar=Gibraltar +controlledvocabulary.country.greece=Greece +controlledvocabulary.country.greenland=Greenland +controlledvocabulary.country.grenada=Grenada +controlledvocabulary.country.guadeloupe=Guadeloupe +controlledvocabulary.country.guam=Guam +controlledvocabulary.country.guatemala=Guatemala +controlledvocabulary.country.guernsey=Guernsey +controlledvocabulary.country.guinea=Guinea +controlledvocabulary.country.guinea-bissau=Guinea-Bissau +controlledvocabulary.country.guyana=Guyana +controlledvocabulary.country.haiti=Haiti +controlledvocabulary.country.heard_island_and_mcdonald_islands=Heard Island and Mcdonald Islands +controlledvocabulary.country.holy_see_(vatican_city_state)=Holy See (Vatican City State) +controlledvocabulary.country.honduras=Honduras +controlledvocabulary.country.hong_kong=Hong Kong +controlledvocabulary.country.hungary=Hungary +controlledvocabulary.country.iceland=Iceland +controlledvocabulary.country.india=India +controlledvocabulary.country.indonesia=Indonesia +controlledvocabulary.country.iran,_islamic_republic_of=Iran, Islamic Republic of +controlledvocabulary.country.iraq=Iraq +controlledvocabulary.country.ireland=Ireland +controlledvocabulary.country.isle_of_man=Isle of Man +controlledvocabulary.country.israel=Israel +controlledvocabulary.country.italy=Italy +controlledvocabulary.country.jamaica=Jamaica +controlledvocabulary.country.japan=Japan +controlledvocabulary.country.jersey=Jersey +controlledvocabulary.country.jordan=Jordan +controlledvocabulary.country.kazakhstan=Kazakhstan +controlledvocabulary.country.kenya=Kenya +controlledvocabulary.country.kiribati=Kiribati +controlledvocabulary.country.korea,_democratic_people's_republic_of=Korea, Democratic People's Republic of +controlledvocabulary.country.korea,_republic_of=Korea, Republic of +controlledvocabulary.country.kuwait=Kuwait +controlledvocabulary.country.kyrgyzstan=Kyrgyzstan +controlledvocabulary.country.lao_people's_democratic_republic=Lao People's Democratic Republic +controlledvocabulary.country.latvia=Latvia +controlledvocabulary.country.lebanon=Lebanon +controlledvocabulary.country.lesotho=Lesotho +controlledvocabulary.country.liberia=Liberia +controlledvocabulary.country.libya=Libya +controlledvocabulary.country.liechtenstein=Liechtenstein +controlledvocabulary.country.lithuania=Lithuania +controlledvocabulary.country.luxembourg=Luxembourg +controlledvocabulary.country.macao=Macao +controlledvocabulary.country.macedonia,_the_former_yugoslav_republic_of=Macedonia, the Former Yugoslav Republic of +controlledvocabulary.country.madagascar=Madagascar +controlledvocabulary.country.malawi=Malawi +controlledvocabulary.country.malaysia=Malaysia +controlledvocabulary.country.maldives=Maldives +controlledvocabulary.country.mali=Mali +controlledvocabulary.country.malta=Malta +controlledvocabulary.country.marshall_islands=Marshall Islands +controlledvocabulary.country.martinique=Martinique +controlledvocabulary.country.mauritania=Mauritania +controlledvocabulary.country.mauritius=Mauritius +controlledvocabulary.country.mayotte=Mayotte +controlledvocabulary.country.mexico=Mexico +controlledvocabulary.country.micronesia,_federated_states_of=Micronesia, Federated States of +controlledvocabulary.country.moldova,_republic_of=Moldova, Republic of +controlledvocabulary.country.monaco=Monaco +controlledvocabulary.country.mongolia=Mongolia +controlledvocabulary.country.montenegro=Montenegro +controlledvocabulary.country.montserrat=Montserrat +controlledvocabulary.country.morocco=Morocco +controlledvocabulary.country.mozambique=Mozambique +controlledvocabulary.country.myanmar=Myanmar +controlledvocabulary.country.namibia=Namibia +controlledvocabulary.country.nauru=Nauru +controlledvocabulary.country.nepal=Nepal +controlledvocabulary.country.netherlands=Netherlands +controlledvocabulary.country.new_caledonia=New Caledonia +controlledvocabulary.country.new_zealand=New Zealand +controlledvocabulary.country.nicaragua=Nicaragua +controlledvocabulary.country.niger=Niger +controlledvocabulary.country.nigeria=Nigeria +controlledvocabulary.country.niue=Niue +controlledvocabulary.country.norfolk_island=Norfolk Island +controlledvocabulary.country.northern_mariana_islands=Northern Mariana Islands +controlledvocabulary.country.norway=Norway +controlledvocabulary.country.oman=Oman +controlledvocabulary.country.pakistan=Pakistan +controlledvocabulary.country.palau=Palau +controlledvocabulary.country.palestine,_state_of=Palestine, State of +controlledvocabulary.country.panama=Panama +controlledvocabulary.country.papua_new_guinea=Papua New Guinea +controlledvocabulary.country.paraguay=Paraguay +controlledvocabulary.country.peru=Peru +controlledvocabulary.country.philippines=Philippines +controlledvocabulary.country.pitcairn=Pitcairn +controlledvocabulary.country.poland=Poland +controlledvocabulary.country.portugal=Portugal +controlledvocabulary.country.puerto_rico=Puerto Rico +controlledvocabulary.country.qatar=Qatar +controlledvocabulary.country.romania=Romania +controlledvocabulary.country.russian_federation=Russian Federation +controlledvocabulary.country.rwanda=Rwanda +controlledvocabulary.country.reunion=Runion +controlledvocabulary.country.saint_barthelemy=Saint Barthlemy +controlledvocabulary.country.saint_helena,_ascension_and_tristan_da_cunha=Saint Helena, Ascension and Tristan da Cunha +controlledvocabulary.country.saint_kitts_and_nevis=Saint Kitts and Nevis +controlledvocabulary.country.saint_lucia=Saint Lucia +controlledvocabulary.country.saint_martin_(french_part)=Saint Martin (French part) +controlledvocabulary.country.saint_pierre_and_miquelon=Saint Pierre and Miquelon +controlledvocabulary.country.saint_vincent_and_the_grenadines=Saint Vincent and the Grenadines +controlledvocabulary.country.samoa=Samoa +controlledvocabulary.country.san_marino=San Marino +controlledvocabulary.country.sao_tome_and_principe=Sao Tome and Principe +controlledvocabulary.country.saudi_arabia=Saudi Arabia +controlledvocabulary.country.senegal=Senegal +controlledvocabulary.country.serbia=Serbia +controlledvocabulary.country.seychelles=Seychelles +controlledvocabulary.country.sierra_leone=Sierra Leone +controlledvocabulary.country.singapore=Singapore +controlledvocabulary.country.sint_maarten_(dutch_part)=Sint Maarten (Dutch part) +controlledvocabulary.country.slovakia=Slovakia +controlledvocabulary.country.slovenia=Slovenia +controlledvocabulary.country.solomon_islands=Solomon Islands +controlledvocabulary.country.somalia=Somalia +controlledvocabulary.country.south_africa=South Africa +controlledvocabulary.country.south_georgia_and_the_south_sandwich_islands=South Georgia and the South Sandwich Islands +controlledvocabulary.country.south_sudan=South Sudan +controlledvocabulary.country.spain=Spain +controlledvocabulary.country.sri_lanka=Sri Lanka +controlledvocabulary.country.sudan=Sudan +controlledvocabulary.country.suriname=Suriname +controlledvocabulary.country.svalbard_and_jan_mayen=Svalbard and Jan Mayen +controlledvocabulary.country.swaziland=Swaziland +controlledvocabulary.country.sweden=Sweden +controlledvocabulary.country.switzerland=Switzerland +controlledvocabulary.country.syrian_arab_republic=Syrian Arab Republic +controlledvocabulary.country.taiwan,_province_of_china=Taiwan, Province of China +controlledvocabulary.country.tajikistan=Tajikistan +controlledvocabulary.country.tanzania,_united_republic_of=Tanzania, United Republic of +controlledvocabulary.country.thailand=Thailand +controlledvocabulary.country.timor-leste=Timor-Leste +controlledvocabulary.country.togo=Togo +controlledvocabulary.country.tokelau=Tokelau +controlledvocabulary.country.tonga=Tonga +controlledvocabulary.country.trinidad_and_tobago=Trinidad and Tobago +controlledvocabulary.country.tunisia=Tunisia +controlledvocabulary.country.turkey=Turkey +controlledvocabulary.country.turkmenistan=Turkmenistan +controlledvocabulary.country.turks_and_caicos_islands=Turks and Caicos Islands +controlledvocabulary.country.tuvalu=Tuvalu +controlledvocabulary.country.uganda=Uganda +controlledvocabulary.country.ukraine=Ukraine +controlledvocabulary.country.united_arab_emirates=United Arab Emirates +controlledvocabulary.country.united_kingdom=United Kingdom +controlledvocabulary.country.united_states=United States +controlledvocabulary.country.united_states_minor_outlying_islands=United States Minor Outlying Islands +controlledvocabulary.country.uruguay=Uruguay +controlledvocabulary.country.uzbekistan=Uzbekistan +controlledvocabulary.country.vanuatu=Vanuatu +controlledvocabulary.country.venezuela,_bolivarian_republic_of=Venezuela, Bolivarian Republic of +controlledvocabulary.country.viet_nam=Viet Nam +controlledvocabulary.country.virgin_islands,_british=Virgin Islands, British +controlledvocabulary.country.virgin_islands,_u.s.=Virgin Islands, U.S. +controlledvocabulary.country.wallis_and_futuna=Wallis and Futuna +controlledvocabulary.country.western_sahara=Western Sahara +controlledvocabulary.country.yemen=Yemen +controlledvocabulary.country.zambia=Zambia +controlledvocabulary.country.zimbabwe=Zimbabwe +controlledvocabulary.country.aland_islands=land Islands \ No newline at end of file diff --git a/src/main/java/geospatial_fr.properties b/src/main/java/geospatial_fr.properties new file mode 100644 index 00000000000..f900bc4d5a7 --- /dev/null +++ b/src/main/java/geospatial_fr.properties @@ -0,0 +1,284 @@ +metadatablock.name=geospatial +metadatablock.displayName=Mtadonnes gospatiales +datasetfieldtype.geographicCoverage.title=Couverture gographique +datasetfieldtype.country.title=Pays / Nation +datasetfieldtype.state.title=tat / Province +datasetfieldtype.city.title=Ville +datasetfieldtype.otherGeographicCoverage.title=Autre +datasetfieldtype.geographicUnit.title=Unit gographique +datasetfieldtype.geographicBoundingBox.title=Zone de dlimitation gographique +datasetfieldtype.westLongitude.title=Longitude ouest +datasetfieldtype.eastLongitude.title=Longitude est +datasetfieldtype.northLongitude.title=Latitude nord +datasetfieldtype.southLongitude.title=Latitude sud +datasetfieldtype.geographicCoverage.description=Renseignements sur la couverture gographique des donnes, notamment la porte gographique totale des donnes. +datasetfieldtype.country.description=Le pays ou la nation vis par l'ensemble de donnes. +datasetfieldtype.state.description=L'tat ou la province dont l'ensemble de donnes traite. Utiliser GeoNames pour connatre l'orthographe exact et viter les abrviations. +datasetfieldtype.city.description=Le nom de la ville dont l'ensemble de donnes traite. Utiliser GeoNames pour connatre l'orthographe exact et viter les abrviations. +datasetfieldtype.otherGeographicCoverage.description=Autres renseignements sur la couverture gographique des donnes. +datasetfieldtype.geographicUnit.description=Niveau de regroupement gographique le plus bas couvert par l'ensemble de donnes, p.ex. village, pays, rgion. +datasetfieldtype.geographicBoundingBox.description=La zone de dlimitation gographique est la description gographique fondamentale de tout ensemble de donnes qui modlise la gographie. Elle dcrit la zone minimale, dfinie par des longitudes ouest et est et des latitudes nord et sud, qui comprend la plus importante tendue gographique de la couverture gographique de l'ensemble de donnes. Cet lment est utilis dans le premier survol d'une recherche fonde sur les coordonnes. L'inclusion de cet lment dans le manuel de codes est recommande et est obligatoire si la zone polygone dlimite est incluse. +datasetfieldtype.westLongitude.description=Les coordonnes les plus l'ouest dlimitant l'tendue gographique de l'ensemble de donnes. Une fourchette de valeurs valide, exprime en degrs dcimaux, correspond -180,0 <= Valeur de longitude ouest de dlimitation <= 180,0. +datasetfieldtype.eastLongitude.description=Les coordonnes les plus l'est dlimitant l'tendue gographique de l'ensemble de donnes. Une fourchette de valeurs valide, exprime en degrs dcimaux, correspond -180,0 <= Valeur de longitude est de dlimitation <= 180,0. +datasetfieldtype.northLongitude.description=Les coordonnes les plus au nord dlimitant l'tendue gographique de l'ensemble de donnes. Une fourchette de valeurs valide, exprime en degrs dcimaux, correspond -90,0 <= Valeur de latitude nord de dlimitation <= 90,0. +datasetfieldtype.southLongitude.description=Les coordonnes les plus au sud dlimitant l'tendue gographique de l'ensemble de donnes. Une fourchette de valeurs valide, exprime en degrs dcimaux, correspond -90,0 <= Valeur de latitude sud de dlimitation <= 90,0. +datasetfieldtype.geographicCoverage.watermark= +datasetfieldtype.country.watermark= +datasetfieldtype.state.watermark= +datasetfieldtype.city.watermark= +datasetfieldtype.otherGeographicCoverage.watermark= +datasetfieldtype.geographicUnit.watermark= +datasetfieldtype.geographicBoundingBox.watermark= +datasetfieldtype.westLongitude.watermark= +datasetfieldtype.eastLongitude.watermark= +datasetfieldtype.northLongitude.watermark= +datasetfieldtype.southLongitude.watermark= +controlledvocabulary.country.afghanistan=Afghanistan +controlledvocabulary.country.albania=Albanie +controlledvocabulary.country.algeria=Algrie +controlledvocabulary.country.american_samoa=Samoa amricaine +controlledvocabulary.country.andorra=Andorre +controlledvocabulary.country.angola=Angola +controlledvocabulary.country.anguilla=Anguilla +controlledvocabulary.country.antarctica=Antarctique +controlledvocabulary.country.antigua_and_barbuda=Antigua-et-Barbuda +controlledvocabulary.country.argentina=Argentine +controlledvocabulary.country.armenia=Armnie +controlledvocabulary.country.aruba=Aruba +controlledvocabulary.country.australia=Australie +controlledvocabulary.country.austria=Autriche +controlledvocabulary.country.azerbaijan=Azerbadjan +controlledvocabulary.country.bahamas=Bahamas +controlledvocabulary.country.bahrain=Bahren +controlledvocabulary.country.bangladesh=Bangladesh +controlledvocabulary.country.barbados=Barbade +controlledvocabulary.country.belarus=Blarus +controlledvocabulary.country.belgium=Belgique +controlledvocabulary.country.belize=Belize +controlledvocabulary.country.benin=Bnin +controlledvocabulary.country.bermuda=Bermudes +controlledvocabulary.country.bhutan=Bhoutan +controlledvocabulary.country.bolivia,_plurinational_state_of=Bolivie +controlledvocabulary.country.bonaire,_sint_eustatius_and_saba=Bonaire, Saint-Eustache et Saba +controlledvocabulary.country.bosnia_and_herzegovina=Bosnie-Herzgovine +controlledvocabulary.country.botswana=Botswana +controlledvocabulary.country.bouvet_island=le Bouvet +controlledvocabulary.country.brazil=Brsil +controlledvocabulary.country.british_indian_ocean_territory=Territoire britannique de l'ocan Indien +controlledvocabulary.country.brunei_darussalam=Bruni Darussalam +controlledvocabulary.country.bulgaria=Bulgarie +controlledvocabulary.country.burkina_faso=Burkina Faso +controlledvocabulary.country.burundi=Burundi +controlledvocabulary.country.cambodia=Cambodge +controlledvocabulary.country.cameroon=Cameroun +controlledvocabulary.country.canada=Canada +controlledvocabulary.country.cape_verde=Cap-Vert +controlledvocabulary.country.cayman_islands=les Camans +controlledvocabulary.country.central_african_republic=Rpublique centrafricaine +controlledvocabulary.country.chad=Tchad +controlledvocabulary.country.chile=Chili +controlledvocabulary.country.china=Chine +controlledvocabulary.country.christmas_island=le Christmas +controlledvocabulary.country.cocos_(keeling)_islands=les Cocos (Keeling) +controlledvocabulary.country.colombia=Colombie +controlledvocabulary.country.comoros=Comores +controlledvocabulary.country.congo=Congo +controlledvocabulary.country.congo,_the_democratic_republic_of_the=Congo, Rpublique dmocratique du +controlledvocabulary.country.cook_islands=les Cook +controlledvocabulary.country.costa_rica=Costa Rica +controlledvocabulary.country.croatia=Croatie +controlledvocabulary.country.cuba=Cuba +controlledvocabulary.country.curacao=Curaao +controlledvocabulary.country.cyprus=Chypre +controlledvocabulary.country.czech_republic=Rpublique tchque +controlledvocabulary.country.cote_d'ivoire=Cte d'Ivoire +controlledvocabulary.country.denmark=Danemark +controlledvocabulary.country.djibouti=Djibouti +controlledvocabulary.country.dominica=Dominique +controlledvocabulary.country.dominican_republic=Rpublique dominicaine +controlledvocabulary.country.ecuador=quateur +controlledvocabulary.country.egypt=gypte +controlledvocabulary.country.el_salvador=El Salvador +controlledvocabulary.country.equatorial_guinea=Guine quatoriale +controlledvocabulary.country.eritrea=rythre +controlledvocabulary.country.estonia=Estonie +controlledvocabulary.country.ethiopia=thiopie +controlledvocabulary.country.falkland_islands_(malvinas)=les Falkland (Malouines) +controlledvocabulary.country.faroe_islands=les Fro +controlledvocabulary.country.fiji=Fidji +controlledvocabulary.country.finland=Finlande +controlledvocabulary.country.france=France +controlledvocabulary.country.french_guiana=Guyane franaise +controlledvocabulary.country.french_polynesia=Polynsie franaise +controlledvocabulary.country.french_southern_territories=Terres australes franaises +controlledvocabulary.country.gabon=Gabon +controlledvocabulary.country.gambia=Gambie +controlledvocabulary.country.georgia=Gorgie +controlledvocabulary.country.germany=Allemagne +controlledvocabulary.country.ghana=Ghana +controlledvocabulary.country.gibraltar=Gibraltar +controlledvocabulary.country.greece=Grce +controlledvocabulary.country.greenland=Groenland +controlledvocabulary.country.grenada=Grenade +controlledvocabulary.country.guadeloupe=Guadeloupe +controlledvocabulary.country.guam=Guam +controlledvocabulary.country.guatemala=Guatemala +controlledvocabulary.country.guernsey=Guernesey +controlledvocabulary.country.guinea=Guine +controlledvocabulary.country.guinea-bissau=Guine-Bissau +controlledvocabulary.country.guyana=Guyana +controlledvocabulary.country.haiti=Hati +controlledvocabulary.country.heard_island_and_mcdonald_islands=les Heard et McDonald +controlledvocabulary.country.holy_see_(vatican_city_state)=Saint-Sige (tat de la Cit du Vatican) +controlledvocabulary.country.honduras=Honduras +controlledvocabulary.country.hong_kong=Hong Kong +controlledvocabulary.country.hungary=Hongrie +controlledvocabulary.country.iceland=Islande +controlledvocabulary.country.india=Inde +controlledvocabulary.country.indonesia=Indonsie +controlledvocabulary.country.iran,_islamic_republic_of=Iran +controlledvocabulary.country.iraq=Iraq +controlledvocabulary.country.ireland=Irlande +controlledvocabulary.country.isle_of_man=le de Man +controlledvocabulary.country.israel=Isral +controlledvocabulary.country.italy=Italie +controlledvocabulary.country.jamaica=Jamaque +controlledvocabulary.country.japan=Japon +controlledvocabulary.country.jersey=Jersey +controlledvocabulary.country.jordan=Jordanie +controlledvocabulary.country.kazakhstan=Kazakhstan +controlledvocabulary.country.kenya=Kenya +controlledvocabulary.country.kiribati=Kiribati +controlledvocabulary.country.korea,_democratic_people's_republic_of=Core du Nord +controlledvocabulary.country.korea,_republic_of=Core du Sud +controlledvocabulary.country.kuwait=Kowet +controlledvocabulary.country.kyrgyzstan=Kirghizistan +controlledvocabulary.country.lao_people's_democratic_republic=Laos +controlledvocabulary.country.latvia=Lettonie +controlledvocabulary.country.lebanon=Liban +controlledvocabulary.country.lesotho=Lesotho +controlledvocabulary.country.liberia=Libria +controlledvocabulary.country.libya=Libye +controlledvocabulary.country.liechtenstein=Liechtenstein +controlledvocabulary.country.lithuania=Lituanie +controlledvocabulary.country.luxembourg=Luxembourg +controlledvocabulary.country.macao=Macao +controlledvocabulary.country.macedonia,_the_former_yugoslav_republic_of=Ancienne Rpublique yougoslave de Macdoine +controlledvocabulary.country.madagascar=Madagascar +controlledvocabulary.country.malawi=Malawi +controlledvocabulary.country.malaysia=Malaisie +controlledvocabulary.country.maldives=Maldives +controlledvocabulary.country.mali=Mali +controlledvocabulary.country.malta=Malte +controlledvocabulary.country.marshall_islands=les Marshall +controlledvocabulary.country.martinique=Martinique +controlledvocabulary.country.mauritania=Mauritanie +controlledvocabulary.country.mauritius=Maurice +controlledvocabulary.country.mayotte=Mayotte +controlledvocabulary.country.mexico=Mexique +controlledvocabulary.country.micronesia,_federated_states_of=Micronsie +controlledvocabulary.country.moldova,_republic_of=Moldavie +controlledvocabulary.country.monaco=Monaco +controlledvocabulary.country.mongolia=Mongolie +controlledvocabulary.country.montenegro=Montngro +controlledvocabulary.country.montserrat=Montserrat +controlledvocabulary.country.morocco=Maroc +controlledvocabulary.country.mozambique=Mozambique +controlledvocabulary.country.myanmar=Myanmar +controlledvocabulary.country.namibia=Namibie +controlledvocabulary.country.nauru=Nauru +controlledvocabulary.country.nepal=Npal +controlledvocabulary.country.netherlands=Pays-Bas +controlledvocabulary.country.new_caledonia=Nouvelle-Caldonie +controlledvocabulary.country.new_zealand=Nouvelle-Zlande +controlledvocabulary.country.nicaragua=Nicaragua +controlledvocabulary.country.niger=Niger +controlledvocabulary.country.nigeria=Nigeria +controlledvocabulary.country.niue=Niou +controlledvocabulary.country.norfolk_island=Norfolk +controlledvocabulary.country.northern_mariana_islands=Mariannes du Nord +controlledvocabulary.country.norway=Norvge +controlledvocabulary.country.oman=Oman +controlledvocabulary.country.pakistan=Pakistan +controlledvocabulary.country.palau=Palaos +controlledvocabulary.country.palestine,_state_of=Palestine +controlledvocabulary.country.panama=Panama +controlledvocabulary.country.papua_new_guinea=Papouasie-Nouvelle-Guine +controlledvocabulary.country.paraguay=Paraguay +controlledvocabulary.country.peru=Prou +controlledvocabulary.country.philippines=Philippines +controlledvocabulary.country.pitcairn=Pitcairn +controlledvocabulary.country.poland=Pologne +controlledvocabulary.country.portugal=Portugal +controlledvocabulary.country.puerto_rico=Porto Rico +controlledvocabulary.country.qatar=Qatar +controlledvocabulary.country.romania=Roumanie +controlledvocabulary.country.russian_federation=Russie +controlledvocabulary.country.rwanda=Rwanda +controlledvocabulary.country.reunion=Runion +controlledvocabulary.country.saint_barthelemy=Saint-Barthlemy +controlledvocabulary.country.saint_helena,_ascension_and_tristan_da_cunha=Sainte-Hlne, Ponape et Tristan da Cunha +controlledvocabulary.country.saint_kitts_and_nevis=Saint-Kitts-et-Nevis +controlledvocabulary.country.saint_lucia=Sainte-Lucie +controlledvocabulary.country.saint_martin_(french_part)=Saint-Martin (partie franaise) +controlledvocabulary.country.saint_pierre_and_miquelon=Saint-Pierre et Miquelon +controlledvocabulary.country.saint_vincent_and_the_grenadines=Saint-Vincent-et-les Grenadines +controlledvocabulary.country.samoa=Samoa +controlledvocabulary.country.san_marino=Saint-Marin +controlledvocabulary.country.sao_tome_and_principe=Sao Tom-et-Principe +controlledvocabulary.country.saudi_arabia=Arabie saoudite +controlledvocabulary.country.senegal=Sngal +controlledvocabulary.country.serbia=Serbie +controlledvocabulary.country.seychelles=Seychelles +controlledvocabulary.country.sierra_leone=Sierra Leone +controlledvocabulary.country.singapore=Singapour +controlledvocabulary.country.sint_maarten_(dutch_part)=Saint-Martin (partie nerlandaise) +controlledvocabulary.country.slovakia=Slovaquie +controlledvocabulary.country.slovenia=Slovnie +controlledvocabulary.country.solomon_islands=les Salomon +controlledvocabulary.country.somalia=Somalie +controlledvocabulary.country.south_africa=Afrique du Sud +controlledvocabulary.country.south_georgia_and_the_south_sandwich_islands=Gorgie du Sud et les les Sandwich du Sud +controlledvocabulary.country.south_sudan=Soudan du Sud +controlledvocabulary.country.spain=Espagne +controlledvocabulary.country.sri_lanka=Sri Lanka +controlledvocabulary.country.sudan=Soudan +controlledvocabulary.country.suriname=Suriname +controlledvocabulary.country.svalbard_and_jan_mayen=Svalbard et le de Jan Mayen +controlledvocabulary.country.swaziland=Swaziland +controlledvocabulary.country.sweden=Sude +controlledvocabulary.country.switzerland=Suisse +controlledvocabulary.country.syrian_arab_republic=Syrie +controlledvocabulary.country.taiwan,_province_of_china=Tawan, province de Chine +controlledvocabulary.country.tajikistan=Tadjikistan +controlledvocabulary.country.tanzania,_united_republic_of=Tanzanie +controlledvocabulary.country.thailand=Thalande +controlledvocabulary.country.timor-leste=Timor-Leste +controlledvocabulary.country.togo=Togo +controlledvocabulary.country.tokelau=Tokelau +controlledvocabulary.country.tonga=Tonga +controlledvocabulary.country.trinidad_and_tobago=Trinit-et-Tobago +controlledvocabulary.country.tunisia=Tunisie +controlledvocabulary.country.turkey=Turquie +controlledvocabulary.country.turkmenistan=Turkmnistan +controlledvocabulary.country.turks_and_caicos_islands=les Turks et Caicos +controlledvocabulary.country.tuvalu=Tuvalu +controlledvocabulary.country.uganda=Ouganda +controlledvocabulary.country.ukraine=Ukraine +controlledvocabulary.country.united_arab_emirates=mirats arabes unis +controlledvocabulary.country.united_kingdom=Royaume-Uni +controlledvocabulary.country.united_states=tats-Unis +controlledvocabulary.country.united_states_minor_outlying_islands=Petites les excentriques des tats-Unis +controlledvocabulary.country.uruguay=Uruguay +controlledvocabulary.country.uzbekistan=Ouzbkistan +controlledvocabulary.country.vanuatu=Vanuatu +controlledvocabulary.country.venezuela,_bolivarian_republic_of=Venezuela +controlledvocabulary.country.viet_nam=Vietnam +controlledvocabulary.country.virgin_islands,_british=les Vierges britanniques +controlledvocabulary.country.virgin_islands,_u.s.=les Vierges amricaine +controlledvocabulary.country.wallis_and_futuna=Wallis-et-Futuna +controlledvocabulary.country.western_sahara=Rpublique arabe sahraouie dmocratique +controlledvocabulary.country.yemen=Ymen +controlledvocabulary.country.zambia=Zambie +controlledvocabulary.country.zimbabwe=Zimbabwe +controlledvocabulary.country.aland_islands=land \ No newline at end of file diff --git a/src/main/java/journal.properties b/src/main/java/journal.properties new file mode 100644 index 00000000000..e17a9bd6d89 --- /dev/null +++ b/src/main/java/journal.properties @@ -0,0 +1,49 @@ +metadatablock.name=journal +metadatablock.displayName=Journal Metadata +datasetfieldtype.journalVolumeIssue.title=Journal +datasetfieldtype.journalVolume.title=Volume +datasetfieldtype.journalIssue.title=Issue +datasetfieldtype.journalPubDate.title=Publication Date +datasetfieldtype.journalArticleType.title=Type of Article +datasetfieldtype.journalVolumeIssue.description=Indicates the volume, issue and date of a journal, which this Dataset is associated with. +datasetfieldtype.journalVolume.description=The journal volume which this Dataset is associated with (e.g., Volume 4). +datasetfieldtype.journalIssue.description=The journal issue number which this Dataset is associated with (e.g., Number 2, Autumn). +datasetfieldtype.journalPubDate.description=The publication date for this journal volume/issue, which this Dataset is associated with (e.g., 1999). +datasetfieldtype.journalArticleType.description=Indicates what kind of article this is, for example, a research article, a commentary, a book or product review, a case report, a calendar, etc (based on JATS). +datasetfieldtype.journalVolumeIssue.watermark= +datasetfieldtype.journalVolume.watermark= +datasetfieldtype.journalIssue.watermark= +datasetfieldtype.journalPubDate.watermark=YYYY or YYYY-MM or YYYY-MM-DD +datasetfieldtype.journalArticleType.watermark= +controlledvocabulary.journalArticleType.abstract=abstract +controlledvocabulary.journalArticleType.addendum=addendum +controlledvocabulary.journalArticleType.announcement=announcement +controlledvocabulary.journalArticleType.article-commentary=article-commentary +controlledvocabulary.journalArticleType.book_review=book review +controlledvocabulary.journalArticleType.books_received=books received +controlledvocabulary.journalArticleType.brief_report=brief report +controlledvocabulary.journalArticleType.calendar=calendar +controlledvocabulary.journalArticleType.case_report=case report +controlledvocabulary.journalArticleType.collection=collection +controlledvocabulary.journalArticleType.correction=correction +controlledvocabulary.journalArticleType.data_paper=data paper +controlledvocabulary.journalArticleType.discussion=discussion +controlledvocabulary.journalArticleType.dissertation=dissertation +controlledvocabulary.journalArticleType.editorial=editorial +controlledvocabulary.journalArticleType.in_brief=in brief +controlledvocabulary.journalArticleType.introduction=introduction +controlledvocabulary.journalArticleType.letter=letter +controlledvocabulary.journalArticleType.meeting_report=meeting report +controlledvocabulary.journalArticleType.news=news +controlledvocabulary.journalArticleType.obituary=obituary +controlledvocabulary.journalArticleType.oration=oration +controlledvocabulary.journalArticleType.partial_retraction=partial retraction +controlledvocabulary.journalArticleType.product_review=product review +controlledvocabulary.journalArticleType.rapid_communication=rapid communication +controlledvocabulary.journalArticleType.reply=reply +controlledvocabulary.journalArticleType.reprint=reprint +controlledvocabulary.journalArticleType.research_article=research article +controlledvocabulary.journalArticleType.retraction=retraction +controlledvocabulary.journalArticleType.review_article=review article +controlledvocabulary.journalArticleType.translation=translation +controlledvocabulary.journalArticleType.other=other \ No newline at end of file diff --git a/src/main/java/journal_fr.properties b/src/main/java/journal_fr.properties new file mode 100644 index 00000000000..f656f2310dc --- /dev/null +++ b/src/main/java/journal_fr.properties @@ -0,0 +1,49 @@ +metadatablock.name=journal +metadatablock.displayName=Mtadonnes lies la revue +datasetfieldtype.journalVolumeIssue.title=Revue +datasetfieldtype.journalVolume.title=Volume +datasetfieldtype.journalIssue.title=Numro +datasetfieldtype.journalPubDate.title=Date de publication +datasetfieldtype.journalArticleType.title=Type d'article +datasetfieldtype.journalVolumeIssue.description=Comprend le volume, le numro et la date de publication de la revue laquelle cet ensemble de donnes est associ. +datasetfieldtype.journalVolume.description=Volume de la revue associ cet ensemble de donnes (p.ex. le volume4). +datasetfieldtype.journalIssue.description=Numro de la revue associ cet ensemble de donnes (p.ex. numro 2, automne). +datasetfieldtype.journalPubDate.description=Date de publication du volume/numro de cette revue associ cet ensemble de donnes (p.ex. 1999). +datasetfieldtype.journalArticleType.description=Indique le type d'article dont il s'agit, par exemple un article de recherche, un commentaire, une critique de livre ou de produit, une tude de cas, un calendrier, etc. (en fonction du JATS) +datasetfieldtype.journalVolumeIssue.watermark= +datasetfieldtype.journalVolume.watermark= +datasetfieldtype.journalIssue.watermark= +datasetfieldtype.journalPubDate.watermark=AAAA ou AAAA-MM ou AAAA-MM-JJ +datasetfieldtype.journalArticleType.watermark= +controlledvocabulary.journalArticleType.abstract=Rsum +controlledvocabulary.journalArticleType.addendum=Addenda +controlledvocabulary.journalArticleType.announcement=Annonce +controlledvocabulary.journalArticleType.article-commentary=Article-commentaire +controlledvocabulary.journalArticleType.book_review=Critique de livre +controlledvocabulary.journalArticleType.books_received=Livres reus +controlledvocabulary.journalArticleType.brief_report=Rapport sommaire +controlledvocabulary.journalArticleType.calendar=Calendrier +controlledvocabulary.journalArticleType.case_report=tude de cas +controlledvocabulary.journalArticleType.collection=Collection +controlledvocabulary.journalArticleType.correction=Correction +controlledvocabulary.journalArticleType.data_paper=Document sur les donnes +controlledvocabulary.journalArticleType.discussion=Discussion +controlledvocabulary.journalArticleType.dissertation=Dissertation +controlledvocabulary.journalArticleType.editorial=ditorial +controlledvocabulary.journalArticleType.in_brief=En rsum +controlledvocabulary.journalArticleType.introduction=Introduction +controlledvocabulary.journalArticleType.letter=Lettre +controlledvocabulary.journalArticleType.meeting_report=Rapport de runion +controlledvocabulary.journalArticleType.news=Nouvelles +controlledvocabulary.journalArticleType.obituary=Article ncrologique +controlledvocabulary.journalArticleType.oration=Discours +controlledvocabulary.journalArticleType.partial_retraction=Rtractation partielle +controlledvocabulary.journalArticleType.product_review=Examen des produits +controlledvocabulary.journalArticleType.rapid_communication=Communication rapide +controlledvocabulary.journalArticleType.reply=Rponse +controlledvocabulary.journalArticleType.reprint=Rimpression +controlledvocabulary.journalArticleType.research_article=Article de recherche +controlledvocabulary.journalArticleType.retraction=Rtractation +controlledvocabulary.journalArticleType.review_article=Mise au point +controlledvocabulary.journalArticleType.translation=Traduction +controlledvocabulary.journalArticleType.other=Autre \ No newline at end of file diff --git a/src/main/java/socialscience.properties b/src/main/java/socialscience.properties new file mode 100644 index 00000000000..0e8ef33e549 --- /dev/null +++ b/src/main/java/socialscience.properties @@ -0,0 +1,80 @@ +metadatablock.name=socialscience +metadatablock.displayName=Social Science and Humanities Metadata +datasetfieldtype.unitOfAnalysis.title=Unit of Analysis +datasetfieldtype.universe.title=Universe +datasetfieldtype.timeMethod.title=Time Method +datasetfieldtype.dataCollector.title=Data Collector +datasetfieldtype.collectorTraining.title=Collector Training +datasetfieldtype.frequencyOfDataCollection.title=Frequency +datasetfieldtype.samplingProcedure.title=Sampling Procedure +datasetfieldtype.targetSampleSize.title=Target Sample Size +datasetfieldtype.targetSampleActualSize.title=Actual +datasetfieldtype.targetSampleSizeFormula.title=Formula +datasetfieldtype.deviationsFromSampleDesign.title=Major Deviations for Sample Design +datasetfieldtype.collectionMode.title=Collection Mode +datasetfieldtype.researchInstrument.title=Type of Research Instrument +datasetfieldtype.dataCollectionSituation.title=Characteristics of Data Collection Situation +datasetfieldtype.actionsToMinimizeLoss.title=Actions to Minimize Losses +datasetfieldtype.controlOperations.title=Control Operations +datasetfieldtype.weighting.title=Weighting +datasetfieldtype.cleaningOperations.title=Cleaning Operations +datasetfieldtype.datasetLevelErrorNotes.title=Study Level Error Notes +datasetfieldtype.responseRate.title=Response Rate +datasetfieldtype.samplingErrorEstimates.title=Estimates of Sampling Error +datasetfieldtype.otherDataAppraisal.title=Other Forms of Data Appraisal +datasetfieldtype.socialScienceNotes.title=Notes +datasetfieldtype.socialScienceNotesType.title=Type +datasetfieldtype.socialScienceNotesSubject.title=Subject +datasetfieldtype.socialScienceNotesText.title=Text +datasetfieldtype.unitOfAnalysis.description=Basic unit of analysis or observation that this Dataset describes, such as individuals, families/households, groups, institutions/organizations, administrative units, and more. For information about the DDI's controlled vocabulary for this element, please refer to the DDI web page at http://www.ddialliance.org/Specification/DDI-CV/. +datasetfieldtype.universe.description=Description of the population covered by the data in the file; the group of people or other elements that are the object of the study and to which the study results refer. Age, nationality, and residence commonly help to delineate a given universe, but any number of other factors may be used, such as age limits, sex, marital status, race, ethnic group, nationality, income, veteran status, criminal convictions, and more. The universe may consist of elements other than persons, such as housing units, court cases, deaths, countries, and so on. In general, it should be possible to tell from the description of the universe whether a given individual or element is a member of the population under study. Also known as the universe of interest, population of interest, and target population. +datasetfieldtype.timeMethod.description=The time method or time dimension of the data collection, such as panel, cross-sectional, trend, time- series, or other. +datasetfieldtype.dataCollector.description=Individual, agency or organization responsible for administering the questionnaire or interview or compiling the data. +datasetfieldtype.collectorTraining.description=Type of training provided to the data collector +datasetfieldtype.frequencyOfDataCollection.description=If the data collected includes more than one point in time, indicate the frequency with which the data was collected; that is, monthly, quarterly, or other. +datasetfieldtype.samplingProcedure.description=Type of sample and sample design used to select the survey respondents to represent the population. May include reference to the target sample size and the sampling fraction. +datasetfieldtype.targetSampleSize.description=Specific information regarding the target sample size, actual sample size, and the formula used to determine this. +datasetfieldtype.targetSampleActualSize.description=Actual sample size. +datasetfieldtype.targetSampleSizeFormula.description=Formula used to determine target sample size. +datasetfieldtype.deviationsFromSampleDesign.description=Show correspondence as well as discrepancies between the sampled units (obtained) and available statistics for the population (age, sex-ratio, marital status, etc.) as a whole. +datasetfieldtype.collectionMode.description=Method used to collect the data; instrumentation characteristics (e.g., telephone interview, mail questionnaire, or other). +datasetfieldtype.researchInstrument.description=Type of data collection instrument used. Structured indicates an instrument in which all respondents are asked the same questions/tests, possibly with precoded answers. If a small portion of such a questionnaire includes open-ended questions, provide appropriate comments. Semi-structured indicates that the research instrument contains mainly open-ended questions. Unstructured indicates that in-depth interviews were conducted. +datasetfieldtype.dataCollectionSituation.description=Description of noteworthy aspects of the data collection situation. Includes information on factors such as cooperativeness of respondents, duration of interviews, number of call backs, or similar. +datasetfieldtype.actionsToMinimizeLoss.description=Summary of actions taken to minimize data loss. Include information on actions such as follow-up visits, supervisory checks, historical matching, estimation, and so on. +datasetfieldtype.controlOperations.description=Control OperationsMethods to facilitate data control performed by the primary investigator or by the data archive. +datasetfieldtype.weighting.description=The use of sampling procedures might make it necessary to apply weights to produce accurate statistical results. Describes the criteria for using weights in analysis of a collection. If a weighting formula or coefficient was developed, the formula is provided, its elements are defined, and it is indicated how the formula was applied to the data. +datasetfieldtype.cleaningOperations.description=Methods used to clean the data collection, such as consistency checking, wildcode checking, or other. +datasetfieldtype.datasetLevelErrorNotes.description=Note element used for any information annotating or clarifying the methodology and processing of the study. +datasetfieldtype.responseRate.description=Percentage of sample members who provided information. +datasetfieldtype.samplingErrorEstimates.description=Measure of how precisely one can estimate a population value from a given sample. +datasetfieldtype.otherDataAppraisal.description=Other issues pertaining to the data appraisal. Describe issues such as response variance, nonresponse rate and testing for bias, interviewer and response bias, confidence levels, question bias, or similar. +datasetfieldtype.socialScienceNotes.description=General notes about this Dataset. +datasetfieldtype.socialScienceNotesType.description=Type of note. +datasetfieldtype.socialScienceNotesSubject.description=Note subject. +datasetfieldtype.socialScienceNotesText.description=Text for this note. +datasetfieldtype.unitOfAnalysis.watermark= +datasetfieldtype.universe.watermark= +datasetfieldtype.timeMethod.watermark= +datasetfieldtype.dataCollector.watermark=FamilyName, GivenName or Organization +datasetfieldtype.collectorTraining.watermark= +datasetfieldtype.frequencyOfDataCollection.watermark= +datasetfieldtype.samplingProcedure.watermark= +datasetfieldtype.targetSampleSize.watermark= +datasetfieldtype.targetSampleActualSize.watermark=Enter an integer... +datasetfieldtype.targetSampleSizeFormula.watermark= +datasetfieldtype.deviationsFromSampleDesign.watermark= +datasetfieldtype.collectionMode.watermark= +datasetfieldtype.researchInstrument.watermark= +datasetfieldtype.dataCollectionSituation.watermark= +datasetfieldtype.actionsToMinimizeLoss.watermark= +datasetfieldtype.controlOperations.watermark= +datasetfieldtype.weighting.watermark= +datasetfieldtype.cleaningOperations.watermark= +datasetfieldtype.datasetLevelErrorNotes.watermark= +datasetfieldtype.responseRate.watermark= +datasetfieldtype.samplingErrorEstimates.watermark= +datasetfieldtype.otherDataAppraisal.watermark= +datasetfieldtype.socialScienceNotes.watermark= +datasetfieldtype.socialScienceNotesType.watermark= +datasetfieldtype.socialScienceNotesSubject.watermark= +datasetfieldtype.socialScienceNotesText.watermark= \ No newline at end of file diff --git a/src/main/java/socialscience_fr.properties b/src/main/java/socialscience_fr.properties new file mode 100644 index 00000000000..82a4186f474 --- /dev/null +++ b/src/main/java/socialscience_fr.properties @@ -0,0 +1,80 @@ +metadatablock.name=socialscience +metadatablock.displayName=Mtadonnes sur les sciences sociales et les sciences humaines +datasetfieldtype.unitOfAnalysis.title=Unit d'analyse +datasetfieldtype.universe.title=Univers +datasetfieldtype.timeMethod.title=Mthode temporelle +datasetfieldtype.dataCollector.title=Responsable de la collecte de donnes +datasetfieldtype.collectorTraining.title=Formation du responsable de la collecte de donnes +datasetfieldtype.frequencyOfDataCollection.title=Frquence +datasetfieldtype.samplingProcedure.title=Mthode d?chantillonnage +datasetfieldtype.targetSampleSize.title=Taille de l'chantillon cible +datasetfieldtype.targetSampleActualSize.title=Relle +datasetfieldtype.targetSampleSizeFormula.title=Formule +datasetfieldtype.deviationsFromSampleDesign.title=carts importants pour le plan d'chantillonnage +datasetfieldtype.collectionMode.title=Mode de collecte +datasetfieldtype.researchInstrument.title=Type d'instrument de recherche +datasetfieldtype.dataCollectionSituation.title=Caractristiques de la collecte de donnes +datasetfieldtype.actionsToMinimizeLoss.title=Mesures visant minimiser les pertes +datasetfieldtype.controlOperations.title=Oprations de contrle +datasetfieldtype.weighting.title=Pondration +datasetfieldtype.cleaningOperations.title=Oprations de nettoyage +datasetfieldtype.datasetLevelErrorNotes.title=Remarques gnrales d'erreur +datasetfieldtype.responseRate.title=Taux de rponse +datasetfieldtype.samplingErrorEstimates.title=Estimation de l'erreur d'chantillonnage +datasetfieldtype.otherDataAppraisal.title=Autres formes d'valuation des donnes +datasetfieldtype.socialScienceNotes.title=Remarques +datasetfieldtype.socialScienceNotesType.title=Type +datasetfieldtype.socialScienceNotesSubject.title=Objet +datasetfieldtype.socialScienceNotesText.title=Texte +datasetfieldtype.unitOfAnalysis.description=Unit de base pour l'analyse ou l'observation dcrite par cet ensemble de donnes, comme les personnes, familles/mnages, groupes, tablissements/organisations, units administratives et autres. Pour de l'information sur le vocabulaire contrl de la DDI pour cet lment, visiter la page Web de la DDI l'adresse http://www.ddialliance.org/Specification/DDI-CV/ (en anglais). +datasetfieldtype.universe.description=Description de la population couverte par les donnes contenues dans le fichier; le groupe de personnes ou autres lments qui constituent l?objet de l?enqute et auxquels les rsultats de l?enqute font rfrence. L?ge, la nationalit et le lieu de rsidence sont communment employs pour dlimiter un univers donn mais n?importe quel facteur peut tre invoqu comme les limites d?ge, le sexe, l?tat matrimonial, la race, le groupe ethnique, la nationalit, le revenu, le statut d?ancien combattant, les condamnations au criminel et autres. L'univers peut comprendre des lments autres que des personnes, comme le logement, les affaires judiciaires, les dcs, les pays, etc. En gnral, il doit tre possible de dire, partir de la description de l'univers, dans quelle mesure une personne ou un lment donn est membre de la population tudie. L?univers c?est aussi les centres d?intrt, la population d'intrt, la population cible. +datasetfieldtype.timeMethod.description=Mthode temporelle utilise ou dimension temporelle de la collecte des donnes (mthode par panel, transversale, chronologique, srie temporelle ou autre). +datasetfieldtype.dataCollector.description=Personne, organisme ou organisation responsable de l?administration du questionnaire, de l?entrevue ou de la compilation des donnes. +datasetfieldtype.collectorTraining.description=Type de formation offerte au responsable de la collecte de donnes. +datasetfieldtype.frequencyOfDataCollection.description=Si les donnes ont t recueillies plus d?un point dans le temps, indiquer la frquence laquelle les donnes ont t recueillies, par ex. tous les mois, tous les trimestres ou autre. +datasetfieldtype.samplingProcedure.description=Le type d?chantillon et le plan d?chantillonnage utiliss pour slectionner les rpondants l?enqute afin de reprsenter la population. Des indications sur la taille de l?chantillon cible et des fractions de l?chantillon peuvent tre mentionnes. +datasetfieldtype.targetSampleSize.description=Des renseignements prcis sur la taille de l'chantillon cible, la taille relle de l'chantillon et la formule utilise pour dtermine la taille. +datasetfieldtype.targetSampleActualSize.description=Taille relle de l'chantillon +datasetfieldtype.targetSampleSizeFormula.description=Formule utilise pour dterminer la taille relle de l'chantillon. +datasetfieldtype.deviationsFromSampleDesign.description=Indiquent les correspondances et les carts entre les units chantillonnes (obtenues) et les statistiques disponibles pour la population (ge, rapport hommes-femmes, situation familiale) dans son ensemble. +datasetfieldtype.collectionMode.description=Mthode de collecte des donnes; caractristiques de l'instrument (p. ex. entrevue tlphonique, questionnaire envoy par la poste ou autre). +datasetfieldtype.researchInstrument.description=Type d'instrument utilis pour la collecte de donnes. Un instrument structur correspond un instrument o tous les rpondants doivent rpondre aux mmes questions ou faire les mmes tests, comportant possiblement des rponses codes. Si une petite partie d'un tel questionnaire comprend des questions ouvertes, fournir des informations ce sujet. Un instrument semi-structur indique que l'instrument de recherche comprend principalement des questions ouvertes. Un instrument non structur indique que des entrevues approfondies ont t ralises. +datasetfieldtype.dataCollectionSituation.description=Description des aspects notables de la collecte des donnes. Comprend des renseignements sur les facteurs comme le degr de coopration des rpondants, la dure des entrevues, le nombre de rappels ou des lments similaires. +datasetfieldtype.actionsToMinimizeLoss.description=Rsum des mesures prises pour minimiser la perte de donnes. Comprend des renseignements sur les mesures comme les visites de suivi, les vrifications de surveillance, l'tablissement de correspondances historiques, les estimations, etc. +datasetfieldtype.controlOperations.description=Mthodes utilises par le chercheur principal ou par les gestionnaires du dpt de donnes.pour faciliter le contrle des donnes. +datasetfieldtype.weighting.description=La procdure d?chantillonnage utilise peut ncessiter l?application d?une pondration afin d?obtenir une plus grande prcision des rsultats statistiques. Dcrit les critres d?utilisation des pondrations employs dans l?analyse d?une collecte. Si un coefficient ou une formule de pondration est tabli, la formule est fournie, ses lments sont dfinis et la faon d'appliquer la formule aux donnes est indique. +datasetfieldtype.cleaningOperations.description=Mthodes utilises pour nettoyer les donnes comme la vrification de la cohrence, la vrification de code non valide ou autre. +datasetfieldtype.datasetLevelErrorNotes.description=Remarque utile pour annoter ou clarifier la mthode et le traitement de l'enqute. +datasetfieldtype.responseRate.description=Pourcentage des membres de l'chantillon ayant fourni des renseignements. +datasetfieldtype.samplingErrorEstimates.description=Mesure le degr de prcision selon lequel on peut estimer la valeur de la population pour un chantillon donn. +datasetfieldtype.otherDataAppraisal.description=Autres questions lies l'valuation des donnes. Dcrit les questions comme la variance de rponse, le taux de non-rponse et la vrification de la partialit, la partialit de l'enquteur et de la rponse, le niveau de confiance, la partialit de la question ou autre lment similaire. +datasetfieldtype.socialScienceNotes.description=Renseignements gnraux sur cet ensemble de donnes. +datasetfieldtype.socialScienceNotesType.description=Type de remarque +datasetfieldtype.socialScienceNotesSubject.description=Objet de la remarque +datasetfieldtype.socialScienceNotesText.description=Texte pour cette remarque +datasetfieldtype.unitOfAnalysis.watermark= +datasetfieldtype.universe.watermark= +datasetfieldtype.timeMethod.watermark= +datasetfieldtype.dataCollector.watermark=Nom, prnom ou nom de l'organisation +datasetfieldtype.collectorTraining.watermark= +datasetfieldtype.frequencyOfDataCollection.watermark= +datasetfieldtype.samplingProcedure.watermark= +datasetfieldtype.targetSampleSize.watermark= +datasetfieldtype.targetSampleActualSize.watermark=Entrer un nombre entier\u2026 +datasetfieldtype.targetSampleSizeFormula.watermark= +datasetfieldtype.deviationsFromSampleDesign.watermark= +datasetfieldtype.collectionMode.watermark= +datasetfieldtype.researchInstrument.watermark= +datasetfieldtype.dataCollectionSituation.watermark= +datasetfieldtype.actionsToMinimizeLoss.watermark= +datasetfieldtype.controlOperations.watermark= +datasetfieldtype.weighting.watermark= +datasetfieldtype.cleaningOperations.watermark= +datasetfieldtype.datasetLevelErrorNotes.watermark= +datasetfieldtype.responseRate.watermark= +datasetfieldtype.samplingErrorEstimates.watermark= +datasetfieldtype.otherDataAppraisal.watermark= +datasetfieldtype.socialScienceNotes.watermark= +datasetfieldtype.socialScienceNotesType.watermark= +datasetfieldtype.socialScienceNotesSubject.watermark= +datasetfieldtype.socialScienceNotesText.watermark= \ No newline at end of file From 3c5c24b7f485c31fe5a66c3d79031f7a132d6e24 Mon Sep 17 00:00:00 2001 From: chenganj Date: Wed, 7 Nov 2018 14:23:24 -0500 Subject: [PATCH 02/18] Modified the files to show different language values in the UI for the displayName of Metadata Block --- .../java/edu/harvard/iq/dataverse/MetadataBlock.java | 10 ++++++++-- src/main/webapp/dataset.xhtml | 2 +- src/main/webapp/dataverse.xhtml | 4 ++-- src/main/webapp/metadataFragment.xhtml | 4 ++-- src/main/webapp/search/advanced.xhtml | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/main/java/edu/harvard/iq/dataverse/MetadataBlock.java b/src/main/java/edu/harvard/iq/dataverse/MetadataBlock.java index 9d6b8dd9651..82f99b4351f 100644 --- a/src/main/java/edu/harvard/iq/dataverse/MetadataBlock.java +++ b/src/main/java/edu/harvard/iq/dataverse/MetadataBlock.java @@ -1,5 +1,7 @@ package edu.harvard.iq.dataverse; +import edu.harvard.iq.dataverse.util.BundleUtil; + import java.io.Serializable; import java.util.List; import java.util.Objects; @@ -178,6 +180,10 @@ public boolean equals(Object object) { @Override public String toString() { return "edu.harvard.iq.dataverse.MetadataBlock[ id=" + id + " ]"; - } - + } + + public String getLocaleDisplayName() + { + return BundleUtil.getStringFromPropertyFile("metadatablock.displayName", getName()); + } } diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml index 8b2c0878dd0..96284d162b7 100755 --- a/src/main/webapp/dataset.xhtml +++ b/src/main/webapp/dataset.xhtml @@ -864,7 +864,7 @@
- +
diff --git a/src/main/webapp/dataverse.xhtml b/src/main/webapp/dataverse.xhtml index 315474259e8..c1b46b4a608 100644 --- a/src/main/webapp/dataverse.xhtml +++ b/src/main/webapp/dataverse.xhtml @@ -241,7 +241,7 @@ - - + diff --git a/src/main/webapp/metadataFragment.xhtml b/src/main/webapp/metadataFragment.xhtml index 71e9b880fb8..1ef0911b437 100755 --- a/src/main/webapp/metadataFragment.xhtml +++ b/src/main/webapp/metadataFragment.xhtml @@ -13,7 +13,7 @@ var="metadataBlockVal" varStatus="block">
- #{metadataBlockVal.key.displayName}   + #{metadataBlockVal.key.localeDisplayName}