-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2142 from dzhw/release
Release v1.0.82
- Loading branch information
Showing
289 changed files
with
25,337 additions
and
14,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,6 +287,10 @@ module.exports = function(grunt) { | |
'Possible misuse of “aria-label”. (If you disagree with this ' + | ||
'warning, file an issue report or send e-mail to ' + | ||
'[email protected].)', | ||
'Attribute “layout-gt-md” not allowed on element “div” at this ' + | ||
'point.', | ||
'Attribute “layout-gt-lg” not allowed on element “div” at this ' + | ||
'point.', | ||
'Element “a” is missing required attribute “href”' | ||
], | ||
customattrs: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
288 changes: 288 additions & 0 deletions
288
.../eu/dzhw/fdz/metadatamanagement/instrumentmanagement/domain/CollectionModes.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,288 @@ | ||
CollectionModes | ||
=============== | ||
|
||
.. java:package:: eu.dzhw.fdz.metadatamanagement.instrumentmanagement.domain | ||
:noindex: | ||
|
||
.. java:type:: public class CollectionModes | ||
The procedure, technique, or mode of inquiry used to attain the data. Used by DARA as collection mode type and harvested by the VFDB. | ||
|
||
Fields | ||
------ | ||
AGGREGATION | ||
^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String AGGREGATION | ||
:outertype: CollectionModes | ||
|
||
COMPILATIONSYNTHESIS | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String COMPILATIONSYNTHESIS | ||
:outertype: CollectionModes | ||
|
||
CONTENTCODING | ||
^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String CONTENTCODING | ||
:outertype: CollectionModes | ||
|
||
EXPERIMENT | ||
^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String EXPERIMENT | ||
:outertype: CollectionModes | ||
|
||
EXPERIMENT_FIELDINTERVENTION | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String EXPERIMENT_FIELDINTERVENTION | ||
:outertype: CollectionModes | ||
|
||
EXPERIMENT_LABORATORY | ||
^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String EXPERIMENT_LABORATORY | ||
:outertype: CollectionModes | ||
|
||
EXPERIMENT_WEBBASED | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String EXPERIMENT_WEBBASED | ||
:outertype: CollectionModes | ||
|
||
FOCUSGROUP | ||
^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String FOCUSGROUP | ||
:outertype: CollectionModes | ||
|
||
FOCUSGROUP_FACETOFACE | ||
^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String FOCUSGROUP_FACETOFACE | ||
:outertype: CollectionModes | ||
|
||
FOCUSGROUP_ONLINE | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String FOCUSGROUP_ONLINE | ||
:outertype: CollectionModes | ||
|
||
FOCUSGROUP_TELEPHONE | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String FOCUSGROUP_TELEPHONE | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW | ||
^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_EMAIL | ||
^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_EMAIL | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_FACETOFACE | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_FACETOFACE | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_FACETOFACE_CAPICAMI | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_FACETOFACE_CAPICAMI | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_FACETOFACE_PAPI | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_FACETOFACE_PAPI | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_TELEPHONE | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_TELEPHONE | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_TELEPHONE_CATI | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_TELEPHONE_CATI | ||
:outertype: CollectionModes | ||
|
||
INTERVIEW_WEBBASED | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String INTERVIEW_WEBBASED | ||
:outertype: CollectionModes | ||
|
||
MEASUREMENTSANDTESTS | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String MEASUREMENTSANDTESTS | ||
:outertype: CollectionModes | ||
|
||
MEASUREMENTSANDTESTS_EDUCATIONAL | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String MEASUREMENTSANDTESTS_EDUCATIONAL | ||
:outertype: CollectionModes | ||
|
||
MEASUREMENTSANDTESTS_PHYSICAL | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String MEASUREMENTSANDTESTS_PHYSICAL | ||
:outertype: CollectionModes | ||
|
||
MEASUREMENTSANDTESTS_PSYCHOLOGICAL | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String MEASUREMENTSANDTESTS_PSYCHOLOGICAL | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION | ||
^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_COMPUTERBASED | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_COMPUTERBASED | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_FIELD | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_FIELD | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_FIELD_NONPARTICIPANT | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_FIELD_NONPARTICIPANT | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_FIELD_PARTICIPANT | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_FIELD_PARTICIPANT | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_LABARATORY | ||
^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_LABARATORY | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_LABARATORY_NONPARTICIPANT | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_LABARATORY_NONPARTICIPANT | ||
:outertype: CollectionModes | ||
|
||
OBSERVATION_LABARATORY_PARTICIPANT | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String OBSERVATION_LABARATORY_PARTICIPANT | ||
:outertype: CollectionModes | ||
|
||
OTHER | ||
^^^^^ | ||
|
||
.. java:field:: public static final String OTHER | ||
:outertype: CollectionModes | ||
|
||
RECORDING | ||
^^^^^^^^^ | ||
|
||
.. java:field:: public static final String RECORDING | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDQUESTIONNAIRE | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDQUESTIONNAIRE | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDQUESTIONNAIRE_COMPUTERASSISTED | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDQUESTIONNAIRE_COMPUTERASSISTED | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDQUESTIONNAIRE_EMAIL | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDQUESTIONNAIRE_EMAIL | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDQUESTIONNAIRE_PAPER | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDQUESTIONNAIRE_PAPER | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDQUESTIONNAIRE_SMSORMMS | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDQUESTIONNAIRE_SMSORMMS | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDQUESTIONNAIRE_WEBBASED | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDQUESTIONNAIRE_WEBBASED | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDWRITINGSANDDIARIES | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDWRITINGSANDDIARIES | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDWRITINGSANDDIARIES_EMAIL | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDWRITINGSANDDIARIES_EMAIL | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDWRITINGSANDDIARIES_PAPER | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDWRITINGSANDDIARIES_PAPER | ||
:outertype: CollectionModes | ||
|
||
SELFADMINISTEREDWRITINGSANDDIARIES_WEBBASED | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SELFADMINISTEREDWRITINGSANDDIARIES_WEBBASED | ||
:outertype: CollectionModes | ||
|
||
SIMULATION | ||
^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String SIMULATION | ||
:outertype: CollectionModes | ||
|
||
SUMMARY | ||
^^^^^^^ | ||
|
||
.. java:field:: public static final String SUMMARY | ||
:outertype: CollectionModes | ||
|
||
TRANSCRIPTION | ||
^^^^^^^^^^^^^ | ||
|
||
.. java:field:: public static final String TRANSCRIPTION | ||
:outertype: CollectionModes | ||
|
Oops, something went wrong.