Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions build/app/assets/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-132368455-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->

<style>
body {
min-height: 100%
Expand Down
11 changes: 11 additions & 0 deletions build/app/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-132368455-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<style>
body {
min-height: 100%
Expand Down
132 changes: 132 additions & 0 deletions build/app/assets/templates/A200Objects.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{

"_comments": [ "/// NetCreate Template File ///",
"/// IMPORTANT: As of 1/31/2019, the following functionality is available: ///",
"/// * `label` parameter for each field may be customized ///",
"/// * `hidden` parameter may be used to hide fields ///",
"/// * changing the order of the `options` WILL change their order on selections ///",
"/// * changing the order of the prompts themselves will NOT change their order ///",
"/// * `duplicateWarning` is used in NodeSelector ///",
"/// * `sourceNodeIsLockedMessage` is used in NodeSelector ///",
"/// * `edgeIsLockedMessage` is used in EdgeEditor ///",
"/// The rest of the definitions are there as placeholders for future functionality ///"
],

"name": "IDAH Food Networks",

"description": "Spring 2019 IDAH Network Analysis template to support Intro to Network Analysis and ",



"nodePrompts": {
"label": {
"label": "Label",
"help": "A short title for the node",
"duplicateWarning": "You’re entering a duplicate node. Do you want to View the Existing node, or Continue creating?",
"sourceNodeIsLockedMessage": "This node is currently being edited by someone else, please try again later.",
"_cmt4": "/// `Label` is always required and cannot be hidden"
},
"type": {
"label": "Type",
"help": "Multiple people are a 'Group'",
"hidden": false,
"options": [
{
"_comment": "Default color when nothing is selected",
"id": "",
"label": "",
"color": "#EEEEEE"
},
{
"id": "object",
"label": "Object",
"color": "#d55e00"
},
{
"id": "type",
"label": "Type of Object",
"color": "#0072b2"
},
{
"id": "history",
"label": "Type of History",
"color": "#009e73"
},
{
"id": "group",
"label": "Class Group",
"color": "#f0e442"
}
]
},
"degrees": {
"label": "Degrees",
"help": "Number of edges.",
"hidden": false
},
"notes": {
"label": "Latitude",
"help": "Add a decimal-degree latitude",
"hidden": true
},
"info": {
"label": "Longitude",
"help": "Add a decimal-degree longitude",
"hidden": true
},
"delete": {
"hidden": false
}
},



"edgePrompts": {
"edgeIsLockedMessage": "This edge is currently being edited by someone else, please try again later.",
"source": {
"label": "Source",
"help": "",
"hidden": false
},
"type": {
"label": "Type",
"help": "",
"hidden": false,
"options": [
{
"id": "notSelected",
"label": ""
},
{
"id": "connected",
"label": "is connected to"
},
{
"id": "works",
"label": "works in"
}
]
},
"target": {
"label": "Target",
"help": "",
"hidden": false
},
"notes": {
"label": "Notes",
"help": "",
"hidden": true
},
"info": {
"label": "Approximate Date of Interaction",
"help": "",
"hidden": true
},
"citation": {
"label": "Citation",
"help": "Enter Chapter number.",
"hidden": true
}
}

}
153 changes: 153 additions & 0 deletions build/app/assets/templates/AlexanderFa2018.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{

"_comments": [ "/// NetCreate Template File ///",
"/// IMPORTANT: As of 1/31/2019, the following functionality is available: ///",
"/// * `label` parameter for each field may be customized ///",
"/// * `hidden` parameter may be used to hide fields ///",
"/// * changing the order of the `options` WILL change their order on selections ///",
"/// * changing the order of the prompts themselves will NOT change their order ///",
"/// * `duplicateWarning` is used in NodeSelector ///",
"/// * `sourceNodeIsLockedMessage` is used in NodeSelector ///",
"/// * `edgeIsLockedMessage` is used in EdgeEditor ///",
"/// The rest of the definitions are there as placeholders for future functionality ///"
],

"name": "Alexander The Great",

"description": "From Plutarch's Lives That Made Greek History -- Add something about what might make this template common to other source texts, e.g. we may not want to base this on a text but a text type? Or perhaps to indicate which class it was for? e.g. Fall 2018 World History 101",



"nodePrompts": {
"label": {
"label": "Label",
"help": "A short title for the node",
"duplicateWarning": "You’re entering a duplicate node. Do you want to View the Existing node, or Continue creating?",
"sourceNodeIsLockedMessage": "This node is currently being edited by someone else, please try again later.",
"_cmt4": "/// `Label` is always required and cannot be hidden"
},
"type": {
"label": "Type",
"help": "Multiple people are a 'Group'",
"hidden": false,
"options": [
{
"_comment": "Default color when nothing is selected",
"id": "",
"label": "",
"color": "#EEEEEE"
},
{
"id": "person",
"label": "Person",
"color": "#66CCFF"
},
{
"id": "group",
"label": "Group",
"color": "#3399FF"
},
{
"id": "place",
"label": "Place",
"color": "#00FF00"
},
{
"id": "thing",
"label": "Thing",
"color": "#FF0000"
},
{
"id": "event",
"label": "Event",
"color": "#009999"
}
]
},
"degrees": {
"label": "Degrees",
"help": "Number of edges.",
"hidden": false
},
"notes": {
"label": "Significance",
"help": "Add some details.",
"hidden": false
},
"info": {
"label": "Geocode or Date",
"help": "Use latitude/longitude or a date mm/dd/yyy",
"hidden": true
},
"delete": {
"hidden": false
}
},



"edgePrompts": {
"edgeIsLockedMessage": "This edge is currently being edited by someone else, please try again later.",
"source": {
"label": "Source",
"help": "",
"hidden": false
},
"type": {
"label": "Type",
"help": "",
"hidden": false,
"options": [
{
"id": "notSelected",
"label": ""
},
{
"id": "peaceful",
"label": "has peaceful, familial or conversational interaction with"
},
{
"id": "martial",
"label": "has martial or adversarial interaction with"
},
{
"id": "writes",
"label": "sends written communication to"
},
{
"id": "member",
"label": "is a group member of"
},
{
"id": "participate",
"label": "participates in"
},
{
"id": "visit",
"label": "makes visit to"
}
]
},
"target": {
"label": "Target",
"help": "",
"hidden": false
},
"notes": {
"label": "Signficance",
"help": "",
"hidden": false
},
"info": {
"label": "Approximate Date of Interaction",
"help": "",
"hidden": true
},
"citation": {
"label": "Citation",
"help": "Enter Chapter number.",
"hidden": false
}
}

}
Loading