summaryrefslogtreecommitdiff
path: root/src/local/domain/commons-congress_2015
diff options
context:
space:
mode:
Diffstat (limited to 'src/local/domain/commons-congress_2015')
-rw-r--r--src/local/domain/commons-congress_2015/domain_types.js44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/local/domain/commons-congress_2015/domain_types.js b/src/local/domain/commons-congress_2015/domain_types.js
deleted file mode 100644
index 3cde7f18..00000000
--- a/src/local/domain/commons-congress_2015/domain_types.js
+++ /dev/null
@@ -1,44 +0,0 @@
-define({
- type_attributes: {
- 'keyword': {
- 'title': 'Keyword',
- 'attributes': ['description', 'url'],
- },
- 'person': {
- 'title': 'Person',
- 'attributes': ['affiliation',
- 'street-address',
- 'description',
- 'email',
- 'image-URL',
- 'name',
- 'url'
- ],
- },
- 'project': {
- 'title': 'Project',
- 'attributes': ['description', 'url'],
- },
- 'project_component': {
- 'title': 'Project Component',
- 'attributes': ['description', 'url'],
- },
- 'objective': {
- 'title': 'Objective',
- 'attributes': ['description', 'url'],
- },
- 'outcome': {
- 'title': 'Objective',
- 'attributes': ['description', 'url'],
- }
- },
- attribute_titles: {
- 'affiliation': 'Affiliation',
- 'description': 'Description',
- 'email': 'Email',
- 'image-URL': 'Image URL',
- 'name': 'Name',
- 'url': 'URL',
- 'street-address': 'Street Address',
- }
-}); \ No newline at end of file