-
![Avatar]()
+
{{$root.sections.basics.name}}
@@ -971,8 +971,8 @@
{{work.position}}
-
{{work.company}}
-
+
{{work.name}}
+
{{work.startDate}} -
{{$root.workEndDate(w_index)}}
@@ -1000,7 +1000,7 @@
{{vol.organization}}
{{vol.position}}
-
{{vol.website}}
+
{{vol.url}}
{{vol.startDate}} - {{vol.endDate}}
@@ -1064,7 +1064,7 @@
{{publication.name}}
-
{{publication.publisher}}
+
{{publication.url}}
{{publication.releaseDate}}
@@ -1134,7 +1134,7 @@
{{project.name}}
{{project.description}}
-
+
{{project.url}}
{{project.startDate}} -
{{$root.projectEndDate(p_index)}}
diff --git a/scripts/models.js b/scripts/models.js
index 4edbadf..866a4e7 100644
--- a/scripts/models.js
+++ b/scripts/models.js
@@ -40,7 +40,7 @@ var models = {
return {
name: "",
label: "",
- picture: "", // "image" per schema v1.0.0
+ image: "",
email: "",
phone: "",
website: "",
@@ -74,11 +74,11 @@ var models = {
newDefaultWork: function()
{
return {
- company: "", // "name" per schema v1.0.0
+ name: "",
location: "",
description: "",
position: "",
- website: "", // "url" per schema v1.0.0
+ url: "",
startDate: "",
endDate: "",
summary: "",
@@ -96,7 +96,7 @@ var models = {
return {
organization: "",
position: "",
- website: "", // "url" per schema v1.0.0
+ url: "",
startDate: "",
endDate: "",
summary: "",
@@ -143,7 +143,7 @@ var models = {
name: "",
publisher: "",
releaseDate: "",
- website: "", // "url" per schema v1.0.0
+ url: "",
summary: ""
};
},
@@ -202,7 +202,7 @@ var models = {
keywords: [],
startDate: "",
endDate: "",
- website: "", // "url" per schema v1.0.0
+ url: "",
roles: [],
entity: "", // Specify the relevant company/entity affiliations e.g. 'greenpeace', 'corporationXYZ'
type: "" //" e.g. 'volunteering', 'presentation', 'talk', 'application', 'conference'"