Skip to content

Commit e0b88dd

Browse files
committed
Update Admin section with new template-editing instructions
1 parent f4b99ab commit e0b88dd

File tree

9 files changed

+395
-31
lines changed

9 files changed

+395
-31
lines changed

Gemfile.lock

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.3.1)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.3.5)
9+
em-websocket (0.5.3)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0)
12+
eventmachine (1.2.7)
13+
ffi (1.17.2)
14+
ffi (1.17.2-aarch64-linux-gnu)
15+
ffi (1.17.2-arm64-darwin)
16+
ffi (1.17.2-x86-linux-gnu)
17+
ffi (1.17.2-x86-linux-musl)
18+
ffi (1.17.2-x86_64-darwin)
19+
forwardable-extended (2.6.0)
20+
google-protobuf (4.33.0)
21+
bigdecimal
22+
rake (>= 13)
23+
google-protobuf (4.33.0-aarch64-linux-gnu)
24+
bigdecimal
25+
rake (>= 13)
26+
google-protobuf (4.33.0-arm64-darwin)
27+
bigdecimal
28+
rake (>= 13)
29+
google-protobuf (4.33.0-x86-linux-gnu)
30+
bigdecimal
31+
rake (>= 13)
32+
google-protobuf (4.33.0-x86-linux-musl)
33+
bigdecimal
34+
rake (>= 13)
35+
google-protobuf (4.33.0-x86_64-darwin)
36+
bigdecimal
37+
rake (>= 13)
38+
http_parser.rb (0.8.0)
39+
i18n (1.14.7)
40+
concurrent-ruby (~> 1.0)
41+
jekyll (4.3.4)
42+
addressable (~> 2.4)
43+
colorator (~> 1.0)
44+
em-websocket (~> 0.5)
45+
i18n (~> 1.0)
46+
jekyll-sass-converter (>= 2.0, < 4.0)
47+
jekyll-watch (~> 2.0)
48+
kramdown (~> 2.3, >= 2.3.1)
49+
kramdown-parser-gfm (~> 1.0)
50+
liquid (~> 4.0)
51+
mercenary (>= 0.3.6, < 0.5)
52+
pathutil (~> 0.9)
53+
rouge (>= 3.0, < 5.0)
54+
safe_yaml (~> 1.0)
55+
terminal-table (>= 1.8, < 4.0)
56+
webrick (~> 1.7)
57+
jekyll-include-cache (0.2.1)
58+
jekyll (>= 3.7, < 5.0)
59+
jekyll-sass-converter (3.1.0)
60+
sass-embedded (~> 1.75)
61+
jekyll-seo-tag (2.8.0)
62+
jekyll (>= 3.8, < 5.0)
63+
jekyll-watch (2.2.1)
64+
listen (~> 3.0)
65+
just-the-docs (0.8.2)
66+
jekyll (>= 3.8.5)
67+
jekyll-include-cache
68+
jekyll-seo-tag (>= 2.0)
69+
rake (>= 12.3.1)
70+
kramdown (2.5.1)
71+
rexml (>= 3.3.9)
72+
kramdown-parser-gfm (1.1.0)
73+
kramdown (~> 2.0)
74+
liquid (4.0.4)
75+
listen (3.9.0)
76+
rb-fsevent (~> 0.10, >= 0.10.3)
77+
rb-inotify (~> 0.9, >= 0.9.10)
78+
mercenary (0.4.0)
79+
pathutil (0.16.2)
80+
forwardable-extended (~> 2.6)
81+
public_suffix (6.0.2)
82+
rake (13.3.0)
83+
rb-fsevent (0.11.2)
84+
rb-inotify (0.11.1)
85+
ffi (~> 1.0)
86+
rexml (3.4.4)
87+
rouge (4.6.1)
88+
safe_yaml (1.0.5)
89+
sass-embedded (1.93.2)
90+
google-protobuf (~> 4.31)
91+
rake (>= 13)
92+
sass-embedded (1.93.2-arm64-darwin)
93+
google-protobuf (~> 4.31)
94+
sass-embedded (1.93.2-x86_64-darwin)
95+
google-protobuf (~> 4.31)
96+
terminal-table (3.0.2)
97+
unicode-display_width (>= 1.1.1, < 3)
98+
unicode-display_width (2.6.0)
99+
webrick (1.9.1)
100+
101+
PLATFORMS
102+
aarch64-linux
103+
arm64-darwin
104+
ruby
105+
x86-linux-gnu
106+
x86-linux-musl
107+
x86_64-darwin
108+
109+
DEPENDENCIES
110+
jekyll (~> 4.3.3)
111+
just-the-docs (= 0.8.2)
112+
113+
BUNDLED WITH
114+
2.6.9

assets/images/manageExport.png

78.7 KB
Loading

assets/images/manageImport.png

242 KB
Loading

assets/videos/manageLogin.gif

528 KB
Loading

assets/videos/manageNodeType.gif

8.65 MB
Loading

docs/InstallAndAdminGuide/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Installing and Administrating Net.Create
2+
title: Installing Net.Create
33
layout: default
44
nav_order: 6
55
---
66

7-
# Installing and Administrating Net.Create
7+
# Installing Net.Create
88

99
## Current Process
1010

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
---
2-
title: Creating Node Types
2+
title: Adding and Editing Node Types
33
layout: default
44
parent: Managing Net.Create
55
nav_order: 1
66
---
77

88
# How to Create a New Node Type
99

10-
1. Click on the "More..." tab, then "Edit Template," and select Edit Node Types.
10+
Once you've entered your login password, you'll find the "template" option in the yellow Admin panel.
1111

12-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/nodetypeEditBox.png)
12+
Click the "Node Definitions" section to access the node-editing controls.
1313

14-
{:style="counter-reset:none"}
15-
1. Click on "Add Row:
14+
1. Click in the node-label fields to change Node Type labels
15+
1. Click on the color-square icon to the left of each node-type label to change the color of that node type.
16+
1. Use the "Delete" button next to the node types you don't want.
17+
1. Use the "Add" button if you accidentally delete too many rows.
1618

17-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/nodetypeAddBox.png)
19+
***When you're done, click the "Save Settings Changes" at the top of the admin panel to save your changes.***
1820

19-
{:style="counter-reset:none"}
20-
1. Assign the Node Type a Label and a Color.
21-
* Note that the label names are case sensitive (e.g. "Person" will be different from "person")
21+
![]({{site.baseurl}}{{site.gifurl}}/manageNodeType.gif)
2222

23-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/nodetypeColorLabel.png)
24-
25-
{:style="counter-reset:none"}
26-
1. Once finished, be sure to save changes.
27-
28-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/nodetypeSaveChanges.png)

docs/ManagerGuide/managing.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,43 @@ has_children: true
77

88
# Managing Net.Create
99

10-
Net.Create allows you to create data networks with nodes and edges whose names and colors you can customize to suit your data.
10+
Net.Create allows you to export your data and work with with nodes and edges in other programs, as well as do some simple template editing.
1111

12-
## Importing/Exporting Data
12+
To do so, you'll need to log in using the administrator password.
13+
1. Open the three-dot menu in the top right-hand corner of the Net.Create window
14+
2. Look at the bottom of the yellow panel that pops open for an "Admin" field
15+
3. Enter your admin password.
16+
4. Note the additional menu items that appear at the top of the yellow Admin panel
17+
1. Export
18+
1. Import
19+
1. Template
20+
1. Settings
21+
1. User Tokens
1322

14-
If you want to share your node/edge data in a spreadsheet, Net.Create supports sharing your data in .csv format arranged in node/edge ID order.
23+
![]({{site.baseurl}}{{site.gifurl}}/manageLogin.gif)
24+
25+
## Admin Menu Guide
1526

16-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/importExport.png)
27+
### Export
1728

29+
If you want to share your node/edge data in a spreadsheet, Net.Create supports sharing your data in .csv format arranged in node/edge ID order.
1830

19-
## Template Configuration
31+
![]({{site.baseurl}}{{site.imageurl}}/manageExport.png)
2032

21-
Net.Create allows you to configure all manner of details about your data network, from the name of the network to the data types in node/edge fields.
33+
### Import
2234

23-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/templateConfiguration.png)
35+
Once you have an exported CSV for nodes and edges, you can add data using the CSV as a format guide.
2436

25-
Before making changes, it is recommended to save the current template configuration (.toml).
37+
When you're ready to reimport, you can use the import feature to import.
2638

27-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/templateDownload.png)
39+
It's easiest to import nodes first, and then clear the nodes and import edges separately.
2840

29-
### Editing Filter Names
41+
![]({{site.baseurl}}{{site.imageurl}}/manageImport.png)
3042

31-
In this menu, you can rename the filters used to affect how the nodes/edges are displayed.
43+
### Template Configuration
3244

45+
The template section of the admin site lets you change node and edge labels and colors
3346

34-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/filterFade.png)
47+
![]({{site.baseurl}}{{site.gifurl}}/manageNodeType.gif)
3548

36-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/filterReduce.png)
3749

38-
![]({{site.url}}{{site.baseurl}}{{site.imageurl}}/filterFocus.png)

0 commit comments

Comments
 (0)