Anonymous112233 commited on
Commit
c4973aa
·
verified ·
1 Parent(s): e6cf597

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. test/diagrams/graph_easy/diagrams_1.dot +19 -0
  2. test/diagrams/graph_easy/diagrams_1.txt +8 -0
  3. test/diagrams/graph_easy/diagrams_10.dot +27 -0
  4. test/diagrams/graph_easy/diagrams_10.txt +12 -0
  5. test/diagrams/graph_easy/diagrams_100.dot +24 -0
  6. test/diagrams/graph_easy/diagrams_100.txt +11 -0
  7. test/diagrams/graph_easy/diagrams_101.dot +28 -0
  8. test/diagrams/graph_easy/diagrams_101.txt +13 -0
  9. test/diagrams/graph_easy/diagrams_102.dot +24 -0
  10. test/diagrams/graph_easy/diagrams_102.txt +11 -0
  11. test/diagrams/graph_easy/diagrams_103.txt +11 -0
  12. test/diagrams/graph_easy/diagrams_104.dot +26 -0
  13. test/diagrams/graph_easy/diagrams_104.txt +12 -0
  14. test/diagrams/graph_easy/diagrams_105.dot +27 -0
  15. test/diagrams/graph_easy/diagrams_105.txt +12 -0
  16. test/diagrams/graph_easy/diagrams_106.dot +23 -0
  17. test/diagrams/graph_easy/diagrams_106.txt +10 -0
  18. test/diagrams/graph_easy/diagrams_107.dot +24 -0
  19. test/diagrams/graph_easy/diagrams_107.txt +11 -0
  20. test/diagrams/graph_easy/diagrams_108.dot +26 -0
  21. test/diagrams/graph_easy/diagrams_109.txt +10 -0
  22. test/diagrams/graph_easy/diagrams_11.dot +22 -0
  23. test/diagrams/graph_easy/diagrams_11.txt +10 -0
  24. test/diagrams/graph_easy/diagrams_110.dot +24 -0
  25. test/diagrams/graph_easy/diagrams_111.txt +10 -0
  26. test/diagrams/graph_easy/diagrams_112.dot +24 -0
  27. test/diagrams/graph_easy/diagrams_113.dot +19 -0
  28. test/diagrams/graph_easy/diagrams_114.dot +24 -0
  29. test/diagrams/graph_easy/diagrams_114.txt +11 -0
  30. test/diagrams/graph_easy/diagrams_115.dot +27 -0
  31. test/diagrams/graph_easy/diagrams_115.txt +12 -0
  32. test/diagrams/graph_easy/diagrams_116.dot +20 -0
  33. test/diagrams/graph_easy/diagrams_116.txt +9 -0
  34. test/diagrams/graph_easy/diagrams_117.dot +19 -0
  35. test/diagrams/graph_easy/diagrams_117.txt +8 -0
  36. test/diagrams/graph_easy/diagrams_118.dot +24 -0
  37. test/diagrams/graph_easy/diagrams_118.txt +11 -0
  38. test/diagrams/graph_easy/diagrams_119.dot +19 -0
  39. test/diagrams/graph_easy/diagrams_119.txt +8 -0
  40. test/diagrams/graph_easy/diagrams_12.dot +19 -0
  41. test/diagrams/graph_easy/diagrams_12.txt +8 -0
  42. test/diagrams/graph_easy/diagrams_120.dot +19 -0
  43. test/diagrams/graph_easy/diagrams_120.txt +8 -0
  44. test/diagrams/graph_easy/diagrams_121.dot +28 -0
  45. test/diagrams/graph_easy/diagrams_121.txt +13 -0
  46. test/diagrams/graph_easy/diagrams_122.dot +19 -0
  47. test/diagrams/graph_easy/diagrams_122.txt +8 -0
  48. test/diagrams/graph_easy/diagrams_123.txt +10 -0
  49. test/diagrams/graph_easy/diagrams_124.dot +27 -0
  50. test/diagrams/graph_easy/diagrams_125.dot +25 -0
test/diagrams/graph_easy/diagrams_1.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=RL
3
+ N0 [label="Debt Collection" color="#FFC085" fillcolor="#FFDAB9" shape=parallelogram style=filled]
4
+ N1 [label="Credit Card Application" color="#7986CB" fillcolor="#E8EAF6" shape=box style=filled]
5
+ N2 [label="Venture Capital Funding" color="#FFC085" fillcolor="#FFDAB9" shape=document style=filled]
6
+ N3 [label="Portfolio Management" color="#6EB76D" fillcolor="#E9F7E8" shape=hexagon style=filled]
7
+ N4 [label="Loan Processing" color="#7986CB" fillcolor="#E8EAF6" shape=document style=filled]
8
+ N5 [label="Investment Planning" color="#FFC085" fillcolor="#FFDAB9" shape=box style=filled]
9
+ N6 [label="KYC Validation" color="#7986CB" fillcolor="#E8EAF6" shape=ellipse style=filled]
10
+ N7 [label="Financial Reporting" color="#7986CB" fillcolor="#E8EAF6" shape=box style=filled]
11
+ N0 -> N1 [color="#7986CB" penwidth=1.5 style=dashed label="allocates" dir=forward]
12
+ N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="funds" dir=forward]
13
+ N2 -> N3 [color="#FFC085" penwidth=1.5 style=solid label="consults" dir=forward]
14
+ N3 -> N4 [color="#6EB76D" penwidth=1.5 style=dashed label="reports" dir=forward]
15
+ N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward]
16
+ N5 -> N6 [color="#7986CB" penwidth=1.5 style=dashed dir=forward]
17
+ N6 -> N7 [color="#7986CB" penwidth=1.5 style=solid dir=forward]
18
+ N1 -> N5 [color="#7986CB" penwidth=1.5 style=solid dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_1.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <Credit Card Application, connectedTo, Investment Planning>
2
+ <Credit Card Application, funds, Venture Capital Funding>
3
+ <Debt Collection, allocates, Credit Card Application>
4
+ <Investment Planning, connectedTo, KYC Validation>
5
+ <KYC Validation, connectedTo, Financial Reporting>
6
+ <Loan Processing, connectedTo, Investment Planning>
7
+ <Portfolio Management, reports, Loan Processing>
8
+ <Venture Capital Funding, consults, Portfolio Management>
test/diagrams/graph_easy/diagrams_10.dot ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Document Verification" color="#3F51B5" fillcolor="#C5CAE9" shape=diamond style=filled]
4
+ N1 [label="Alumni Network Management" color="#3F51B5" fillcolor="#C5CAE9" shape=vnode_shape style=filled]
5
+ N2 [label="Library Registration" color="#3F51B5" fillcolor="#C5CAE9" shape=document style=filled]
6
+ N3 [label="Course Selection" color="#3F51B5" fillcolor="#C5CAE9" shape=parallelogram style=filled]
7
+ N4 [label="Course Material Preparation" color="#4DD0E1" fillcolor="#C9F0F0" shape=vnode_shape style=filled]
8
+ N5 [label="Club Registration" color="#4DD0E1" fillcolor="#C9F0F0" shape=rect style=filled]
9
+ N6 [label="Certificate Issuance" color="#3F51B5" fillcolor="#C5CAE9" shape=ellipse style=filled]
10
+ N7 [label="Assignment Submission" color="#4DD0E1" fillcolor="#C9F0F0" shape=document style=filled]
11
+ N8 [label="Graduation Approval" color="#4DD0E1" fillcolor="#C9F0F0" shape=predefinedprocess style=filled]
12
+ N9 [label="Result Declaration" color="#9C27B0" fillcolor="#E1BEE7" shape=inputoutput style=filled]
13
+ N10 [label="Grade Entry" color="#3F51B5" fillcolor="#C5CAE9" shape=diamond style=filled]
14
+ N11 [label="Exam Conduct" color="#4DD0E1" fillcolor="#C9F0F0" shape=inputoutput style=filled]
15
+ N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="accesses" dir=forward]
16
+ N1 -> N2 [color="#3F51B5" penwidth=1.5 style=solid dir=forward]
17
+ N2 -> N3 [color="#3F51B5" penwidth=1.5 style=solid label="conducts" dir=forward]
18
+ N3 -> N4 [color="#3F51B5" penwidth=1.5 style=dashed label="trains" dir=forward]
19
+ N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward]
20
+ N5 -> N6 [color="#9C27B0" penwidth=1.5 style=dashed label="issues" dir=forward]
21
+ N6 -> N7 [color="#9C27B0" penwidth=1.5 style=solid label="registers" dir=forward]
22
+ N7 -> N8 [color="#3F51B5" penwidth=1.5 style=solid dir=forward]
23
+ N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward]
24
+ N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward]
25
+ N10 -> N11 [color="#9C27B0" penwidth=1.5 style=solid label="tracks" dir=forward]
26
+ N4 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward]
27
+ }
test/diagrams/graph_easy/diagrams_10.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Alumni Network Management, connectedTo, Library Registration>
2
+ <Assignment Submission, connectedTo, Graduation Approval>
3
+ <Certificate Issuance, registers, Assignment Submission>
4
+ <Club Registration, issues, Certificate Issuance>
5
+ <Course Material Preparation, connectedTo, Club Registration>
6
+ <Course Material Preparation, connectedTo, Course Selection>
7
+ <Course Selection, trains, Course Material Preparation>
8
+ <Document Verification, accesses, Alumni Network Management>
9
+ <Grade Entry, tracks, Exam Conduct>
10
+ <Graduation Approval, connectedTo, Result Declaration>
11
+ <Library Registration, conducts, Course Selection>
12
+ <Result Declaration, connectedTo, Grade Entry>
test/diagrams/graph_easy/diagrams_100.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=BT
3
+ N0 [label="Onboarding Handoff" color="#4DB6AC" fillcolor="#E0F2F1" shape=parallelogram style=filled]
4
+ N1 [label="Candidate Relationship Management" color="#FFC2C2" fillcolor="#FFEBEB" shape=action style=filled]
5
+ N2 [label="Psychometric Testing" color="#FFC2C2" fillcolor="#FFEBEB" shape=document style=filled]
6
+ N3 [label="Job Description Creation" color="#3F51B5" fillcolor="#C5CAE9" shape=diamond style=filled]
7
+ N4 [label="Candidate Screening" color="#FFC2C2" fillcolor="#FFEBEB" shape=document style=filled]
8
+ N5 [label="Offer Extension" color="#FFC2C2" fillcolor="#FFEBEB" shape=document style=filled]
9
+ N6 [label="Employee Referral Program" color="#FFC2C2" fillcolor="#FFEBEB" shape=multipledocuments style=filled]
10
+ N7 [label="Compliance in Hiring" color="#FFC2C2" fillcolor="#FFEBEB" shape=document style=filled]
11
+ N8 [label="AI in Recruitment" color="#3F51B5" fillcolor="#C5CAE9" shape=vnode_shape style=filled]
12
+ N9 [label="Negotiation" color="#4DB6AC" fillcolor="#E0F2F1" shape=hexagon style=filled]
13
+ N0 -> N1 [color="#FFC2C2" penwidth=1.5 style=solid label="offers" dir=forward]
14
+ N1 -> N2 [color="#4DB6AC" penwidth=1.5 style=solid dir=forward]
15
+ N2 -> N3 [color="#FFC2C2" penwidth=1.5 style=dashed label="communicates" dir=forward]
16
+ N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="develops" dir=forward]
17
+ N4 -> N5 [color="#3F51B5" penwidth=1.5 style=dashed label="posts" dir=forward]
18
+ N5 -> N6 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward]
19
+ N6 -> N7 [color="#3F51B5" penwidth=1.5 style=solid dir=forward]
20
+ N7 -> N8 [color="#4DB6AC" penwidth=1.5 style=solid label="hires" dir=forward]
21
+ N8 -> N9 [color="#3F51B5" penwidth=1.5 style=dashed label="innovates" dir=forward]
22
+ N3 -> N9 [color="#4DB6AC" penwidth=1.5 style=dashed label="regulates" dir=forward]
23
+ N3 -> N0 [color="#3F51B5" penwidth=1.5 style=dashed dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_100.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <AI in Recruitment, innovates, Negotiation>
2
+ <Candidate Relationship Management, connectedTo, Psychometric Testing>
3
+ <Candidate Screening, posts, Offer Extension>
4
+ <Compliance in Hiring, hires, AI in Recruitment>
5
+ <Employee Referral Program, connectedTo, Compliance in Hiring>
6
+ <Job Description Creation, connectedTo, Onboarding Handoff>
7
+ <Job Description Creation, develops, Candidate Screening>
8
+ <Job Description Creation, regulates, Negotiation>
9
+ <Offer Extension, connectedTo, Employee Referral Program>
10
+ <Onboarding Handoff, offers, Candidate Relationship Management>
11
+ <Psychometric Testing, communicates, Job Description Creation>
test/diagrams/graph_easy/diagrams_101.dot ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=TB
3
+ N0 [label="Video Interviewing" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled]
4
+ N1 [label="Candidate Experience Management" color="#FFEB3B" fillcolor="#FFF9C4" shape=hexagon style=filled]
5
+ N2 [label="Talent Pipeline Building" color="#92C79A" fillcolor="#E8F0EA" shape=preparation style=filled]
6
+ N3 [label="Reference Checking" color="#FFEB3B" fillcolor="#FFF9C4" shape=parallelogram style=filled]
7
+ N4 [label="Headhunting" color="#FFEB3B" fillcolor="#FFF9C4" shape=multipledocuments style=filled]
8
+ N5 [label="Contingent Workforce Management" color="#FFEB3B" fillcolor="#FFF9C4" shape=action style=filled]
9
+ N6 [label="Candidate Assessment Design" color="#92C79A" fillcolor="#E8F0EA" shape=multipledocuments style=filled]
10
+ N7 [label="Job Fair Organization" color="#FFEB3B" fillcolor="#FFF9C4" shape=predefinedprocess style=filled]
11
+ N8 [label="Job Description Creation" color="#FFEB3B" fillcolor="#FFF9C4" shape=vnode_shape style=filled]
12
+ N9 [label="Applicant Tracking System Management" color="#FFEB3B" fillcolor="#FFF9C4" shape=database style=filled]
13
+ N10 [label="Diversity Sourcing" color="#FFCC80" fillcolor="#FFF0CC" shape=multipledocuments style=filled]
14
+ N11 [label="Interview Panel Coordination" color="#FFEB3B" fillcolor="#FFF9C4" shape=parallelogram style=filled]
15
+ N0 -> N1 [color="#92C79A" penwidth=1.5 style=solid dir=forward]
16
+ N1 -> N2 [color="#FFEB3B" penwidth=1.5 style=solid label="analyzes" dir=forward]
17
+ N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="negotiates" dir=forward]
18
+ N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="sources" dir=forward]
19
+ N4 -> N5 [color="#92C79A" penwidth=1.5 style=dashed dir=forward]
20
+ N5 -> N6 [color="#92C79A" penwidth=1.5 style=solid dir=forward]
21
+ N6 -> N7 [color="#92C79A" penwidth=1.5 style=dashed label="declines" dir=forward]
22
+ N7 -> N8 [color="#FFCC80" penwidth=1.5 style=solid label="refers" dir=forward]
23
+ N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="protects" dir=forward]
24
+ N9 -> N10 [color="#000000" penwidth=1.5 style=solid label="offers" dir=forward]
25
+ N10 -> N11 [color="#FFEB3B" penwidth=1.5 style=dashed dir=forward]
26
+ N11 -> N8 [color="#FFCC80" penwidth=1.5 style=dashed dir=forward]
27
+ N4 -> N6 [color="#FFEB3B" penwidth=1.5 style=dashed label="selects" dir=forward]
28
+ }
test/diagrams/graph_easy/diagrams_101.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Applicant Tracking System Management, offers, Diversity Sourcing>
2
+ <Candidate Assessment Design, declines, Job Fair Organization>
3
+ <Candidate Experience Management, analyzes, Talent Pipeline Building>
4
+ <Contingent Workforce Management, connectedTo, Candidate Assessment Design>
5
+ <Diversity Sourcing, connectedTo, Interview Panel Coordination>
6
+ <Headhunting, connectedTo, Contingent Workforce Management>
7
+ <Headhunting, selects, Candidate Assessment Design>
8
+ <Interview Panel Coordination, connectedTo, Job Description Creation>
9
+ <Job Description Creation, protects, Applicant Tracking System Management>
10
+ <Job Fair Organization, refers, Job Description Creation>
11
+ <Reference Checking, sources, Headhunting>
12
+ <Talent Pipeline Building, negotiates, Reference Checking>
13
+ <Video Interviewing, connectedTo, Candidate Experience Management>
test/diagrams/graph_easy/diagrams_102.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=TB
3
+ N0 [label="Video Interviewing" color="#AB47BC" fillcolor="#F3E5F5" shape=rect style=filled]
4
+ N1 [label="Contingent Workforce Management" color="#73C6BC" fillcolor="#D0EFEE" shape=inputoutput style=filled]
5
+ N2 [label="Candidate Assessment Design" color="#73C6BC" fillcolor="#D0EFEE" shape=preparation style=filled]
6
+ N3 [label="Reference Checking" color="#73C6BC" fillcolor="#D0EFEE" shape=document style=filled]
7
+ N4 [label="Global Recruitment Strategy" color="#AB47BC" fillcolor="#F3E5F5" shape=inputoutput style=filled]
8
+ N5 [label="Candidate Relationship Management" color="#73C6BC" fillcolor="#D0EFEE" shape=rect style=filled]
9
+ N6 [label="Employee Referral Program" color="#AB47BC" fillcolor="#F3E5F5" shape=document style=filled]
10
+ N7 [label="Negotiation" color="#B8C0F5" fillcolor="#ECF0FD" shape=hexagon style=filled]
11
+ N8 [label="Candidate Feedback Collection" color="#AB47BC" fillcolor="#F3E5F5" shape=database style=filled]
12
+ N9 [label="Campus Recruitment" color="#B8C0F5" fillcolor="#ECF0FD" shape=ellipse style=filled]
13
+ N0 -> N1 [color="#AB47BC" penwidth=1.5 style=solid dir=forward]
14
+ N1 -> N2 [color="#AB47BC" penwidth=1.5 style=dashed dir=forward]
15
+ N2 -> N3 [color="#B8C0F5" penwidth=1.5 style=solid dir=forward]
16
+ N3 -> N4 [color="#73C6BC" penwidth=1.5 style=dashed label="advises" dir=forward]
17
+ N4 -> N5 [color="#AB47BC" penwidth=1.5 style=solid label="develops" dir=forward]
18
+ N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward]
19
+ N6 -> N7 [color="#B8C0F5" penwidth=1.5 style=solid label="headhunts" dir=forward]
20
+ N7 -> N8 [color="#AB47BC" penwidth=1.5 style=dashed label="sources" dir=forward]
21
+ N8 -> N9 [color="#AB47BC" penwidth=1.5 style=solid label="tracks" dir=forward]
22
+ N3 -> N2 [color="#73C6BC" penwidth=1.5 style=solid dir=forward]
23
+ N1 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_102.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Candidate Assessment Design, connectedTo, Reference Checking>
2
+ <Candidate Feedback Collection, tracks, Campus Recruitment>
3
+ <Candidate Relationship Management, connectedTo, Employee Referral Program>
4
+ <Contingent Workforce Management, connectedTo, Candidate Assessment Design>
5
+ <Contingent Workforce Management, connectedTo, Candidate Feedback Collection>
6
+ <Employee Referral Program, headhunts, Negotiation>
7
+ <Global Recruitment Strategy, develops, Candidate Relationship Management>
8
+ <Negotiation, sources, Candidate Feedback Collection>
9
+ <Reference Checking, advises, Global Recruitment Strategy>
10
+ <Reference Checking, connectedTo, Candidate Assessment Design>
11
+ <Video Interviewing, connectedTo, Contingent Workforce Management>
test/diagrams/graph_easy/diagrams_103.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Cross_selling Opportunities, connectedTo, Accessibility Support>
2
+ <Cross_selling Opportunities, feedback, Customer Loyalty Program Support>
3
+ <Customer Loyalty Program Support, monitors, Accessibility Support>
4
+ <Email Support, connectedTo, Social Media Response>
5
+ <First Contact Resolution Optimization, troubleshoots, Sentiment Analysis>
6
+ <Live Chat Support, surveys, Technical Support>
7
+ <Personalized Assistance, connectedTo, Cross_selling Opportunities>
8
+ <Proactive Communication, refunds, Email Support>
9
+ <Sentiment Analysis, improves, Personalized Assistance>
10
+ <Social Media Response, connectedTo, Live Chat Support>
11
+ <Technical Support, secures, First Contact Resolution Optimization>
test/diagrams/graph_easy/diagrams_104.dot ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=RL
3
+ N0 [label="Personalized Assistance" color="#CD8FF2" fillcolor="#ECCFF5" shape=rectangle style=filled]
4
+ N1 [label="Issue Escalation" color="#FFE69C" fillcolor="#FFF9D4" shape=document style=filled]
5
+ N2 [label="Customer Loyalty Program Support" color="#D3EB9F" fillcolor="#F8FDD3" shape=database style=filled]
6
+ N3 [label="Knowledge Base Creation" color="#FFE69C" fillcolor="#FFF9D4" shape=document style=filled]
7
+ N4 [label="Email Support" color="#FFE69C" fillcolor="#FFF9D4" shape=action style=filled]
8
+ N5 [label="Live Chat Support" color="#FFE69C" fillcolor="#FFF9D4" shape=database style=filled]
9
+ N6 [label="Customer Onboarding Support" color="#CD8FF2" fillcolor="#ECCFF5" shape=multipledocuments style=filled]
10
+ N7 [label="Technical Support" color="#FFE69C" fillcolor="#FFF9D4" shape=hexagon style=filled]
11
+ N8 [label="Phone Support" color="#CD8FF2" fillcolor="#ECCFF5" shape=action style=filled]
12
+ N9 [label="Proactive Communication" color="#FFE69C" fillcolor="#FFF9D4" shape=document style=filled]
13
+ N10 [label="Complaint Trend Analysis" color="#FFE69C" fillcolor="#FFF9D4" shape=preparation style=filled]
14
+ N0 -> N1 [color="#FFE69C" penwidth=1.5 style=dashed label="empathizes" dir=forward]
15
+ N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="socials" dir=forward]
16
+ N2 -> N3 [color="#CD8FF2" penwidth=1.5 style=dashed dir=forward]
17
+ N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward]
18
+ N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="emails" dir=forward]
19
+ N5 -> N6 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward]
20
+ N6 -> N7 [color="#FFE69C" penwidth=1.5 style=dashed dir=forward]
21
+ N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="surveys" dir=forward]
22
+ N8 -> N9 [color="#CD8FF2" penwidth=1.5 style=dashed label="retains" dir=forward]
23
+ N9 -> N10 [color="#FFE69C" penwidth=1.5 style=solid label="escalates" dir=forward]
24
+ N9 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward]
25
+ N1 -> N5 [color="#CD8FF2" penwidth=1.5 style=solid dir=forward]
26
+ }
test/diagrams/graph_easy/diagrams_104.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Customer Loyalty Program Support, connectedTo, Knowledge Base Creation>
2
+ <Customer Onboarding Support, connectedTo, Technical Support>
3
+ <Email Support, emails, Live Chat Support>
4
+ <Issue Escalation, connectedTo, Live Chat Support>
5
+ <Issue Escalation, socials, Customer Loyalty Program Support>
6
+ <Knowledge Base Creation, connectedTo, Email Support>
7
+ <Live Chat Support, connectedTo, Customer Onboarding Support>
8
+ <Personalized Assistance, empathizes, Issue Escalation>
9
+ <Phone Support, retains, Proactive Communication>
10
+ <Proactive Communication, connectedTo, Issue Escalation>
11
+ <Proactive Communication, escalates, Complaint Trend Analysis>
12
+ <Technical Support, surveys, Phone Support>
test/diagrams/graph_easy/diagrams_105.dot ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Customer Satisfaction Survey" color="#CD8FF2" fillcolor="#ECCFF5" shape=diamond style=filled]
4
+ N1 [label="Feedback Loop to Product Development" color="#FFB2A5" fillcolor="#FFDCD6" shape=vnode_shape style=filled]
5
+ N2 [label="Customer Success Management" color="#F06292" fillcolor="#FCE4EC" shape=rectangle style=filled]
6
+ N3 [label="Issue Escalation" color="#CD8FF2" fillcolor="#ECCFF5" shape=multipledocuments style=filled]
7
+ N4 [label="Account Management" color="#CD8FF2" fillcolor="#ECCFF5" shape=preparation style=filled]
8
+ N5 [label="Training Customer Service Agents" color="#FFB2A5" fillcolor="#FFDCD6" shape=document style=filled]
9
+ N6 [label="Email Support" color="#CD8FF2" fillcolor="#ECCFF5" shape=inputoutput style=filled]
10
+ N7 [label="Accessibility Support" color="#FFB2A5" fillcolor="#FFDCD6" shape=action style=filled]
11
+ N8 [label="Cross_selling Opportunities" color="#CD8FF2" fillcolor="#ECCFF5" shape=inputoutput style=filled]
12
+ N9 [label="Product Information Provision" color="#F06292" fillcolor="#FCE4EC" shape=action style=filled]
13
+ N10 [label="Service Blueprinting" color="#FFB2A5" fillcolor="#FFDCD6" shape=hexagon style=filled]
14
+ N11 [label="Multilingual Support" color="#F06292" fillcolor="#FCE4EC" shape=database style=filled]
15
+ N0 -> N1 [color="#CD8FF2" penwidth=1.5 style=solid label="reports" dir=forward]
16
+ N1 -> N2 [color="#FFB2A5" penwidth=1.5 style=dashed dir=forward]
17
+ N2 -> N3 [color="#CD8FF2" penwidth=1.5 style=dashed dir=forward]
18
+ N3 -> N4 [color="#F06292" penwidth=1.5 style=dashed label="analyzes" dir=forward]
19
+ N4 -> N5 [color="#CD8FF2" penwidth=1.5 style=dashed dir=forward]
20
+ N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="guides" dir=forward]
21
+ N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="returns" dir=forward]
22
+ N7 -> N8 [color="#F06292" penwidth=1.5 style=solid dir=forward]
23
+ N8 -> N9 [color="#CD8FF2" penwidth=1.5 style=dashed dir=forward]
24
+ N9 -> N10 [color="#CD8FF2" penwidth=1.5 style=solid label="listens" dir=forward]
25
+ N10 -> N11 [color="#F06292" penwidth=1.5 style=solid dir=forward]
26
+ N11 -> N0 [color="#000000" penwidth=1.5 style=solid label="records" dir=forward]
27
+ }
test/diagrams/graph_easy/diagrams_105.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Accessibility Support, connectedTo, Cross_selling Opportunities>
2
+ <Account Management, connectedTo, Training Customer Service Agents>
3
+ <Cross_selling Opportunities, connectedTo, Product Information Provision>
4
+ <Customer Satisfaction Survey, reports, Feedback Loop to Product Development>
5
+ <Customer Success Management, connectedTo, Issue Escalation>
6
+ <Email Support, returns, Accessibility Support>
7
+ <Feedback Loop to Product Development, connectedTo, Customer Success Management>
8
+ <Issue Escalation, analyzes, Account Management>
9
+ <Multilingual Support, records, Customer Satisfaction Survey>
10
+ <Product Information Provision, listens, Service Blueprinting>
11
+ <Service Blueprinting, connectedTo, Multilingual Support>
12
+ <Training Customer Service Agents, guides, Email Support>
test/diagrams/graph_easy/diagrams_106.dot ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=RL
3
+ N0 [label="Third_Party Logistics Management" color="#61CAC3" fillcolor="#C2E8E6" shape=document style=filled]
4
+ N1 [label="Distribution Network Design" color="#BDAFA8" fillcolor="#E4E0DF" shape=rect style=filled]
5
+ N2 [label="Supplier Relationship Management" color="#BDAFA8" fillcolor="#E4E0DF" shape=document style=filled]
6
+ N3 [label="Contract Manufacturing Oversight" color="#BCB88A" fillcolor="#F5F5DC" shape=diamond style=filled]
7
+ N4 [label="Global Sourcing Strategy" color="#BCB88A" fillcolor="#F5F5DC" shape=rectangle style=filled]
8
+ N5 [label="Collaborative Planning" color="#BCB88A" fillcolor="#F5F5DC" shape=vnode_shape style=filled]
9
+ N6 [label="Intermodal Transportation" color="#BDAFA8" fillcolor="#E4E0DF" shape=action style=filled]
10
+ N7 [label="Procurement" color="#61CAC3" fillcolor="#C2E8E6" shape=hexagon style=filled]
11
+ N8 [label="Freight Auditing" color="#BDAFA8" fillcolor="#E4E0DF" shape=multipledocuments style=filled]
12
+ N9 [label="Warehousing" color="#BCB88A" fillcolor="#F5F5DC" shape=rect style=filled]
13
+ N0 -> N1 [color="#61CAC3" penwidth=1.5 style=solid label="researches" dir=forward]
14
+ N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward]
15
+ N2 -> N3 [color="#61CAC3" penwidth=1.5 style=solid dir=forward]
16
+ N3 -> N4 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward]
17
+ N4 -> N5 [color="#61CAC3" penwidth=1.5 style=dashed label="predicts" dir=forward]
18
+ N5 -> N6 [color="#61CAC3" penwidth=1.5 style=solid dir=forward]
19
+ N6 -> N7 [color="#61CAC3" penwidth=1.5 style=solid dir=forward]
20
+ N7 -> N8 [color="#BDAFA8" penwidth=1.5 style=solid label="simulates" dir=forward]
21
+ N8 -> N9 [color="#BCB88A" penwidth=1.5 style=solid label="implements" dir=forward]
22
+ N7 -> N0 [color="#BDAFA8" penwidth=1.5 style=solid label="negotiates" dir=forward]
23
+ }
test/diagrams/graph_easy/diagrams_106.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <Collaborative Planning, connectedTo, Intermodal Transportation>
2
+ <Contract Manufacturing Oversight, connectedTo, Global Sourcing Strategy>
3
+ <Distribution Network Design, connectedTo, Supplier Relationship Management>
4
+ <Freight Auditing, implements, Warehousing>
5
+ <Global Sourcing Strategy, predicts, Collaborative Planning>
6
+ <Intermodal Transportation, connectedTo, Procurement>
7
+ <Procurement, negotiates, Third_Party Logistics Management>
8
+ <Procurement, simulates, Freight Auditing>
9
+ <Supplier Relationship Management, connectedTo, Contract Manufacturing Oversight>
10
+ <Third_Party Logistics Management, researches, Distribution Network Design>
test/diagrams/graph_easy/diagrams_107.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=RL
3
+ N0 [label="Distribution Network Design" color="#B0C5CD" fillcolor="#DFE7EB" shape=rect style=filled]
4
+ N1 [label="Order Fulfillment" color="#B0C5CD" fillcolor="#DFE7EB" shape=diamond style=filled]
5
+ N2 [label="Supplier Selection" color="#B0C5CD" fillcolor="#DFE7EB" shape=box style=filled]
6
+ N3 [label="Freight Auditing" color="#B0C5CD" fillcolor="#DFE7EB" shape=diamond style=filled]
7
+ N4 [label="Blockchain for Traceability" color="#6EB76D" fillcolor="#E9F7E8" shape=ellipse style=filled]
8
+ N5 [label="Predictive Analytics" color="#A2D0FF" fillcolor="#E8F0FF" shape=hexagon style=filled]
9
+ N6 [label="Warehousing" color="#6EB76D" fillcolor="#E9F7E8" shape=inputoutput style=filled]
10
+ N7 [label="Supplier Relationship Management" color="#6EB76D" fillcolor="#E9F7E8" shape=rectangle style=filled]
11
+ N8 [label="Supply Chain Visibility" color="#A2D0FF" fillcolor="#E8F0FF" shape=vnode_shape style=filled]
12
+ N9 [label="Global Sourcing Strategy" color="#A2D0FF" fillcolor="#E8F0FF" shape=ellipse style=filled]
13
+ N0 -> N1 [color="#B0C5CD" penwidth=1.5 style=solid label="forecasts" dir=forward]
14
+ N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="procures" dir=forward]
15
+ N2 -> N3 [color="#B0C5CD" penwidth=1.5 style=solid dir=forward]
16
+ N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="delivers" dir=forward]
17
+ N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward]
18
+ N5 -> N6 [color="#B0C5CD" penwidth=1.5 style=solid dir=forward]
19
+ N6 -> N7 [color="#6EB76D" penwidth=1.5 style=dashed label="plans" dir=forward]
20
+ N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="stores" dir=forward]
21
+ N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward]
22
+ N9 -> N8 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward]
23
+ N0 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_107.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Blockchain for Traceability, connectedTo, Predictive Analytics>
2
+ <Distribution Network Design, connectedTo, Predictive Analytics>
3
+ <Distribution Network Design, forecasts, Order Fulfillment>
4
+ <Freight Auditing, delivers, Blockchain for Traceability>
5
+ <Global Sourcing Strategy, connectedTo, Supply Chain Visibility>
6
+ <Order Fulfillment, procures, Supplier Selection>
7
+ <Predictive Analytics, connectedTo, Warehousing>
8
+ <Supplier Relationship Management, stores, Supply Chain Visibility>
9
+ <Supplier Selection, connectedTo, Freight Auditing>
10
+ <Supply Chain Visibility, connectedTo, Global Sourcing Strategy>
11
+ <Warehousing, plans, Supplier Relationship Management>
test/diagrams/graph_easy/diagrams_108.dot ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Quality Control in Supply Chain" color="#FF5722" fillcolor="#FFCCBC" shape=database style=filled]
4
+ N1 [label="Supplier Selection" color="#FF5722" fillcolor="#FFCCBC" shape=box style=filled]
5
+ N2 [label="Intermodal Transportation" color="#FF5722" fillcolor="#FFCCBC" shape=inputoutput style=filled]
6
+ N3 [label="Freight Auditing" color="#61CAC3" fillcolor="#C2E8E6" shape=multipledocuments style=filled]
7
+ N4 [label="Distribution Network Design" color="#FFD54F" fillcolor="#FFF8E1" shape=database style=filled]
8
+ N5 [label="Demand Planning" color="#61CAC3" fillcolor="#C2E8E6" shape=box style=filled]
9
+ N6 [label="Contract Manufacturing Oversight" color="#FF5722" fillcolor="#FFCCBC" shape=rect style=filled]
10
+ N7 [label="Inventory Management" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled]
11
+ N8 [label="Production Planning" color="#FFD54F" fillcolor="#FFF8E1" shape=inputoutput style=filled]
12
+ N9 [label="Collaborative Planning" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled]
13
+ N10 [label="Hazardous Materials Handling" color="#FF5722" fillcolor="#FFCCBC" shape=diamond style=filled]
14
+ N0 -> N1 [color="#FF5722" penwidth=1.5 style=dashed label="tracks" dir=forward]
15
+ N1 -> N2 [color="#FFD54F" penwidth=1.5 style=solid dir=forward]
16
+ N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="licenses" dir=forward]
17
+ N3 -> N4 [color="#FFD54F" penwidth=1.5 style=dashed label="regulates" dir=forward]
18
+ N4 -> N5 [color="#FF5722" penwidth=1.5 style=dashed dir=forward]
19
+ N5 -> N6 [color="#FFD54F" penwidth=1.5 style=solid label="forecasts" dir=forward]
20
+ N6 -> N7 [color="#FFD54F" penwidth=1.5 style=solid label="analyzes" dir=forward]
21
+ N7 -> N8 [color="#FF5722" penwidth=1.5 style=dashed dir=forward]
22
+ N8 -> N9 [color="#61CAC3" penwidth=1.5 style=solid dir=forward]
23
+ N9 -> N10 [color="#FF5722" penwidth=1.5 style=solid label="complies" dir=forward]
24
+ N2 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward]
25
+ N2 -> N8 [color="#000000" penwidth=1.5 style=solid label="simulates" dir=forward]
26
+ }
test/diagrams/graph_easy/diagrams_109.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <Crushing and Grinding, connectedTo, Energy Management>
2
+ <Crushing and Grinding, connectedTo, Safety Management>
3
+ <Emergency Response Planning, complies, Ventilation System>
4
+ <Energy Management, funds, Exploration Drilling>
5
+ <Geological Survey, connectedTo, Crushing and Grinding>
6
+ <Geological Survey, connectedTo, Emergency Response Planning>
7
+ <Mine Closure Planning, tests, Refining>
8
+ <Refining, drills, Crushing and Grinding>
9
+ <Safety Management, connectedTo, Mine Closure Planning>
10
+ <Ventilation System, secures, Safety Management>
test/diagrams/graph_easy/diagrams_11.dot ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Curriculum Development" color="#FFA726" fillcolor="#FFF3E0" shape=action style=filled]
4
+ N1 [label="Student Feedback Collection" color="#4CAF50" fillcolor="#C8E6C9" shape=rect style=filled]
5
+ N2 [label="Orientation" color="#4CAF50" fillcolor="#C8E6C9" shape=parallelogram style=filled]
6
+ N3 [label="Parent_Teacher Conference" color="#4CAF50" fillcolor="#C8E6C9" shape=hexagon style=filled]
7
+ N4 [label="Grade Entry" color="#4CAF50" fillcolor="#C8E6C9" shape=box style=filled]
8
+ N5 [label="Attendance Tracking" color="#4CAF50" fillcolor="#C8E6C9" shape=box style=filled]
9
+ N6 [label="Extracurricular Activity" color="#388E3C" fillcolor="#F1F8E9" shape=multipledocuments style=filled]
10
+ N7 [label="Career Services" color="#FFA726" fillcolor="#FFF3E0" shape=diamond style=filled]
11
+ N8 [label="Transcript Issuance" color="#FFA726" fillcolor="#FFF3E0" shape=ellipse style=filled]
12
+ N0 -> N1 [color="#388E3C" penwidth=1.5 style=dashed label="reports" dir=forward]
13
+ N1 -> N2 [color="#FFA726" penwidth=1.5 style=solid dir=forward]
14
+ N2 -> N3 [color="#FFA726" penwidth=1.5 style=solid dir=forward]
15
+ N3 -> N4 [color="#4CAF50" penwidth=1.5 style=solid label="licenses" dir=forward]
16
+ N4 -> N5 [color="#FFA726" penwidth=1.5 style=solid label="researches" dir=forward]
17
+ N5 -> N6 [color="#4CAF50" penwidth=1.5 style=dashed label="updates" dir=forward]
18
+ N6 -> N7 [color="#388E3C" penwidth=1.5 style=solid dir=forward]
19
+ N7 -> N8 [color="#FFA726" penwidth=1.5 style=solid label="mentors" dir=forward]
20
+ N2 -> N7 [color="#4CAF50" penwidth=1.5 style=solid label="issues" dir=forward]
21
+ N0 -> N2 [color="#4CAF50" penwidth=1.5 style=solid label="plans" dir=forward]
22
+ }
test/diagrams/graph_easy/diagrams_11.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <Attendance Tracking, updates, Extracurricular Activity>
2
+ <Career Services, mentors, Transcript Issuance>
3
+ <Curriculum Development, plans, Orientation>
4
+ <Curriculum Development, reports, Student Feedback Collection>
5
+ <Extracurricular Activity, connectedTo, Career Services>
6
+ <Grade Entry, researches, Attendance Tracking>
7
+ <Orientation, connectedTo, Parent_Teacher Conference>
8
+ <Orientation, issues, Career Services>
9
+ <Parent_Teacher Conference, licenses, Grade Entry>
10
+ <Student Feedback Collection, connectedTo, Orientation>
test/diagrams/graph_easy/diagrams_110.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=BT
3
+ N0 [label="Permit Acquisition" color="#BDAFA8" fillcolor="#E4E0DF" shape=hexagon style=filled]
4
+ N1 [label="Feasibility Study" color="#BDAFA8" fillcolor="#E4E0DF" shape=multipledocuments style=filled]
5
+ N2 [label="Exploration" color="#BDBDBD" fillcolor="#F5F5F5" shape=hexagon style=filled]
6
+ N3 [label="Geotechnical Stability Analysis" color="#FFA726" fillcolor="#FFF3E0" shape=hexagon style=filled]
7
+ N4 [label="Robotics in Mining" color="#BDAFA8" fillcolor="#E4E0DF" shape=action style=filled]
8
+ N5 [label="Waste Rock Management" color="#FFA726" fillcolor="#FFF3E0" shape=document style=filled]
9
+ N6 [label="Product Marketing" color="#FFA726" fillcolor="#FFF3E0" shape=database style=filled]
10
+ N7 [label="Environmental Impact Assessment" color="#BDAFA8" fillcolor="#E4E0DF" shape=predefinedprocess style=filled]
11
+ N8 [label="Asset Management" color="#FFA726" fillcolor="#FFF3E0" shape=box style=filled]
12
+ N9 [label="Autonomous Haulage Systems" color="#FFA726" fillcolor="#FFF3E0" shape=rectangle style=filled]
13
+ N0 -> N1 [color="#BDAFA8" penwidth=1.5 style=dashed label="automates" dir=forward]
14
+ N1 -> N2 [color="#FFA726" penwidth=1.5 style=solid label="complies" dir=forward]
15
+ N2 -> N3 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward]
16
+ N3 -> N4 [color="#BDAFA8" penwidth=1.5 style=dashed label="develops" dir=forward]
17
+ N4 -> N5 [color="#BDAFA8" penwidth=1.5 style=dashed dir=forward]
18
+ N5 -> N6 [color="#BDBDBD" penwidth=1.5 style=dashed label="operates" dir=forward]
19
+ N6 -> N7 [color="#FFA726" penwidth=1.5 style=dashed dir=forward]
20
+ N7 -> N8 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward]
21
+ N8 -> N9 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward]
22
+ N9 -> N3 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward]
23
+ N0 -> N5 [color="#000000" penwidth=1.5 style=solid label="plans" dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_111.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <Community Relations, audits, Water Management>
2
+ <Community Relations, connectedTo, Noise Management>
3
+ <Core Logging, designs, Mine Closure Planning>
4
+ <Emergency Response Planning, connectedTo, Geotechnical Stability Analysis>
5
+ <Equipment Maintenance, crushes, Core Logging>
6
+ <Geotechnical Stability Analysis, extracts, Noise Management>
7
+ <Geotechnical Stability Analysis, repairs, Core Logging>
8
+ <Mine Closure Planning, prices, Community Relations>
9
+ <Noise Management, connectedTo, Safety Management>
10
+ <Safety Management, connectedTo, Equipment Maintenance>
test/diagrams/graph_easy/diagrams_112.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=BT
3
+ N0 [label="Hydrographic Surveying" color="#D2D2D2" fillcolor="#F0F0F0" shape=hexagon style=filled]
4
+ N1 [label="Container Tracking" color="#9575CD" fillcolor="#EDE7F6" shape=multipledocuments style=filled]
5
+ N2 [label="Vessel Chartering" color="#9575CD" fillcolor="#EDE7F6" shape=vnode_shape style=filled]
6
+ N3 [label="Ballast Water Management" color="#D2D2D2" fillcolor="#F0F0F0" shape=box style=filled]
7
+ N4 [label="Shipbuilding" color="#FFCC7A" fillcolor="#FFF6D9" shape=document style=filled]
8
+ N5 [label="Maritime Law Compliance" color="#D2D2D2" fillcolor="#F0F0F0" shape=hexagon style=filled]
9
+ N6 [label="Voyage Optimization" color="#9575CD" fillcolor="#EDE7F6" shape=ellipse style=filled]
10
+ N7 [label="Bunkering" color="#9575CD" fillcolor="#EDE7F6" shape=rect style=filled]
11
+ N8 [label="Port Congestion Management" color="#9575CD" fillcolor="#EDE7F6" shape=box style=filled]
12
+ N9 [label="Cargo Loading" color="#D2D2D2" fillcolor="#F0F0F0" shape=vnode_shape style=filled]
13
+ N0 -> N1 [color="#D2D2D2" penwidth=1.5 style=solid label="simulates" dir=forward]
14
+ N1 -> N2 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward]
15
+ N2 -> N3 [color="#9575CD" penwidth=1.5 style=solid dir=forward]
16
+ N3 -> N4 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward]
17
+ N4 -> N5 [color="#9575CD" penwidth=1.5 style=solid label="optimizes" dir=forward]
18
+ N5 -> N6 [color="#FFCC7A" penwidth=1.5 style=solid label="loads" dir=forward]
19
+ N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward]
20
+ N7 -> N8 [color="#D2D2D2" penwidth=1.5 style=dashed label="repairs" dir=forward]
21
+ N8 -> N9 [color="#9575CD" penwidth=1.5 style=dashed dir=forward]
22
+ N3 -> N8 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward]
23
+ N4 -> N2 [color="#9575CD" penwidth=1.5 style=dashed label="maintains" dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_113.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Marine Research" color="#2196F3" fillcolor="#BBDEFB" shape=vnode_shape style=filled]
4
+ N1 [label="Port Operations" color="#2196F3" fillcolor="#BBDEFB" shape=predefinedprocess style=filled]
5
+ N2 [label="Maritime Security" color="#CB9BE1" fillcolor="#F2E6F5" shape=multipledocuments style=filled]
6
+ N3 [label="Subsea Cable Laying" color="#9575CD" fillcolor="#EDE7F6" shape=multipledocuments style=filled]
7
+ N4 [label="Fleet Management" color="#2196F3" fillcolor="#BBDEFB" shape=hexagon style=filled]
8
+ N5 [label="Ballast Water Management" color="#2196F3" fillcolor="#BBDEFB" shape=hexagon style=filled]
9
+ N6 [label="Marine Safety Inspection" color="#CB9BE1" fillcolor="#F2E6F5" shape=document style=filled]
10
+ N7 [label="Vessel Maintenance" color="#2196F3" fillcolor="#BBDEFB" shape=multipledocuments style=filled]
11
+ N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="unloads" dir=forward]
12
+ N1 -> N2 [color="#2196F3" penwidth=1.5 style=solid dir=forward]
13
+ N2 -> N3 [color="#CB9BE1" penwidth=1.5 style=solid label="regulates" dir=forward]
14
+ N3 -> N4 [color="#CB9BE1" penwidth=1.5 style=solid label="inspects" dir=forward]
15
+ N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward]
16
+ N5 -> N6 [color="#2196F3" penwidth=1.5 style=solid label="salvages" dir=forward]
17
+ N6 -> N7 [color="#CB9BE1" penwidth=1.5 style=dashed dir=forward]
18
+ N3 -> N2 [color="#9575CD" penwidth=1.5 style=solid label="monitors" dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_114.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Marine Data Analytics" color="#FFC085" fillcolor="#FFDAB9" shape=vnode_shape style=filled]
4
+ N1 [label="Crew Management" color="#FFC085" fillcolor="#FFDAB9" shape=ellipse style=filled]
5
+ N2 [label="Maritime Law Compliance" color="#F7BEE0" fillcolor="#FAEBF3" shape=vnode_shape style=filled]
6
+ N3 [label="Pollution Control" color="#F7BEE0" fillcolor="#FAEBF3" shape=preparation style=filled]
7
+ N4 [label="Shipbuilding" color="#FFC2C2" fillcolor="#FFEBEB" shape=hexagon style=filled]
8
+ N5 [label="Route Planning" color="#F7BEE0" fillcolor="#FAEBF3" shape=hexagon style=filled]
9
+ N6 [label="Search and Rescue Coordination" color="#FFC2C2" fillcolor="#FFEBEB" shape=preparation style=filled]
10
+ N7 [label="Container Tracking" color="#FFC2C2" fillcolor="#FFEBEB" shape=box style=filled]
11
+ N8 [label="Hydrographic Surveying" color="#FFC085" fillcolor="#FFDAB9" shape=vnode_shape style=filled]
12
+ N9 [label="Green Shipping Initiatives" color="#F7BEE0" fillcolor="#FAEBF3" shape=box style=filled]
13
+ N0 -> N1 [color="#FFC085" penwidth=1.5 style=solid label="manages" dir=forward]
14
+ N1 -> N2 [color="#FFC085" penwidth=1.5 style=solid label="equipment" dir=forward]
15
+ N2 -> N3 [color="#FFC085" penwidth=1.5 style=solid label="systems" dir=forward]
16
+ N3 -> N4 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward]
17
+ N4 -> N5 [color="#FFC085" penwidth=1.5 style=solid label="reports" dir=forward]
18
+ N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="salvages" dir=forward]
19
+ N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward]
20
+ N7 -> N8 [color="#FFC085" penwidth=1.5 style=dashed label="loads" dir=forward]
21
+ N8 -> N9 [color="#F7BEE0" penwidth=1.5 style=dashed label="operates" dir=forward]
22
+ N7 -> N5 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward]
23
+ N7 -> N0 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_114.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Container Tracking, connectedTo, Marine Data Analytics>
2
+ <Container Tracking, connectedTo, Route Planning>
3
+ <Container Tracking, loads, Hydrographic Surveying>
4
+ <Crew Management, equipment, Maritime Law Compliance>
5
+ <Hydrographic Surveying, operates, Green Shipping Initiatives>
6
+ <Marine Data Analytics, manages, Crew Management>
7
+ <Maritime Law Compliance, systems, Pollution Control>
8
+ <Pollution Control, connectedTo, Shipbuilding>
9
+ <Route Planning, salvages, Search and Rescue Coordination>
10
+ <Search and Rescue Coordination, connectedTo, Container Tracking>
11
+ <Shipbuilding, reports, Route Planning>
test/diagrams/graph_easy/diagrams_115.dot ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=TB
3
+ N0 [label="International Collaboration" color="#B8C0F5" fillcolor="#ECF0FD" shape=ellipse style=filled]
4
+ N1 [label="Space Habitat Development" color="#4DD0E1" fillcolor="#C9F0F0" shape=document style=filled]
5
+ N2 [label="Mars Mission Planning" color="#B8C0F5" fillcolor="#ECF0FD" shape=multipledocuments style=filled]
6
+ N3 [label="Astronaut Training" color="#4DD0E1" fillcolor="#C9F0F0" shape=box style=filled]
7
+ N4 [label="Ground Station Operations" color="#B8C0F5" fillcolor="#ECF0FD" shape=multipledocuments style=filled]
8
+ N5 [label="Rocket Propulsion Development" color="#4DD0E1" fillcolor="#C9F0F0" shape=rectangle style=filled]
9
+ N6 [label="Satellite Deployment" color="#FFCC7A" fillcolor="#FFF6D9" shape=diamond style=filled]
10
+ N7 [label="Deep Space Communications" color="#FFCC7A" fillcolor="#FFF6D9" shape=vnode_shape style=filled]
11
+ N8 [label="Spacecraft Control" color="#B8C0F5" fillcolor="#ECF0FD" shape=box style=filled]
12
+ N9 [label="Commercial Space Flight Regulation" color="#B8C0F5" fillcolor="#ECF0FD" shape=hexagon style=filled]
13
+ N10 [label="Telemetry Monitoring" color="#4DD0E1" fillcolor="#C9F0F0" shape=document style=filled]
14
+ N11 [label="Astrophysics Research" color="#4DD0E1" fillcolor="#C9F0F0" shape=multipledocuments style=filled]
15
+ N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward]
16
+ N1 -> N2 [color="#4DD0E1" penwidth=1.5 style=solid label="budgets" dir=forward]
17
+ N2 -> N3 [color="#FFCC7A" penwidth=1.5 style=solid label="tests" dir=forward]
18
+ N3 -> N4 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward]
19
+ N4 -> N5 [color="#B8C0F5" penwidth=1.5 style=dashed label="secures" dir=forward]
20
+ N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward]
21
+ N6 -> N7 [color="#FFCC7A" penwidth=1.5 style=solid label="analyzes" dir=forward]
22
+ N7 -> N8 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward]
23
+ N8 -> N9 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward]
24
+ N9 -> N10 [color="#4DD0E1" penwidth=1.5 style=solid label="navigates" dir=forward]
25
+ N10 -> N11 [color="#000000" penwidth=1.5 style=dashed dir=forward]
26
+ N10 -> N3 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward]
27
+ }
test/diagrams/graph_easy/diagrams_115.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Astronaut Training, connectedTo, Ground Station Operations>
2
+ <Commercial Space Flight Regulation, navigates, Telemetry Monitoring>
3
+ <Deep Space Communications, connectedTo, Spacecraft Control>
4
+ <Ground Station Operations, secures, Rocket Propulsion Development>
5
+ <International Collaboration, connectedTo, Space Habitat Development>
6
+ <Mars Mission Planning, tests, Astronaut Training>
7
+ <Rocket Propulsion Development, connectedTo, Satellite Deployment>
8
+ <Satellite Deployment, analyzes, Deep Space Communications>
9
+ <Space Habitat Development, budgets, Mars Mission Planning>
10
+ <Spacecraft Control, connectedTo, Commercial Space Flight Regulation>
11
+ <Telemetry Monitoring, connectedTo, Astronaut Training>
12
+ <Telemetry Monitoring, connectedTo, Astrophysics Research>
test/diagrams/graph_easy/diagrams_116.dot ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=TB
3
+ N0 [label="In_Situ Resource Utilization" color="#F7BEE0" fillcolor="#FAEBF3" shape=ellipse style=filled]
4
+ N1 [label="Astronaut Training" color="#6EB76D" fillcolor="#E9F7E8" shape=preparation style=filled]
5
+ N2 [label="Autonomous Rendezvous and Docking" color="#6EB76D" fillcolor="#E9F7E8" shape=ellipse style=filled]
6
+ N3 [label="International Collaboration" color="#6EB76D" fillcolor="#E9F7E8" shape=parallelogram style=filled]
7
+ N4 [label="Telemetry Monitoring" color="#F7BEE0" fillcolor="#FAEBF3" shape=action style=filled]
8
+ N5 [label="Mission Design" color="#F7BEE0" fillcolor="#FAEBF3" shape=inputoutput style=filled]
9
+ N6 [label="Launch Vehicle Integration" color="#6EB76D" fillcolor="#E9F7E8" shape=multipledocuments style=filled]
10
+ N7 [label="Space Station Operations" color="#7986CB" fillcolor="#E8EAF6" shape=rect style=filled]
11
+ N0 -> N1 [color="#6EB76D" penwidth=1.5 style=solid label="receives" dir=forward]
12
+ N1 -> N2 [color="#6EB76D" penwidth=1.5 style=dashed dir=forward]
13
+ N2 -> N3 [color="#6EB76D" penwidth=1.5 style=dashed dir=forward]
14
+ N3 -> N4 [color="#F7BEE0" penwidth=1.5 style=solid label="orbits" dir=forward]
15
+ N4 -> N5 [color="#7986CB" penwidth=1.5 style=solid dir=forward]
16
+ N5 -> N6 [color="#7986CB" penwidth=1.5 style=solid label="innovates" dir=forward]
17
+ N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward]
18
+ N5 -> N7 [color="#6EB76D" penwidth=1.5 style=dashed dir=forward]
19
+ N2 -> N6 [color="#F7BEE0" penwidth=1.5 style=dashed label="repairs" dir=forward]
20
+ }
test/diagrams/graph_easy/diagrams_116.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <Astronaut Training, connectedTo, Autonomous Rendezvous and Docking>
2
+ <Autonomous Rendezvous and Docking, connectedTo, International Collaboration>
3
+ <Autonomous Rendezvous and Docking, repairs, Launch Vehicle Integration>
4
+ <In_Situ Resource Utilization, receives, Astronaut Training>
5
+ <International Collaboration, orbits, Telemetry Monitoring>
6
+ <Launch Vehicle Integration, connectedTo, Space Station Operations>
7
+ <Mission Design, connectedTo, Space Station Operations>
8
+ <Mission Design, innovates, Launch Vehicle Integration>
9
+ <Telemetry Monitoring, connectedTo, Mission Design>
test/diagrams/graph_easy/diagrams_117.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=TB
3
+ N0 [label="Commercial Space Flight Regulation" color="#A1887F" fillcolor="#EFEBE9" shape=predefinedprocess style=filled]
4
+ N1 [label="Extravehicular Activity Planning" color="#7E57C2" fillcolor="#EDE7F6" shape=rectangle style=filled]
5
+ N2 [label="Lunar Exploration" color="#A1887F" fillcolor="#EFEBE9" shape=inputoutput style=filled]
6
+ N3 [label="Launch Operations" color="#FF9800" fillcolor="#FFE0B2" shape=diamond style=filled]
7
+ N4 [label="Mission Design" color="#FF9800" fillcolor="#FFE0B2" shape=preparation style=filled]
8
+ N5 [label="Astrophysics Research" color="#7E57C2" fillcolor="#EDE7F6" shape=document style=filled]
9
+ N6 [label="Robotics for Space Exploration" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled]
10
+ N7 [label="Astronaut Training" color="#7E57C2" fillcolor="#EDE7F6" shape=ellipse style=filled]
11
+ N0 -> N1 [color="#A1887F" penwidth=1.5 style=dashed dir=forward]
12
+ N1 -> N2 [color="#A1887F" penwidth=1.5 style=solid label="regulates" dir=forward]
13
+ N2 -> N3 [color="#7E57C2" penwidth=1.5 style=solid dir=forward]
14
+ N3 -> N4 [color="#FF9800" penwidth=1.5 style=dashed label="collaborates" dir=forward]
15
+ N4 -> N5 [color="#FF9800" penwidth=1.5 style=solid dir=forward]
16
+ N5 -> N6 [color="#A1887F" penwidth=1.5 style=dashed dir=forward]
17
+ N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward]
18
+ N3 -> N7 [color="#A1887F" penwidth=1.5 style=solid label="protects" dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_117.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <Astrophysics Research, connectedTo, Robotics for Space Exploration>
2
+ <Commercial Space Flight Regulation, connectedTo, Extravehicular Activity Planning>
3
+ <Extravehicular Activity Planning, regulates, Lunar Exploration>
4
+ <Launch Operations, collaborates, Mission Design>
5
+ <Launch Operations, protects, Astronaut Training>
6
+ <Lunar Exploration, connectedTo, Launch Operations>
7
+ <Mission Design, connectedTo, Astrophysics Research>
8
+ <Robotics for Space Exploration, connectedTo, Astronaut Training>
test/diagrams/graph_easy/diagrams_118.dot ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Cloud Formation Research" color="#BCB88A" fillcolor="#F5F5DC" shape=database style=filled]
4
+ N1 [label="Greenhouse Gas Measurement" color="#5C6BC0" fillcolor="#E8EAF6" shape=hexagon style=filled]
5
+ N2 [label="Drought Monitoring and Forecasting" color="#FFDA4E" fillcolor="#FFE88D" shape=multipledocuments style=filled]
6
+ N3 [label="Solar Radiation Management Research" color="#BCB88A" fillcolor="#F5F5DC" shape=rectangle style=filled]
7
+ N4 [label="Climate Education Programs" color="#5C6BC0" fillcolor="#E8EAF6" shape=rect style=filled]
8
+ N5 [label="Remote Sensing for Climate" color="#FFDA4E" fillcolor="#FFE88D" shape=rect style=filled]
9
+ N6 [label="Mitigation Technology Evaluation" color="#FFDA4E" fillcolor="#FFE88D" shape=rect style=filled]
10
+ N7 [label="Climate Change Vulnerability Assessment" color="#5C6BC0" fillcolor="#E8EAF6" shape=rectangle style=filled]
11
+ N8 [label="Renewable Energy Potential Assessment" color="#FFDA4E" fillcolor="#FFE88D" shape=parallelogram style=filled]
12
+ N9 [label="Aerosol Impact Assessment" color="#BCB88A" fillcolor="#F5F5DC" shape=inputoutput style=filled]
13
+ N0 -> N1 [color="#BCB88A" penwidth=1.5 style=dashed label="detects" dir=forward]
14
+ N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward]
15
+ N2 -> N3 [color="#5C6BC0" penwidth=1.5 style=solid label="reports" dir=forward]
16
+ N3 -> N4 [color="#5C6BC0" penwidth=1.5 style=solid dir=forward]
17
+ N4 -> N5 [color="#BCB88A" penwidth=1.5 style=dashed label="collects" dir=forward]
18
+ N5 -> N6 [color="#BCB88A" penwidth=1.5 style=dashed dir=forward]
19
+ N6 -> N7 [color="#FFDA4E" penwidth=1.5 style=dashed label="researches" dir=forward]
20
+ N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward]
21
+ N8 -> N9 [color="#FFDA4E" penwidth=1.5 style=solid dir=forward]
22
+ N6 -> N9 [color="#BCB88A" penwidth=1.5 style=dashed dir=forward]
23
+ N3 -> N8 [color="#000000" penwidth=1.5 style=solid label="attributes" dir=forward]
24
+ }
test/diagrams/graph_easy/diagrams_118.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Climate Change Vulnerability Assessment, connectedTo, Renewable Energy Potential Assessment>
2
+ <Climate Education Programs, collects, Remote Sensing for Climate>
3
+ <Cloud Formation Research, detects, Greenhouse Gas Measurement>
4
+ <Drought Monitoring and Forecasting, reports, Solar Radiation Management Research>
5
+ <Greenhouse Gas Measurement, connectedTo, Drought Monitoring and Forecasting>
6
+ <Mitigation Technology Evaluation, connectedTo, Aerosol Impact Assessment>
7
+ <Mitigation Technology Evaluation, researches, Climate Change Vulnerability Assessment>
8
+ <Remote Sensing for Climate, connectedTo, Mitigation Technology Evaluation>
9
+ <Renewable Energy Potential Assessment, connectedTo, Aerosol Impact Assessment>
10
+ <Solar Radiation Management Research, attributes, Renewable Energy Potential Assessment>
11
+ <Solar Radiation Management Research, connectedTo, Climate Education Programs>
test/diagrams/graph_easy/diagrams_119.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=BT
3
+ N0 [label="Cloud Formation Research" color="#F7BEE0" fillcolor="#FAEBF3" shape=inputoutput style=filled]
4
+ N1 [label="Ocean Acidification Studies" color="#81C784" fillcolor="#F1F8E9" shape=preparation style=filled]
5
+ N2 [label="Climate Resilient Agriculture" color="#81C784" fillcolor="#F1F8E9" shape=preparation style=filled]
6
+ N3 [label="Climate Modeling" color="#FFF8A6" fillcolor="#FFFDE0" shape=document style=filled]
7
+ N4 [label="Green Technology Incubation" color="#F7BEE0" fillcolor="#FAEBF3" shape=preparation style=filled]
8
+ N5 [label="Remote Sensing for Climate" color="#81C784" fillcolor="#F1F8E9" shape=inputoutput style=filled]
9
+ N6 [label="Ecosystem Response Modeling" color="#FFF8A6" fillcolor="#FFFDE0" shape=rect style=filled]
10
+ N7 [label="Sea Level Rise Projection" color="#FFF8A6" fillcolor="#FFFDE0" shape=preparation style=filled]
11
+ N0 -> N1 [color="#81C784" penwidth=1.5 style=solid dir=forward]
12
+ N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="impacts" dir=forward]
13
+ N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward]
14
+ N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward]
15
+ N4 -> N5 [color="#FFF8A6" penwidth=1.5 style=dashed label="visualizes" dir=forward]
16
+ N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="strategies" dir=forward]
17
+ N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward]
18
+ N3 -> N0 [color="#81C784" penwidth=1.5 style=solid label="risks" dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_119.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <Climate Modeling, connectedTo, Green Technology Incubation>
2
+ <Climate Modeling, risks, Cloud Formation Research>
3
+ <Climate Resilient Agriculture, connectedTo, Climate Modeling>
4
+ <Cloud Formation Research, connectedTo, Ocean Acidification Studies>
5
+ <Ecosystem Response Modeling, connectedTo, Sea Level Rise Projection>
6
+ <Green Technology Incubation, visualizes, Remote Sensing for Climate>
7
+ <Ocean Acidification Studies, impacts, Climate Resilient Agriculture>
8
+ <Remote Sensing for Climate, strategies, Ecosystem Response Modeling>
test/diagrams/graph_easy/diagrams_12.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Library Registration" color="#66BB6A" fillcolor="#E8F5E9" shape=action style=filled]
4
+ N1 [label="Course Selection" color="#BDBDBD" fillcolor="#F5F5F5" shape=preparation style=filled]
5
+ N2 [label="Student Feedback Collection" color="#66BB6A" fillcolor="#E8F5E9" shape=predefinedprocess style=filled]
6
+ N3 [label="Graduation Approval" color="#66BB6A" fillcolor="#E8F5E9" shape=vnode_shape style=filled]
7
+ N4 [label="Special Education Support" color="#BDBDBD" fillcolor="#F5F5F5" shape=box style=filled]
8
+ N5 [label="Advisory Committee Meeting" color="#C2B2F0" fillcolor="#EFE6FF" shape=action style=filled]
9
+ N6 [label="Student Application" color="#C2B2F0" fillcolor="#EFE6FF" shape=vnode_shape style=filled]
10
+ N7 [label="Attendance Tracking" color="#C2B2F0" fillcolor="#EFE6FF" shape=action style=filled]
11
+ N0 -> N1 [color="#C2B2F0" penwidth=1.5 style=solid dir=forward]
12
+ N1 -> N2 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward]
13
+ N2 -> N3 [color="#66BB6A" penwidth=1.5 style=dashed label="applies to" dir=forward]
14
+ N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="enrolls" dir=forward]
15
+ N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="tracks" dir=forward]
16
+ N5 -> N6 [color="#C2B2F0" penwidth=1.5 style=solid label="teaches" dir=forward]
17
+ N6 -> N7 [color="#66BB6A" penwidth=1.5 style=dashed label="develops" dir=forward]
18
+ N5 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_12.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <Advisory Committee Meeting, connectedTo, Student Feedback Collection>
2
+ <Advisory Committee Meeting, teaches, Student Application>
3
+ <Course Selection, connectedTo, Student Feedback Collection>
4
+ <Graduation Approval, enrolls, Special Education Support>
5
+ <Library Registration, connectedTo, Course Selection>
6
+ <Special Education Support, tracks, Advisory Committee Meeting>
7
+ <Student Application, develops, Attendance Tracking>
8
+ <Student Feedback Collection, applies to, Graduation Approval>
test/diagrams/graph_easy/diagrams_120.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=TB
3
+ N0 [label="Climate Finance Tracking" color="#4DB6AC" fillcolor="#E0F2F1" shape=parallelogram style=filled]
4
+ N1 [label="Carbon Cycle Research" color="#B0C5CD" fillcolor="#DFE7EB" shape=box style=filled]
5
+ N2 [label="Paleoclimate Reconstruction" color="#B0C5CD" fillcolor="#DFE7EB" shape=document style=filled]
6
+ N3 [label="Remote Sensing for Climate" color="#92C79A" fillcolor="#E8F0EA" shape=rect style=filled]
7
+ N4 [label="Aerosol Impact Assessment" color="#B0C5CD" fillcolor="#DFE7EB" shape=action style=filled]
8
+ N5 [label="Cloud Formation Research" color="#4DB6AC" fillcolor="#E0F2F1" shape=multipledocuments style=filled]
9
+ N6 [label="Biodiversity Impact Assessment" color="#4DB6AC" fillcolor="#E0F2F1" shape=action style=filled]
10
+ N7 [label="Climate Resilient Agriculture" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled]
11
+ N0 -> N1 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward]
12
+ N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="forecasts" dir=forward]
13
+ N2 -> N3 [color="#92C79A" penwidth=1.5 style=solid label="reports" dir=forward]
14
+ N3 -> N4 [color="#B0C5CD" penwidth=1.5 style=solid label="advises" dir=forward]
15
+ N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="calibrates" dir=forward]
16
+ N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward]
17
+ N6 -> N7 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward]
18
+ N4 -> N2 [color="#92C79A" penwidth=1.5 style=solid dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_120.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <Aerosol Impact Assessment, calibrates, Cloud Formation Research>
2
+ <Aerosol Impact Assessment, connectedTo, Paleoclimate Reconstruction>
3
+ <Biodiversity Impact Assessment, connectedTo, Climate Resilient Agriculture>
4
+ <Carbon Cycle Research, forecasts, Paleoclimate Reconstruction>
5
+ <Climate Finance Tracking, connectedTo, Carbon Cycle Research>
6
+ <Cloud Formation Research, connectedTo, Biodiversity Impact Assessment>
7
+ <Paleoclimate Reconstruction, reports, Remote Sensing for Climate>
8
+ <Remote Sensing for Climate, advises, Aerosol Impact Assessment>
test/diagrams/graph_easy/diagrams_121.dot ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=BT
3
+ N0 [label="Temperature Monitoring" color="#9C27B0" fillcolor="#E1BEE7" shape=vnode_shape style=filled]
4
+ N1 [label="Mesoscale Meteorology" color="#6EB76D" fillcolor="#E9F7E8" shape=vnode_shape style=filled]
5
+ N2 [label="Climate Modeling" color="#FFD54F" fillcolor="#FFF8E1" shape=multipledocuments style=filled]
6
+ N3 [label="Ocean_Atmosphere Interaction Study" color="#6EB76D" fillcolor="#E9F7E8" shape=rectangle style=filled]
7
+ N4 [label="Severe Weather Warning" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled]
8
+ N5 [label="Cloud Observation" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled]
9
+ N6 [label="Aviation Weather Briefing" color="#FFD54F" fillcolor="#FFF8E1" shape=database style=filled]
10
+ N7 [label="Meteorological Instrument Calibration" color="#6EB76D" fillcolor="#E9F7E8" shape=action style=filled]
11
+ N8 [label="Agricultural Weather Advisory" color="#9C27B0" fillcolor="#E1BEE7" shape=rect style=filled]
12
+ N9 [label="Drought Monitoring" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled]
13
+ N10 [label="Numerical Weather Prediction" color="#FFD54F" fillcolor="#FFF8E1" shape=vnode_shape style=filled]
14
+ N11 [label="Lightning Detection" color="#9C27B0" fillcolor="#E1BEE7" shape=box style=filled]
15
+ N0 -> N1 [color="#9C27B0" penwidth=1.5 style=solid label="visualizes" dir=forward]
16
+ N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="integrates" dir=forward]
17
+ N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="studies" dir=forward]
18
+ N3 -> N4 [color="#FFD54F" penwidth=1.5 style=dashed label="monitors" dir=forward]
19
+ N4 -> N5 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward]
20
+ N5 -> N6 [color="#9C27B0" penwidth=1.5 style=dashed label="identifies" dir=forward]
21
+ N6 -> N7 [color="#FFD54F" penwidth=1.5 style=dashed label="transmits" dir=forward]
22
+ N7 -> N8 [color="#9C27B0" penwidth=1.5 style=dashed label="charts" dir=forward]
23
+ N8 -> N9 [color="#FFD54F" penwidth=1.5 style=solid dir=forward]
24
+ N9 -> N10 [color="#6EB76D" penwidth=1.5 style=solid dir=forward]
25
+ N10 -> N11 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward]
26
+ N4 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward]
27
+ N8 -> N4 [color="#9C27B0" penwidth=1.5 style=solid label="detects" dir=forward]
28
+ }
test/diagrams/graph_easy/diagrams_121.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Agricultural Weather Advisory, connectedTo, Drought Monitoring>
2
+ <Agricultural Weather Advisory, detects, Severe Weather Warning>
3
+ <Aviation Weather Briefing, transmits, Meteorological Instrument Calibration>
4
+ <Climate Modeling, studies, Ocean_Atmosphere Interaction Study>
5
+ <Cloud Observation, identifies, Aviation Weather Briefing>
6
+ <Drought Monitoring, connectedTo, Numerical Weather Prediction>
7
+ <Mesoscale Meteorology, integrates, Climate Modeling>
8
+ <Meteorological Instrument Calibration, charts, Agricultural Weather Advisory>
9
+ <Numerical Weather Prediction, connectedTo, Lightning Detection>
10
+ <Ocean_Atmosphere Interaction Study, monitors, Severe Weather Warning>
11
+ <Severe Weather Warning, connectedTo, Cloud Observation>
12
+ <Severe Weather Warning, connectedTo, Mesoscale Meteorology>
13
+ <Temperature Monitoring, visualizes, Mesoscale Meteorology>
test/diagrams/graph_easy/diagrams_122.dot ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=BT
3
+ N0 [label="Fire Weather Forecasting" color="#FBC02D" fillcolor="#FFFDE7" shape=vnode_shape style=filled]
4
+ N1 [label="Drought Monitoring" color="#FBC02D" fillcolor="#FFFDE7" shape=ellipse style=filled]
5
+ N2 [label="Arctic Weather Research" color="#81C784" fillcolor="#F1F8E9" shape=vnode_shape style=filled]
6
+ N3 [label="Aviation Weather Briefing" color="#81C784" fillcolor="#F1F8E9" shape=rectangle style=filled]
7
+ N4 [label="Atmospheric Sounding" color="#81C784" fillcolor="#F1F8E9" shape=inputoutput style=filled]
8
+ N5 [label="Severe Weather Warning" color="#A188DB" fillcolor="#DED7F0" shape=vnode_shape style=filled]
9
+ N6 [label="Wind Speed and Direction" color="#A188DB" fillcolor="#DED7F0" shape=vnode_shape style=filled]
10
+ N7 [label="Ocean_Atmosphere Interaction Study" color="#FBC02D" fillcolor="#FFFDE7" shape=box style=filled]
11
+ N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="deploys" dir=forward]
12
+ N1 -> N2 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward]
13
+ N2 -> N3 [color="#81C784" penwidth=1.5 style=solid label="reports" dir=forward]
14
+ N3 -> N4 [color="#A188DB" penwidth=1.5 style=dashed label="measures" dir=forward]
15
+ N4 -> N5 [color="#FBC02D" penwidth=1.5 style=dashed label="visualizes" dir=forward]
16
+ N5 -> N6 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward]
17
+ N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="predicts" dir=forward]
18
+ N7 -> N5 [color="#81C784" penwidth=1.5 style=solid dir=forward]
19
+ }
test/diagrams/graph_easy/diagrams_122.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <Arctic Weather Research, reports, Aviation Weather Briefing>
2
+ <Atmospheric Sounding, visualizes, Severe Weather Warning>
3
+ <Aviation Weather Briefing, measures, Atmospheric Sounding>
4
+ <Drought Monitoring, connectedTo, Arctic Weather Research>
5
+ <Fire Weather Forecasting, deploys, Drought Monitoring>
6
+ <Ocean_Atmosphere Interaction Study, connectedTo, Severe Weather Warning>
7
+ <Severe Weather Warning, connectedTo, Wind Speed and Direction>
8
+ <Wind Speed and Direction, predicts, Ocean_Atmosphere Interaction Study>
test/diagrams/graph_easy/diagrams_123.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <Agricultural Weather Advisory, connectedTo, Precipitation Measurement>
2
+ <Agricultural Weather Advisory, studies, Humidity Sensing>
3
+ <Humidity Sensing, visualizes, Wind Speed and Direction>
4
+ <Lightning Detection, connectedTo, Storm Tracking>
5
+ <Pollution Dispersion Modeling, advises, Agricultural Weather Advisory>
6
+ <Precipitation Measurement, connectedTo, Atmospheric Sounding>
7
+ <Radar Imaging, calibrates, Agricultural Weather Advisory>
8
+ <Radar Imaging, transmits, Lightning Detection>
9
+ <Storm Tracking, generates, Pollution Dispersion Modeling>
10
+ <Wind Speed and Direction, connectedTo, Precipitation Measurement>
test/diagrams/graph_easy/diagrams_124.dot ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=LR
3
+ N0 [label="Waste_to_Energy Conversion" color="#90A4AE" fillcolor="#ECEFF1" shape=hexagon style=filled]
4
+ N1 [label="Waste Management Policy Development" color="#A1D7CD" fillcolor="#EDF5F3" shape=ellipse style=filled]
5
+ N2 [label="Illegal Dumping Monitoring" color="#9FA9E1" fillcolor="#D6D9F0" shape=parallelogram style=filled]
6
+ N3 [label="Extended Producer Responsibility" color="#90A4AE" fillcolor="#ECEFF1" shape=preparation style=filled]
7
+ N4 [label="Paper Recycling" color="#A1D7CD" fillcolor="#EDF5F3" shape=database style=filled]
8
+ N5 [label="Industrial Waste Management" color="#A1D7CD" fillcolor="#EDF5F3" shape=inputoutput style=filled]
9
+ N6 [label="Waste Audit" color="#A1D7CD" fillcolor="#EDF5F3" shape=rectangle style=filled]
10
+ N7 [label="Waste Compaction" color="#A1D7CD" fillcolor="#EDF5F3" shape=parallelogram style=filled]
11
+ N8 [label="Anaerobic Digestion" color="#9FA9E1" fillcolor="#D6D9F0" shape=ellipse style=filled]
12
+ N9 [label="Waste Collection" color="#A1D7CD" fillcolor="#EDF5F3" shape=predefinedprocess style=filled]
13
+ N10 [label="Public Education on Waste" color="#A1D7CD" fillcolor="#EDF5F3" shape=ellipse style=filled]
14
+ N11 [label="Hazardous Waste Disposal" color="#9FA9E1" fillcolor="#D6D9F0" shape=preparation style=filled]
15
+ N0 -> N1 [color="#A1D7CD" penwidth=1.5 style=dashed label="reduces" dir=forward]
16
+ N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="reports" dir=forward]
17
+ N2 -> N3 [color="#A1D7CD" penwidth=1.5 style=dashed label="develops" dir=forward]
18
+ N3 -> N4 [color="#90A4AE" penwidth=1.5 style=solid label="enforces" dir=forward]
19
+ N4 -> N5 [color="#90A4AE" penwidth=1.5 style=dashed dir=forward]
20
+ N5 -> N6 [color="#9FA9E1" penwidth=1.5 style=solid label="converts" dir=forward]
21
+ N6 -> N7 [color="#A1D7CD" penwidth=1.5 style=dashed label="disposes" dir=forward]
22
+ N7 -> N8 [color="#A1D7CD" penwidth=1.5 style=solid dir=forward]
23
+ N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="treats" dir=forward]
24
+ N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward]
25
+ N10 -> N11 [color="#90A4AE" penwidth=1.5 style=dashed label="composts" dir=forward]
26
+ N2 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward]
27
+ }
test/diagrams/graph_easy/diagrams_125.dot ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ digraph {
2
+ rankdir=RL
3
+ N0 [label="Composting" color="#A188DB" fillcolor="#DED7F0" shape=preparation style=filled]
4
+ N1 [label="Plastic Recycling Technologies" color="#FFE69C" fillcolor="#FFF9D4" shape=document style=filled]
5
+ N2 [label="Waste Reduction Planning" color="#FFE69C" fillcolor="#FFF9D4" shape=box style=filled]
6
+ N3 [label="Landfill Gas Collection" color="#FFE69C" fillcolor="#FFF9D4" shape=vnode_shape style=filled]
7
+ N4 [label="Organics Collection" color="#AF56A6" fillcolor="#DDCEDD" shape=hexagon style=filled]
8
+ N5 [label="Waste Sorting" color="#FFE69C" fillcolor="#FFF9D4" shape=vnode_shape style=filled]
9
+ N6 [label="Public Education on Waste" color="#FFE69C" fillcolor="#FFF9D4" shape=box style=filled]
10
+ N7 [label="Illegal Dumping Monitoring" color="#FFE69C" fillcolor="#FFF9D4" shape=box style=filled]
11
+ N8 [label="Waste Incineration" color="#AF56A6" fillcolor="#DDCEDD" shape=ellipse style=filled]
12
+ N9 [label="Construction and Demolition Waste Management" color="#AF56A6" fillcolor="#DDCEDD" shape=hexagon style=filled]
13
+ N10 [label="Waste Collection" color="#AF56A6" fillcolor="#DDCEDD" shape=diamond style=filled]
14
+ N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward]
15
+ N1 -> N2 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward]
16
+ N2 -> N3 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward]
17
+ N3 -> N4 [color="#FFE69C" penwidth=1.5 style=solid dir=forward]
18
+ N4 -> N5 [color="#FFE69C" penwidth=1.5 style=dashed label="permits" dir=forward]
19
+ N5 -> N6 [color="#A188DB" penwidth=1.5 style=dashed dir=forward]
20
+ N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="operates" dir=forward]
21
+ N7 -> N8 [color="#A188DB" penwidth=1.5 style=dashed label="grades" dir=forward]
22
+ N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward]
23
+ N9 -> N10 [color="#A188DB" penwidth=1.5 style=solid dir=forward]
24
+ N0 -> N7 [color="#A188DB" penwidth=1.5 style=solid label="collects" dir=forward]
25
+ }