summaryrefslogtreecommitdiff
path: root/src/local
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-04-09 15:00:37 +0200
committergarbash <dor.garbash@gmail.com>2015-04-09 15:00:37 +0200
commit123b03add1ef8013e5daf749c9cc60d8fd4ba2aa (patch)
tree8a1a9918fc3cdb8217d8ab74d5ea49c7f92ebf0e /src/local
parent375c72ebf2ff055c667f4d705bd1eb5ebb94d6b7 (diff)
Updated node types for leap.rhizi.net
Diffstat (limited to 'src/local')
-rw-r--r--src/local/domain/leap.rhizi.net/domain_types.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js
index fca6cbfd..af56acbc 100644
--- a/src/local/domain/leap.rhizi.net/domain_types.js
+++ b/src/local/domain/leap.rhizi.net/domain_types.js
@@ -4,8 +4,8 @@ define({
'title': 'Keyword',
'attributes': ['description', 'url'],
},
- 'person': {
- 'title': 'Person',
+ 'collaborator': {
+ 'title': 'Collaborator',
'attributes': ['affiliation',
'description',
'email',
@@ -18,16 +18,16 @@ define({
'title': 'Project',
'attributes': ['description', 'url', 'rhizi-url'],
},
- 'project_component': {
- 'title': 'Project Component',
+ 'idea': {
+ 'title': 'Idea',
'attributes': ['description', 'url'],
},
- 'objective': {
- 'title': 'Objective',
+ 'need': {
+ 'title': 'Need',
'attributes': ['description', 'url'],
},
'resource': {
- 'title': 'Objective',
+ 'title': 'Resource',
'attributes': ['description', 'url'],
}
},