diff --git a/train/diagrams/easy/diagrams_10.dot b/train/diagrams/easy/diagrams_10.dot new file mode 100644 index 0000000000000000000000000000000000000000..f245486fb4671fec43b1c2485e51d96c61b938b6 --- /dev/null +++ b/train/diagrams/easy/diagrams_10.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=RL + N0 [label="Mental Health Assessment" color="#73C6BC" fillcolor="#D0EFEE" shape=rect style=filled] + N1 [label="Treatment Plan" color="#E91E63" fillcolor="#FCE4EC" shape=vnode_shape style=filled] + N2 [label="Rehabilitation Therapy" color="#E91E63" fillcolor="#FCE4EC" shape=vnode_shape style=filled] + N3 [label="Pain Management" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N4 [label="Blood Test" color="#E91E63" fillcolor="#FCE4EC" shape=box style=filled] + N5 [label="Physical Examination" color="#E91E63" fillcolor="#FCE4EC" shape=multipledocuments style=filled] + N6 [label="Device Implantation" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N7 [label="Dental Check_up" color="#73C6BC" fillcolor="#D0EFEE" shape=document style=filled] + N8 [label="Discharge" color="#73C6BC" fillcolor="#D0EFEE" shape=action style=filled] + N9 [label="Anesthesia Administration" color="#73C6BC" fillcolor="#D0EFEE" shape=box style=filled] + N10 [label="Surgery" color="#73C6BC" fillcolor="#D0EFEE" shape=box style=filled] + N11 [label="Patient Transfer" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N0 -> N1 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="operates" dir=forward] + N2 -> N3 [color="#A2D0FF" penwidth=1.5 style=dashed label="examines" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#73C6BC" penwidth=1.5 style=solid label="analyzes" dir=forward] + N6 -> N7 [color="#73C6BC" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#73C6BC" penwidth=1.5 style=solid label="transports" dir=forward] + N9 -> N10 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#E91E63" penwidth=1.5 style=dashed label="escalates" dir=forward] + N3 -> N11 [color="#000000" penwidth=1.5 style=dashed label="prescribes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_100.dot b/train/diagrams/easy/diagrams_100.dot new file mode 100644 index 0000000000000000000000000000000000000000..32e16b9dc29274d98a0c15a6e4546fbe41b30922 --- /dev/null +++ b/train/diagrams/easy/diagrams_100.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Tax Assessment" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N1 [label="Property Appraisal" color="#D3EB9F" fillcolor="#F8FDD3" shape=multipledocuments style=filled] + N2 [label="Eviction Process" color="#FFD54F" fillcolor="#FFF8E1" shape=multipledocuments style=filled] + N3 [label="Property Marketing" color="#D3EB9F" fillcolor="#F8FDD3" shape=vnode_shape style=filled] + N4 [label="HOA Management" color="#FFD54F" fillcolor="#FFF8E1" shape=box style=filled] + N5 [label="Renovation Planning" color="#D3EB9F" fillcolor="#F8FDD3" shape=parallelogram style=filled] + N6 [label="Market Trend Analysis" color="#9C27B0" fillcolor="#E1BEE7" shape=vnode_shape style=filled] + N7 [label="Investment Property Analysis" color="#9C27B0" fillcolor="#E1BEE7" shape=parallelogram style=filled] + N8 [label="Tenant Screening" color="#FFD54F" fillcolor="#FFF8E1" shape=multipledocuments style=filled] + N9 [label="Escrow Setup" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled] + N10 [label="Mortgage Application Assistance" color="#FFD54F" fillcolor="#FFF8E1" shape=diamond style=filled] + N0 -> N1 [color="#9C27B0" penwidth=1.5 style=dashed label="evaluates" dir=forward] + N1 -> N2 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#D3EB9F" penwidth=1.5 style=dashed label="schedules" dir=forward] + N5 -> N6 [color="#9C27B0" penwidth=1.5 style=dashed label="markets" dir=forward] + N6 -> N7 [color="#D3EB9F" penwidth=1.5 style=dashed label="reviews" dir=forward] + N7 -> N8 [color="#D3EB9F" penwidth=1.5 style=solid label="rents" dir=forward] + N8 -> N9 [color="#9C27B0" penwidth=1.5 style=dashed label="closes" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N0 [color="#000000" penwidth=1.5 style=dashed label="transfers" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_102.txt b/train/diagrams/easy/diagrams_102.txt new file mode 100644 index 0000000000000000000000000000000000000000..57c9ab446ea761c318909acbe45b6172151cc7ff --- /dev/null +++ b/train/diagrams/easy/diagrams_102.txt @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/train/diagrams/easy/diagrams_103.txt b/train/diagrams/easy/diagrams_103.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2190a2444a1138922ce13154176e04abad90438 --- /dev/null +++ b/train/diagrams/easy/diagrams_103.txt @@ -0,0 +1,11 @@ +<Escrow Setup, renovates, Commission Distribution> +<Investment Property Analysis, leases, Escrow Setup> +<Land Acquisition, transfers, Property Tax Payment> +<Offer Submission, closes, Property Marketing> +<Price Negotiation, sells, Rental Agreement> +<Property Marketing, connectedTo, Tax Assessment> +<Property Tax Payment, connectedTo, Tenant Screening> +<Rental Agreement, connectedTo, Land Acquisition> +<Rental Agreement, mortgages, Escrow Setup> +<Tax Assessment, connectedTo, Investment Property Analysis> +<Tenant Screening, permits, Offer Submission> diff --git a/train/diagrams/easy/diagrams_106.dot b/train/diagrams/easy/diagrams_106.dot new file mode 100644 index 0000000000000000000000000000000000000000..d4f42918e3d079d4d70d8f48d35a9f22e14e4e58 --- /dev/null +++ b/train/diagrams/easy/diagrams_106.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=BT + N0 [label="Search and Rescue Operations" color="#FFF176" fillcolor="#FFFDE7" shape=multipledocuments style=filled] + N1 [label="K9 Unit Deployment" color="#A1887F" fillcolor="#EFEBE9" shape=database style=filled] + N2 [label="Evacuation Planning" color="#64B5F6" fillcolor="#E3F2FD" shape=preparation style=filled] + N3 [label="Victim Support Services" color="#64B5F6" fillcolor="#E3F2FD" shape=document style=filled] + N4 [label="Emergency Medical Service" color="#A1887F" fillcolor="#EFEBE9" shape=ellipse style=filled] + N5 [label="Court Testimony" color="#64B5F6" fillcolor="#E3F2FD" shape=hexagon style=filled] + N6 [label="Cybersecurity Threat Response" color="#FFF176" fillcolor="#FFFDE7" shape=document style=filled] + N7 [label="First Aid Deployment" color="#64B5F6" fillcolor="#E3F2FD" shape=box style=filled] + N8 [label="Hazard Detection" color="#64B5F6" fillcolor="#E3F2FD" shape=box style=filled] + N9 [label="Community Outreach" color="#FFF176" fillcolor="#FFFDE7" shape=document style=filled] + N10 [label="Surveillance Review" color="#64B5F6" fillcolor="#E3F2FD" shape=box style=filled] + N11 [label="Border Security" color="#FFF176" fillcolor="#FFFDE7" shape=hexagon style=filled] + N0 -> N1 [color="#64B5F6" penwidth=1.5 style=dashed label="responds to" dir=forward] + N1 -> N2 [color="#FFF176" penwidth=1.5 style=dashed label="equips" dir=forward] + N2 -> N3 [color="#A1887F" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A1887F" penwidth=1.5 style=dashed label="warns" dir=forward] + N4 -> N5 [color="#64B5F6" penwidth=1.5 style=solid label="rehabilitates" dir=forward] + N5 -> N6 [color="#64B5F6" penwidth=1.5 style=solid label="rescues" dir=forward] + N6 -> N7 [color="#64B5F6" penwidth=1.5 style=dashed label="trains" dir=forward] + N7 -> N8 [color="#FFF176" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFF176" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#FFF176" penwidth=1.5 style=solid label="detains" dir=forward] + N1 -> N7 [color="#FFF176" penwidth=1.5 style=solid label="collaborates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_106.txt b/train/diagrams/easy/diagrams_106.txt new file mode 100644 index 0000000000000000000000000000000000000000..922dce432f6c20c39f4c57152e55584dfdd7b90d --- /dev/null +++ b/train/diagrams/easy/diagrams_106.txt @@ -0,0 +1,12 @@ +<Community Outreach, connectedTo, Surveillance Review> +<Court Testimony, rescues, Cybersecurity Threat Response> +<Cybersecurity Threat Response, trains, First Aid Deployment> +<Emergency Medical Service, rehabilitates, Court Testimony> +<Evacuation Planning, connectedTo, Victim Support Services> +<First Aid Deployment, connectedTo, Hazard Detection> +<Hazard Detection, connectedTo, Community Outreach> +<K9 Unit Deployment, collaborates, First Aid Deployment> +<K9 Unit Deployment, equips, Evacuation Planning> +<Search and Rescue Operations, responds to, K9 Unit Deployment> +<Surveillance Review, detains, Border Security> +<Victim Support Services, warns, Emergency Medical Service> diff --git a/train/diagrams/easy/diagrams_112.dot b/train/diagrams/easy/diagrams_112.dot new file mode 100644 index 0000000000000000000000000000000000000000..185aea57254d5f7acb4b0bacf78dd018bf09db50 --- /dev/null +++ b/train/diagrams/easy/diagrams_112.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Shelter Setup" color="#AF56A6" fillcolor="#DDCEDD" shape=rectangle style=filled] + N1 [label="Cybersecurity Threat Response" color="#6FE1D5" fillcolor="#C9EFEC" shape=diamond style=filled] + N2 [label="Responder Alert" color="#AF56A6" fillcolor="#DDCEDD" shape=rectangle style=filled] + N3 [label="Public Warning" color="#AF56A6" fillcolor="#DDCEDD" shape=preparation style=filled] + N4 [label="Fire Suppression" color="#6FE1D5" fillcolor="#C9EFEC" shape=rectangle style=filled] + N5 [label="Court Testimony" color="#61CAC3" fillcolor="#C2E8E6" shape=ellipse style=filled] + N6 [label="Patrol Scheduling" color="#61CAC3" fillcolor="#C2E8E6" shape=database style=filled] + N7 [label="Community Outreach" color="#6FE1D5" fillcolor="#C9EFEC" shape=ellipse style=filled] + N8 [label="Rescue Coordination" color="#61CAC3" fillcolor="#C2E8E6" shape=predefinedprocess style=filled] + N9 [label="Emergency Dispatch" color="#AF56A6" fillcolor="#DDCEDD" shape=rect style=filled] + N10 [label="Inmate Transport" color="#6FE1D5" fillcolor="#C9EFEC" shape=ellipse style=filled] + N0 -> N1 [color="#61CAC3" penwidth=1.5 style=dashed label="rescues" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="arrests" dir=forward] + N2 -> N3 [color="#61CAC3" penwidth=1.5 style=dashed label="collaborates" dir=forward] + N3 -> N4 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#AF56A6" penwidth=1.5 style=solid label="educates" dir=forward] + N5 -> N6 [color="#6FE1D5" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#6FE1D5" penwidth=1.5 style=dashed label="equips" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="responds" dir=forward] + N8 -> N9 [color="#61CAC3" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#61CAC3" penwidth=1.5 style=solid dir=forward] + N9 -> N4 [color="#61CAC3" penwidth=1.5 style=dashed label="predicts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_114.txt b/train/diagrams/easy/diagrams_114.txt new file mode 100644 index 0000000000000000000000000000000000000000..80c77969a6410ab94dd4a85abcc048d1b6eb25d7 --- /dev/null +++ b/train/diagrams/easy/diagrams_114.txt @@ -0,0 +1,13 @@ +<Awards Ceremony Production, connectedTo, Trailer Production> +<Budget Planning, streams, Fan Engagement Strategy> +<Costume Design, audits, Film Distribution> +<Fan Engagement Strategy, licenses, Film Distribution> +<Fan Engagement Strategy, mixes, Live Performance> +<Game Development, markets, Post_Production Audio Mixing> +<Intellectual Property Protection, connectedTo, Game Development> +<Live Performance, connectedTo, Costume Design> +<Post_Production Audio Mixing, connectedTo, Costume Design> +<Post_Production Audio Mixing, renders, Sponsorship Acquisition> +<Scene Scheduling, masters, Awards Ceremony Production> +<Sponsorship Acquisition, films, Budget Planning> +<Trailer Production, screens, Intellectual Property Protection> diff --git a/train/diagrams/easy/diagrams_115.txt b/train/diagrams/easy/diagrams_115.txt new file mode 100644 index 0000000000000000000000000000000000000000..d14a7fbf0949e4291df14563ad0f81e4d4ff0e1d --- /dev/null +++ b/train/diagrams/easy/diagrams_115.txt @@ -0,0 +1,10 @@ +<Budget Planning, auditions, Sound Engineering> +<Budget Planning, negotiates, Marketing Campaign> +<Casting Call, connectedTo, Film Festival Submission> +<Costume Design, connectedTo, Stunt Coordination> +<Film Festival Submission, performs, Sound Engineering> +<Marketing Campaign, produces, Ticketing Sales> +<Scene Shooting, connectedTo, Casting Call> +<Sound Engineering, streams, Budget Planning> +<Sponsorship Acquisition, reviews, Costume Design> +<Ticketing Sales, connectedTo, Sponsorship Acquisition> diff --git a/train/diagrams/easy/diagrams_116.txt b/train/diagrams/easy/diagrams_116.txt new file mode 100644 index 0000000000000000000000000000000000000000..8296d18b34f7d7064e3f4b0ae35604af7a74f57d --- /dev/null +++ b/train/diagrams/easy/diagrams_116.txt @@ -0,0 +1,13 @@ +<Broadcast Scheduling, connectedTo, Post_Production Audio Mixing> +<Broadcast Scheduling, produces, Scene Scheduling> +<Casting Call, connectedTo, Script Writing> +<Lighting Setup, connectedTo, Scene Scheduling> +<Merchandise Creation, archives, Broadcast Scheduling> +<Merchandise Creation, mixes, Streaming Setup> +<Post_Production Audio Mixing, responds to, Talent Management> +<Premiere Event, animates, Casting Call> +<Scene Scheduling, writes, Broadcast Scheduling> +<Script Writing, connectedTo, Film Festival Submission> +<Special Effects Design, auditions, Lighting Setup> +<Streaming Setup, designs, Premiere Event> +<Talent Management, connectedTo, Merchandise Creation> diff --git a/train/diagrams/easy/diagrams_118.dot b/train/diagrams/easy/diagrams_118.dot new file mode 100644 index 0000000000000000000000000000000000000000..8c4c3ec0d49fb8ef49b37f3043eb3fc89eaf2718 --- /dev/null +++ b/train/diagrams/easy/diagrams_118.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Broadcast Scheduling" color="#A1887F" fillcolor="#EFEBE9" shape=ellipse style=filled] + N1 [label="Post_Production Audio Mixing" color="#BCB88A" fillcolor="#F5F5DC" shape=document style=filled] + N2 [label="Concert Promotion" color="#BCB88A" fillcolor="#F5F5DC" shape=rect style=filled] + N3 [label="Lighting Setup" color="#A1887F" fillcolor="#EFEBE9" shape=action style=filled] + N4 [label="Trailer Production" color="#A1887F" fillcolor="#EFEBE9" shape=ellipse style=filled] + N5 [label="Talent Management" color="#BCB88A" fillcolor="#F5F5DC" shape=hexagon style=filled] + N6 [label="Game Development" color="#BCB88A" fillcolor="#F5F5DC" shape=inputoutput style=filled] + N7 [label="Red Carpet Event" color="#A1887F" fillcolor="#EFEBE9" shape=parallelogram style=filled] + N8 [label="Live Performance" color="#FF5722" fillcolor="#FFCCBC" shape=parallelogram style=filled] + N9 [label="Visual Effects" color="#BCB88A" fillcolor="#F5F5DC" shape=multipledocuments style=filled] + N10 [label="Music Composition" color="#A1887F" fillcolor="#EFEBE9" shape=box style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="reviews" dir=forward] + N1 -> N2 [color="#BCB88A" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#A1887F" penwidth=1.5 style=dashed label="directs" dir=forward] + N3 -> N4 [color="#A1887F" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#BCB88A" penwidth=1.5 style=solid label="innovates" dir=forward] + N5 -> N6 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="sponsors" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="archives" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="licenses" dir=forward] + N9 -> N10 [color="#FF5722" penwidth=1.5 style=solid label="publishes" dir=forward] + N10 -> N0 [color="#A1887F" penwidth=1.5 style=solid label="critiques" dir=forward] + N9 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_118.txt b/train/diagrams/easy/diagrams_118.txt new file mode 100644 index 0000000000000000000000000000000000000000..4575f8fde0e6efd69fd60d262e722b03b5c747f9 --- /dev/null +++ b/train/diagrams/easy/diagrams_118.txt @@ -0,0 +1,12 @@ +<Broadcast Scheduling, reviews, Post_Production Audio Mixing> +<Concert Promotion, directs, Lighting Setup> +<Game Development, sponsors, Red Carpet Event> +<Lighting Setup, connectedTo, Trailer Production> +<Live Performance, licenses, Visual Effects> +<Music Composition, critiques, Broadcast Scheduling> +<Post_Production Audio Mixing, connectedTo, Concert Promotion> +<Red Carpet Event, archives, Live Performance> +<Talent Management, connectedTo, Game Development> +<Trailer Production, innovates, Talent Management> +<Visual Effects, connectedTo, Post_Production Audio Mixing> +<Visual Effects, publishes, Music Composition> diff --git a/train/diagrams/easy/diagrams_125.dot b/train/diagrams/easy/diagrams_125.dot new file mode 100644 index 0000000000000000000000000000000000000000..94a77fd59500775c59704588f2c46536f480d277 --- /dev/null +++ b/train/diagrams/easy/diagrams_125.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Emission Reporting" color="#7986CB" fillcolor="#E8EAF6" shape=multipledocuments style=filled] + N1 [label="Biodiversity Conservation" color="#795548" fillcolor="#D7CCC8" shape=predefinedprocess style=filled] + N2 [label="Ocean Cleanup" color="#B0C5CD" fillcolor="#DFE7EB" shape=hexagon style=filled] + N3 [label="Ecological Footprint Analysis" color="#7986CB" fillcolor="#E8EAF6" shape=inputoutput style=filled] + N4 [label="Sustainable Agriculture Practices" color="#795548" fillcolor="#D7CCC8" shape=rectangle style=filled] + N5 [label="Reforestation Planning" color="#7986CB" fillcolor="#E8EAF6" shape=rect style=filled] + N6 [label="Stormwater Management" color="#795548" fillcolor="#D7CCC8" shape=preparation style=filled] + N7 [label="Climate Modeling" color="#795548" fillcolor="#D7CCC8" shape=parallelogram style=filled] + N8 [label="Energy Audit" color="#795548" fillcolor="#D7CCC8" shape=ellipse style=filled] + N9 [label="Pollution Alert" color="#7986CB" fillcolor="#E8EAF6" shape=multipledocuments style=filled] + N10 [label="Sustainability Review" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N0 -> N1 [color="#795548" penwidth=1.5 style=solid label="incentivizes" dir=forward] + N1 -> N2 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#7986CB" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#B0C5CD" penwidth=1.5 style=dashed label="alerts" dir=forward] + N5 -> N6 [color="#B0C5CD" penwidth=1.5 style=dashed label="recycles" dir=forward] + N6 -> N7 [color="#B0C5CD" penwidth=1.5 style=dashed label="disposes" dir=forward] + N7 -> N8 [color="#7986CB" penwidth=1.5 style=dashed label="cleans" dir=forward] + N8 -> N9 [color="#7986CB" penwidth=1.5 style=dashed label="subsidizes" dir=forward] + N9 -> N10 [color="#B0C5CD" penwidth=1.5 style=solid label="funds" dir=forward] + N0 -> N7 [color="#795548" penwidth=1.5 style=solid dir=forward] + N3 -> N10 [color="#795548" penwidth=1.5 style=dashed label="calculates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_126.txt b/train/diagrams/easy/diagrams_126.txt new file mode 100644 index 0000000000000000000000000000000000000000..40181a8a0809acfaec3e0d544d798206673f3154 --- /dev/null +++ b/train/diagrams/easy/diagrams_126.txt @@ -0,0 +1,12 @@ +<Air Quality Monitoring, advises, Ecological Footprint Analysis> +<Climate Modeling, connectedTo, Ocean Cleanup> +<Conservation Easement, funds, Climate Modeling> +<Ecological Footprint Analysis, connectedTo, Emission Reporting> +<Emission Reporting, cleans, Ocean Cleanup> +<Groundwater Monitoring, alerts, Conservation Easement> +<Noise Pollution Measurement, connectedTo, Air Quality Monitoring> +<Ocean Cleanup, monitors, Noise Pollution Measurement> +<Recycling Process, permits, Renewable Energy Project Development> +<Reforestation Planning, connectedTo, Groundwater Monitoring> +<Renewable Energy Project Development, advocates, Wildlife Survey> +<Wildlife Survey, connectedTo, Reforestation Planning> diff --git a/train/diagrams/easy/diagrams_127.txt b/train/diagrams/easy/diagrams_127.txt new file mode 100644 index 0000000000000000000000000000000000000000..281ce1316b82c09f825eb971f6678588c0c936d6 --- /dev/null +++ b/train/diagrams/easy/diagrams_127.txt @@ -0,0 +1,10 @@ +<Coastal Erosion Control, connectedTo, Environmental Research> +<Emission Reporting, models, Public Awareness Campaign> +<Landfill Management, regulates, Coastal Erosion Control> +<Public Awareness Campaign, connectedTo, Regulatory Compliance> +<Regulatory Compliance, connectedTo, Landfill Management> +<Renewable Energy Grid Integration, cleans, Landfill Management> +<Renewable Energy Grid Integration, licenses, Emission Reporting> +<Renewable Energy Project Development, connectedTo, Sustainability Review> +<Sustainability Review, forecasts, Renewable Energy Grid Integration> +<Sustainability Review, surveys, Landfill Management> diff --git a/train/diagrams/easy/diagrams_128.dot b/train/diagrams/easy/diagrams_128.dot new file mode 100644 index 0000000000000000000000000000000000000000..cee8b852fc3de0f73c8c4c796466610221bfb03d --- /dev/null +++ b/train/diagrams/easy/diagrams_128.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Energy Audit" color="#FFB74D" fillcolor="#FFF3E0" shape=box style=filled] + N1 [label="Sustainability Review" color="#A188D0" fillcolor="#DACBE3" shape=parallelogram style=filled] + N2 [label="Renewable Energy Project Development" color="#388E3C" fillcolor="#C8E6C9" shape=vnode_shape style=filled] + N3 [label="Policy Advocacy" color="#FFB74D" fillcolor="#FFF3E0" shape=multipledocuments style=filled] + N4 [label="Environmental Education Programs" color="#A188D0" fillcolor="#DACBE3" shape=document style=filled] + N5 [label="Sustainable Agriculture Practices" color="#A188D0" fillcolor="#DACBE3" shape=diamond style=filled] + N6 [label="Renewable Energy Grid Integration" color="#388E3C" fillcolor="#C8E6C9" shape=predefinedprocess style=filled] + N7 [label="Environmental Research" color="#FFB74D" fillcolor="#FFF3E0" shape=document style=filled] + N8 [label="Wildlife Survey" color="#A188D0" fillcolor="#DACBE3" shape=rectangle style=filled] + N0 -> N1 [color="#A188D0" penwidth=1.5 style=dashed label="regulates" dir=forward] + N1 -> N2 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFB74D" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFB74D" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#388E3C" penwidth=1.5 style=dashed label="implements" dir=forward] + N7 -> N8 [color="#FFB74D" penwidth=1.5 style=solid label="restores" dir=forward] + N8 -> N4 [color="#388E3C" penwidth=1.5 style=dashed label="funds" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_130.txt b/train/diagrams/easy/diagrams_130.txt new file mode 100644 index 0000000000000000000000000000000000000000..400388989a0f1277acfe0b75504ea1ec069dcb78 --- /dev/null +++ b/train/diagrams/easy/diagrams_130.txt @@ -0,0 +1,10 @@ +<Election Management, monitors, Budget Allocation> +<Emergency Preparedness, issues, Social Program Review> +<ID Verification, connectedTo, Election Management> +<Interdepartmental Approval, connectedTo, Public Records Request> +<Public Records Request, protects, ID Verification> +<Public Works Maintenance, connectedTo, Social Security Administration> +<Public Works Maintenance, engages, Social Program Review> +<Social Program Review, communicates, Public Works Maintenance> +<Social Security Administration, plans, Tax Filing> +<Tax Filing, connectedTo, Interdepartmental Approval> diff --git a/train/diagrams/easy/diagrams_131.dot b/train/diagrams/easy/diagrams_131.dot new file mode 100644 index 0000000000000000000000000000000000000000..d43f6a35e19e47fecbc02bf0a1022c15a944320a --- /dev/null +++ b/train/diagrams/easy/diagrams_131.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=LR + N0 [label="Budget Allocation" color="#4DB6AC" fillcolor="#E0F2F1" shape=rect style=filled] + N1 [label="Public Hearing" color="#CFCFCF" fillcolor="#F6F6F6" shape=rect style=filled] + N2 [label="Election Management" color="#CFCFCF" fillcolor="#F6F6F6" shape=predefinedprocess style=filled] + N3 [label="Grant Distribution" color="#4DD0E1" fillcolor="#C9F0F0" shape=database style=filled] + N4 [label="Urban Planning" color="#4DB6AC" fillcolor="#E0F2F1" shape=multipledocuments style=filled] + N5 [label="Public Consultation" color="#4DB6AC" fillcolor="#E0F2F1" shape=box style=filled] + N6 [label="Transparency Audit" color="#4DD0E1" fillcolor="#C9F0F0" shape=database style=filled] + N7 [label="Education Policy" color="#CFCFCF" fillcolor="#F6F6F6" shape=parallelogram style=filled] + N8 [label="Social Program Review" color="#4DB6AC" fillcolor="#E0F2F1" shape=rectangle style=filled] + N9 [label="Legislation Review" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] + N10 [label="Legal Advisory" color="#4DB6AC" fillcolor="#E0F2F1" shape=multipledocuments style=filled] + N11 [label="Compliance Checking" color="#4DB6AC" fillcolor="#E0F2F1" shape=multipledocuments style=filled] + N0 -> N1 [color="#CFCFCF" penwidth=1.5 style=dashed label="protects" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="responds" dir=forward] + N2 -> N3 [color="#CFCFCF" penwidth=1.5 style=dashed label="provides" dir=forward] + N3 -> N4 [color="#CFCFCF" penwidth=1.5 style=dashed label="licenses" dir=forward] + N4 -> N5 [color="#CFCFCF" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="negotiates" dir=forward] + N6 -> N7 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="governs" dir=forward] + N8 -> N9 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#4DD0E1" penwidth=1.5 style=solid label="allocates" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N0 -> N8 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_134.txt b/train/diagrams/easy/diagrams_134.txt new file mode 100644 index 0000000000000000000000000000000000000000..85dc2b668362a3b9744decc553c382046c2db81e --- /dev/null +++ b/train/diagrams/easy/diagrams_134.txt @@ -0,0 +1,11 @@ +<Citizen Feedback, provides, Open Government Data Initiative> +<Code Enforcement, connectedTo, Public Health Initiative> +<Code Enforcement, subsidizes, Citizen Feedback> +<Education Policy, connectedTo, Emergency Preparedness> +<Emergency Preparedness, registers, Public Sector Procurement> +<ID Verification, taxes, Diplomatic Negotiation> +<Open Government Data Initiative, connectedTo, ID Verification> +<Public Health Initiative, engages, Education Policy> +<Public Hearing, connectedTo, Public Health Initiative> +<Public Sector Procurement, licenses, Open Government Data Initiative> +<Public Sector Procurement, protects, Code Enforcement> diff --git a/train/diagrams/easy/diagrams_135.txt b/train/diagrams/easy/diagrams_135.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5339597b649a2a16fef280322d2430b557c68eb --- /dev/null +++ b/train/diagrams/easy/diagrams_135.txt @@ -0,0 +1,12 @@ +<Border Control, licenses, Social Security Administration> +<Business Licensing, connectedTo, Driver's License Renewal> +<Census Collection, connectedTo, Public Health Initiative> +<Citizen Feedback, connectedTo, Census Collection> +<Driver's License Renewal, publishes, Public Hearing> +<International Relations, responds, Citizen Feedback> +<Public Health Initiative, connectedTo, Veterans Affairs> +<Public Hearing, connectedTo, Business Licensing> +<Social Program Review, issues, International Relations> +<Social Security Administration, serves, Social Program Review> +<Veterans Affairs, subsidizes, Public Hearing> +<Whistleblower Protection, connectedTo, Border Control> diff --git a/train/diagrams/easy/diagrams_136.dot b/train/diagrams/easy/diagrams_136.dot new file mode 100644 index 0000000000000000000000000000000000000000..f081c29e0e7a8c338622ea38645a008fe19a2da6 --- /dev/null +++ b/train/diagrams/easy/diagrams_136.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Election Management" color="#66BB6A" fillcolor="#E8F5E9" shape=diamond style=filled] + N1 [label="Transparency Audit" color="#4285F4" fillcolor="#D0E0F8" shape=rect style=filled] + N2 [label="Whistleblower Protection" color="#00BCD4" fillcolor="#E0F7FA" shape=ellipse style=filled] + N3 [label="Permit Application" color="#4285F4" fillcolor="#D0E0F8" shape=predefinedprocess style=filled] + N4 [label="Public Works Maintenance" color="#00BCD4" fillcolor="#E0F7FA" shape=diamond style=filled] + N5 [label="Social Program Review" color="#00BCD4" fillcolor="#E0F7FA" shape=rect style=filled] + N6 [label="Public Health Initiative" color="#00BCD4" fillcolor="#E0F7FA" shape=preparation style=filled] + N7 [label="Public Sector Procurement" color="#4285F4" fillcolor="#D0E0F8" shape=hexagon style=filled] + N8 [label="Passport Issuance" color="#4285F4" fillcolor="#D0E0F8" shape=preparation style=filled] + N9 [label="Border Control" color="#4285F4" fillcolor="#D0E0F8" shape=parallelogram style=filled] + N0 -> N1 [color="#66BB6A" penwidth=1.5 style=solid label="develops" dir=forward] + N1 -> N2 [color="#4285F4" penwidth=1.5 style=dashed label="responds" dir=forward] + N2 -> N3 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#00BCD4" penwidth=1.5 style=solid label="serves" dir=forward] + N5 -> N6 [color="#00BCD4" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#66BB6A" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#4285F4" penwidth=1.5 style=solid label="regulates" dir=forward] + N0 -> N6 [color="#000000" penwidth=1.5 style=solid label="executes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_136.txt b/train/diagrams/easy/diagrams_136.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2379b9776da2961789a88c3ec38ef011e029ea1 --- /dev/null +++ b/train/diagrams/easy/diagrams_136.txt @@ -0,0 +1,10 @@ +<Election Management, develops, Transparency Audit> +<Election Management, executes, Public Health Initiative> +<Passport Issuance, regulates, Border Control> +<Permit Application, connectedTo, Public Works Maintenance> +<Public Health Initiative, connectedTo, Public Sector Procurement> +<Public Sector Procurement, connectedTo, Passport Issuance> +<Public Works Maintenance, serves, Social Program Review> +<Social Program Review, connectedTo, Public Health Initiative> +<Transparency Audit, responds, Whistleblower Protection> +<Whistleblower Protection, connectedTo, Permit Application> diff --git a/train/diagrams/easy/diagrams_137.txt b/train/diagrams/easy/diagrams_137.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc54641cfcc318d11a91d9463baf320c8e3112c2 --- /dev/null +++ b/train/diagrams/easy/diagrams_137.txt @@ -0,0 +1,10 @@ +<Complaint Management, connectedTo, Store Layout Design> +<Customer Checkout, trains, Order Fulfillment> +<Loss Prevention, inventories, Warehouse Picking> +<Payment Processing, ships, Complaint Management> +<Return Handling, engages, Visual Merchandising> +<Return Handling, packs, Shopping Cart Collection> +<Shopping Cart Collection, connectedTo, Customer Checkout> +<Store Layout Design, connectedTo, Return Handling> +<Visual Merchandising, optimizes, Loss Prevention> +<Warehouse Picking, connectedTo, Shopping Cart Collection> diff --git a/train/diagrams/easy/diagrams_138.dot b/train/diagrams/easy/diagrams_138.dot new file mode 100644 index 0000000000000000000000000000000000000000..2bbef2c0009556014c01316dd9327b84719db826 --- /dev/null +++ b/train/diagrams/easy/diagrams_138.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=TB + N0 [label="Promotion Planning" color="#FF8A65" fillcolor="#FBE9E7" shape=rect style=filled] + N1 [label="Product Listing" color="#FF8A65" fillcolor="#FBE9E7" shape=inputoutput style=filled] + N2 [label="Customer Engagement" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N3 [label="Customer Loyalty Analytics" color="#FF5722" fillcolor="#FFCCBC" shape=inputoutput style=filled] + N4 [label="Supply Chain Optimization" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N5 [label="Vendor Managed Inventory" color="#FF5722" fillcolor="#FFCCBC" shape=rect style=filled] + N6 [label="Payment Processing" color="#FF5722" fillcolor="#FFCCBC" shape=predefinedprocess style=filled] + N7 [label="Product Demonstration" color="#FF8A65" fillcolor="#FBE9E7" shape=ellipse style=filled] + N0 -> N1 [color="#FF5722" penwidth=1.5 style=dashed label="reports" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="advertises" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="promotes" dir=forward] + N3 -> N4 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FF8A65" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="stocks" dir=forward] + N6 -> N7 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N3 -> N6 [color="#FF8A65" penwidth=1.5 style=dashed label="personalizes" dir=forward] + N7 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_138.txt b/train/diagrams/easy/diagrams_138.txt new file mode 100644 index 0000000000000000000000000000000000000000..c27ce0cbf87e5a488de88e4b6402f3072e12796f --- /dev/null +++ b/train/diagrams/easy/diagrams_138.txt @@ -0,0 +1,9 @@ +<Customer Engagement, promotes, Customer Loyalty Analytics> +<Customer Loyalty Analytics, connectedTo, Supply Chain Optimization> +<Customer Loyalty Analytics, personalizes, Payment Processing> +<Payment Processing, connectedTo, Product Demonstration> +<Product Demonstration, connectedTo, Customer Loyalty Analytics> +<Product Listing, advertises, Customer Engagement> +<Promotion Planning, reports, Product Listing> +<Supply Chain Optimization, analyzes, Vendor Managed Inventory> +<Vendor Managed Inventory, stocks, Payment Processing> diff --git a/train/diagrams/easy/diagrams_14.dot b/train/diagrams/easy/diagrams_14.dot new file mode 100644 index 0000000000000000000000000000000000000000..da65855f468a6be1d89e3088b6edb8e58243e99f --- /dev/null +++ b/train/diagrams/easy/diagrams_14.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Epidemiological Tracking" color="#FFF9AE" fillcolor="#FFFCE6" shape=action style=filled] + N1 [label="Medical History" color="#7986CB" fillcolor="#E8EAF6" shape=rectangle style=filled] + N2 [label="Medication Dispensing" color="#7986CB" fillcolor="#E8EAF6" shape=multipledocuments style=filled] + N3 [label="Patient Transfer" color="#FFF9AE" fillcolor="#FFFCE6" shape=rectangle style=filled] + N4 [label="Triage" color="#EAEFA5" fillcolor="#FDFCEB" shape=preparation style=filled] + N5 [label="Vaccination" color="#FFF9AE" fillcolor="#FFFCE6" shape=multipledocuments style=filled] + N6 [label="Insurance Claim" color="#7986CB" fillcolor="#E8EAF6" shape=preparation style=filled] + N7 [label="Telemedicine Consultation" color="#7986CB" fillcolor="#E8EAF6" shape=document style=filled] + N8 [label="Allergy Test" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N9 [label="Symptom Monitoring" color="#EAEFA5" fillcolor="#FDFCEB" shape=preparation style=filled] + N0 -> N1 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#7986CB" penwidth=1.5 style=dashed label="scans" dir=forward] + N2 -> N3 [color="#7986CB" penwidth=1.5 style=dashed label="responds" dir=forward] + N3 -> N4 [color="#7986CB" penwidth=1.5 style=solid label="refers" dir=forward] + N4 -> N5 [color="#7986CB" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="dispenses" dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed label="prescribes" dir=forward] + N7 -> N8 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="rehabilitates" dir=forward] + N4 -> N0 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_14.txt b/train/diagrams/easy/diagrams_14.txt new file mode 100644 index 0000000000000000000000000000000000000000..cde57bbe16189d28148b893a6ccaff5698257ab0 --- /dev/null +++ b/train/diagrams/easy/diagrams_14.txt @@ -0,0 +1,10 @@ +<Allergy Test, rehabilitates, Symptom Monitoring> +<Epidemiological Tracking, connectedTo, Medical History> +<Insurance Claim, prescribes, Telemedicine Consultation> +<Medical History, scans, Medication Dispensing> +<Medication Dispensing, responds, Patient Transfer> +<Patient Transfer, refers, Triage> +<Telemedicine Consultation, connectedTo, Allergy Test> +<Triage, connectedTo, Epidemiological Tracking> +<Triage, connectedTo, Vaccination> +<Vaccination, dispenses, Insurance Claim> diff --git a/train/diagrams/easy/diagrams_140.dot b/train/diagrams/easy/diagrams_140.dot new file mode 100644 index 0000000000000000000000000000000000000000..42d14eba7797d8a415f8149295429ccfcbd879b3 --- /dev/null +++ b/train/diagrams/easy/diagrams_140.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=BT + N0 [label="Staff Training" color="#795548" fillcolor="#D7CCC8" shape=ellipse style=filled] + N1 [label="Online Order Pickup" color="#D3EB9F" fillcolor="#F8FDD3" shape=rect style=filled] + N2 [label="Product Demonstration" color="#D3EB9F" fillcolor="#F8FDD3" shape=rectangle style=filled] + N3 [label="Product Listing" color="#3F51B5" fillcolor="#C5CAE9" shape=vnode_shape style=filled] + N4 [label="E_commerce Platform Integration" color="#795548" fillcolor="#D7CCC8" shape=preparation style=filled] + N5 [label="Daily Report Generation" color="#D3EB9F" fillcolor="#F8FDD3" shape=vnode_shape style=filled] + N6 [label="Fitting Room Management" color="#3F51B5" fillcolor="#C5CAE9" shape=diamond style=filled] + N7 [label="Discount Application" color="#3F51B5" fillcolor="#C5CAE9" shape=database style=filled] + N0 -> N1 [color="#795548" penwidth=1.5 style=dashed label="ships" dir=forward] + N1 -> N2 [color="#D3EB9F" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=solid label="returns" dir=forward] + N4 -> N5 [color="#D3EB9F" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#3F51B5" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="sells" dir=forward] + N0 -> N4 [color="#D3EB9F" penwidth=1.5 style=solid label="wraps" dir=forward] + N4 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_142.dot b/train/diagrams/easy/diagrams_142.dot new file mode 100644 index 0000000000000000000000000000000000000000..aa96f6aa3c90011bf697501744849821988a76b8 --- /dev/null +++ b/train/diagrams/easy/diagrams_142.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Shopping Cart Collection" color="#FFF8A6" fillcolor="#FFFDE0" shape=inputoutput style=filled] + N1 [label="Price Tagging" color="#388E3C" fillcolor="#C8E6C9" shape=vnode_shape style=filled] + N2 [label="Product Listing" color="#388E3C" fillcolor="#C8E6C9" shape=hexagon style=filled] + N3 [label="Staff Training" color="#FFF8A6" fillcolor="#FFFDE0" shape=box style=filled] + N4 [label="Point of Sale System Update" color="#FFF8A6" fillcolor="#FFFDE0" shape=database style=filled] + N5 [label="Loyalty Program Update" color="#9575CD" fillcolor="#EDE7F6" shape=document style=filled] + N6 [label="Seasonal Sales Planning" color="#388E3C" fillcolor="#C8E6C9" shape=vnode_shape style=filled] + N7 [label="Loss Prevention" color="#9575CD" fillcolor="#EDE7F6" shape=multipledocuments style=filled] + N8 [label="Visual Merchandising" color="#388E3C" fillcolor="#C8E6C9" shape=multipledocuments style=filled] + N9 [label="Gift Wrapping" color="#388E3C" fillcolor="#C8E6C9" shape=parallelogram style=filled] + N10 [label="Product Demonstration" color="#388E3C" fillcolor="#C8E6C9" shape=hexagon style=filled] + N0 -> N1 [color="#9575CD" penwidth=1.5 style=dashed label="returns" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="personalizes" dir=forward] + N3 -> N4 [color="#9575CD" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFF8A6" penwidth=1.5 style=dashed label="complies" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="orders" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#9575CD" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N2 -> N0 [color="#FFF8A6" penwidth=1.5 style=solid label="sells" dir=forward] + N3 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_142.txt b/train/diagrams/easy/diagrams_142.txt new file mode 100644 index 0000000000000000000000000000000000000000..58ca53471396d1a4ff73cf8f22400932398db73e --- /dev/null +++ b/train/diagrams/easy/diagrams_142.txt @@ -0,0 +1,12 @@ +<Gift Wrapping, connectedTo, Product Demonstration> +<Loss Prevention, connectedTo, Visual Merchandising> +<Loyalty Program Update, orders, Seasonal Sales Planning> +<Point of Sale System Update, complies, Loyalty Program Update> +<Price Tagging, connectedTo, Product Listing> +<Product Listing, personalizes, Staff Training> +<Product Listing, sells, Shopping Cart Collection> +<Seasonal Sales Planning, connectedTo, Loss Prevention> +<Shopping Cart Collection, returns, Price Tagging> +<Staff Training, connectedTo, Gift Wrapping> +<Staff Training, connectedTo, Point of Sale System Update> +<Visual Merchandising, connectedTo, Gift Wrapping> diff --git a/train/diagrams/easy/diagrams_143.txt b/train/diagrams/easy/diagrams_143.txt new file mode 100644 index 0000000000000000000000000000000000000000..50407aac9811f4b1e232c1ce2fb134f294e2cacb --- /dev/null +++ b/train/diagrams/easy/diagrams_143.txt @@ -0,0 +1,11 @@ +<Curbside Delivery, displays, Customer Loyalty Analytics> +<Customer Loyalty Analytics, connectedTo, Curbside Delivery> +<Customer Loyalty Analytics, connectedTo, Product Listing> +<E_commerce Platform Integration, connectedTo, Sales Forecasting> +<Fitting Room Management, lists, Curbside Delivery> +<Inventory Check, connectedTo, E_commerce Platform Integration> +<Order Fulfillment, connectedTo, Inventory Check> +<Product Listing, connectedTo, Seasonal Sales Planning> +<Sales Forecasting, prices, Warehouse Picking> +<Warehouse Picking, packs, Fitting Room Management> +<Warehouse Picking, trains, Curbside Delivery> diff --git a/train/diagrams/easy/diagrams_145.dot b/train/diagrams/easy/diagrams_145.dot new file mode 100644 index 0000000000000000000000000000000000000000..32663a56a5a141ebbd2ca5e496650b2e42333b67 --- /dev/null +++ b/train/diagrams/easy/diagrams_145.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=TB + N0 [label="Electric Vehicle Battery Production" color="#5C6BC0" fillcolor="#E8EAF6" shape=database style=filled] + N1 [label="Dealership Sales" color="#DCE775" fillcolor="#F9FBE7" shape=predefinedprocess style=filled] + N2 [label="Parts Distribution" color="#5C6BC0" fillcolor="#E8EAF6" shape=ellipse style=filled] + N3 [label="Customer Relationship Management" color="#DCE775" fillcolor="#F9FBE7" shape=rectangle style=filled] + N4 [label="Vehicle Financing" color="#BDAFA8" fillcolor="#E4E0DF" shape=document style=filled] + N5 [label="Global Supply Chain Management" color="#DCE775" fillcolor="#F9FBE7" shape=hexagon style=filled] + N6 [label="Vehicle Design" color="#DCE775" fillcolor="#F9FBE7" shape=database style=filled] + N7 [label="Customer Test Drive" color="#DCE775" fillcolor="#F9FBE7" shape=document style=filled] + N8 [label="Brake System Check" color="#DCE775" fillcolor="#F9FBE7" shape=inputoutput style=filled] + N9 [label="Part Manufacturing" color="#BDAFA8" fillcolor="#E4E0DF" shape=ellipse style=filled] + N0 -> N1 [color="#BDAFA8" penwidth=1.5 style=dashed label="produces" dir=forward] + N1 -> N2 [color="#DCE775" penwidth=1.5 style=dashed label="certifies" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=dashed label="cleans" dir=forward] + N4 -> N5 [color="#5C6BC0" penwidth=1.5 style=dashed label="markets" dir=forward] + N5 -> N6 [color="#5C6BC0" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#5C6BC0" penwidth=1.5 style=dashed label="delivers" dir=forward] + N1 -> N0 [color="#DCE775" penwidth=1.5 style=solid label="calibrates" dir=forward] + N5 -> N4 [color="#000000" penwidth=1.5 style=dashed label="engineers" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_146.txt b/train/diagrams/easy/diagrams_146.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4166319d7ba75d319a677b1b42acec9a6b65801 --- /dev/null +++ b/train/diagrams/easy/diagrams_146.txt @@ -0,0 +1,9 @@ +<Customer Test Drive, cleans, Road Testing> +<Customer Test Drive, inspects, Recall Management> +<Inventory Tracking, connectedTo, Dealership Sales> +<Part Manufacturing, diagnoses, Customer Test Drive> +<Part Manufacturing, produces, Inventory Tracking> +<Recall Management, installs, Supplier Selection> +<Road Testing, connectedTo, Tire Rotation> +<Supplier Selection, recalls, Customer Test Drive> +<Tire Rotation, connectedTo, Part Manufacturing> diff --git a/train/diagrams/easy/diagrams_15.dot b/train/diagrams/easy/diagrams_15.dot new file mode 100644 index 0000000000000000000000000000000000000000..d00da99fb80efaae1e74d48db2c09ebd7b92ef55 --- /dev/null +++ b/train/diagrams/easy/diagrams_15.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Insurance Claim" color="#F06292" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N1 [label="Patient Education" color="#FFB2A5" fillcolor="#FFDCD6" shape=multipledocuments style=filled] + N2 [label="Triage" color="#FFDA4E" fillcolor="#FFE88D" shape=hexagon style=filled] + N3 [label="Wound Care" color="#FFDA4E" fillcolor="#FFE88D" shape=box style=filled] + N4 [label="Allergy Test" color="#FFB2A5" fillcolor="#FFDCD6" shape=document style=filled] + N5 [label="Clinical Trial" color="#FFDA4E" fillcolor="#FFE88D" shape=predefinedprocess style=filled] + N6 [label="Prescription" color="#FFB2A5" fillcolor="#FFDCD6" shape=parallelogram style=filled] + N7 [label="Pharmacy Order" color="#FFDA4E" fillcolor="#FFE88D" shape=rectangle style=filled] + N8 [label="Nutritional Counseling" color="#FFB2A5" fillcolor="#FFDCD6" shape=vnode_shape style=filled] + N9 [label="Patient Intake" color="#FFB2A5" fillcolor="#FFDCD6" shape=hexagon style=filled] + N10 [label="Dental Check_up" color="#F06292" fillcolor="#FCE4EC" shape=box style=filled] + N11 [label="Follow_up" color="#FFB2A5" fillcolor="#FFDCD6" shape=action style=filled] + N0 -> N1 [color="#FFB2A5" penwidth=1.5 style=dashed label="assesses" dir=forward] + N1 -> N2 [color="#F06292" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFDA4E" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="triages" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFB2A5" penwidth=1.5 style=solid label="scans" dir=forward] + N8 -> N9 [color="#FFB2A5" penwidth=1.5 style=solid label="examines" dir=forward] + N9 -> N10 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#FFDA4E" penwidth=1.5 style=dashed label="immunizes" dir=forward] + N11 -> N2 [color="#FFDA4E" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_15.txt b/train/diagrams/easy/diagrams_15.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffa3e87f00c220719f66a46dae72394ccebf2cb9 --- /dev/null +++ b/train/diagrams/easy/diagrams_15.txt @@ -0,0 +1,12 @@ +<Allergy Test, triages, Clinical Trial> +<Clinical Trial, connectedTo, Prescription> +<Dental Check_up, immunizes, Follow_up> +<Follow_up, connectedTo, Triage> +<Insurance Claim, assesses, Patient Education> +<Nutritional Counseling, examines, Patient Intake> +<Patient Education, connectedTo, Triage> +<Patient Intake, connectedTo, Dental Check_up> +<Pharmacy Order, scans, Nutritional Counseling> +<Prescription, connectedTo, Pharmacy Order> +<Triage, connectedTo, Wound Care> +<Wound Care, connectedTo, Allergy Test> diff --git a/train/diagrams/easy/diagrams_150.dot b/train/diagrams/easy/diagrams_150.dot new file mode 100644 index 0000000000000000000000000000000000000000..5e8ad6cc363d92c40baa89afe8008a1f40e67599 --- /dev/null +++ b/train/diagrams/easy/diagrams_150.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=LR + N0 [label="Inventory Tracking" color="#A188D0" fillcolor="#DACBE3" shape=parallelogram style=filled] + N1 [label="Vehicle Registration" color="#FBC02D" fillcolor="#FFFDE7" shape=inputoutput style=filled] + N2 [label="Safety Inspection" color="#C0CA33" fillcolor="#F9FBE7" shape=diamond style=filled] + N3 [label="Electric Vehicle Battery Production" color="#C0CA33" fillcolor="#F9FBE7" shape=database style=filled] + N4 [label="Emission Testing" color="#A188D0" fillcolor="#DACBE3" shape=rect style=filled] + N5 [label="Recycling of Vehicle Components" color="#A188D0" fillcolor="#DACBE3" shape=rectangle style=filled] + N6 [label="Vehicle Financing" color="#C0CA33" fillcolor="#F9FBE7" shape=inputoutput style=filled] + N7 [label="After_sales Service" color="#FBC02D" fillcolor="#FFFDE7" shape=preparation style=filled] + N0 -> N1 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="produces" dir=forward] + N3 -> N4 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#C0CA33" penwidth=1.5 style=dashed label="replaces" dir=forward] + N5 -> N6 [color="#C0CA33" penwidth=1.5 style=dashed label="cleans" dir=forward] + N6 -> N7 [color="#FBC02D" penwidth=1.5 style=solid label="engineers" dir=forward] + N3 -> N6 [color="#C0CA33" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_150.txt b/train/diagrams/easy/diagrams_150.txt new file mode 100644 index 0000000000000000000000000000000000000000..b44fc47faf89b00d052f3869be78124233dd5751 --- /dev/null +++ b/train/diagrams/easy/diagrams_150.txt @@ -0,0 +1,8 @@ +<Electric Vehicle Battery Production, connectedTo, Emission Testing> +<Electric Vehicle Battery Production, connectedTo, Vehicle Financing> +<Emission Testing, replaces, Recycling of Vehicle Components> +<Inventory Tracking, connectedTo, Vehicle Registration> +<Recycling of Vehicle Components, cleans, Vehicle Financing> +<Safety Inspection, produces, Electric Vehicle Battery Production> +<Vehicle Financing, engineers, After_sales Service> +<Vehicle Registration, connectedTo, Safety Inspection> diff --git a/train/diagrams/easy/diagrams_156.txt b/train/diagrams/easy/diagrams_156.txt new file mode 100644 index 0000000000000000000000000000000000000000..eef64bbf7e32b9ee937ab8d08e3c1b2fe653de8b --- /dev/null +++ b/train/diagrams/easy/diagrams_156.txt @@ -0,0 +1,10 @@ +<Aviation Safety Audit, connectedTo, Data Transmission> +<Emergency Protocols, regulates, Mission Debriefing> +<Fueling Procedure, analyzes, Emergency Protocols> +<Fueling Procedure, repairs, Mission Debriefing> +<Launch Execution, connectedTo, Fueling Procedure> +<Launch Execution, maintains, Aviation Safety Audit> +<Mission Debriefing, connectedTo, Space Debris Tracking> +<Propulsion Testing, connectedTo, Launch Execution> +<Space Debris Tracking, coordinates, Propulsion Testing> +<Structural Analysis, reports, Fueling Procedure> diff --git a/train/diagrams/easy/diagrams_160.txt b/train/diagrams/easy/diagrams_160.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0db1ad8a0f704f6813a51ff7e764af2e7a0898b --- /dev/null +++ b/train/diagrams/easy/diagrams_160.txt @@ -0,0 +1,8 @@ +<Engine Overhaul, assembles, Spacecraft Telemetry Analysis> +<Engine Overhaul, connectedTo, Satellite Data Processing> +<New Material Development, connectedTo, Satellite Data Processing> +<Re_entry Vehicle Design, plans, Rocket Assembly> +<Satellite Configuration, connectedTo, Engine Overhaul> +<Satellite Data Processing, connectedTo, Structural Analysis> +<Spacecraft Telemetry Analysis, certifies, New Material Development> +<Structural Analysis, develops, Re_entry Vehicle Design> diff --git a/train/diagrams/easy/diagrams_161.txt b/train/diagrams/easy/diagrams_161.txt new file mode 100644 index 0000000000000000000000000000000000000000..5be3b4bb11b2e24c81e3dd001ffb6af6cc28cb7d --- /dev/null +++ b/train/diagrams/easy/diagrams_161.txt @@ -0,0 +1,11 @@ +<Annuity Sales, connectedTo, Reinsurance Negotiation> +<Benefit Payout, mitigates, Customer Communication> +<Catastrophe Modeling, connectedTo, Risk Assessment> +<Compliance Reporting, connectedTo, Annuity Sales> +<Customer Communication, consults, Market Research> +<Customer Communication, responds, Catastrophe Modeling> +<Cyber Insurance Policy, connectedTo, Compliance Reporting> +<Market Research, connectedTo, Cyber Insurance Policy> +<Reinsurance Negotiation, sells, Benefit Payout> +<Risk Assessment, assesses, Subrogation> +<Subrogation, connectedTo, Market Research> diff --git a/train/diagrams/easy/diagrams_162.dot b/train/diagrams/easy/diagrams_162.dot new file mode 100644 index 0000000000000000000000000000000000000000..88fe230e9a4715d84ce0dc25b4d3fa92642cd175 --- /dev/null +++ b/train/diagrams/easy/diagrams_162.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=LR + N0 [label="Agent Training" color="#BDAFA8" fillcolor="#E4E0DF" shape=preparation style=filled] + N1 [label="Reinsurance Negotiation" color="#6FE1D5" fillcolor="#C9EFEC" shape=action style=filled] + N2 [label="Claim Submission" color="#FFF176" fillcolor="#FFFDE7" shape=inputoutput style=filled] + N3 [label="Actuarial Analysis" color="#FFF176" fillcolor="#FFFDE7" shape=predefinedprocess style=filled] + N4 [label="Digital Policy Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=box style=filled] + N5 [label="Annuity Sales" color="#6FE1D5" fillcolor="#C9EFEC" shape=document style=filled] + N6 [label="Payment Processing" color="#6FE1D5" fillcolor="#C9EFEC" shape=multipledocuments style=filled] + N7 [label="Claim Adjustment" color="#BDAFA8" fillcolor="#E4E0DF" shape=rect style=filled] + N8 [label="Policy Cancellation" color="#FFF176" fillcolor="#FFFDE7" shape=action style=filled] + N9 [label="Policy Application" color="#FFF176" fillcolor="#FFFDE7" shape=preparation style=filled] + N10 [label="Subrogation" color="#FFF176" fillcolor="#FFFDE7" shape=hexagon style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="sells" dir=forward] + N1 -> N2 [color="#FFF176" penwidth=1.5 style=solid label="models" dir=forward] + N2 -> N3 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#BDAFA8" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFF176" penwidth=1.5 style=dashed label="advises" dir=forward] + N6 -> N7 [color="#BDAFA8" penwidth=1.5 style=solid label="manages" dir=forward] + N7 -> N8 [color="#6FE1D5" penwidth=1.5 style=solid label="claims" dir=forward] + N8 -> N9 [color="#BDAFA8" penwidth=1.5 style=dashed label="audits" dir=forward] + N9 -> N10 [color="#FFF176" penwidth=1.5 style=solid label="approves" dir=forward] + N2 -> N5 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_162.txt b/train/diagrams/easy/diagrams_162.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f047b6bf4987292e40ff3ac5af37bcb58e1626f --- /dev/null +++ b/train/diagrams/easy/diagrams_162.txt @@ -0,0 +1,11 @@ +<Actuarial Analysis, connectedTo, Digital Policy Management> +<Agent Training, sells, Reinsurance Negotiation> +<Annuity Sales, advises, Payment Processing> +<Claim Adjustment, claims, Policy Cancellation> +<Claim Submission, connectedTo, Actuarial Analysis> +<Claim Submission, connectedTo, Annuity Sales> +<Digital Policy Management, connectedTo, Annuity Sales> +<Payment Processing, manages, Claim Adjustment> +<Policy Application, approves, Subrogation> +<Policy Cancellation, audits, Policy Application> +<Reinsurance Negotiation, models, Claim Submission> diff --git a/train/diagrams/easy/diagrams_166.dot b/train/diagrams/easy/diagrams_166.dot new file mode 100644 index 0000000000000000000000000000000000000000..e56c3ba8e6fec923459d393745b87a8005f65a52 --- /dev/null +++ b/train/diagrams/easy/diagrams_166.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Annuity Sales" color="#00BCD4" fillcolor="#B2EBF2" shape=hexagon style=filled] + N1 [label="Claims Litigation Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=action style=filled] + N2 [label="Actuarial Analysis" color="#00BCD4" fillcolor="#B2EBF2" shape=ellipse style=filled] + N3 [label="Policy Renewal" color="#D2D2D2" fillcolor="#F0F0F0" shape=parallelogram style=filled] + N4 [label="Digital Policy Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=diamond style=filled] + N5 [label="Life Insurance Underwriting" color="#FFF9AE" fillcolor="#FFFCE6" shape=hexagon style=filled] + N6 [label="Business Interruption Coverage" color="#00BCD4" fillcolor="#B2EBF2" shape=ellipse style=filled] + N7 [label="Product Development" color="#FFF9AE" fillcolor="#FFFCE6" shape=rectangle style=filled] + N8 [label="Agent Training" color="#D2D2D2" fillcolor="#F0F0F0" shape=rectangle style=filled] + N9 [label="Claim Adjustment" color="#00BCD4" fillcolor="#B2EBF2" shape=rectangle style=filled] + N0 -> N1 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#D2D2D2" penwidth=1.5 style=solid label="complies" dir=forward] + N2 -> N3 [color="#D2D2D2" penwidth=1.5 style=solid label="pays" dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=dashed label="regulates" dir=forward] + N4 -> N5 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#D2D2D2" penwidth=1.5 style=solid label="markets" dir=forward] + N6 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="claims" dir=forward] + N6 -> N4 [color="#D2D2D2" penwidth=1.5 style=solid label="supports" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_168.txt b/train/diagrams/easy/diagrams_168.txt new file mode 100644 index 0000000000000000000000000000000000000000..7516f17c75f18a5d1fc112b8369da6229cc74a3e --- /dev/null +++ b/train/diagrams/easy/diagrams_168.txt @@ -0,0 +1,8 @@ +<Agent Training, connectedTo, Coverage Review> +<Annuity Sales, connectedTo, Broker Management> +<Broker Management, renews, Cyber Insurance Policy> +<Claim Adjustment, responds, Annuity Sales> +<Coverage Review, connectedTo, Claim Adjustment> +<Coverage Review, connectedTo, Data Security> +<Cyber Insurance Policy, educates, Claim Submission> +<Data Security, documents, Claim Adjustment> diff --git a/train/diagrams/easy/diagrams_170.dot b/train/diagrams/easy/diagrams_170.dot new file mode 100644 index 0000000000000000000000000000000000000000..dd36cc14d87570072ddef0aa7f6c8044e073ff5e --- /dev/null +++ b/train/diagrams/easy/diagrams_170.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Security Audit" color="#BA68C8" fillcolor="#F3E5F5" shape=parallelogram style=filled] + N1 [label="DevSecOps Integration" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N2 [label="Application Security" color="#BA68C8" fillcolor="#F3E5F5" shape=box style=filled] + N3 [label="Identity Management" color="#42A5F5" fillcolor="#F1F8FF" shape=database style=filled] + N4 [label="Disaster Recovery Planning" color="#BA68C8" fillcolor="#F3E5F5" shape=vnode_shape style=filled] + N5 [label="Firewall Configuration" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N6 [label="Risk Management Framework" color="#BA68C8" fillcolor="#F3E5F5" shape=vnode_shape style=filled] + N7 [label="Malware Analysis" color="#BA68C8" fillcolor="#F3E5F5" shape=rectangle style=filled] + N8 [label="Incident Response" color="#E0E0E0" fillcolor="#EBEBEB" shape=document style=filled] + N9 [label="Antivirus Management" color="#BA68C8" fillcolor="#F3E5F5" shape=predefinedprocess style=filled] + N0 -> N1 [color="#42A5F5" penwidth=1.5 style=dashed label="encrypts" dir=forward] + N1 -> N2 [color="#42A5F5" penwidth=1.5 style=solid label="incidents" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#BA68C8" penwidth=1.5 style=solid label="isolates" dir=forward] + N4 -> N5 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#E0E0E0" penwidth=1.5 style=dashed label="monitors" dir=forward] + N6 -> N7 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="patches" dir=forward] + N5 -> N7 [color="#000000" penwidth=1.5 style=dashed label="reports" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_174.dot b/train/diagrams/easy/diagrams_174.dot new file mode 100644 index 0000000000000000000000000000000000000000..8089104bc0af257fa5dee33d9530caf7653a08f0 --- /dev/null +++ b/train/diagrams/easy/diagrams_174.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Security Policy Development" color="#A188DB" fillcolor="#DED7F0" shape=predefinedprocess style=filled] + N1 [label="Malware Analysis" color="#A188DB" fillcolor="#DED7F0" shape=ellipse style=filled] + N2 [label="Network Security" color="#D2D2D2" fillcolor="#F0F0F0" shape=database style=filled] + N3 [label="Phishing Simulation" color="#A188DB" fillcolor="#DED7F0" shape=box style=filled] + N4 [label="Insider Threat Detection" color="#A188DB" fillcolor="#DED7F0" shape=predefinedprocess style=filled] + N5 [label="Intrusion Prevention" color="#D2D2D2" fillcolor="#F0F0F0" shape=database style=filled] + N6 [label="Threat Intelligence Gathering" color="#D2D2D2" fillcolor="#F0F0F0" shape=hexagon style=filled] + N7 [label="Cloud Security" color="#D2D2D2" fillcolor="#F0F0F0" shape=document style=filled] + N8 [label="Security Information and Event Management" color="#E57373" fillcolor="#FFEBEE" shape=multipledocuments style=filled] + N9 [label="Digital Forensics" color="#D2D2D2" fillcolor="#F0F0F0" shape=preparation style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="blocks" dir=forward] + N2 -> N3 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="advises" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="analyzes" dir=forward] + N5 -> N6 [color="#A188DB" penwidth=1.5 style=solid label="mitigates" dir=forward] + N6 -> N7 [color="#A188DB" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#D2D2D2" penwidth=1.5 style=solid label="vulnerabilities" dir=forward] + N6 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_175.txt b/train/diagrams/easy/diagrams_175.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e27c8f788e80b52a29cfd51a5549b0ad196679f --- /dev/null +++ b/train/diagrams/easy/diagrams_175.txt @@ -0,0 +1,11 @@ +<Data Loss Prevention, monitors, Security Operations Center Monitoring> +<Firewall Configuration, advises, Security Awareness Training> +<Identity Management, connectedTo, Intrusion Prevention> +<Identity Management, connectedTo, Security Information and Event Management> +<Intrusion Prevention, connectedTo, Data Loss Prevention> +<Penetration Testing, authorizes, Zero Trust Architecture> +<Risk Management Framework, connectedTo, Penetration Testing> +<Security Awareness Training, analyzes, Risk Management Framework> +<Security Information and Event Management, detects, IoT Security> +<Security Operations Center Monitoring, implements, Security Information and Event Management> +<Zero Trust Architecture, connectedTo, Identity Management> diff --git a/train/diagrams/easy/diagrams_176.dot b/train/diagrams/easy/diagrams_176.dot new file mode 100644 index 0000000000000000000000000000000000000000..7c05be6e129b7fffe04b6e31de498f2e71c47b2a --- /dev/null +++ b/train/diagrams/easy/diagrams_176.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Physical Security Integration" color="#BA68C8" fillcolor="#F3E5F5" shape=rect style=filled] + N1 [label="Security Operations Center Monitoring" color="#D3EB9F" fillcolor="#F8FDD3" shape=action style=filled] + N2 [label="Access Control" color="#FFE470" fillcolor="#FFFAE0" shape=database style=filled] + N3 [label="Phishing Simulation" color="#BA68C8" fillcolor="#F3E5F5" shape=predefinedprocess style=filled] + N4 [label="Compliance Monitoring" color="#FFE470" fillcolor="#FFFAE0" shape=parallelogram style=filled] + N5 [label="Antivirus Management" color="#D3EB9F" fillcolor="#F8FDD3" shape=inputoutput style=filled] + N6 [label="Mobile Security" color="#D3EB9F" fillcolor="#F8FDD3" shape=diamond style=filled] + N7 [label="Security Awareness Training" color="#FFE470" fillcolor="#FFFAE0" shape=predefinedprocess style=filled] + N8 [label="User Training" color="#D3EB9F" fillcolor="#F8FDD3" shape=predefinedprocess style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="authorizes" dir=forward] + N1 -> N2 [color="#BA68C8" penwidth=1.5 style=dashed label="designs" dir=forward] + N2 -> N3 [color="#FFE470" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="responds" dir=forward] + N5 -> N6 [color="#D3EB9F" penwidth=1.5 style=dashed label="configures" dir=forward] + N6 -> N7 [color="#D3EB9F" penwidth=1.5 style=dashed label="recovers" dir=forward] + N7 -> N8 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] + N7 -> N2 [color="#FFE470" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_178.dot b/train/diagrams/easy/diagrams_178.dot new file mode 100644 index 0000000000000000000000000000000000000000..53706fcb46c499cf1072674873bf7ea2ca00ccc8 --- /dev/null +++ b/train/diagrams/easy/diagrams_178.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Garage Door Control" color="#92C79A" fillcolor="#E8F0EA" shape=predefinedprocess style=filled] + N1 [label="Automated Vacuum Cleaning" color="#A2D0FF" fillcolor="#E8F0FF" shape=parallelogram style=filled] + N2 [label="Air Quality Monitoring" color="#92C79A" fillcolor="#E8F0EA" shape=preparation style=filled] + N3 [label="Scene Creation" color="#92C79A" fillcolor="#E8F0EA" shape=database style=filled] + N4 [label="Video Surveillance" color="#92C79A" fillcolor="#E8F0EA" shape=multipledocuments style=filled] + N5 [label="Emergency Service Connection" color="#DCE775" fillcolor="#FCFCE7" shape=vnode_shape style=filled] + N6 [label="Home Security System Activation" color="#DCE775" fillcolor="#FCFCE7" shape=document style=filled] + N7 [label="Smoke Alarm Integration" color="#92C79A" fillcolor="#E8F0EA" shape=vnode_shape style=filled] + N8 [label="Curtain Automation" color="#A2D0FF" fillcolor="#E8F0FF" shape=multipledocuments style=filled] + N9 [label="Firmware Update" color="#92C79A" fillcolor="#E8F0EA" shape=parallelogram style=filled] + N10 [label="Voice Command" color="#92C79A" fillcolor="#E8F0EA" shape=vnode_shape style=filled] + N11 [label="Remote Control" color="#DCE775" fillcolor="#FCFCE7" shape=inputoutput style=filled] + N0 -> N1 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A2D0FF" penwidth=1.5 style=solid label="maintains" dir=forward] + N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=solid label="closes" dir=forward] + N5 -> N6 [color="#DCE775" penwidth=1.5 style=dashed label="programs" dir=forward] + N6 -> N7 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#92C79A" penwidth=1.5 style=solid label="adapts" dir=forward] + N8 -> N9 [color="#A2D0FF" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#DCE775" penwidth=1.5 style=dashed label="notifies" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N4 [color="#92C79A" penwidth=1.5 style=solid label="secures" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_178.txt b/train/diagrams/easy/diagrams_178.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ac5dd25487377362b326586cce8141a976c6844 --- /dev/null +++ b/train/diagrams/easy/diagrams_178.txt @@ -0,0 +1,12 @@ +<Air Quality Monitoring, connectedTo, Scene Creation> +<Automated Vacuum Cleaning, connectedTo, Air Quality Monitoring> +<Curtain Automation, connectedTo, Firmware Update> +<Emergency Service Connection, programs, Home Security System Activation> +<Emergency Service Connection, secures, Video Surveillance> +<Firmware Update, notifies, Voice Command> +<Garage Door Control, connectedTo, Automated Vacuum Cleaning> +<Home Security System Activation, connectedTo, Smoke Alarm Integration> +<Scene Creation, maintains, Video Surveillance> +<Smoke Alarm Integration, adapts, Curtain Automation> +<Video Surveillance, closes, Emergency Service Connection> +<Voice Command, connectedTo, Remote Control> diff --git a/train/diagrams/easy/diagrams_18.txt b/train/diagrams/easy/diagrams_18.txt new file mode 100644 index 0000000000000000000000000000000000000000..1439acfcb3b37eef48709254a047371af12f7c4c --- /dev/null +++ b/train/diagrams/easy/diagrams_18.txt @@ -0,0 +1,10 @@ +<Final Testing, processes, Workflow Optimization> +<Logistics Planning, connectedTo, Final Testing> +<Parts Replacement, connectedTo, Logistics Planning> +<Product Design, connectedTo, Parts Replacement> +<Robotics Integration, checks, Product Design> +<Safety Audit, monitors, Shipping> +<Shipping, connectedTo, Painting> +<Shipping, designs, Parts Replacement> +<Work_in_Progress Monitoring, connectedTo, Robotics Integration> +<Workflow Optimization, mixes, Safety Audit> diff --git a/train/diagrams/easy/diagrams_181.txt b/train/diagrams/easy/diagrams_181.txt new file mode 100644 index 0000000000000000000000000000000000000000..390a64483237be86fc919ed329b2427456954bb7 --- /dev/null +++ b/train/diagrams/easy/diagrams_181.txt @@ -0,0 +1,10 @@ +<App Control, connectedTo, Geofencing Trigger> +<Automated Vacuum Cleaning, connects, Guest Access Management> +<Firmware Update, connectedTo, Leak Detection> +<Geofencing Trigger, opens, Automated Vacuum Cleaning> +<Guest Access Management, assists, Smart Appliance Control> +<Leak Detection, connectedTo, Thermostat Adjustment> +<Motion Detection, cools, Firmware Update> +<Smart Appliance Control, connectedTo, Video Surveillance> +<Thermostat Adjustment, troubleshoots, Guest Access Management> +<Video Surveillance, updates, Motion Detection> diff --git a/train/diagrams/easy/diagrams_185.dot b/train/diagrams/easy/diagrams_185.dot new file mode 100644 index 0000000000000000000000000000000000000000..6edba28d46a48b992a3f548ad6fa930e30a7ba75 --- /dev/null +++ b/train/diagrams/easy/diagrams_185.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Disaster Resilience Planning" color="#DCE775" fillcolor="#FCFCE7" shape=ellipse style=filled] + N1 [label="Digital Twins of City" color="#4FC3F7" fillcolor="#E1F5FE" shape=parallelogram style=filled] + N2 [label="Public Safety Monitoring" color="#795548" fillcolor="#D7CCC8" shape=rect style=filled] + N3 [label="Predictive Maintenance for Utilities" color="#795548" fillcolor="#D7CCC8" shape=ellipse style=filled] + N4 [label="Intelligent Public Safety Cameras" color="#4FC3F7" fillcolor="#E1F5FE" shape=inputoutput style=filled] + N5 [label="Waste Recycling Program" color="#DCE775" fillcolor="#FCFCE7" shape=document style=filled] + N6 [label="Digital Kiosk Information" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N7 [label="Waste Management Optimization" color="#4FC3F7" fillcolor="#E1F5FE" shape=parallelogram style=filled] + N8 [label="Smart Lighting" color="#4FC3F7" fillcolor="#E1F5FE" shape=database style=filled] + N9 [label="Smart Grid Security" color="#4FC3F7" fillcolor="#E1F5FE" shape=parallelogram style=filled] + N10 [label="Green Space Management" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N11 [label="E_governance Services" color="#DCE775" fillcolor="#FCFCE7" shape=preparation style=filled] + N0 -> N1 [color="#4FC3F7" penwidth=1.5 style=solid label="tracks" dir=forward] + N1 -> N2 [color="#4FC3F7" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#795548" penwidth=1.5 style=solid label="partners" dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=dashed label="secures" dir=forward] + N4 -> N5 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N6 -> N7 [color="#DCE775" penwidth=1.5 style=dashed label="designs" dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#795548" penwidth=1.5 style=solid dir=forward] + N2 -> N0 [color="#DCE775" penwidth=1.5 style=dashed label="manages" dir=forward] + N9 -> N0 [color="#795548" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_185.txt b/train/diagrams/easy/diagrams_185.txt new file mode 100644 index 0000000000000000000000000000000000000000..27ffd3f7f3d450dd818e22346c849b01d1a99c1f --- /dev/null +++ b/train/diagrams/easy/diagrams_185.txt @@ -0,0 +1,13 @@ +<Digital Kiosk Information, designs, Waste Management Optimization> +<Digital Twins of City, connectedTo, Public Safety Monitoring> +<Disaster Resilience Planning, tracks, Digital Twins of City> +<Green Space Management, connectedTo, E_governance Services> +<Intelligent Public Safety Cameras, connectedTo, Waste Recycling Program> +<Predictive Maintenance for Utilities, secures, Intelligent Public Safety Cameras> +<Public Safety Monitoring, manages, Disaster Resilience Planning> +<Public Safety Monitoring, partners, Predictive Maintenance for Utilities> +<Smart Grid Security, connectedTo, Disaster Resilience Planning> +<Smart Grid Security, connectedTo, Green Space Management> +<Smart Lighting, connectedTo, Smart Grid Security> +<Waste Management Optimization, connectedTo, Smart Lighting> +<Waste Recycling Program, analyzes, Digital Kiosk Information> diff --git a/train/diagrams/easy/diagrams_187.dot b/train/diagrams/easy/diagrams_187.dot new file mode 100644 index 0000000000000000000000000000000000000000..9ad3b4af6b625de09f733d93e3c8d970716d6354 --- /dev/null +++ b/train/diagrams/easy/diagrams_187.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Smart Parking" color="#4285F4" fillcolor="#D0E0F8" shape=predefinedprocess style=filled] + N1 [label="E_governance Services" color="#CB9BE1" fillcolor="#F2E6F5" shape=vnode_shape style=filled] + N2 [label="Digital Kiosk Information" color="#4285F4" fillcolor="#D0E0F8" shape=multipledocuments style=filled] + N3 [label="Smart Building Integration" color="#CB9BE1" fillcolor="#F2E6F5" shape=hexagon style=filled] + N4 [label="Infrastructure Maintenance Alert" color="#4CAF50" fillcolor="#C8E6C9" shape=predefinedprocess style=filled] + N5 [label="Public Transport Tracking" color="#4CAF50" fillcolor="#C8E6C9" shape=rect style=filled] + N6 [label="Waste Recycling Program" color="#4CAF50" fillcolor="#C8E6C9" shape=rectangle style=filled] + N7 [label="Urban Mobility Solutions" color="#CB9BE1" fillcolor="#F2E6F5" shape=multipledocuments style=filled] + N0 -> N1 [color="#4CAF50" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#4CAF50" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#CB9BE1" penwidth=1.5 style=dashed label="lights" dir=forward] + N3 -> N4 [color="#4285F4" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4CAF50" penwidth=1.5 style=solid label="innovates" dir=forward] + N5 -> N6 [color="#4285F4" penwidth=1.5 style=dashed label="sustains" dir=forward] + N6 -> N7 [color="#4CAF50" penwidth=1.5 style=solid label="funds" dir=forward] + N7 -> N4 [color="#4CAF50" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_187.txt b/train/diagrams/easy/diagrams_187.txt new file mode 100644 index 0000000000000000000000000000000000000000..76ccae6d3c3bdff40181074e8989ab6aae301053 --- /dev/null +++ b/train/diagrams/easy/diagrams_187.txt @@ -0,0 +1,8 @@ +<Digital Kiosk Information, lights, Smart Building Integration> +<E_governance Services, connectedTo, Digital Kiosk Information> +<Infrastructure Maintenance Alert, innovates, Public Transport Tracking> +<Public Transport Tracking, sustains, Waste Recycling Program> +<Smart Building Integration, connectedTo, Infrastructure Maintenance Alert> +<Smart Parking, connectedTo, E_governance Services> +<Urban Mobility Solutions, connectedTo, Infrastructure Maintenance Alert> +<Waste Recycling Program, funds, Urban Mobility Solutions> diff --git a/train/diagrams/easy/diagrams_188.txt b/train/diagrams/easy/diagrams_188.txt new file mode 100644 index 0000000000000000000000000000000000000000..28c5bcb899387a1fb7f2ba418b625d172f8ecf39 --- /dev/null +++ b/train/diagrams/easy/diagrams_188.txt @@ -0,0 +1,12 @@ +<Air Quality Index Reporting, connectedTo, Traffic Flow Optimization> +<Disaster Resilience Planning, lights, Noise Pollution Monitoring> +<E_governance Services, connectedTo, Air Quality Index Reporting> +<Energy Grid Management, connectedTo, Sustainable Resource Management> +<Noise Pollution Monitoring, resources, Public Safety Monitoring> +<Public Safety Monitoring, maintains, Smart Street Furniture> +<Public Safety Monitoring, sustains, Water Management System> +<Smart Street Furniture, connectedTo, Waste Recycling Program> +<Sustainable Resource Management, innovates, Disaster Resilience Planning> +<Traffic Flow Optimization, regulates, Smart Street Furniture> +<Waste Management Optimization, connectedTo, Energy Grid Management> +<Waste Recycling Program, connectedTo, Waste Management Optimization> diff --git a/train/diagrams/easy/diagrams_19.dot b/train/diagrams/easy/diagrams_19.dot new file mode 100644 index 0000000000000000000000000000000000000000..8c1225a94e2d533f76d937c06b8cf2c55c1e8c09 --- /dev/null +++ b/train/diagrams/easy/diagrams_19.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=BT + N0 [label="Supplier Qualification" color="#EAEFA5" fillcolor="#FDFCEB" shape=vnode_shape style=filled] + N1 [label="Factory Layout Planning" color="#66BB6A" fillcolor="#E8F5E9" shape=multipledocuments style=filled] + N2 [label="Automated Assembly" color="#66BB6A" fillcolor="#E8F5E9" shape=rect style=filled] + N3 [label="Storage" color="#EAEFA5" fillcolor="#FDFCEB" shape=vnode_shape style=filled] + N4 [label="Yield Optimization" color="#66BB6A" fillcolor="#E8F5E9" shape=box style=filled] + N5 [label="Product Design" color="#EAEFA5" fillcolor="#FDFCEB" shape=predefinedprocess style=filled] + N6 [label="Workflow Optimization" color="#EAEFA5" fillcolor="#FDFCEB" shape=database style=filled] + N7 [label="Tool Path Generation" color="#66BB6A" fillcolor="#E8F5E9" shape=box style=filled] + N0 -> N1 [color="#66BB6A" penwidth=1.5 style=solid label="molds" dir=forward] + N1 -> N2 [color="#EAEFA5" penwidth=1.5 style=dashed label="maintains" dir=forward] + N2 -> N3 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#EAEFA5" penwidth=1.5 style=dashed label="innovates" dir=forward] + N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=dashed label="receives" dir=forward] + N6 -> N7 [color="#A188DB" penwidth=1.5 style=dashed label="transports" dir=forward] + N7 -> N5 [color="#A188DB" penwidth=1.5 style=solid label="analyzes" dir=forward] + N7 -> N1 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_192.dot b/train/diagrams/easy/diagrams_192.dot new file mode 100644 index 0000000000000000000000000000000000000000..83f4ab7b387bc58498c44db58e73b54aba31d7ef --- /dev/null +++ b/train/diagrams/easy/diagrams_192.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Public Transport Tracking" color="#2196F3" fillcolor="#BBDEFB" shape=inputoutput style=filled] + N1 [label="Public Safety Monitoring" color="#AED581" fillcolor="#F0F4C3" shape=database style=filled] + N2 [label="Smart Building Integration" color="#2196F3" fillcolor="#BBDEFB" shape=vnode_shape style=filled] + N3 [label="Waste Recycling Program" color="#AED581" fillcolor="#F0F4C3" shape=document style=filled] + N4 [label="Smart Education Initiatives" color="#FFA726" fillcolor="#FFF3E0" shape=predefinedprocess style=filled] + N5 [label="Disaster Resilience Planning" color="#FFA726" fillcolor="#FFF3E0" shape=rect style=filled] + N6 [label="Air Quality Index Reporting" color="#AED581" fillcolor="#F0F4C3" shape=rectangle style=filled] + N7 [label="Smart Parking" color="#AED581" fillcolor="#F0F4C3" shape=hexagon style=filled] + N8 [label="Smart Street Furniture" color="#FFA726" fillcolor="#FFF3E0" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] + N1 -> N2 [color="#AED581" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#AED581" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FFA726" penwidth=1.5 style=solid label="analyzes" dir=forward] + N4 -> N5 [color="#AED581" penwidth=1.5 style=dashed label="measures" dir=forward] + N5 -> N6 [color="#AED581" penwidth=1.5 style=solid label="protects" dir=forward] + N6 -> N7 [color="#FFA726" penwidth=1.5 style=solid label="lights" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N4 [color="#AED581" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_193.txt b/train/diagrams/easy/diagrams_193.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0b01acd59955952588b08f37024d7ba2447ca50 --- /dev/null +++ b/train/diagrams/easy/diagrams_193.txt @@ -0,0 +1,9 @@ +<Bioprocess Optimization, processes, CRISPR Technology Application> +<Biosensor Development, models, Preclinical Testing> +<Intellectual Property Protection, analyzes, Synthetic Biology Design> +<Nanobiotechnology Application, engineers, Intellectual Property Protection> +<Preclinical Testing, connectedTo, Regulatory Submission> +<Regulatory Submission, connectedTo, Bioprocess Optimization> +<Synthetic Biology Design, researches, Tissue Engineering> +<Tissue Engineering, connectedTo, Biosensor Development> +<Tissue Engineering, optimizes, Regulatory Submission> diff --git a/train/diagrams/easy/diagrams_194.dot b/train/diagrams/easy/diagrams_194.dot new file mode 100644 index 0000000000000000000000000000000000000000..8caed2bc40990d59023fdcdaf6a716a76befa173 --- /dev/null +++ b/train/diagrams/easy/diagrams_194.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="Synthetic Biology Design" color="#9C27B0" fillcolor="#E1BEE7" shape=preparation style=filled] + N1 [label="Bioimaging" color="#9C27B0" fillcolor="#E1BEE7" shape=vnode_shape style=filled] + N2 [label="Monoclonal Antibody Production" color="#9C27B0" fillcolor="#E1BEE7" shape=diamond style=filled] + N3 [label="Biomanufacturing Scale_up" color="#9C27B0" fillcolor="#E1BEE7" shape=database style=filled] + N4 [label="Nanobiotechnology Application" color="#AB47BC" fillcolor="#F3E5F5" shape=ellipse style=filled] + N5 [label="Bioprocess Optimization" color="#9C27B0" fillcolor="#E1BEE7" shape=ellipse style=filled] + N6 [label="Gene Therapy Delivery" color="#6FE1D5" fillcolor="#C9EFEC" shape=predefinedprocess style=filled] + N7 [label="Biomarker Discovery" color="#6FE1D5" fillcolor="#C9EFEC" shape=inputoutput style=filled] + N8 [label="Assay Development" color="#9C27B0" fillcolor="#E1BEE7" shape=parallelogram style=filled] + N9 [label="Vaccine Development" color="#9C27B0" fillcolor="#E1BEE7" shape=box style=filled] + N10 [label="Preclinical Testing" color="#AB47BC" fillcolor="#F3E5F5" shape=vnode_shape style=filled] + N0 -> N1 [color="#9C27B0" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="validates" dir=forward] + N2 -> N3 [color="#6FE1D5" penwidth=1.5 style=dashed label="models" dir=forward] + N3 -> N4 [color="#6FE1D5" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#9C27B0" penwidth=1.5 style=solid label="simulates" dir=forward] + N5 -> N6 [color="#6FE1D5" penwidth=1.5 style=dashed label="educates" dir=forward] + N6 -> N7 [color="#9C27B0" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#9C27B0" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] + N9 -> N10 [color="#AB47BC" penwidth=1.5 style=solid label="licenses" dir=forward] + N8 -> N4 [color="#9C27B0" penwidth=1.5 style=solid label="tests" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_195.txt b/train/diagrams/easy/diagrams_195.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f8261cfe40c98553dcc1f1236261e49c347c923 --- /dev/null +++ b/train/diagrams/easy/diagrams_195.txt @@ -0,0 +1,11 @@ +<Biomanufacturing Scale_up, connectedTo, Clinical Trial Design> +<Bioreactor Operation, grows, Environmental Bioremediation> +<Biosafety Protocol, connectedTo, Diagnostic Test Development> +<Biosafety Protocol, innovates, Computational Biology Modeling> +<Biosafety Protocol, secures, Drug Repurposing> +<Clinical Trial Design, produces, Biosafety Protocol> +<Computational Biology Modeling, connectedTo, Intellectual Property Protection> +<Drug Repurposing, connectedTo, Diagnostic Test Development> +<Environmental Bioremediation, tests, Biomanufacturing Scale_up> +<Genomic Editing, delivers, Drug Repurposing> +<Intellectual Property Protection, connectedTo, Genomic Editing> diff --git a/train/diagrams/easy/diagrams_196.txt b/train/diagrams/easy/diagrams_196.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c9bb5f12969da5d9a87cb1be0ecd77c1598d85 --- /dev/null +++ b/train/diagrams/easy/diagrams_196.txt @@ -0,0 +1,10 @@ +<Bioinformatics Analysis, connectedTo, Biosensor Development> +<Bioprocess Optimization, manipulates, Clinical Data Interpretation> +<Biosensor Development, collaborates, Bioprocess Optimization> +<CRISPR Technology Application, researches, Preclinical Testing> +<Clinical Data Interpretation, innovates, Diagnostic Test Development> +<Clinical Trial Design, engineers, CRISPR Technology Application> +<Clinical Trial Design, isolates, Bioinformatics Analysis> +<Computational Biology Modeling, connectedTo, Clinical Trial Design> +<Ethical Review Board Approval, connectedTo, CRISPR Technology Application> +<Preclinical Testing, designs, Computational Biology Modeling> diff --git a/train/diagrams/easy/diagrams_198.dot b/train/diagrams/easy/diagrams_198.dot new file mode 100644 index 0000000000000000000000000000000000000000..71c2af04cfb72f29cabf2292df2e45eb613165cf --- /dev/null +++ b/train/diagrams/easy/diagrams_198.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=RL + N0 [label="Drug Discovery" color="#FFC2C2" fillcolor="#FFEBEB" shape=box style=filled] + N1 [label="Biomarker Discovery" color="#FFB2A5" fillcolor="#FFDCD6" shape=predefinedprocess style=filled] + N2 [label="Nanobiotechnology Application" color="#FFC2C2" fillcolor="#FFEBEB" shape=predefinedprocess style=filled] + N3 [label="Pharmacogenomics" color="#FFB2A5" fillcolor="#FFDCD6" shape=parallelogram style=filled] + N4 [label="Bioreactor Operation" color="#FFD54F" fillcolor="#FFF8E1" shape=vnode_shape style=filled] + N5 [label="Vaccine Development" color="#FFC2C2" fillcolor="#FFEBEB" shape=document style=filled] + N6 [label="Tissue Engineering" color="#FFC2C2" fillcolor="#FFEBEB" shape=rect style=filled] + N7 [label="CRISPR Technology Application" color="#FFD54F" fillcolor="#FFF8E1" shape=inputoutput style=filled] + N8 [label="Genomic Editing" color="#FFB2A5" fillcolor="#FFDCD6" shape=hexagon style=filled] + N9 [label="Quality Control" color="#FFC2C2" fillcolor="#FFEBEB" shape=action style=filled] + N10 [label="Clinical Data Interpretation" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled] + N0 -> N1 [color="#FFB2A5" penwidth=1.5 style=dashed label="models" dir=forward] + N1 -> N2 [color="#FFB2A5" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="engineers" dir=forward] + N3 -> N4 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FFC2C2" penwidth=1.5 style=solid label="synthesizes" dir=forward] + N6 -> N7 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="detects" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="collaborates" dir=forward] + N9 -> N10 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N4 -> N6 [color="#FFB2A5" penwidth=1.5 style=solid dir=forward] + N6 -> N8 [color="#FFB2A5" penwidth=1.5 style=dashed label="modifies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_199.txt b/train/diagrams/easy/diagrams_199.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8df4c5fd1658456f133f7e8bdcfa84cda8cc975 --- /dev/null +++ b/train/diagrams/easy/diagrams_199.txt @@ -0,0 +1,10 @@ +<Bioprocess Optimization, connectedTo, Diagnostic Test Development> +<Clinical Trial Design, delivers, Lab Automation> +<Computational Biology Modeling, connectedTo, Clinical Trial Design> +<Diagnostic Test Development, cultures, Environmental Bioremediation> +<Drug Repurposing, connectedTo, Bioprocess Optimization> +<Environmental Bioremediation, manipulates, Pharmacogenomics> +<Lab Automation, licenses, Target Identification> +<Pharmacogenomics, grows, Tissue Engineering> +<Target Identification, connectedTo, Drug Repurposing> +<Target Identification, connectedTo, Tissue Engineering> diff --git a/train/diagrams/easy/diagrams_200.dot b/train/diagrams/easy/diagrams_200.dot new file mode 100644 index 0000000000000000000000000000000000000000..1aec9a4403993eb7ff6db28d92f9ee34e41bc668 --- /dev/null +++ b/train/diagrams/easy/diagrams_200.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=RL + N0 [label="Clinical Data Interpretation" color="#7986CB" fillcolor="#E8EAF6" shape=preparation style=filled] + N1 [label="Cell Culture" color="#FF5722" fillcolor="#FFCCBC" shape=preparation style=filled] + N2 [label="Monoclonal Antibody Production" color="#FF5722" fillcolor="#FFCCBC" shape=predefinedprocess style=filled] + N3 [label="Preclinical Testing" color="#FF5722" fillcolor="#FFCCBC" shape=predefinedprocess style=filled] + N4 [label="Personalized Medicine Formulation" color="#FBC02D" fillcolor="#FFFDE7" shape=document style=filled] + N5 [label="Bioreactor Operation" color="#FBC02D" fillcolor="#FFFDE7" shape=vnode_shape style=filled] + N6 [label="Target Identification" color="#7986CB" fillcolor="#E8EAF6" shape=action style=filled] + N7 [label="Intellectual Property Protection" color="#FBC02D" fillcolor="#FFFDE7" shape=ellipse style=filled] + N8 [label="Computational Biology Modeling" color="#7986CB" fillcolor="#E8EAF6" shape=vnode_shape style=filled] + N9 [label="Lab Automation" color="#FBC02D" fillcolor="#FFFDE7" shape=action style=filled] + N10 [label="Biomanufacturing Scale_up" color="#FBC02D" fillcolor="#FFFDE7" shape=database style=filled] + N11 [label="Gene Therapy Delivery" color="#FF5722" fillcolor="#FFCCBC" shape=parallelogram style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="automates" dir=forward] + N1 -> N2 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#7986CB" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FF5722" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FBC02D" penwidth=1.5 style=solid label="engineers" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="diagnoses" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#7986CB" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#7986CB" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#FBC02D" penwidth=1.5 style=dashed label="applies" dir=forward] + N0 -> N10 [color="#FBC02D" penwidth=1.5 style=solid label="secures" dir=forward] + N7 -> N11 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_203.txt b/train/diagrams/easy/diagrams_203.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80289681a6940e845c60b9d73ca7a874d807886 --- /dev/null +++ b/train/diagrams/easy/diagrams_203.txt @@ -0,0 +1,10 @@ +<Adverse Event Reporting, synthesizes, Regulatory Approval> +<Audit Management, stores, Post_Approval Commitment Tracking> +<Clinical Trial Phases, purifies, Drug Stability Testing> +<Drug Stability Testing, connectedTo, Preclinical Testing> +<Patent Application, markets, Audit Management> +<Post_Approval Commitment Tracking, trials, Adverse Event Reporting> +<Preclinical Testing, reports, Regulatory Approval> +<Regulatory Approval, connectedTo, Clinical Trial Phases> +<Sales and Marketing Strategy, connectedTo, Patent Application> +<Supply Chain Management, connectedTo, Sales and Marketing Strategy> diff --git a/train/diagrams/easy/diagrams_204.dot b/train/diagrams/easy/diagrams_204.dot new file mode 100644 index 0000000000000000000000000000000000000000..d943588e44a32a0b1685352d6f1125d7bb99ba03 --- /dev/null +++ b/train/diagrams/easy/diagrams_204.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Market Access Strategy" color="#FF8A65" fillcolor="#FBE9E7" shape=document style=filled] + N1 [label="Cold Chain Logistics" color="#FF9800" fillcolor="#FFE0B2" shape=diamond style=filled] + N2 [label="Pharmacovigilance" color="#FF9800" fillcolor="#FFE0B2" shape=parallelogram style=filled] + N3 [label="Supply Chain Management" color="#FF9800" fillcolor="#FFE0B2" shape=hexagon style=filled] + N4 [label="Patient Adherence Programs" color="#B8C0F5" fillcolor="#ECF0FD" shape=action style=filled] + N5 [label="Drug Stability Testing" color="#B8C0F5" fillcolor="#ECF0FD" shape=rectangle style=filled] + N6 [label="Audit Management" color="#FF8A65" fillcolor="#FBE9E7" shape=parallelogram style=filled] + N7 [label="Clinical Supply Management" color="#FF8A65" fillcolor="#FBE9E7" shape=parallelogram style=filled] + N0 -> N1 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FF9800" penwidth=1.5 style=solid label="reports" dir=forward] + N4 -> N5 [color="#FF8A65" penwidth=1.5 style=dashed label="trials" dir=forward] + N5 -> N6 [color="#FF8A65" penwidth=1.5 style=dashed label="markets" dir=forward] + N6 -> N7 [color="#B8C0F5" penwidth=1.5 style=dashed label="stores" dir=forward] + N6 -> N1 [color="#FF8A65" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_206.dot b/train/diagrams/easy/diagrams_206.dot new file mode 100644 index 0000000000000000000000000000000000000000..397aaf5ce424c5978b13cc1cef1c6bd5d5c4b3ea --- /dev/null +++ b/train/diagrams/easy/diagrams_206.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Active Pharmaceutical Ingredient Production" color="#5C6BC0" fillcolor="#E8EAF6" shape=rectangle style=filled] + N1 [label="Clinical Supply Management" color="#5C6BC0" fillcolor="#E8EAF6" shape=database style=filled] + N2 [label="Formulation Development" color="#5C6BC0" fillcolor="#E8EAF6" shape=diamond style=filled] + N3 [label="Supply Chain Management" color="#BA68C8" fillcolor="#F3E5F5" shape=parallelogram style=filled] + N4 [label="Clinical Data Management" color="#5C6BC0" fillcolor="#E8EAF6" shape=hexagon style=filled] + N5 [label="Medical Writing" color="#5C6BC0" fillcolor="#E8EAF6" shape=vnode_shape style=filled] + N6 [label="Batch Release" color="#5C6BC0" fillcolor="#E8EAF6" shape=predefinedprocess style=filled] + N7 [label="Quality Control" color="#5C6BC0" fillcolor="#E8EAF6" shape=diamond style=filled] + N8 [label="Counterfeit Drug Detection" color="#5C6BC0" fillcolor="#E8EAF6" shape=inputoutput style=filled] + N9 [label="Patent Application" color="#388E3C" fillcolor="#F1F8E9" shape=hexagon style=filled] + N10 [label="Injectable Drug Manufacturing" color="#388E3C" fillcolor="#F1F8E9" shape=preparation style=filled] + N0 -> N1 [color="#5C6BC0" penwidth=1.5 style=solid label="develops" dir=forward] + N1 -> N2 [color="#5C6BC0" penwidth=1.5 style=dashed label="trials" dir=forward] + N2 -> N3 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#BA68C8" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N4 -> N5 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#5C6BC0" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#BA68C8" penwidth=1.5 style=solid label="secures" dir=forward] + N7 -> N8 [color="#5C6BC0" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#388E3C" penwidth=1.5 style=dashed label="markets" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N5 [color="#000000" penwidth=1.5 style=dashed label="advises" dir=forward] + N6 -> N10 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_206.txt b/train/diagrams/easy/diagrams_206.txt new file mode 100644 index 0000000000000000000000000000000000000000..b14acc965dedd8010aa93823ded266b4d754d9ef --- /dev/null +++ b/train/diagrams/easy/diagrams_206.txt @@ -0,0 +1,12 @@ +<Active Pharmaceutical Ingredient Production, develops, Clinical Supply Management> +<Batch Release, advises, Medical Writing> +<Batch Release, connectedTo, Injectable Drug Manufacturing> +<Batch Release, secures, Quality Control> +<Clinical Data Management, connectedTo, Medical Writing> +<Clinical Supply Management, trials, Formulation Development> +<Counterfeit Drug Detection, markets, Patent Application> +<Formulation Development, connectedTo, Supply Chain Management> +<Medical Writing, connectedTo, Batch Release> +<Patent Application, connectedTo, Injectable Drug Manufacturing> +<Quality Control, connectedTo, Counterfeit Drug Detection> +<Supply Chain Management, analyzes, Clinical Data Management> diff --git a/train/diagrams/easy/diagrams_207.dot b/train/diagrams/easy/diagrams_207.dot new file mode 100644 index 0000000000000000000000000000000000000000..96ce17f7ff284cb85d53bfe9e3b2be40d7f9ec1f --- /dev/null +++ b/train/diagrams/easy/diagrams_207.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Medical Writing" color="#FFD54F" fillcolor="#FFF8E1" shape=rect style=filled] + N1 [label="Preclinical Testing" color="#C2B2F0" fillcolor="#EFE6FF" shape=parallelogram style=filled] + N2 [label="Sales and Marketing Strategy" color="#C2B2F0" fillcolor="#EFE6FF" shape=action style=filled] + N3 [label="Drug Stability Testing" color="#C2B2F0" fillcolor="#EFE6FF" shape=diamond style=filled] + N4 [label="Clinical Supply Management" color="#C2B2F0" fillcolor="#EFE6FF" shape=diamond style=filled] + N5 [label="Post_Marketing Surveillance" color="#4CAF50" fillcolor="#C8E6C9" shape=predefinedprocess style=filled] + N6 [label="Drug Device Combination" color="#4CAF50" fillcolor="#C8E6C9" shape=preparation style=filled] + N7 [label="Active Pharmaceutical Ingredient Production" color="#C2B2F0" fillcolor="#EFE6FF" shape=parallelogram style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="approves" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="manufactures" dir=forward] + N3 -> N4 [color="#4CAF50" penwidth=1.5 style=solid label="complies" dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#4CAF50" penwidth=1.5 style=dashed label="monitors" dir=forward] + N6 -> N7 [color="#C2B2F0" penwidth=1.5 style=solid dir=forward] + N1 -> N7 [color="#000000" penwidth=1.5 style=solid label="synthesizes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_208.txt b/train/diagrams/easy/diagrams_208.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b932050311773d422a5099f5afa97b572ccc662 --- /dev/null +++ b/train/diagrams/easy/diagrams_208.txt @@ -0,0 +1,13 @@ +<Active Pharmaceutical Ingredient Production, connectedTo, Preclinical Testing> +<Clinical Trial Phases, recalls, Regulatory Approval> +<Distribution, connectedTo, Clinical Trial Phases> +<Formulation Development, analyzes, Medical Writing> +<Manufacturing Scale_up, evaluates, Sterile Product Filling> +<Medical Writing, connectedTo, Pharmacovigilance> +<Pharmacovigilance, connectedTo, Manufacturing Scale_up> +<Preclinical Testing, partners, Solid Dosage Formulation> +<Process Validation, transports, Formulation Development> +<Regulatory Approval, connectedTo, Process Validation> +<Solid Dosage Formulation, connectedTo, Distribution> +<Sterile Product Filling, prescribes, Active Pharmaceutical Ingredient Production> +<Sterile Product Filling, researches, Manufacturing Scale_up> diff --git a/train/diagrams/easy/diagrams_210.txt b/train/diagrams/easy/diagrams_210.txt new file mode 100644 index 0000000000000000000000000000000000000000..c20d205adad58513a08555e26183f010ee4eda46 --- /dev/null +++ b/train/diagrams/easy/diagrams_210.txt @@ -0,0 +1,11 @@ +<Agricultural Robotics, connectedTo, Robotics Simulation> +<Artificial Intelligence Integration, communicates, Force Control> +<Artificial Intelligence Integration, researches, Machine Vision> +<End_Effector Design, controls, Artificial Intelligence Integration> +<Exoskeleton Development, connectedTo, Field Deployment> +<Force Control, transports, Grasping and Manipulation> +<Grasping and Manipulation, monitors, Agricultural Robotics> +<Machine Vision, tests, Force Control> +<Robotics Simulation, connectedTo, Exoskeleton Development> +<System Integration, secures, Wireless Communication> +<Wireless Communication, connectedTo, End_Effector Design> diff --git a/train/diagrams/easy/diagrams_22.dot b/train/diagrams/easy/diagrams_22.dot new file mode 100644 index 0000000000000000000000000000000000000000..e8467c5530001022983153e7442bd147dc45fc5f --- /dev/null +++ b/train/diagrams/easy/diagrams_22.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="Storage" color="#AF56A6" fillcolor="#DDCEDD" shape=box style=filled] + N1 [label="Robotics Integration" color="#A1D7CD" fillcolor="#EDF5F3" shape=box style=filled] + N2 [label="Factory Layout Planning" color="#FFA726" fillcolor="#FFF3E0" shape=rectangle style=filled] + N3 [label="Inspection" color="#AF56A6" fillcolor="#DDCEDD" shape=rect style=filled] + N4 [label="Workflow Optimization" color="#FFA726" fillcolor="#FFF3E0" shape=vnode_shape style=filled] + N5 [label="Logistics Planning" color="#A1D7CD" fillcolor="#EDF5F3" shape=database style=filled] + N6 [label="Recycling Process" color="#FFA726" fillcolor="#FFF3E0" shape=rect style=filled] + N7 [label="Production Scheduling" color="#FFA726" fillcolor="#FFF3E0" shape=ellipse style=filled] + N8 [label="Packaging" color="#A1D7CD" fillcolor="#EDF5F3" shape=document style=filled] + N9 [label="Work_in_Progress Monitoring" color="#AF56A6" fillcolor="#DDCEDD" shape=hexagon style=filled] + N10 [label="Serialization" color="#AF56A6" fillcolor="#DDCEDD" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFA726" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A1D7CD" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FFA726" penwidth=1.5 style=solid label="welds" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFA726" penwidth=1.5 style=solid label="maintains" dir=forward] + N8 -> N9 [color="#A1D7CD" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="plans" dir=forward] + N6 -> N9 [color="#A1D7CD" penwidth=1.5 style=solid label="improves" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_220.dot b/train/diagrams/easy/diagrams_220.dot new file mode 100644 index 0000000000000000000000000000000000000000..8681147a4af35cf03c13f63c08235efd28a70154 --- /dev/null +++ b/train/diagrams/easy/diagrams_220.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Equipment Mobilization" color="#FFEB3B" fillcolor="#FFF9C4" shape=parallelogram style=filled] + N1 [label="Site Decontamination" color="#CD8FF2" fillcolor="#ECCFF5" shape=ellipse style=filled] + N2 [label="HVAC Installation" color="#FFEB3B" fillcolor="#FFF9C4" shape=hexagon style=filled] + N3 [label="Robotics in Construction" color="#FFEB3B" fillcolor="#FFF9C4" shape=action style=filled] + N4 [label="Site Logistics" color="#CD8FF2" fillcolor="#ECCFF5" shape=box style=filled] + N5 [label="Steel Erection" color="#5C6BC0" fillcolor="#E8EAF6" shape=hexagon style=filled] + N6 [label="Concrete Pouring" color="#FFEB3B" fillcolor="#FFF9C4" shape=inputoutput style=filled] + N7 [label="Bridge Building" color="#5C6BC0" fillcolor="#E8EAF6" shape=hexagon style=filled] + N0 -> N1 [color="#5C6BC0" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="secures" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="demolishes" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="surveys" dir=forward] + N4 -> N5 [color="#CD8FF2" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#5C6BC0" penwidth=1.5 style=dashed label="inspects" dir=forward] + N6 -> N7 [color="#5C6BC0" penwidth=1.5 style=solid label="tests" dir=forward] + N1 -> N3 [color="#FFEB3B" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_220.txt b/train/diagrams/easy/diagrams_220.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a349d49ea2bd16431d0fb3a1dd88397b14a38e0 --- /dev/null +++ b/train/diagrams/easy/diagrams_220.txt @@ -0,0 +1,8 @@ +<Concrete Pouring, tests, Bridge Building> +<Equipment Mobilization, connectedTo, Site Decontamination> +<HVAC Installation, demolishes, Robotics in Construction> +<Robotics in Construction, surveys, Site Logistics> +<Site Decontamination, connectedTo, Robotics in Construction> +<Site Decontamination, secures, HVAC Installation> +<Site Logistics, connectedTo, Steel Erection> +<Steel Erection, inspects, Concrete Pouring> diff --git a/train/diagrams/easy/diagrams_222.txt b/train/diagrams/easy/diagrams_222.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef17eb1dad3b315018e0ca8cb32ca5b8bf2c41c2 --- /dev/null +++ b/train/diagrams/easy/diagrams_222.txt @@ -0,0 +1,10 @@ +<Demolition, installs, Utility Connection> +<Electrical Wiring, contracts, Permit Application> +<Landscape Design, equips, Demolition> +<Permit Application, connectedTo, Quality Assurance> +<Plumbing Work, connectedTo, Landscape Design> +<Quality Assurance, inspects, Robotics in Construction> +<Robotics in Construction, tests, Interior Finishing> +<Utility Connection, connectedTo, Plumbing Work> +<Utility Connection, schedules, Waste Management> +<Waste Management, erects, Electrical Wiring> diff --git a/train/diagrams/easy/diagrams_224.txt b/train/diagrams/easy/diagrams_224.txt new file mode 100644 index 0000000000000000000000000000000000000000..12486350e832e0860bd287d2eff43f19ec7f8050 --- /dev/null +++ b/train/diagrams/easy/diagrams_224.txt @@ -0,0 +1,9 @@ +<Budget Tracking, supervises, Site Logistics> +<Drone Surveying, documents, Sustainable Building Design> +<Punch List Completion, manages, Concrete Pouring> +<Roofing Installation, connectedTo, Site Planning> +<Site Logistics, audits, Drone Surveying> +<Site Planning, connectedTo, Concrete Pouring> +<Site Planning, develops, Budget Tracking> +<Sustainable Building Design, connectedTo, Site Logistics> +<Sustainable Building Design, pours, Punch List Completion> diff --git a/train/diagrams/easy/diagrams_225.txt b/train/diagrams/easy/diagrams_225.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee5e8035b489ecd3cde9b44d05992f592129d7cf --- /dev/null +++ b/train/diagrams/easy/diagrams_225.txt @@ -0,0 +1,10 @@ +<Content Creation, moderates, Publishing> +<Content Moderation, connectedTo, Crisis Communication> +<Crisis Communication, connectedTo, Platform Development> +<Crisis Communication, distributes, Content Creation> +<Interactive Storytelling, connectedTo, Visual Effects> +<Live Streaming, connectedTo, Content Moderation> +<Photojournalism, narrates, Content Creation> +<Platform Development, connectedTo, Editing> +<Publishing, licenses, Interactive Storytelling> +<Visual Effects, monetizes, Live Streaming> diff --git a/train/diagrams/easy/diagrams_226.dot b/train/diagrams/easy/diagrams_226.dot new file mode 100644 index 0000000000000000000000000000000000000000..3427cfe3544588d42fdbb971f154d0235bfa190d --- /dev/null +++ b/train/diagrams/easy/diagrams_226.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Event Organization" color="#A188D0" fillcolor="#DACBE3" shape=inputoutput style=filled] + N1 [label="Audience Engagement" color="#A188D0" fillcolor="#DACBE3" shape=predefinedprocess style=filled] + N2 [label="Analytics Reporting" color="#A188D0" fillcolor="#DACBE3" shape=multipledocuments style=filled] + N3 [label="Virtual Reality Content Creation" color="#388E3C" fillcolor="#F1F8E9" shape=predefinedprocess style=filled] + N4 [label="Public Relations" color="#388E3C" fillcolor="#F1F8E9" shape=preparation style=filled] + N5 [label="Media Consumption Trends Analysis" color="#A188D0" fillcolor="#DACBE3" shape=multipledocuments style=filled] + N6 [label="Cross_Platform Syndication" color="#6FE1D5" fillcolor="#C9EFEC" shape=multipledocuments style=filled] + N7 [label="Broadcasting" color="#6FE1D5" fillcolor="#C9EFEC" shape=database style=filled] + N8 [label="Live Streaming" color="#388E3C" fillcolor="#F1F8E9" shape=database style=filled] + N9 [label="Game Streaming" color="#A188D0" fillcolor="#DACBE3" shape=inputoutput style=filled] + N10 [label="Interactive Storytelling" color="#6FE1D5" fillcolor="#C9EFEC" shape=database style=filled] + N0 -> N1 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#6FE1D5" penwidth=1.5 style=dashed label="curates" dir=forward] + N2 -> N3 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="audits" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="interviews" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="responds" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#A188D0" penwidth=1.5 style=solid label="streams" dir=forward] + N8 -> N9 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#388E3C" penwidth=1.5 style=dashed label="records" dir=forward] + N5 -> N3 [color="#A188D0" penwidth=1.5 style=dashed label="engages" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_227.dot b/train/diagrams/easy/diagrams_227.dot new file mode 100644 index 0000000000000000000000000000000000000000..a0714901b4cdf04be37702931e929269531b2530 --- /dev/null +++ b/train/diagrams/easy/diagrams_227.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=BT + N0 [label="Publishing" color="#FFD54F" fillcolor="#FFF8E1" shape=rectangle style=filled] + N1 [label="Social Media Management" color="#FFD54F" fillcolor="#FFF8E1" shape=document style=filled] + N2 [label="Game Streaming" color="#FF9800" fillcolor="#FFE0B2" shape=rect style=filled] + N3 [label="Advertising Sales" color="#FFD54F" fillcolor="#FFF8E1" shape=document style=filled] + N4 [label="Public Relations" color="#4285F4" fillcolor="#D0E0F8" shape=predefinedprocess style=filled] + N5 [label="Brand Partnerships" color="#4285F4" fillcolor="#D0E0F8" shape=rect style=filled] + N6 [label="Editing" color="#FF9800" fillcolor="#FFE0B2" shape=hexagon style=filled] + N7 [label="Journalism" color="#FF9800" fillcolor="#FFE0B2" shape=action style=filled] + N8 [label="Broadcasting" color="#4285F4" fillcolor="#D0E0F8" shape=rectangle style=filled] + N9 [label="Augmented Reality Experiences" color="#4285F4" fillcolor="#D0E0F8" shape=document style=filled] + N0 -> N1 [color="#4285F4" penwidth=1.5 style=dashed label="streams" dir=forward] + N1 -> N2 [color="#4285F4" penwidth=1.5 style=dashed label="mixes" dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="promotes" dir=forward] + N5 -> N6 [color="#4285F4" penwidth=1.5 style=dashed label="complies" dir=forward] + N6 -> N7 [color="#FF9800" penwidth=1.5 style=dashed label="composes" dir=forward] + N7 -> N8 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N0 -> N7 [color="#FF9800" penwidth=1.5 style=solid label="writes" dir=forward] + N2 -> N5 [color="#4285F4" penwidth=1.5 style=dashed label="monetizes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_229.txt b/train/diagrams/easy/diagrams_229.txt new file mode 100644 index 0000000000000000000000000000000000000000..bed2786304bdc4b5fcd7e5943dcc54df7958ec87 --- /dev/null +++ b/train/diagrams/easy/diagrams_229.txt @@ -0,0 +1,10 @@ +<Content Licensing, connectedTo, Radio Programming> +<Film Production, connectedTo, Subscription Management> +<Journalism, connectedTo, Media Consumption Trends Analysis> +<Media Consumption Trends Analysis, audits, Content Licensing> +<Public Relations, reports, Journalism> +<Radio Programming, connectedTo, Film Production> +<Sound Design, complies, Public Relations> +<Subscription Management, connectedTo, Visual Effects> +<Visual Effects, analyzes, Platform Development> +<Visual Effects, mixes, Film Production> diff --git a/train/diagrams/easy/diagrams_230.dot b/train/diagrams/easy/diagrams_230.dot new file mode 100644 index 0000000000000000000000000000000000000000..936a30388ec4596194cf41ac5990ceced02d74f0 --- /dev/null +++ b/train/diagrams/easy/diagrams_230.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Broadcasting" color="#4CAF50" fillcolor="#C8E6C9" shape=box style=filled] + N1 [label="Editing" color="#64B5F6" fillcolor="#E3F2FD" shape=preparation style=filled] + N2 [label="Radio Programming" color="#F06292" fillcolor="#FCE4EC" shape=parallelogram style=filled] + N3 [label="Journalism" color="#4CAF50" fillcolor="#C8E6C9" shape=hexagon style=filled] + N4 [label="Subscription Management" color="#64B5F6" fillcolor="#E3F2FD" shape=inputoutput style=filled] + N5 [label="Advertising Sales" color="#4CAF50" fillcolor="#C8E6C9" shape=document style=filled] + N6 [label="Copyright Management" color="#64B5F6" fillcolor="#E3F2FD" shape=action style=filled] + N7 [label="Content Creation" color="#4CAF50" fillcolor="#C8E6C9" shape=inputoutput style=filled] + N8 [label="Music Recording" color="#F06292" fillcolor="#FCE4EC" shape=diamond style=filled] + N9 [label="Digital Marketing" color="#64B5F6" fillcolor="#E3F2FD" shape=database style=filled] + N10 [label="Brand Partnerships" color="#64B5F6" fillcolor="#E3F2FD" shape=multipledocuments style=filled] + N0 -> N1 [color="#4CAF50" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#64B5F6" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#64B5F6" penwidth=1.5 style=solid label="protects" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="composes" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="broadcasts" dir=forward] + N5 -> N6 [color="#4CAF50" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="films" dir=forward] + N9 -> N10 [color="#F06292" penwidth=1.5 style=dashed label="complies" dir=forward] + N3 -> N10 [color="#F06292" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_237.txt b/train/diagrams/easy/diagrams_237.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2c5ebd34c5b5a1a588e081974d7df30040059a0 --- /dev/null +++ b/train/diagrams/easy/diagrams_237.txt @@ -0,0 +1,11 @@ +<Allergen Management, harvests, Customer Order Taking> +<Beverage Production, connectedTo, Delivery Service Coordination> +<Customer Order Taking, distributes, Restaurant Management> +<Delivery Service Coordination, connectedTo, Ingredient Traceability> +<Food Preservation, connectedTo, New Product Launch> +<Ingredient Traceability, connectedTo, Regulatory Compliance> +<New Product Launch, connectedTo, Waste Reduction> +<Regulatory Compliance, labels, Supply Chain Traceability> +<Restaurant Management, sells, Food Preservation> +<Supply Chain Traceability, connectedTo, Allergen Management> +<Waste Reduction, nutrifies, Ingredient Traceability> diff --git a/train/diagrams/easy/diagrams_239.dot b/train/diagrams/easy/diagrams_239.dot new file mode 100644 index 0000000000000000000000000000000000000000..12f2f0bc198d9de2b5419aecdbc4afa96c8e57d9 --- /dev/null +++ b/train/diagrams/easy/diagrams_239.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Cuisine Innovation" color="#F06292" fillcolor="#FCE4EC" shape=parallelogram style=filled] + N1 [label="Supplier Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=hexagon style=filled] + N2 [label="Cooking" color="#F06292" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N3 [label="Beverage Production" color="#F06292" fillcolor="#FCE4EC" shape=document style=filled] + N4 [label="Sustainable Sourcing" color="#E57373" fillcolor="#FFEBEE" shape=box style=filled] + N5 [label="Food Processing Automation" color="#FFF9AE" fillcolor="#FFFCE6" shape=hexagon style=filled] + N6 [label="Waste Reduction" color="#F06292" fillcolor="#FCE4EC" shape=rectangle style=filled] + N7 [label="Consumer Feedback Collection" color="#FFF9AE" fillcolor="#FFFCE6" shape=rectangle style=filled] + N8 [label="Distribution" color="#E57373" fillcolor="#FFEBEE" shape=multipledocuments style=filled] + N9 [label="Regulatory Compliance" color="#F06292" fillcolor="#FCE4EC" shape=multipledocuments style=filled] + N10 [label="Baking" color="#E57373" fillcolor="#FFEBEE" shape=multipledocuments style=filled] + N11 [label="Restaurant Reservation System" color="#FFF9AE" fillcolor="#FFFCE6" shape=inputoutput style=filled] + N0 -> N1 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#E57373" penwidth=1.5 style=dashed label="recipes" dir=forward] + N3 -> N4 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFF9AE" penwidth=1.5 style=dashed label="packages" dir=forward] + N6 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed label="sources" dir=forward] + N7 -> N8 [color="#F06292" penwidth=1.5 style=solid label="markets" dir=forward] + N8 -> N9 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#F06292" penwidth=1.5 style=dashed label="operates" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid label="tests" dir=forward] + N11 -> N6 [color="#F06292" penwidth=1.5 style=solid label="manages" dir=forward] + N6 -> N4 [color="#F06292" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_242.dot b/train/diagrams/easy/diagrams_242.dot new file mode 100644 index 0000000000000000000000000000000000000000..1905d8e38289c764f0192e1bf5c7574c161c9de0 --- /dev/null +++ b/train/diagrams/easy/diagrams_242.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Fan Club Management" color="#E91E63" fillcolor="#FCE4EC" shape=hexagon style=filled] + N1 [label="Venue Booking" color="#E91E63" fillcolor="#FCE4EC" shape=document style=filled] + N2 [label="Community Sports Programs" color="#8C9EFF" fillcolor="#D3D7EB" shape=hexagon style=filled] + N3 [label="Fan Engagement" color="#8C9EFF" fillcolor="#D3D7EB" shape=diamond style=filled] + N4 [label="Athlete Nutrition Planning" color="#E91E63" fillcolor="#FCE4EC" shape=database style=filled] + N5 [label="League Management" color="#E91E63" fillcolor="#FCE4EC" shape=database style=filled] + N6 [label="Scorekeeping" color="#F44336" fillcolor="#FFCDD2" shape=hexagon style=filled] + N7 [label="Accessibility in Sports Venues" color="#F44336" fillcolor="#FFCDD2" shape=rectangle style=filled] + N8 [label="Sports Technology Integration" color="#F44336" fillcolor="#FFCDD2" shape=box style=filled] + N9 [label="Fitness Conditioning" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] + N10 [label="Tournament Organization" color="#E91E63" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N11 [label="Anti_Doping Control" color="#F44336" fillcolor="#FFCDD2" shape=diamond style=filled] + N0 -> N1 [color="#F44336" penwidth=1.5 style=solid label="secures" dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#F44336" penwidth=1.5 style=dashed label="competes" dir=forward] + N3 -> N4 [color="#F44336" penwidth=1.5 style=solid label="designs" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="sponsors" dir=forward] + N5 -> N6 [color="#8C9EFF" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#F44336" penwidth=1.5 style=dashed label="rehabilitates" dir=forward] + N8 -> N9 [color="#8C9EFF" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#8C9EFF" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N1 [color="#8C9EFF" penwidth=1.5 style=dashed dir=forward] + N8 -> N6 [color="#8C9EFF" penwidth=1.5 style=solid label="builds" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_242.txt b/train/diagrams/easy/diagrams_242.txt new file mode 100644 index 0000000000000000000000000000000000000000..94de1b0edcf6bb9d6a262b1f9681347f26be88a1 --- /dev/null +++ b/train/diagrams/easy/diagrams_242.txt @@ -0,0 +1,13 @@ +<Accessibility in Sports Venues, rehabilitates, Sports Technology Integration> +<Athlete Nutrition Planning, connectedTo, Venue Booking> +<Athlete Nutrition Planning, sponsors, League Management> +<Community Sports Programs, competes, Fan Engagement> +<Fan Club Management, secures, Venue Booking> +<Fan Engagement, designs, Athlete Nutrition Planning> +<Fitness Conditioning, analyzes, Tournament Organization> +<League Management, connectedTo, Scorekeeping> +<Scorekeeping, connectedTo, Accessibility in Sports Venues> +<Sports Technology Integration, builds, Scorekeeping> +<Sports Technology Integration, connectedTo, Fitness Conditioning> +<Tournament Organization, connectedTo, Anti_Doping Control> +<Venue Booking, connectedTo, Community Sports Programs> diff --git a/train/diagrams/easy/diagrams_244.dot b/train/diagrams/easy/diagrams_244.dot new file mode 100644 index 0000000000000000000000000000000000000000..7e60c98b4b07a370d57c2b639f19722884faad81 --- /dev/null +++ b/train/diagrams/easy/diagrams_244.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Injury Management" color="#B0C5CD" fillcolor="#DFE7EB" shape=database style=filled] + N1 [label="Youth Development Programs" color="#B0C5CD" fillcolor="#DFE7EB" shape=box style=filled] + N2 [label="Talent Scouting" color="#B0C5CD" fillcolor="#DFE7EB" shape=predefinedprocess style=filled] + N3 [label="Fan Engagement" color="#6FE1D5" fillcolor="#C9EFEC" shape=action style=filled] + N4 [label="Match Play" color="#6FE1D5" fillcolor="#C9EFEC" shape=multipledocuments style=filled] + N5 [label="Tournament Organization" color="#B0C5CD" fillcolor="#DFE7EB" shape=rectangle style=filled] + N6 [label="Sports Marketing" color="#A2D0FF" fillcolor="#E8F0FF" shape=vnode_shape style=filled] + N7 [label="Scorekeeping" color="#B0C5CD" fillcolor="#DFE7EB" shape=preparation style=filled] + N8 [label="Merchandise Sales" color="#B0C5CD" fillcolor="#DFE7EB" shape=action style=filled] + N9 [label="Fan Club Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=database style=filled] + N10 [label="Sports Psychology" color="#6FE1D5" fillcolor="#C9EFEC" shape=rect style=filled] + N0 -> N1 [color="#6FE1D5" penwidth=1.5 style=solid label="manages" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="sells" dir=forward] + N2 -> N3 [color="#B0C5CD" penwidth=1.5 style=dashed label="promotes" dir=forward] + N3 -> N4 [color="#6FE1D5" penwidth=1.5 style=solid label="streams" dir=forward] + N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=dashed label="consults" dir=forward] + N5 -> N6 [color="#B0C5CD" penwidth=1.5 style=dashed label="scouts" dir=forward] + N6 -> N7 [color="#B0C5CD" penwidth=1.5 style=solid label="equips" dir=forward] + N7 -> N8 [color="#6FE1D5" penwidth=1.5 style=dashed label="builds" dir=forward] + N8 -> N9 [color="#B0C5CD" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#B0C5CD" penwidth=1.5 style=solid dir=forward] + N8 -> N1 [color="#B0C5CD" penwidth=1.5 style=dashed dir=forward] + N0 -> N6 [color="#B0C5CD" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_244.txt b/train/diagrams/easy/diagrams_244.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1a9def9a4b09be0399dbb7db31121b684b5b640 --- /dev/null +++ b/train/diagrams/easy/diagrams_244.txt @@ -0,0 +1,12 @@ +<Fan Club Management, connectedTo, Sports Psychology> +<Fan Engagement, streams, Match Play> +<Injury Management, connectedTo, Sports Marketing> +<Injury Management, manages, Youth Development Programs> +<Match Play, consults, Tournament Organization> +<Merchandise Sales, connectedTo, Fan Club Management> +<Merchandise Sales, connectedTo, Youth Development Programs> +<Scorekeeping, builds, Merchandise Sales> +<Sports Marketing, equips, Scorekeeping> +<Talent Scouting, promotes, Fan Engagement> +<Tournament Organization, scouts, Sports Marketing> +<Youth Development Programs, sells, Talent Scouting> diff --git a/train/diagrams/easy/diagrams_248.txt b/train/diagrams/easy/diagrams_248.txt new file mode 100644 index 0000000000000000000000000000000000000000..755ec9ca8a0f5d5d49abadf4b8250a9eea18688d --- /dev/null +++ b/train/diagrams/easy/diagrams_248.txt @@ -0,0 +1,12 @@ +<Athlete Performance Tracking, equips, Ticketing Sales> +<Fan Club Management, scouts, Sports Marketing> +<League Management, connectedTo, Sports Marketing> +<League Management, plays, Talent Scouting> +<League Management, promotes, Fan Club Management> +<Refereeing, connectedTo, Athlete Performance Tracking> +<Sponsorship Management, analyzes, Youth Development Programs> +<Sports Marketing, connectedTo, Refereeing> +<Sports Medicine, consults, League Management> +<Sports Technology Integration, builds, Sports Medicine> +<Talent Scouting, connectedTo, Sports Technology Integration> +<Youth Development Programs, connectedTo, Talent Scouting> diff --git a/train/diagrams/easy/diagrams_249.txt b/train/diagrams/easy/diagrams_249.txt new file mode 100644 index 0000000000000000000000000000000000000000..d71de7098afcd6a376c251779dbdbe9ee94169b0 --- /dev/null +++ b/train/diagrams/easy/diagrams_249.txt @@ -0,0 +1,13 @@ +<Color Palette Selection, recycles, PR and Media Outreach> +<Customer Loyalty Programs, connectedTo, Design Sketching> +<Customer Loyalty Programs, distributes, Sample Creation> +<Design Sketching, connectedTo, Sample Creation> +<E_commerce Management, connectedTo, Quality Check> +<E_commerce Management, retails, Color Palette Selection> +<Haute Couture Creation, photographs, Pattern Making> +<PR and Media Outreach, connectedTo, Packaging> +<Pattern Making, exhibits, Supply Chain Transparency> +<Quality Check, connectedTo, Wholesale Distribution> +<Sample Creation, advises, E_commerce Management> +<Supply Chain Transparency, connectedTo, Customer Loyalty Programs> +<Wholesale Distribution, publishes, Haute Couture Creation> diff --git a/train/diagrams/easy/diagrams_25.dot b/train/diagrams/easy/diagrams_25.dot new file mode 100644 index 0000000000000000000000000000000000000000..1c7e3496861caa06dcc1dc4144fad5b32fb1c4bc --- /dev/null +++ b/train/diagrams/easy/diagrams_25.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=BT + N0 [label="Curriculum Development" color="#FFCC7A" fillcolor="#FFF6D9" shape=multipledocuments style=filled] + N1 [label="Result Declaration" color="#FFCC80" fillcolor="#FFF0CC" shape=box style=filled] + N2 [label="Grade Entry" color="#A188D0" fillcolor="#DACBE3" shape=predefinedprocess style=filled] + N3 [label="Faculty Recruitment" color="#FFCC80" fillcolor="#FFF0CC" shape=box style=filled] + N4 [label="Digital Resource Management" color="#FFCC80" fillcolor="#FFF0CC" shape=rectangle style=filled] + N5 [label="Exam Conduct" color="#FFCC7A" fillcolor="#FFF6D9" shape=preparation style=filled] + N6 [label="Thesis Submission" color="#FFCC7A" fillcolor="#FFF6D9" shape=multipledocuments style=filled] + N7 [label="Library Registration" color="#FFCC7A" fillcolor="#FFF6D9" shape=diamond style=filled] + N8 [label="Assignment Submission" color="#A188D0" fillcolor="#DACBE3" shape=rectangle style=filled] + N9 [label="Attendance Tracking" color="#FFCC7A" fillcolor="#FFF6D9" shape=rectangle style=filled] + N10 [label="Research Grant Application" color="#A188D0" fillcolor="#DACBE3" shape=ellipse style=filled] + N11 [label="Student Enrollment" color="#FFCC80" fillcolor="#FFF0CC" shape=diamond style=filled] + N0 -> N1 [color="#A188D0" penwidth=1.5 style=solid label="grades" dir=forward] + N1 -> N2 [color="#FFCC7A" penwidth=1.5 style=dashed label="learns" dir=forward] + N2 -> N3 [color="#FFCC7A" penwidth=1.5 style=dashed label="coordinates" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="tracks" dir=forward] + N4 -> N5 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFCC80" penwidth=1.5 style=dashed label="registers" dir=forward] + N7 -> N8 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#FFCC7A" penwidth=1.5 style=dashed label="schedules" dir=forward] + N10 -> N11 [color="#A188D0" penwidth=1.5 style=solid dir=forward] + N5 -> N0 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_25.txt b/train/diagrams/easy/diagrams_25.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e99fac2b8b050142f20325167c1cd56c5f2e47b --- /dev/null +++ b/train/diagrams/easy/diagrams_25.txt @@ -0,0 +1,12 @@ +<Assignment Submission, connectedTo, Attendance Tracking> +<Attendance Tracking, schedules, Research Grant Application> +<Curriculum Development, grades, Result Declaration> +<Digital Resource Management, connectedTo, Exam Conduct> +<Exam Conduct, connectedTo, Curriculum Development> +<Exam Conduct, connectedTo, Thesis Submission> +<Faculty Recruitment, tracks, Digital Resource Management> +<Grade Entry, coordinates, Faculty Recruitment> +<Library Registration, connectedTo, Assignment Submission> +<Research Grant Application, connectedTo, Student Enrollment> +<Result Declaration, learns, Grade Entry> +<Thesis Submission, registers, Library Registration> diff --git a/train/diagrams/easy/diagrams_251.txt b/train/diagrams/easy/diagrams_251.txt new file mode 100644 index 0000000000000000000000000000000000000000..b70781f07e87e7a5a834a48b6be3b411787d15c3 --- /dev/null +++ b/train/diagrams/easy/diagrams_251.txt @@ -0,0 +1,12 @@ +<Brand Building, manages, Sample Creation> +<Distribution, influences, Styling> +<E_commerce Management, connectedTo, Return Processing> +<Garment Production, licenses, Ready_to_Wear Collection Launch> +<PR and Media Outreach, sources, Trend Research> +<Quality Check, connectedTo, Garment Production> +<Retail Sales, connectedTo, PR and Media Outreach> +<Return Processing, connectedTo, Distribution> +<Sample Creation, connectedTo, Quality Check> +<Sample Creation, exhibits, Return Processing> +<Styling, markets, Brand Building> +<Trend Research, collaborates, E_commerce Management> diff --git a/train/diagrams/easy/diagrams_256.dot b/train/diagrams/easy/diagrams_256.dot new file mode 100644 index 0000000000000000000000000000000000000000..2fb9db859f94dd59563a8f5fbbc1f7fb014c39f7 --- /dev/null +++ b/train/diagrams/easy/diagrams_256.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=RL + N0 [label="Pattern Making" color="#FFCC7A" fillcolor="#FFF6D9" shape=database style=filled] + N1 [label="Intellectual Property Protection" color="#73C6BC" fillcolor="#D0EFEE" shape=ellipse style=filled] + N2 [label="Marketing Campaign" color="#FFCC7A" fillcolor="#FFF6D9" shape=predefinedprocess style=filled] + N3 [label="Sample Creation" color="#73C6BC" fillcolor="#D0EFEE" shape=hexagon style=filled] + N4 [label="Garment Production" color="#7E57C2" fillcolor="#D1C4E9" shape=inputoutput style=filled] + N5 [label="Haute Couture Creation" color="#7E57C2" fillcolor="#D1C4E9" shape=inputoutput style=filled] + N6 [label="Retail Sales" color="#7E57C2" fillcolor="#D1C4E9" shape=predefinedprocess style=filled] + N7 [label="Material Sourcing" color="#73C6BC" fillcolor="#D0EFEE" shape=box style=filled] + N0 -> N1 [color="#73C6BC" penwidth=1.5 style=solid label="brands" dir=forward] + N1 -> N2 [color="#FFCC7A" penwidth=1.5 style=solid label="forecasts" dir=forward] + N2 -> N3 [color="#7E57C2" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#7E57C2" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#7E57C2" penwidth=1.5 style=solid label="sketches" dir=forward] + N6 -> N7 [color="#7E57C2" penwidth=1.5 style=solid label="sources" dir=forward] + N3 -> N6 [color="#FFCC7A" penwidth=1.5 style=solid label="protects" dir=forward] + N7 -> N3 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_258.txt b/train/diagrams/easy/diagrams_258.txt new file mode 100644 index 0000000000000000000000000000000000000000..253aec5a231a0d1d1186060791da6398b0aa1e10 --- /dev/null +++ b/train/diagrams/easy/diagrams_258.txt @@ -0,0 +1,10 @@ +<Candidate Sourcing, motivates, Leave Management> +<Employee Handbook Creation, connectedTo, HR Budgeting> +<Exit Interviews, onboards, Workforce Planning> +<Global Mobility Programs, connectedTo, Employee Handbook Creation> +<HR Budgeting, protects, Candidate Sourcing> +<Leave Management, develops, Onboarding Process> +<Leave Management, surveys, HR Budgeting> +<Onboarding Process, terminates, Succession Planning> +<Succession Planning, connectedTo, Onboarding Process> +<Succession Planning, trains, Exit Interviews> diff --git a/train/diagrams/easy/diagrams_26.txt b/train/diagrams/easy/diagrams_26.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5084ca23b98e436b2f416463a942eaf40c22aee --- /dev/null +++ b/train/diagrams/easy/diagrams_26.txt @@ -0,0 +1,9 @@ +<Alumni Network Management, connectedTo, Graduation Approval> +<Certificate Issuance, supports, Student Application> +<Club Registration, connectedTo, Peer Tutoring> +<Graduation Approval, grades, Certificate Issuance> +<Online Learning Platform Management, connectedTo, Study Abroad Program> +<Peer Tutoring, analyzes, Alumni Network Management> +<Student Application, approves, Club Registration> +<Student Application, evaluates, Online Learning Platform Management> +<Study Abroad Program, connectedTo, Club Registration> diff --git a/train/diagrams/easy/diagrams_264.dot b/train/diagrams/easy/diagrams_264.dot new file mode 100644 index 0000000000000000000000000000000000000000..fb981e8933b50b610e8626373549d5dd77526c8f --- /dev/null +++ b/train/diagrams/easy/diagrams_264.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Exit Interviews" color="#AF56A6" fillcolor="#DDCEDD" shape=action style=filled] + N1 [label="Compensation and Benefits" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N2 [label="Interview Scheduling" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N3 [label="Employee Relations" color="#AF56A6" fillcolor="#DDCEDD" shape=inputoutput style=filled] + N4 [label="Diversity and Inclusion Initiatives" color="#AABEC6" fillcolor="#E0E6E9" shape=document style=filled] + N5 [label="Payroll Processing" color="#AF56A6" fillcolor="#DDCEDD" shape=document style=filled] + N6 [label="Employee Recognition Programs" color="#AABEC6" fillcolor="#E0E6E9" shape=inputoutput style=filled] + N7 [label="Work_Life Balance Initiatives" color="#EAEFA5" fillcolor="#FDFCEB" shape=database style=filled] + N8 [label="Team Building Activities" color="#EAEFA5" fillcolor="#FDFCEB" shape=parallelogram style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#EAEFA5" penwidth=1.5 style=solid label="secures" dir=forward] + N2 -> N3 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#AABEC6" penwidth=1.5 style=solid label="records" dir=forward] + N5 -> N6 [color="#AF56A6" penwidth=1.5 style=solid label="analyzes" dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N3 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N4 [color="#000000" penwidth=1.5 style=solid label="hires" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_267.dot b/train/diagrams/easy/diagrams_267.dot new file mode 100644 index 0000000000000000000000000000000000000000..685c7c63bdc47d2e569b3e7b2c3d8c4d5ce7d222 --- /dev/null +++ b/train/diagrams/easy/diagrams_267.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Candidate Feedback Collection" color="#FFD54F" fillcolor="#FFF8E1" shape=diamond style=filled] + N1 [label="Recruiter Training" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N2 [label="Psychometric Testing" color="#A2D0FF" fillcolor="#E8F0FF" shape=action style=filled] + N3 [label="Interview Conducting" color="#A2D0FF" fillcolor="#E8F0FF" shape=ellipse style=filled] + N4 [label="Global Recruitment Strategy" color="#A2D0FF" fillcolor="#E8F0FF" shape=multipledocuments style=filled] + N5 [label="Candidate Assessment Design" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N6 [label="Recruitment Marketing" color="#A2D0FF" fillcolor="#E8F0FF" shape=diamond style=filled] + N7 [label="Passive Candidate Engagement" color="#FFCC7A" fillcolor="#FFF6D9" shape=rectangle style=filled] + N8 [label="Contingent Workforce Management" color="#A2D0FF" fillcolor="#E8F0FF" shape=box style=filled] + N9 [label="Compliance in Hiring" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N10 [label="Employer Branding" color="#A2D0FF" fillcolor="#E8F0FF" shape=action style=filled] + N0 -> N1 [color="#FFD54F" penwidth=1.5 style=dashed label="hires" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N2 -> N3 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFCC7A" penwidth=1.5 style=dashed label="optimizes" dir=forward] + N6 -> N7 [color="#FFD54F" penwidth=1.5 style=solid label="advertises" dir=forward] + N7 -> N8 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#FFD54F" penwidth=1.5 style=solid label="selects" dir=forward] + N7 -> N2 [color="#A2D0FF" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_268.dot b/train/diagrams/easy/diagrams_268.dot new file mode 100644 index 0000000000000000000000000000000000000000..8241125d1742911d6af7c7f6f8467fda8acf16e0 --- /dev/null +++ b/train/diagrams/easy/diagrams_268.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Candidate Tracking" color="#4DD0E1" fillcolor="#C9F0F0" shape=predefinedprocess style=filled] + N1 [label="Interview Conducting" color="#FF9800" fillcolor="#FFE0B2" shape=database style=filled] + N2 [label="Employee Referral Program" color="#4DD0E1" fillcolor="#C9F0F0" shape=predefinedprocess style=filled] + N3 [label="Offer Extension" color="#4DD0E1" fillcolor="#C9F0F0" shape=predefinedprocess style=filled] + N4 [label="Campus Recruitment" color="#CDDC39" fillcolor="#E6EE9C" shape=database style=filled] + N5 [label="Candidate Relationship Management" color="#FF9800" fillcolor="#FFE0B2" shape=rect style=filled] + N6 [label="Internal Mobility" color="#CDDC39" fillcolor="#E6EE9C" shape=ellipse style=filled] + N7 [label="Job Fair Organization" color="#4DD0E1" fillcolor="#C9F0F0" shape=ellipse style=filled] + N8 [label="AI in Recruitment" color="#CDDC39" fillcolor="#E6EE9C" shape=vnode_shape style=filled] + N9 [label="Employer Branding" color="#4DD0E1" fillcolor="#C9F0F0" shape=vnode_shape style=filled] + N0 -> N1 [color="#FF9800" penwidth=1.5 style=dashed label="headhunts" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="onboards" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="builds" dir=forward] + N3 -> N4 [color="#4DD0E1" penwidth=1.5 style=solid label="assesses" dir=forward] + N4 -> N5 [color="#4DD0E1" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="matches" dir=forward] + N6 -> N7 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#CDDC39" penwidth=1.5 style=solid label="brands" dir=forward] + N8 -> N9 [color="#CDDC39" penwidth=1.5 style=solid dir=forward] + N7 -> N9 [color="#FF9800" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_269.txt b/train/diagrams/easy/diagrams_269.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d0eb6f1189b967a8b4d1f4d304a7f0c154569b4 --- /dev/null +++ b/train/diagrams/easy/diagrams_269.txt @@ -0,0 +1,8 @@ +<Candidate Tracking, connectedTo, Employer Branding> +<Contingent Workforce Management, connectedTo, Headhunting> +<Employer Branding, connectedTo, Offer Extension> +<Headhunting, consults, Job Description Creation> +<Job Description Creation, connectedTo, Talent Pipeline Building> +<Offer Extension, connectedTo, Candidate Tracking> +<Offer Extension, protects, Contingent Workforce Management> +<Talent Pipeline Building, selects, Campus Recruitment> diff --git a/train/diagrams/easy/diagrams_27.dot b/train/diagrams/easy/diagrams_27.dot new file mode 100644 index 0000000000000000000000000000000000000000..71dad45a8e7fd3f33f3aa677d0dccc689966c68a --- /dev/null +++ b/train/diagrams/easy/diagrams_27.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Graduation Approval" color="#DCE775" fillcolor="#F9FBE7" shape=document style=filled] + N1 [label="Counseling Session" color="#E0E0E0" fillcolor="#EBEBEB" shape=predefinedprocess style=filled] + N2 [label="Special Education Support" color="#DCE775" fillcolor="#F9FBE7" shape=diamond style=filled] + N3 [label="Timetable Scheduling" color="#E0E0E0" fillcolor="#EBEBEB" shape=diamond style=filled] + N4 [label="Extracurricular Activity" color="#E0E0E0" fillcolor="#EBEBEB" shape=parallelogram style=filled] + N5 [label="Club Registration" color="#DCE775" fillcolor="#F9FBE7" shape=parallelogram style=filled] + N6 [label="Result Declaration" color="#FFB2A5" fillcolor="#FFDCD6" shape=vnode_shape style=filled] + N7 [label="Student Application" color="#FFB2A5" fillcolor="#FFDCD6" shape=document style=filled] + N8 [label="Peer Tutoring" color="#DCE775" fillcolor="#F9FBE7" shape=database style=filled] + N9 [label="Course Selection" color="#E0E0E0" fillcolor="#EBEBEB" shape=inputoutput style=filled] + N0 -> N1 [color="#E0E0E0" penwidth=1.5 style=dashed label="develops" dir=forward] + N1 -> N2 [color="#FFB2A5" penwidth=1.5 style=dashed label="supports" dir=forward] + N2 -> N3 [color="#FFB2A5" penwidth=1.5 style=dashed label="administers" dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#E0E0E0" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#E0E0E0" penwidth=1.5 style=solid label="licenses" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="assesses" dir=forward] + N8 -> N9 [color="#FFB2A5" penwidth=1.5 style=solid dir=forward] + N9 -> N2 [color="#FFB2A5" penwidth=1.5 style=solid label="tracks" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_274.dot b/train/diagrams/easy/diagrams_274.dot new file mode 100644 index 0000000000000000000000000000000000000000..fbae4a75c5c817200147a7a3fd6e6ee302c28349 --- /dev/null +++ b/train/diagrams/easy/diagrams_274.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Email Support" color="#00BCD4" fillcolor="#E0F7FA" shape=rectangle style=filled] + N1 [label="First Contact Resolution Optimization" color="#00BCD4" fillcolor="#E0F7FA" shape=ellipse style=filled] + N2 [label="Customer Journey Mapping" color="#A188DB" fillcolor="#DED7F0" shape=action style=filled] + N3 [label="Post_Service Follow_up" color="#F44336" fillcolor="#FFCDD2" shape=inputoutput style=filled] + N4 [label="Product Information Provision" color="#A188DB" fillcolor="#DED7F0" shape=document style=filled] + N5 [label="Personalized Assistance" color="#F44336" fillcolor="#FFCDD2" shape=preparation style=filled] + N6 [label="Inquiry Handling" color="#A188DB" fillcolor="#DED7F0" shape=inputoutput style=filled] + N7 [label="FAQ Management" color="#00BCD4" fillcolor="#E0F7FA" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="assists" dir=forward] + N1 -> N2 [color="#F44336" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#F44336" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=dashed label="listens" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="educates" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="reports" dir=forward] + N6 -> N7 [color="#00BCD4" penwidth=1.5 style=dashed dir=forward] + N0 -> N2 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_276.txt b/train/diagrams/easy/diagrams_276.txt new file mode 100644 index 0000000000000000000000000000000000000000..527c68058e69fedb653b1d1aa8c521673562f989 --- /dev/null +++ b/train/diagrams/easy/diagrams_276.txt @@ -0,0 +1,12 @@ +<Accessibility Support, connectedTo, First Contact Resolution Optimization> +<Accessibility Support, videos, Refund Processing> +<Complaint Resolution, connectedTo, Feedback Collection> +<Customer Journey Mapping, connectedTo, Call Center Management> +<Customer Loyalty Program Support, monitors, First Contact Resolution Optimization> +<Feedback Collection, retains, Customer Journey Mapping> +<First Contact Resolution Optimization, connectedTo, Service Blueprinting> +<Personalized Assistance, tracks, Complaint Resolution> +<Refund Processing, records, Customer Loyalty Program Support> +<Service Blueprinting, connectedTo, Personalized Assistance> +<Service Blueprinting, reports, Customer Loyalty Program Support> +<Virtual Assistant Interaction, complies, Accessibility Support> diff --git a/train/diagrams/easy/diagrams_277.dot b/train/diagrams/easy/diagrams_277.dot new file mode 100644 index 0000000000000000000000000000000000000000..0eae8b5b298f891a4d7530bb7c2776a6bbb2fb11 --- /dev/null +++ b/train/diagrams/easy/diagrams_277.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=RL + N0 [label="Customer Satisfaction Survey" color="#CDDC39" fillcolor="#E6EE9C" shape=parallelogram style=filled] + N1 [label="Order Status Check" color="#92C79A" fillcolor="#E8F0EA" shape=action style=filled] + N2 [label="Training Customer Service Agents" color="#E57373" fillcolor="#FFEBEE" shape=inputoutput style=filled] + N3 [label="Cross_selling Opportunities" color="#92C79A" fillcolor="#E8F0EA" shape=rect style=filled] + N4 [label="Product Information Provision" color="#E57373" fillcolor="#FFEBEE" shape=parallelogram style=filled] + N5 [label="Call Center Management" color="#CDDC39" fillcolor="#E6EE9C" shape=database style=filled] + N6 [label="Account Management" color="#E57373" fillcolor="#FFEBEE" shape=diamond style=filled] + N7 [label="Technical Support" color="#CDDC39" fillcolor="#E6EE9C" shape=multipledocuments style=filled] + N8 [label="Service Level Agreement Monitoring" color="#92C79A" fillcolor="#E8F0EA" shape=rectangle style=filled] + N9 [label="Customer Retention Strategies" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled] + N10 [label="Knowledge Base Creation" color="#E57373" fillcolor="#FFEBEE" shape=predefinedprocess style=filled] + N11 [label="Sentiment Analysis" color="#CDDC39" fillcolor="#E6EE9C" shape=predefinedprocess style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#CDDC39" penwidth=1.5 style=solid label="responds" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#CDDC39" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#CDDC39" penwidth=1.5 style=solid label="consults" dir=forward] + N5 -> N6 [color="#92C79A" penwidth=1.5 style=dashed label="assists" dir=forward] + N6 -> N7 [color="#E57373" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#CDDC39" penwidth=1.5 style=solid label="empathizes" dir=forward] + N8 -> N9 [color="#CDDC39" penwidth=1.5 style=solid label="refunds" dir=forward] + N9 -> N10 [color="#CDDC39" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid label="monitors" dir=forward] + N7 -> N3 [color="#E57373" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_280.txt b/train/diagrams/easy/diagrams_280.txt new file mode 100644 index 0000000000000000000000000000000000000000..709b556f1e5998e723dd1702acde8a65eb928c6a --- /dev/null +++ b/train/diagrams/easy/diagrams_280.txt @@ -0,0 +1,10 @@ +<Customer Retention Strategies, emails, Knowledge Base Creation> +<Feedback Collection, connectedTo, Feedback Loop to Product Development> +<Feedback Loop to Product Development, connectedTo, Customer Retention Strategies> +<Multilingual Support, connectedTo, Self_Service Portal Management> +<Product Information Provision, feedback, Multilingual Support> +<Self_Service Portal Management, monitors, Social Media Response> +<Sentiment Analysis, connectedTo, Feedback Collection> +<Sentiment Analysis, connectedTo, Product Information Provision> +<Social Media Response, connectedTo, Technical Support> +<Technical Support, responds, Sentiment Analysis> diff --git a/train/diagrams/easy/diagrams_281.dot b/train/diagrams/easy/diagrams_281.dot new file mode 100644 index 0000000000000000000000000000000000000000..680aa6be25d6e76a2e55362237eac360d865c7cb --- /dev/null +++ b/train/diagrams/easy/diagrams_281.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="Reverse Logistics" color="#A2D0FF" fillcolor="#E8F0FF" shape=inputoutput style=filled] + N1 [label="Supply Chain Visibility" color="#6FE1D5" fillcolor="#C9EFEC" shape=multipledocuments style=filled] + N2 [label="Performance Monitoring" color="#6FE1D5" fillcolor="#C9EFEC" shape=document style=filled] + N3 [label="Intermodal Transportation" color="#A1887F" fillcolor="#EFEBE9" shape=action style=filled] + N4 [label="Distribution Network Design" color="#6FE1D5" fillcolor="#C9EFEC" shape=document style=filled] + N5 [label="Production Planning" color="#6FE1D5" fillcolor="#C9EFEC" shape=predefinedprocess style=filled] + N6 [label="Order Fulfillment" color="#A1887F" fillcolor="#EFEBE9" shape=document style=filled] + N7 [label="Inventory Management" color="#A2D0FF" fillcolor="#E8F0FF" shape=predefinedprocess style=filled] + N8 [label="Global Sourcing Strategy" color="#A1887F" fillcolor="#EFEBE9" shape=document style=filled] + N9 [label="Cold Chain Logistics" color="#A1887F" fillcolor="#EFEBE9" shape=vnode_shape style=filled] + N10 [label="Resilience Planning" color="#A1887F" fillcolor="#EFEBE9" shape=preparation style=filled] + N0 -> N1 [color="#6FE1D5" penwidth=1.5 style=dashed label="mitigates" dir=forward] + N1 -> N2 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A1887F" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#A1887F" penwidth=1.5 style=dashed label="researches" dir=forward] + N5 -> N6 [color="#A1887F" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N6 -> N7 [color="#A2D0FF" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#6FE1D5" penwidth=1.5 style=dashed label="delivers" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="regulates" dir=forward] + N9 -> N10 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N7 -> N4 [color="#A1887F" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_285.txt b/train/diagrams/easy/diagrams_285.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6838a7c07ae0c6f61947b23f3f2e5b7b5155ec6 --- /dev/null +++ b/train/diagrams/easy/diagrams_285.txt @@ -0,0 +1,10 @@ +<Circular Economy Practices, connectedTo, Global Sourcing Strategy> +<Circular Economy Practices, stores, Risk Management> +<Digital Twin of Supply Chain, connectedTo, Container Tracking> +<Global Sourcing Strategy, analyzes, Vendor Managed Inventory> +<Hazardous Materials Handling, traceability, Digital Twin of Supply Chain> +<Intermodal Transportation, connectedTo, Circular Economy Practices> +<Risk Management, connectedTo, Warehouse Automation> +<Vendor Managed Inventory, coordinates, Hazardous Materials Handling> +<Warehouse Automation, connectedTo, Global Sourcing Strategy> +<Warehouse Automation, connectedTo, Hazardous Materials Handling> diff --git a/train/diagrams/easy/diagrams_286.dot b/train/diagrams/easy/diagrams_286.dot new file mode 100644 index 0000000000000000000000000000000000000000..8c365d54729cc3ef0d411556488b9d28c354e385 --- /dev/null +++ b/train/diagrams/easy/diagrams_286.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=BT + N0 [label="Risk Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=diamond style=filled] + N1 [label="Resilience Planning" color="#92C79A" fillcolor="#E8F0EA" shape=action style=filled] + N2 [label="Supply Chain Visibility" color="#6FE1D5" fillcolor="#C9EFEC" shape=predefinedprocess style=filled] + N3 [label="Freight Auditing" color="#94C0C0" fillcolor="#CADEDE" shape=inputoutput style=filled] + N4 [label="Logistics Optimization" color="#6FE1D5" fillcolor="#C9EFEC" shape=rectangle style=filled] + N5 [label="Reverse Logistics" color="#6FE1D5" fillcolor="#C9EFEC" shape=action style=filled] + N6 [label="Contract Manufacturing Oversight" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N7 [label="Inventory Management" color="#92C79A" fillcolor="#E8F0EA" shape=rectangle style=filled] + N8 [label="Customs Compliance" color="#6FE1D5" fillcolor="#C9EFEC" shape=predefinedprocess style=filled] + N0 -> N1 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#92C79A" penwidth=1.5 style=dashed label="regulates" dir=forward] + N3 -> N4 [color="#6FE1D5" penwidth=1.5 style=dashed label="returns" dir=forward] + N4 -> N5 [color="#94C0C0" penwidth=1.5 style=dashed label="transparency" dir=forward] + N5 -> N6 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#92C79A" penwidth=1.5 style=solid label="inspects" dir=forward] + N7 -> N8 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N0 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N6 [color="#94C0C0" penwidth=1.5 style=dashed label="communicates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_287.dot b/train/diagrams/easy/diagrams_287.dot new file mode 100644 index 0000000000000000000000000000000000000000..83f7aa0fec5011449c86817f61d1da403c87df23 --- /dev/null +++ b/train/diagrams/easy/diagrams_287.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=RL + N0 [label="Inventory Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=predefinedprocess style=filled] + N1 [label="Warehouse Automation" color="#CB9BE1" fillcolor="#F2E6F5" shape=vnode_shape style=filled] + N2 [label="Hazardous Materials Handling" color="#FFF9AE" fillcolor="#FFFCE6" shape=ellipse style=filled] + N3 [label="Vendor Managed Inventory" color="#90A4AE" fillcolor="#ECEFF1" shape=hexagon style=filled] + N4 [label="Global Sourcing Strategy" color="#90A4AE" fillcolor="#ECEFF1" shape=action style=filled] + N5 [label="Production Scheduling Integration" color="#FFF9AE" fillcolor="#FFFCE6" shape=hexagon style=filled] + N6 [label="Digital Twin of Supply Chain" color="#90A4AE" fillcolor="#ECEFF1" shape=rectangle style=filled] + N7 [label="Predictive Analytics" color="#FFF9AE" fillcolor="#FFFCE6" shape=predefinedprocess style=filled] + N0 -> N1 [color="#90A4AE" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#CB9BE1" penwidth=1.5 style=solid label="monitors" dir=forward] + N2 -> N3 [color="#FFF9AE" penwidth=1.5 style=solid label="communicates" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#CB9BE1" penwidth=1.5 style=solid label="risk" dir=forward] + N5 -> N6 [color="#90A4AE" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#CB9BE1" penwidth=1.5 style=dashed label="forecasts" dir=forward] + N2 -> N7 [color="#90A4AE" penwidth=1.5 style=solid label="designs" dir=forward] + N3 -> N0 [color="#000000" penwidth=1.5 style=dashed label="secures" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_289.txt b/train/diagrams/easy/diagrams_289.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1fe4f0909ccdcf15c7d085b858077ba4b748b77 --- /dev/null +++ b/train/diagrams/easy/diagrams_289.txt @@ -0,0 +1,10 @@ +<Core Logging, connectedTo, Smelting> +<Dust Control, connectedTo, Robotics in Mining> +<Emergency Response Planning, grinds, Dust Control> +<Environmental Impact Assessment, grades, Ventilation System> +<Environmental Impact Assessment, invests, Smelting> +<Geological Survey, connectedTo, Resource Estimation> +<Resource Estimation, connectedTo, Environmental Impact Assessment> +<Robotics in Mining, connectedTo, Core Logging> +<Smelting, crushes, Geological Survey> +<Smelting, smelts, Core Logging> diff --git a/train/diagrams/easy/diagrams_290.dot b/train/diagrams/easy/diagrams_290.dot new file mode 100644 index 0000000000000000000000000000000000000000..3c6feb911adf34a553712a45becfdf166ab9dca0 --- /dev/null +++ b/train/diagrams/easy/diagrams_290.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=LR + N0 [label="Ore Extraction" color="#CDDC39" fillcolor="#E6EE9C" shape=preparation style=filled] + N1 [label="Autonomous Haulage Systems" color="#CDDC39" fillcolor="#E6EE9C" shape=multipledocuments style=filled] + N2 [label="Haulage" color="#CDDC39" fillcolor="#E6EE9C" shape=action style=filled] + N3 [label="Waste Rock Management" color="#E91E63" fillcolor="#F8BBD0" shape=multipledocuments style=filled] + N4 [label="Mine Planning" color="#CDDC39" fillcolor="#E6EE9C" shape=inputoutput style=filled] + N5 [label="Refining" color="#E91E63" fillcolor="#F8BBD0" shape=database style=filled] + N6 [label="Underground Mining Operations" color="#CDDC39" fillcolor="#E6EE9C" shape=multipledocuments style=filled] + N7 [label="Regulatory Compliance Reporting" color="#CDDC39" fillcolor="#E6EE9C" shape=inputoutput style=filled] + N8 [label="Robotics in Mining" color="#E91E63" fillcolor="#F8BBD0" shape=database style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=solid label="safety" dir=forward] + N2 -> N3 [color="#EAEFA5" penwidth=1.5 style=solid label="complies" dir=forward] + N3 -> N4 [color="#CDDC39" penwidth=1.5 style=dashed label="explores" dir=forward] + N4 -> N5 [color="#CDDC39" penwidth=1.5 style=dashed label="grinds" dir=forward] + N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=solid label="crushes" dir=forward] + N6 -> N7 [color="#CDDC39" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#CDDC39" penwidth=1.5 style=dashed dir=forward] + N2 -> N1 [color="#000000" penwidth=1.5 style=solid label="smelts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_290.txt b/train/diagrams/easy/diagrams_290.txt new file mode 100644 index 0000000000000000000000000000000000000000..09d3d7c5de98a43f41fb585f3153108127c4d42f --- /dev/null +++ b/train/diagrams/easy/diagrams_290.txt @@ -0,0 +1,9 @@ +<Autonomous Haulage Systems, safety, Haulage> +<Haulage, complies, Waste Rock Management> +<Haulage, smelts, Autonomous Haulage Systems> +<Mine Planning, grinds, Refining> +<Ore Extraction, connectedTo, Autonomous Haulage Systems> +<Refining, crushes, Underground Mining Operations> +<Regulatory Compliance Reporting, connectedTo, Robotics in Mining> +<Underground Mining Operations, connectedTo, Regulatory Compliance Reporting> +<Waste Rock Management, explores, Mine Planning> diff --git a/train/diagrams/easy/diagrams_291.dot b/train/diagrams/easy/diagrams_291.dot new file mode 100644 index 0000000000000000000000000000000000000000..e344115073b709256b8abe6c46d2c649d7a50bb6 --- /dev/null +++ b/train/diagrams/easy/diagrams_291.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Product Marketing" color="#7E57C2" fillcolor="#EDE7F6" shape=multipledocuments style=filled] + N1 [label="Reclamation" color="#6FE1D5" fillcolor="#C9EFEC" shape=parallelogram style=filled] + N2 [label="Remote Operations Center" color="#6FE1D5" fillcolor="#C9EFEC" shape=parallelogram style=filled] + N3 [label="Open Pit Mining Operations" color="#7E57C2" fillcolor="#EDE7F6" shape=vnode_shape style=filled] + N4 [label="Regulatory Compliance Reporting" color="#FFB2A5" fillcolor="#FFDCD6" shape=diamond style=filled] + N5 [label="Mine Planning" color="#6FE1D5" fillcolor="#C9EFEC" shape=ellipse style=filled] + N6 [label="Feasibility Study" color="#7E57C2" fillcolor="#EDE7F6" shape=action style=filled] + N7 [label="Safety Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=rect style=filled] + N8 [label="Water Management" color="#7E57C2" fillcolor="#EDE7F6" shape=document style=filled] + N0 -> N1 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#6FE1D5" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="extracts" dir=forward] + N3 -> N4 [color="#7E57C2" penwidth=1.5 style=dashed label="grades" dir=forward] + N4 -> N5 [color="#FFB2A5" penwidth=1.5 style=dashed label="optimizes" dir=forward] + N5 -> N6 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N0 -> N6 [color="#7E57C2" penwidth=1.5 style=solid label="secures" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_291.txt b/train/diagrams/easy/diagrams_291.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c0c5950c632d56a9853510d820662beb0243d7d --- /dev/null +++ b/train/diagrams/easy/diagrams_291.txt @@ -0,0 +1,9 @@ +<Feasibility Study, connectedTo, Safety Management> +<Mine Planning, connectedTo, Feasibility Study> +<Open Pit Mining Operations, grades, Regulatory Compliance Reporting> +<Product Marketing, connectedTo, Reclamation> +<Product Marketing, secures, Feasibility Study> +<Reclamation, connectedTo, Remote Operations Center> +<Regulatory Compliance Reporting, optimizes, Mine Planning> +<Remote Operations Center, extracts, Open Pit Mining Operations> +<Safety Management, connectedTo, Water Management> diff --git a/train/diagrams/easy/diagrams_294.txt b/train/diagrams/easy/diagrams_294.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcc6b30718e1067d771efe12a446847a6e3b53ae --- /dev/null +++ b/train/diagrams/easy/diagrams_294.txt @@ -0,0 +1,12 @@ +<Drilling and Blasting, plans, Tailings Management> +<Mine Closure Planning, markets, Drilling and Blasting> +<Mine Planning, maintains, Resource Estimation> +<Noise Management, connectedTo, Ore Sorting> +<Ore Sorting, operates, Underground Mining Operations> +<Permit Acquisition, automates, Noise Management> +<Resource Estimation, analyzes, Permit Acquisition> +<Robotics in Mining, funds, Exploration> +<Tailings Management, connectedTo, Mine Planning> +<Tailings Management, connectedTo, Underground Mining Operations> +<Underground Mining Operations, complies, Robotics in Mining> +<Waste Rock Management, connectedTo, Mine Closure Planning> diff --git a/train/diagrams/easy/diagrams_295.dot b/train/diagrams/easy/diagrams_295.dot new file mode 100644 index 0000000000000000000000000000000000000000..f500ea5bba803450c5f5475b019d3f54adf3f4e2 --- /dev/null +++ b/train/diagrams/easy/diagrams_295.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Remote Operations Center" color="#FFB74D" fillcolor="#FFF3E0" shape=database style=filled] + N1 [label="Robotics in Mining" color="#DCE775" fillcolor="#F9FBE7" shape=multipledocuments style=filled] + N2 [label="Tailings Management" color="#FFB74D" fillcolor="#FFF3E0" shape=document style=filled] + N3 [label="Regulatory Compliance Reporting" color="#FFB74D" fillcolor="#FFF3E0" shape=preparation style=filled] + N4 [label="Product Marketing" color="#FFB74D" fillcolor="#FFF3E0" shape=inputoutput style=filled] + N5 [label="Ore Extraction" color="#FFB74D" fillcolor="#FFF3E0" shape=preparation style=filled] + N6 [label="Resource Estimation" color="#FFB74D" fillcolor="#FFF3E0" shape=inputoutput style=filled] + N7 [label="Ventilation System" color="#00BCD4" fillcolor="#B2EBF2" shape=inputoutput style=filled] + N8 [label="Asset Management" color="#FFB74D" fillcolor="#FFF3E0" shape=parallelogram style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="drills" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="invests" dir=forward] + N2 -> N3 [color="#DCE775" penwidth=1.5 style=dashed label="transports" dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N4 -> N5 [color="#00BCD4" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#00BCD4" penwidth=1.5 style=dashed label="restores" dir=forward] + N6 -> N7 [color="#00BCD4" penwidth=1.5 style=dashed label="funds" dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N6 -> N0 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] + N8 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_296.dot b/train/diagrams/easy/diagrams_296.dot new file mode 100644 index 0000000000000000000000000000000000000000..285c5d5f1950401f21e282c23eb03fafd6af776a --- /dev/null +++ b/train/diagrams/easy/diagrams_296.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=TB + N0 [label="Ore Extraction" color="#92C79A" fillcolor="#E8F0EA" shape=rectangle style=filled] + N1 [label="Autonomous Haulage Systems" color="#80DDEA" fillcolor="#D3F7F9" shape=ellipse style=filled] + N2 [label="Ventilation System" color="#673AB7" fillcolor="#D1C4E9" shape=rect style=filled] + N3 [label="Exploration" color="#80DDEA" fillcolor="#D3F7F9" shape=box style=filled] + N4 [label="Smelting" color="#80DDEA" fillcolor="#D3F7F9" shape=rect style=filled] + N5 [label="Crushing and Grinding" color="#80DDEA" fillcolor="#D3F7F9" shape=multipledocuments style=filled] + N6 [label="Drilling and Blasting" color="#92C79A" fillcolor="#E8F0EA" shape=vnode_shape style=filled] + N7 [label="Haulage" color="#92C79A" fillcolor="#E8F0EA" shape=action style=filled] + N8 [label="Permit Acquisition" color="#92C79A" fillcolor="#E8F0EA" shape=rectangle style=filled] + N9 [label="Asset Management" color="#673AB7" fillcolor="#D1C4E9" shape=predefinedprocess style=filled] + N0 -> N1 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="grinds" dir=forward] + N2 -> N3 [color="#80DDEA" penwidth=1.5 style=dashed label="explores" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="funds" dir=forward] + N4 -> N5 [color="#92C79A" penwidth=1.5 style=dashed label="audits" dir=forward] + N5 -> N6 [color="#80DDEA" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#92C79A" penwidth=1.5 style=solid label="models" dir=forward] + N7 -> N8 [color="#80DDEA" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] + N9 -> N0 [color="#673AB7" penwidth=1.5 style=dashed label="optimizes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_299.dot b/train/diagrams/easy/diagrams_299.dot new file mode 100644 index 0000000000000000000000000000000000000000..1b685c666ed13116fdb0608037ed1661ed81d849 --- /dev/null +++ b/train/diagrams/easy/diagrams_299.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Ship Design" color="#A188DB" fillcolor="#DED7F0" shape=predefinedprocess style=filled] + N1 [label="Marine Safety Inspection" color="#FFCC7A" fillcolor="#FFF6D9" shape=predefinedprocess style=filled] + N2 [label="Customs Clearance" color="#C0CA33" fillcolor="#F9FBE7" shape=database style=filled] + N3 [label="Autonomous Vessels" color="#A188DB" fillcolor="#DED7F0" shape=database style=filled] + N4 [label="Marine Data Analytics" color="#C0CA33" fillcolor="#F9FBE7" shape=rect style=filled] + N5 [label="Green Shipping Initiatives" color="#FFCC7A" fillcolor="#FFF6D9" shape=rect style=filled] + N6 [label="Bunkering" color="#FFCC7A" fillcolor="#FFF6D9" shape=hexagon style=filled] + N7 [label="Offshore Operations" color="#A188DB" fillcolor="#DED7F0" shape=ellipse style=filled] + N8 [label="Vessel Maintenance" color="#C0CA33" fillcolor="#F9FBE7" shape=rect style=filled] + N9 [label="Terminal Management" color="#C0CA33" fillcolor="#F9FBE7" shape=preparation style=filled] + N10 [label="Fleet Management" color="#FFCC7A" fillcolor="#FFF6D9" shape=parallelogram style=filled] + N0 -> N1 [color="#FFCC7A" penwidth=1.5 style=dashed label="charts" dir=forward] + N1 -> N2 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="complies" dir=forward] + N4 -> N5 [color="#C0CA33" penwidth=1.5 style=dashed label="inspects" dir=forward] + N5 -> N6 [color="#A188DB" penwidth=1.5 style=dashed label="loads" dir=forward] + N6 -> N7 [color="#A188DB" penwidth=1.5 style=dashed label="systems" dir=forward] + N7 -> N8 [color="#A188DB" penwidth=1.5 style=solid label="monitors" dir=forward] + N8 -> N9 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#C0CA33" penwidth=1.5 style=dashed dir=forward] + N7 -> N3 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_3.txt b/train/diagrams/easy/diagrams_3.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb9f21590c81753cbc8f8f00e5a350e9ac90b6c3 --- /dev/null +++ b/train/diagrams/easy/diagrams_3.txt @@ -0,0 +1,12 @@ +<Blockchain Verification, checks, Forex Trading> +<Collateral Evaluation, collects, Fund Disbursement> +<Credit Card Application, connectedTo, Blockchain Verification> +<Forex Trading, allocates, Loan Processing> +<Forex Trading, connectedTo, Investment Planning> +<Fraud Check, monitors, Transaction Audit> +<Fund Disbursement, funds, Credit Card Application> +<Fund Disbursement, mitigates, Collateral Evaluation> +<Investment Planning, connectedTo, Fraud Check> +<Loan Processing, models, Risk Assessment> +<Risk Assessment, connectedTo, Investment Planning> +<Transaction Audit, secures, Cryptocurrency Exchange> diff --git a/train/diagrams/easy/diagrams_30.txt b/train/diagrams/easy/diagrams_30.txt new file mode 100644 index 0000000000000000000000000000000000000000..964d1536f036b28069e04467a71fff705438c66d --- /dev/null +++ b/train/diagrams/easy/diagrams_30.txt @@ -0,0 +1,9 @@ +<Academic Review, connectedTo, Result Declaration> +<Counseling Session, certifies, Transcript Issuance> +<Document Verification, connectedTo, Special Education Support> +<Field Trip Coordination, integrates, Counseling Session> +<Orientation, analyzes, Result Declaration> +<Orientation, funds, Academic Review> +<Result Declaration, connectedTo, Field Trip Coordination> +<Special Education Support, recruits, Thesis Submission> +<Thesis Submission, conducts, Orientation> diff --git a/train/diagrams/easy/diagrams_300.txt b/train/diagrams/easy/diagrams_300.txt new file mode 100644 index 0000000000000000000000000000000000000000..85ba9fc8267e06d922ee8fbb2a588c9b20b8756e --- /dev/null +++ b/train/diagrams/easy/diagrams_300.txt @@ -0,0 +1,11 @@ +<Crew Management, certifies, Vessel Maintenance> +<Crew Management, docks, Pollution Control> +<Fuel Consumption Optimization, connectedTo, Crew Management> +<Marine Insurance, connectedTo, Navigation> +<Marine Safety Inspection, communicates, Marine Insurance> +<Navigation, secures, Pilotage> +<Pollution Control, connectedTo, Salvage Operations> +<Pollution Control, protects, Vessel Chartering> +<Salvage Operations, optimizes, Marine Safety Inspection> +<Vessel Chartering, salvages, Pollution Control> +<Vessel Maintenance, connectedTo, Vessel Chartering> diff --git a/train/diagrams/easy/diagrams_301.dot b/train/diagrams/easy/diagrams_301.dot new file mode 100644 index 0000000000000000000000000000000000000000..1a2738fa3a6169aff5737f9317f6fa816dc15c3c --- /dev/null +++ b/train/diagrams/easy/diagrams_301.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Crew Management" color="#9FA9E1" fillcolor="#D6D9F0" shape=vnode_shape style=filled] + N1 [label="Offshore Operations" color="#9FA9E1" fillcolor="#D6D9F0" shape=action style=filled] + N2 [label="Marine Data Analytics" color="#90A4AE" fillcolor="#ECEFF1" shape=diamond style=filled] + N3 [label="Pollution Control" color="#DCE775" fillcolor="#F9FBE7" shape=inputoutput style=filled] + N4 [label="Terminal Management" color="#DCE775" fillcolor="#F9FBE7" shape=document style=filled] + N5 [label="Route Planning" color="#DCE775" fillcolor="#F9FBE7" shape=predefinedprocess style=filled] + N6 [label="Container Tracking" color="#90A4AE" fillcolor="#ECEFF1" shape=multipledocuments style=filled] + N7 [label="Ship Registry" color="#9FA9E1" fillcolor="#D6D9F0" shape=preparation style=filled] + N8 [label="Bunkering" color="#9FA9E1" fillcolor="#D6D9F0" shape=vnode_shape style=filled] + N9 [label="Fisheries Management" color="#DCE775" fillcolor="#F9FBE7" shape=ellipse style=filled] + N10 [label="Cargo Loading" color="#9FA9E1" fillcolor="#D6D9F0" shape=multipledocuments style=filled] + N0 -> N1 [color="#90A4AE" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#DCE775" penwidth=1.5 style=dashed label="alerts" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="complies" dir=forward] + N5 -> N6 [color="#9FA9E1" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="charts" dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=dashed label="audits" dir=forward] + N8 -> N9 [color="#9FA9E1" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#90A4AE" penwidth=1.5 style=dashed label="operates" dir=forward] + N8 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_304.txt b/train/diagrams/easy/diagrams_304.txt new file mode 100644 index 0000000000000000000000000000000000000000..01900f579b990818d6a8ac48ef662b1045bc47a3 --- /dev/null +++ b/train/diagrams/easy/diagrams_304.txt @@ -0,0 +1,13 @@ +<Crew Management, forecasts, Customs Clearance> +<Customs Clearance, connectedTo, Fuel Consumption Optimization> +<Customs Clearance, unloads, Freight Forwarding> +<Freight Forwarding, alerts, Search and Rescue Coordination> +<Fuel Consumption Optimization, connectedTo, Ship Design> +<Marine Insurance, designs, Freight Forwarding> +<Marine Research, connectedTo, Route Planning> +<Route Planning, builds, Marine Insurance> +<Route Planning, connectedTo, Ship Design> +<Search and Rescue Coordination, connectedTo, Voyage Optimization> +<Ship Design, rescues, Marine Research> +<Shipbuilding, connectedTo, Crew Management> +<Voyage Optimization, connectedTo, Ballast Water Management> diff --git a/train/diagrams/easy/diagrams_305.dot b/train/diagrams/easy/diagrams_305.dot new file mode 100644 index 0000000000000000000000000000000000000000..ce6e5092d43d99e56bd615ede7df19e4a553ea9f --- /dev/null +++ b/train/diagrams/easy/diagrams_305.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=TB + N0 [label="Asteroid Mining Feasibility" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N1 [label="Space Habitat Development" color="#4285F4" fillcolor="#D0E0F8" shape=hexagon style=filled] + N2 [label="Planetary Science Research" color="#92C79A" fillcolor="#E8F0EA" shape=predefinedprocess style=filled] + N3 [label="Exoplanet Discovery" color="#92C79A" fillcolor="#E8F0EA" shape=box style=filled] + N4 [label="Mars Mission Planning" color="#E91E63" fillcolor="#FCE4EC" shape=predefinedprocess style=filled] + N5 [label="Mission Control Center Management" color="#92C79A" fillcolor="#E8F0EA" shape=rectangle style=filled] + N6 [label="Launch Vehicle Integration" color="#E91E63" fillcolor="#FCE4EC" shape=diamond style=filled] + N7 [label="International Collaboration" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="simulates" dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=solid label="funds" dir=forward] + N2 -> N3 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#92C79A" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#4285F4" penwidth=1.5 style=solid label="discovers" dir=forward] + N6 -> N7 [color="#92C79A" penwidth=1.5 style=dashed label="monitors" dir=forward] + N1 -> N7 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N4 -> N6 [color="#4285F4" penwidth=1.5 style=solid label="plans" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_307.txt b/train/diagrams/easy/diagrams_307.txt new file mode 100644 index 0000000000000000000000000000000000000000..f15a0ee5ca291ad7a224a1b4a4a49e9c31ca985c --- /dev/null +++ b/train/diagrams/easy/diagrams_307.txt @@ -0,0 +1,9 @@ +<Asteroid Mining Feasibility, connectedTo, Space Weather Forecasting> +<Interplanetary Trajectory Calculation, educates, Microgravity Experiments> +<Mars Mission Planning, connectedTo, Sample Return Missions> +<Microgravity Experiments, connectedTo, Space Station Operations> +<Mission Design, connectedTo, Mars Mission Planning> +<Sample Return Missions, analyzes, Rocket Propulsion Development> +<Space Station Operations, simulates, Mission Design> +<Space Weather Forecasting, connectedTo, Space Station Operations> +<Space Weather Forecasting, designs, Interplanetary Trajectory Calculation> diff --git a/train/diagrams/easy/diagrams_308.dot b/train/diagrams/easy/diagrams_308.dot new file mode 100644 index 0000000000000000000000000000000000000000..fb8f94b0f48f5b94e0ce464f473738b9ec3c9ac8 --- /dev/null +++ b/train/diagrams/easy/diagrams_308.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=BT + N0 [label="Propellant Management" color="#FFC085" fillcolor="#FFDAB9" shape=diamond style=filled] + N1 [label="Exoplanet Discovery" color="#BCB88A" fillcolor="#F5F5DC" shape=inputoutput style=filled] + N2 [label="Payload Development" color="#FFC085" fillcolor="#FFDAB9" shape=preparation style=filled] + N3 [label="Data Acquisition" color="#FFC085" fillcolor="#FFDAB9" shape=hexagon style=filled] + N4 [label="Astronaut Training" color="#FFCC7A" fillcolor="#FFF6D9" shape=document style=filled] + N5 [label="Ground Station Operations" color="#BCB88A" fillcolor="#F5F5DC" shape=ellipse style=filled] + N6 [label="Telemetry Monitoring" color="#FFC085" fillcolor="#FFDAB9" shape=multipledocuments style=filled] + N7 [label="Astrophysics Research" color="#FFC085" fillcolor="#FFDAB9" shape=inputoutput style=filled] + N8 [label="Planetary Science Research" color="#FFCC7A" fillcolor="#FFF6D9" shape=rect style=filled] + N9 [label="Robotics for Space Exploration" color="#FFCC7A" fillcolor="#FFF6D9" shape=parallelogram style=filled] + N0 -> N1 [color="#BCB88A" penwidth=1.5 style=solid label="builds" dir=forward] + N1 -> N2 [color="#BCB88A" penwidth=1.5 style=solid label="controls" dir=forward] + N2 -> N3 [color="#BCB88A" penwidth=1.5 style=solid label="protects" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="manages" dir=forward] + N5 -> N6 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="coordinates" dir=forward] + N7 -> N8 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFCC7A" penwidth=1.5 style=solid label="designs" dir=forward] + N5 -> N4 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N4 -> N8 [color="#FFC085" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_309.txt b/train/diagrams/easy/diagrams_309.txt new file mode 100644 index 0000000000000000000000000000000000000000..351047220095895b4f38bfc104fe8386686a2206 --- /dev/null +++ b/train/diagrams/easy/diagrams_309.txt @@ -0,0 +1,8 @@ +<Asteroid Mining Feasibility, transmits, Extravehicular Activity Planning> +<Extravehicular Activity Planning, connectedTo, Robotics for Space Exploration> +<Extravehicular Activity Planning, innovates, Interplanetary Trajectory Calculation> +<Interplanetary Trajectory Calculation, connectedTo, Life Support Systems> +<Life Support Systems, budgets, Sample Return Missions> +<Lunar Exploration, plans, Interplanetary Trajectory Calculation> +<Robotics for Space Exploration, connectedTo, Spacecraft Control> +<Sample Return Missions, connectedTo, Asteroid Mining Feasibility> diff --git a/train/diagrams/easy/diagrams_310.dot b/train/diagrams/easy/diagrams_310.dot new file mode 100644 index 0000000000000000000000000000000000000000..d3b181630385fb5bd276071a248e6e1b65f6baf3 --- /dev/null +++ b/train/diagrams/easy/diagrams_310.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=LR + N0 [label="Space Weather Forecasting" color="#FFC2C2" fillcolor="#FFEBEB" shape=parallelogram style=filled] + N1 [label="Commercial Space Flight Regulation" color="#FFC2C2" fillcolor="#FFEBEB" shape=action style=filled] + N2 [label="Orbital Mechanics" color="#FFC107" fillcolor="#FFECB3" shape=multipledocuments style=filled] + N3 [label="Planetary Science Research" color="#FFC107" fillcolor="#FFECB3" shape=diamond style=filled] + N4 [label="In_Situ Resource Utilization" color="#FFC107" fillcolor="#FFECB3" shape=rectangle style=filled] + N5 [label="Sample Return Missions" color="#FFD54F" fillcolor="#FFF8E1" shape=database style=filled] + N6 [label="Rocket Propulsion Development" color="#FFC2C2" fillcolor="#FFEBEB" shape=rect style=filled] + N7 [label="Launch Operations" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N8 [label="Ground Station Operations" color="#FFC107" fillcolor="#FFECB3" shape=multipledocuments style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="controls" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="designs" dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=solid label="collects" dir=forward] + N5 -> N6 [color="#FFC2C2" penwidth=1.5 style=dashed label="secures" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="schedules" dir=forward] + N7 -> N8 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N2 -> N8 [color="#000000" penwidth=1.5 style=solid label="coordinates" dir=forward] + N2 -> N6 [color="#FFC2C2" penwidth=1.5 style=dashed label="regulates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_315.dot b/train/diagrams/easy/diagrams_315.dot new file mode 100644 index 0000000000000000000000000000000000000000..64ca952ff34e62172010365cdd1bea7821aecf78 --- /dev/null +++ b/train/diagrams/easy/diagrams_315.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=LR + N0 [label="Climate Resilient Agriculture" color="#66BB6A" fillcolor="#E8F5E9" shape=inputoutput style=filled] + N1 [label="Adaptation Strategy Development" color="#9FA9E1" fillcolor="#D6D9F0" shape=vnode_shape style=filled] + N2 [label="Glacier Mass Balance Monitoring" color="#F7BEE0" fillcolor="#FAEBF3" shape=rectangle style=filled] + N3 [label="Data Collection" color="#F7BEE0" fillcolor="#FAEBF3" shape=rectangle style=filled] + N4 [label="Greenhouse Gas Measurement" color="#66BB6A" fillcolor="#E8F5E9" shape=hexagon style=filled] + N5 [label="Satellite Data Interpretation" color="#F7BEE0" fillcolor="#FAEBF3" shape=ellipse style=filled] + N6 [label="Ocean Acidification Studies" color="#F7BEE0" fillcolor="#FAEBF3" shape=ellipse style=filled] + N7 [label="Climate Finance Tracking" color="#F7BEE0" fillcolor="#FAEBF3" shape=preparation style=filled] + N8 [label="Drought Monitoring and Forecasting" color="#F7BEE0" fillcolor="#FAEBF3" shape=predefinedprocess style=filled] + N9 [label="Renewable Energy Potential Assessment" color="#9FA9E1" fillcolor="#D6D9F0" shape=vnode_shape style=filled] + N10 [label="Green Technology Incubation" color="#9FA9E1" fillcolor="#D6D9F0" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="scenarios" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="assesses" dir=forward] + N3 -> N4 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#66BB6A" penwidth=1.5 style=solid label="monitors" dir=forward] + N5 -> N6 [color="#F7BEE0" penwidth=1.5 style=solid label="resilience" dir=forward] + N6 -> N7 [color="#F7BEE0" penwidth=1.5 style=dashed label="collects" dir=forward] + N7 -> N8 [color="#66BB6A" penwidth=1.5 style=dashed label="educates" dir=forward] + N8 -> N9 [color="#66BB6A" penwidth=1.5 style=solid label="warns" dir=forward] + N9 -> N10 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] + N10 -> N9 [color="#66BB6A" penwidth=1.5 style=dashed label="risks" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_316.dot b/train/diagrams/easy/diagrams_316.dot new file mode 100644 index 0000000000000000000000000000000000000000..e8eaa64dbc42b2655b73907fa7f058d0137dd44e --- /dev/null +++ b/train/diagrams/easy/diagrams_316.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Remote Sensing for Climate" color="#EAEFA5" fillcolor="#FDFCEB" shape=multipledocuments style=filled] + N1 [label="Adaptation Strategy Development" color="#EAEFA5" fillcolor="#FDFCEB" shape=diamond style=filled] + N2 [label="International Climate Negotiation" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N3 [label="Cloud Formation Research" color="#E91E63" fillcolor="#F8BBD0" shape=hexagon style=filled] + N4 [label="Climate Policy Analysis" color="#82DAFF" fillcolor="#C8EDFF" shape=box style=filled] + N5 [label="Aerosol Impact Assessment" color="#E91E63" fillcolor="#F8BBD0" shape=inputoutput style=filled] + N6 [label="Climate Resilient Agriculture" color="#EAEFA5" fillcolor="#FDFCEB" shape=preparation style=filled] + N7 [label="Water Resource Management under Climate Change" color="#E91E63" fillcolor="#F8BBD0" shape=diamond style=filled] + N0 -> N1 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#EAEFA5" penwidth=1.5 style=solid label="attributes" dir=forward] + N2 -> N3 [color="#EAEFA5" penwidth=1.5 style=dashed label="mitigates" dir=forward] + N3 -> N4 [color="#82DAFF" penwidth=1.5 style=dashed label="educates" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed label="monitors" dir=forward] + N5 -> N2 [color="#E91E63" penwidth=1.5 style=dashed label="policies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_316.txt b/train/diagrams/easy/diagrams_316.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb356c77ef8d4a6b3eb20665eba94ab139588fbb --- /dev/null +++ b/train/diagrams/easy/diagrams_316.txt @@ -0,0 +1,8 @@ +<Adaptation Strategy Development, attributes, International Climate Negotiation> +<Aerosol Impact Assessment, connectedTo, Climate Resilient Agriculture> +<Aerosol Impact Assessment, policies, International Climate Negotiation> +<Climate Policy Analysis, connectedTo, Aerosol Impact Assessment> +<Climate Resilient Agriculture, monitors, Water Resource Management under Climate Change> +<Cloud Formation Research, educates, Climate Policy Analysis> +<International Climate Negotiation, mitigates, Cloud Formation Research> +<Remote Sensing for Climate, connectedTo, Adaptation Strategy Development> diff --git a/train/diagrams/easy/diagrams_317.dot b/train/diagrams/easy/diagrams_317.dot new file mode 100644 index 0000000000000000000000000000000000000000..aee2d736854c5080725c4f01720726056e9d395f --- /dev/null +++ b/train/diagrams/easy/diagrams_317.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=LR + N0 [label="Climate Modeling" color="#BDBDBD" fillcolor="#F5F5F5" shape=document style=filled] + N1 [label="Climate Finance Tracking" color="#00BCD4" fillcolor="#E0F7FA" shape=action style=filled] + N2 [label="International Climate Negotiation" color="#00BCD4" fillcolor="#E0F7FA" shape=database style=filled] + N3 [label="Climate Resilient Agriculture" color="#4DD0E1" fillcolor="#C9F0F0" shape=diamond style=filled] + N4 [label="Permafrost Thaw Assessment" color="#BDBDBD" fillcolor="#F5F5F5" shape=predefinedprocess style=filled] + N5 [label="Ice Sheet Dynamics" color="#00BCD4" fillcolor="#E0F7FA" shape=multipledocuments style=filled] + N6 [label="Remote Sensing for Climate" color="#BDBDBD" fillcolor="#F5F5F5" shape=rect style=filled] + N7 [label="Flood Risk Assessment" color="#4DD0E1" fillcolor="#C9F0F0" shape=ellipse style=filled] + N8 [label="Ecosystem Response Modeling" color="#BDBDBD" fillcolor="#F5F5F5" shape=box style=filled] + N9 [label="Carbon Sequestration Technologies" color="#BDBDBD" fillcolor="#F5F5F5" shape=box style=filled] + N10 [label="Ocean Current Analysis" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] + N0 -> N1 [color="#4DD0E1" penwidth=1.5 style=dashed label="policies" dir=forward] + N1 -> N2 [color="#4DD0E1" penwidth=1.5 style=solid label="researches" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="monitors" dir=forward] + N3 -> N4 [color="#BDBDBD" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4DD0E1" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#4DD0E1" penwidth=1.5 style=solid label="measures" dir=forward] + N6 -> N7 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N4 -> N2 [color="#BDBDBD" penwidth=1.5 style=dashed label="strategies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_318.txt b/train/diagrams/easy/diagrams_318.txt new file mode 100644 index 0000000000000000000000000000000000000000..353089554ce2bb1d091e77aac02862118664dc41 --- /dev/null +++ b/train/diagrams/easy/diagrams_318.txt @@ -0,0 +1,10 @@ +<Aerosol Impact Assessment, connectedTo, Drought Monitoring and Forecasting> +<Aerosol Impact Assessment, connectedTo, Water Resource Management under Climate Change> +<Climate Modeling, connectedTo, Aerosol Impact Assessment> +<Cloud Formation Research, detects, Greenhouse Gas Measurement> +<Data Collection, connectedTo, Paleoclimate Reconstruction> +<Drought Monitoring and Forecasting, simulates, Mitigation Technology Evaluation> +<Greenhouse Gas Measurement, observes, Data Collection> +<Mitigation Technology Evaluation, connectedTo, Cloud Formation Research> +<Mitigation Technology Evaluation, strategies, Drought Monitoring and Forecasting> +<Water Resource Management under Climate Change, studies, Drought Monitoring and Forecasting> diff --git a/train/diagrams/easy/diagrams_319.txt b/train/diagrams/easy/diagrams_319.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f65478596fd8d76a1b595bb6ee9785cf317cf7b --- /dev/null +++ b/train/diagrams/easy/diagrams_319.txt @@ -0,0 +1,12 @@ +<Atmospheric Monitoring, connectedTo, Ice Sheet Dynamics> +<Climate Change Vulnerability Assessment, connectedTo, Greenhouse Gas Measurement> +<Climate Policy Analysis, risks, Paleoclimate Reconstruction> +<Ecosystem Response Modeling, researches, Permafrost Thaw Assessment> +<Flood Risk Assessment, connectedTo, Climate Policy Analysis> +<Green Technology Incubation, forecasts, Ecosystem Response Modeling> +<Greenhouse Gas Measurement, resilience, Atmospheric Monitoring> +<Greenhouse Gas Measurement, studies, Satellite Data Interpretation> +<Ice Sheet Dynamics, connectedTo, Flood Risk Assessment> +<Paleoclimate Reconstruction, connectedTo, Atmospheric Monitoring> +<Paleoclimate Reconstruction, connectedTo, Green Technology Incubation> +<Permafrost Thaw Assessment, validates, Climate Change Vulnerability Assessment> diff --git a/train/diagrams/easy/diagrams_32.txt b/train/diagrams/easy/diagrams_32.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a023df5d8dd485dc455e81e67427e01e977416a --- /dev/null +++ b/train/diagrams/easy/diagrams_32.txt @@ -0,0 +1,8 @@ +<Certificate Issuance, plans, Timetable Scheduling> +<Extracurricular Activity, connectedTo, Lecture Delivery> +<Lecture Delivery, connectedTo, Certificate Issuance> +<Online Learning Platform Management, connectedTo, Student Enrollment> +<Orientation, connectedTo, Extracurricular Activity> +<Student Application, grades, Online Learning Platform Management> +<Student Application, trains, Student Enrollment> +<Student Enrollment, administers, Orientation> diff --git a/train/diagrams/easy/diagrams_320.dot b/train/diagrams/easy/diagrams_320.dot new file mode 100644 index 0000000000000000000000000000000000000000..4c37512210feb2ca526bdd14dddabef3d7a190fb --- /dev/null +++ b/train/diagrams/easy/diagrams_320.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=RL + N0 [label="Climate Finance Tracking" color="#A188DB" fillcolor="#DED7F0" shape=rectangle style=filled] + N1 [label="Climate Modeling" color="#A188DB" fillcolor="#DED7F0" shape=rect style=filled] + N2 [label="Green Technology Incubation" color="#7E57C2" fillcolor="#EDE7F6" shape=box style=filled] + N3 [label="Data Collection" color="#A188DB" fillcolor="#DED7F0" shape=hexagon style=filled] + N4 [label="Ocean Current Analysis" color="#7E57C2" fillcolor="#EDE7F6" shape=action style=filled] + N5 [label="Carbon Cycle Research" color="#673AB7" fillcolor="#D1C4E9" shape=parallelogram style=filled] + N6 [label="Ice Sheet Dynamics" color="#A188DB" fillcolor="#DED7F0" shape=rect style=filled] + N7 [label="Atmospheric Monitoring" color="#7E57C2" fillcolor="#EDE7F6" shape=vnode_shape style=filled] + N8 [label="Paleoclimate Reconstruction" color="#673AB7" fillcolor="#D1C4E9" shape=rectangle style=filled] + N9 [label="Solar Radiation Management Research" color="#7E57C2" fillcolor="#EDE7F6" shape=multipledocuments style=filled] + N10 [label="Indigenous Knowledge Integration" color="#673AB7" fillcolor="#D1C4E9" shape=preparation style=filled] + N11 [label="Glacier Mass Balance Monitoring" color="#A188DB" fillcolor="#DED7F0" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="projects" dir=forward] + N2 -> N3 [color="#673AB7" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#673AB7" penwidth=1.5 style=solid label="risks" dir=forward] + N5 -> N6 [color="#A188DB" penwidth=1.5 style=dashed label="resilience" dir=forward] + N6 -> N7 [color="#7E57C2" penwidth=1.5 style=dashed label="impacts" dir=forward] + N7 -> N8 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#7E57C2" penwidth=1.5 style=dashed label="communicates" dir=forward] + N10 -> N11 [color="#673AB7" penwidth=1.5 style=solid label="influences" dir=forward] + N6 -> N9 [color="#7E57C2" penwidth=1.5 style=solid dir=forward] + N10 -> N8 [color="#7E57C2" penwidth=1.5 style=solid label="researches" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_321.dot b/train/diagrams/easy/diagrams_321.dot new file mode 100644 index 0000000000000000000000000000000000000000..6c28bcbcba639382045bb8c050b0907cc6e38957 --- /dev/null +++ b/train/diagrams/easy/diagrams_321.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Snowfall Measurement" color="#DCE775" fillcolor="#F9FBE7" shape=inputoutput style=filled] + N1 [label="Drought Monitoring" color="#5C6BC0" fillcolor="#E8EAF6" shape=box style=filled] + N2 [label="Arctic Weather Research" color="#DCE775" fillcolor="#F9FBE7" shape=database style=filled] + N3 [label="Cloud Observation" color="#DCE775" fillcolor="#F9FBE7" shape=ellipse style=filled] + N4 [label="Marine Weather Forecast" color="#795548" fillcolor="#D7CCC8" shape=rect style=filled] + N5 [label="Public Weather Briefing" color="#DCE775" fillcolor="#F9FBE7" shape=predefinedprocess style=filled] + N6 [label="Nowcasting" color="#DCE775" fillcolor="#F9FBE7" shape=multipledocuments style=filled] + N7 [label="Climate Modeling" color="#5C6BC0" fillcolor="#E8EAF6" shape=predefinedprocess style=filled] + N8 [label="Ocean_Atmosphere Interaction Study" color="#795548" fillcolor="#D7CCC8" shape=vnode_shape style=filled] + N9 [label="Climate Change Impact Study" color="#5C6BC0" fillcolor="#E8EAF6" shape=preparation style=filled] + N0 -> N1 [color="#795548" penwidth=1.5 style=solid label="interprets" dir=forward] + N1 -> N2 [color="#5C6BC0" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=dashed label="detects" dir=forward] + N4 -> N5 [color="#5C6BC0" penwidth=1.5 style=solid label="predicts" dir=forward] + N5 -> N6 [color="#795548" penwidth=1.5 style=solid label="collects" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#795548" penwidth=1.5 style=dashed label="charts" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N8 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_321.txt b/train/diagrams/easy/diagrams_321.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7f7603bb0987869f5694a829bde634e4c96a55e --- /dev/null +++ b/train/diagrams/easy/diagrams_321.txt @@ -0,0 +1,10 @@ +<Arctic Weather Research, connectedTo, Cloud Observation> +<Climate Modeling, charts, Ocean_Atmosphere Interaction Study> +<Cloud Observation, detects, Marine Weather Forecast> +<Drought Monitoring, connectedTo, Arctic Weather Research> +<Marine Weather Forecast, predicts, Public Weather Briefing> +<Nowcasting, connectedTo, Climate Modeling> +<Ocean_Atmosphere Interaction Study, connectedTo, Climate Change Impact Study> +<Public Weather Briefing, collects, Nowcasting> +<Public Weather Briefing, connectedTo, Ocean_Atmosphere Interaction Study> +<Snowfall Measurement, interprets, Drought Monitoring> diff --git a/train/diagrams/easy/diagrams_323.dot b/train/diagrams/easy/diagrams_323.dot new file mode 100644 index 0000000000000000000000000000000000000000..73c88a3180722e5b40a826c2a8e1326497cccad5 --- /dev/null +++ b/train/diagrams/easy/diagrams_323.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=TB + N0 [label="Cloud Observation" color="#FFCC80" fillcolor="#FFF0CC" shape=multipledocuments style=filled] + N1 [label="Marine Weather Forecast" color="#FFCC80" fillcolor="#FFF0CC" shape=predefinedprocess style=filled] + N2 [label="Numerical Weather Prediction" color="#42A5F5" fillcolor="#F1F8FF" shape=hexagon style=filled] + N3 [label="Arctic Weather Research" color="#42A5F5" fillcolor="#F1F8FF" shape=ellipse style=filled] + N4 [label="Snowfall Measurement" color="#607D8B" fillcolor="#CFD8DC" shape=multipledocuments style=filled] + N5 [label="Climate Change Impact Study" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N6 [label="Radar Imaging" color="#FFCC80" fillcolor="#FFF0CC" shape=vnode_shape style=filled] + N7 [label="Atmospheric Sounding" color="#607D8B" fillcolor="#CFD8DC" shape=document style=filled] + N0 -> N1 [color="#607D8B" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#FFCC80" penwidth=1.5 style=solid label="measures" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="warns" dir=forward] + N3 -> N4 [color="#42A5F5" penwidth=1.5 style=dashed label="charts" dir=forward] + N4 -> N5 [color="#42A5F5" penwidth=1.5 style=solid label="observes" dir=forward] + N5 -> N6 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N6 -> N3 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N7 -> N2 [color="#607D8B" penwidth=1.5 style=dashed label="calibrates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_327.dot b/train/diagrams/easy/diagrams_327.dot new file mode 100644 index 0000000000000000000000000000000000000000..9dbc0ac66a42c7eac4c6388b5bc95c54e59e91a0 --- /dev/null +++ b/train/diagrams/easy/diagrams_327.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Humidity Sensing" color="#EAEFA5" fillcolor="#FDFCEB" shape=rect style=filled] + N1 [label="Climate Change Impact Study" color="#607D8B" fillcolor="#CFD8DC" shape=inputoutput style=filled] + N2 [label="Hurricane Trajectory Modeling" color="#EAEFA5" fillcolor="#FDFCEB" shape=preparation style=filled] + N3 [label="Public Weather Briefing" color="#FFC107" fillcolor="#FFECB3" shape=action style=filled] + N4 [label="Meteorological Station Maintenance" color="#EAEFA5" fillcolor="#FDFCEB" shape=predefinedprocess style=filled] + N5 [label="Nowcasting" color="#EAEFA5" fillcolor="#FDFCEB" shape=ellipse style=filled] + N6 [label="Storm Tracking" color="#EAEFA5" fillcolor="#FDFCEB" shape=action style=filled] + N7 [label="Marine Weather Forecast" color="#EAEFA5" fillcolor="#FDFCEB" shape=predefinedprocess style=filled] + N8 [label="Satellite Meteorology" color="#FFC107" fillcolor="#FFECB3" shape=preparation style=filled] + N9 [label="Mesoscale Meteorology" color="#EAEFA5" fillcolor="#FDFCEB" shape=inputoutput style=filled] + N0 -> N1 [color="#607D8B" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFC107" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#EAEFA5" penwidth=1.5 style=dashed label="supports" dir=forward] + N5 -> N6 [color="#FFC107" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#607D8B" penwidth=1.5 style=solid label="calculates" dir=forward] + N8 -> N9 [color="#607D8B" penwidth=1.5 style=solid label="studies" dir=forward] + N6 -> N3 [color="#FFC107" penwidth=1.5 style=solid label="calibrates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_327.txt b/train/diagrams/easy/diagrams_327.txt new file mode 100644 index 0000000000000000000000000000000000000000..80825f7ef94b606efb2fc46a7823419c7082cafd --- /dev/null +++ b/train/diagrams/easy/diagrams_327.txt @@ -0,0 +1,10 @@ +<Climate Change Impact Study, connectedTo, Hurricane Trajectory Modeling> +<Humidity Sensing, connectedTo, Climate Change Impact Study> +<Hurricane Trajectory Modeling, connectedTo, Public Weather Briefing> +<Marine Weather Forecast, calculates, Satellite Meteorology> +<Meteorological Station Maintenance, supports, Nowcasting> +<Nowcasting, connectedTo, Storm Tracking> +<Public Weather Briefing, connectedTo, Meteorological Station Maintenance> +<Satellite Meteorology, studies, Mesoscale Meteorology> +<Storm Tracking, calibrates, Public Weather Briefing> +<Storm Tracking, connectedTo, Marine Weather Forecast> diff --git a/train/diagrams/easy/diagrams_328.dot b/train/diagrams/easy/diagrams_328.dot new file mode 100644 index 0000000000000000000000000000000000000000..0fa379d6146015ac1546142ce6479dcd733000a4 --- /dev/null +++ b/train/diagrams/easy/diagrams_328.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Severe Weather Warning" color="#FBC02D" fillcolor="#FFFDE7" shape=predefinedprocess style=filled] + N1 [label="Upper Air Chart Analysis" color="#FFC2C2" fillcolor="#FFEBEB" shape=vnode_shape style=filled] + N2 [label="Aviation Weather Briefing" color="#FFC2C2" fillcolor="#FFEBEB" shape=rectangle style=filled] + N3 [label="Precipitation Measurement" color="#FFC2C2" fillcolor="#FFEBEB" shape=rectangle style=filled] + N4 [label="Meteorological Station Maintenance" color="#FFC2C2" fillcolor="#FFEBEB" shape=predefinedprocess style=filled] + N5 [label="Synoptic Chart Analysis" color="#388E3C" fillcolor="#F1F8E9" shape=ellipse style=filled] + N6 [label="Atmospheric Data Collection" color="#FFC2C2" fillcolor="#FFEBEB" shape=ellipse style=filled] + N7 [label="Flood Prediction" color="#388E3C" fillcolor="#F1F8E9" shape=rect style=filled] + N8 [label="Weather Forecasting" color="#FBC02D" fillcolor="#FFFDE7" shape=preparation style=filled] + N9 [label="Meteorological Instrument Calibration" color="#388E3C" fillcolor="#F1F8E9" shape=hexagon style=filled] + N0 -> N1 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#FBC02D" penwidth=1.5 style=solid label="retrieves" dir=forward] + N2 -> N3 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#FFC2C2" penwidth=1.5 style=dashed label="classifies" dir=forward] + N5 -> N6 [color="#388E3C" penwidth=1.5 style=dashed label="advises" dir=forward] + N6 -> N7 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFC2C2" penwidth=1.5 style=solid label="processes" dir=forward] + N8 -> N9 [color="#388E3C" penwidth=1.5 style=solid label="analyzes" dir=forward] + N8 -> N5 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_328.txt b/train/diagrams/easy/diagrams_328.txt new file mode 100644 index 0000000000000000000000000000000000000000..44a1a915a3c092ad261b9cff7ca286b566b128f0 --- /dev/null +++ b/train/diagrams/easy/diagrams_328.txt @@ -0,0 +1,10 @@ +<Atmospheric Data Collection, connectedTo, Flood Prediction> +<Aviation Weather Briefing, connectedTo, Precipitation Measurement> +<Flood Prediction, processes, Weather Forecasting> +<Meteorological Station Maintenance, classifies, Synoptic Chart Analysis> +<Precipitation Measurement, connectedTo, Meteorological Station Maintenance> +<Severe Weather Warning, connectedTo, Upper Air Chart Analysis> +<Synoptic Chart Analysis, advises, Atmospheric Data Collection> +<Upper Air Chart Analysis, retrieves, Aviation Weather Briefing> +<Weather Forecasting, analyzes, Meteorological Instrument Calibration> +<Weather Forecasting, connectedTo, Synoptic Chart Analysis> diff --git a/train/diagrams/easy/diagrams_329.dot b/train/diagrams/easy/diagrams_329.dot new file mode 100644 index 0000000000000000000000000000000000000000..962aa6824e108147342c754ad731a6e8c3dfb6f9 --- /dev/null +++ b/train/diagrams/easy/diagrams_329.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=LR + N0 [label="Closed_Loop Systems" color="#E91E63" fillcolor="#FCE4EC" shape=ellipse style=filled] + N1 [label="Recycling Processing" color="#FFCC80" fillcolor="#FFF0CC" shape=multipledocuments style=filled] + N2 [label="Waste Audit" color="#E91E63" fillcolor="#F8BBD0" shape=multipledocuments style=filled] + N3 [label="Industrial Waste Management" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N4 [label="Waste Characterization Study" color="#E91E63" fillcolor="#F8BBD0" shape=box style=filled] + N5 [label="Community Recycling Programs" color="#FFCC80" fillcolor="#FFF0CC" shape=multipledocuments style=filled] + N6 [label="Waste Sorting" color="#E91E63" fillcolor="#FCE4EC" shape=diamond style=filled] + N7 [label="Material Recovery Facility Operation" color="#E91E63" fillcolor="#FCE4EC" shape=predefinedprocess style=filled] + N0 -> N1 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=dashed label="extracts" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#E91E63" penwidth=1.5 style=solid label="grades" dir=forward] + N4 -> N5 [color="#FFCC80" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#E91E63" penwidth=1.5 style=solid label="compresses" dir=forward] + N6 -> N7 [color="#FFCC80" penwidth=1.5 style=dashed label="licenses" dir=forward] + N2 -> N1 [color="#FFCC80" penwidth=1.5 style=dashed dir=forward] + N5 -> N0 [color="#000000" penwidth=1.5 style=solid label="operates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_33.txt b/train/diagrams/easy/diagrams_33.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ad0e1c3be7b11da36c128f4d8f69321fd7154fa --- /dev/null +++ b/train/diagrams/easy/diagrams_33.txt @@ -0,0 +1,10 @@ +<Cross_selling Recommendation, promotes, Price Adjustment> +<Customer Inquiry, browses, Cross_selling Recommendation> +<Delivery Rescheduling, connectedTo, Shipment> +<Fraud Detection, fulfills, Return Merchandise Authorization> +<Live Chat Support, connectedTo, Customer Inquiry> +<Live Chat Support, connectedTo, Fraud Detection> +<Price Adjustment, notifies, Stock Replenishment> +<Return Merchandise Authorization, connectedTo, Product Listing> +<Shipment, connectedTo, Live Chat Support> +<Stock Replenishment, delivers, Fraud Detection> diff --git a/train/diagrams/easy/diagrams_330.dot b/train/diagrams/easy/diagrams_330.dot new file mode 100644 index 0000000000000000000000000000000000000000..c6fc0b1b46f853dbe2184a94822439af98d66db7 --- /dev/null +++ b/train/diagrams/easy/diagrams_330.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=LR + N0 [label="Leachate Treatment" color="#607D8B" fillcolor="#CFD8DC" shape=preparation style=filled] + N1 [label="Organics Collection" color="#03A9F4" fillcolor="#B3E5FC" shape=diamond style=filled] + N2 [label="Construction and Demolition Waste Management" color="#03A9F4" fillcolor="#B3E5FC" shape=predefinedprocess style=filled] + N3 [label="Biomedical Waste Handling" color="#607D8B" fillcolor="#CFD8DC" shape=inputoutput style=filled] + N4 [label="Waste Management Policy Development" color="#03A9F4" fillcolor="#B3E5FC" shape=ellipse style=filled] + N5 [label="Waste Reduction Planning" color="#CD8FF2" fillcolor="#ECCFF5" shape=inputoutput style=filled] + N6 [label="Waste Compaction" color="#03A9F4" fillcolor="#B3E5FC" shape=predefinedprocess style=filled] + N7 [label="Landfill Operation" color="#607D8B" fillcolor="#CFD8DC" shape=parallelogram style=filled] + N8 [label="Waste Incineration" color="#CD8FF2" fillcolor="#ECCFF5" shape=rectangle style=filled] + N0 -> N1 [color="#CD8FF2" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#03A9F4" penwidth=1.5 style=solid label="enforces" dir=forward] + N2 -> N3 [color="#607D8B" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#CD8FF2" penwidth=1.5 style=dashed label="innovates" dir=forward] + N4 -> N5 [color="#607D8B" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#03A9F4" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#607D8B" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#03A9F4" penwidth=1.5 style=dashed label="sorts" dir=forward] + N1 -> N7 [color="#CD8FF2" penwidth=1.5 style=solid label="compresses" dir=forward] + N8 -> N5 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_331.dot b/train/diagrams/easy/diagrams_331.dot new file mode 100644 index 0000000000000000000000000000000000000000..bf9de293d8883ba0a2fc015ed55f957c81c0d6db --- /dev/null +++ b/train/diagrams/easy/diagrams_331.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Landfill Operation" color="#7E57C2" fillcolor="#D1C4E9" shape=document style=filled] + N1 [label="Glass Recycling" color="#EAEFA5" fillcolor="#FDFCEB" shape=box style=filled] + N2 [label="Waste Characterization Study" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N3 [label="Leachate Treatment" color="#EAEFA5" fillcolor="#FDFCEB" shape=box style=filled] + N4 [label="Waste Sorting" color="#EAEFA5" fillcolor="#FDFCEB" shape=multipledocuments style=filled] + N5 [label="Resource Recovery" color="#8C9EFF" fillcolor="#D3D7EB" shape=vnode_shape style=filled] + N6 [label="Smart Waste Bins" color="#EAEFA5" fillcolor="#FDFCEB" shape=action style=filled] + N7 [label="Metal Recycling" color="#7E57C2" fillcolor="#D1C4E9" shape=vnode_shape style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed label="minimizes" dir=forward] + N1 -> N2 [color="#8C9EFF" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#8C9EFF" penwidth=1.5 style=solid label="audits" dir=forward] + N3 -> N4 [color="#8C9EFF" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="controls" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="innovates" dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N6 -> N0 [color="#000000" penwidth=1.5 style=dashed label="tracks" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_332.dot b/train/diagrams/easy/diagrams_332.dot new file mode 100644 index 0000000000000000000000000000000000000000..8d05e4898bbfabf2f310b10e00fd9b088e83ed6c --- /dev/null +++ b/train/diagrams/easy/diagrams_332.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Waste Sorting" color="#388E3C" fillcolor="#F1F8E9" shape=multipledocuments style=filled] + N1 [label="Illegal Dumping Monitoring" color="#80DDEA" fillcolor="#D3F7F9" shape=hexagon style=filled] + N2 [label="Smart Waste Bins" color="#80DDEA" fillcolor="#D3F7F9" shape=ellipse style=filled] + N3 [label="Landfill Operation" color="#CFCFCF" fillcolor="#F6F6F6" shape=ellipse style=filled] + N4 [label="Circular Economy Initiatives" color="#388E3C" fillcolor="#F1F8E9" shape=preparation style=filled] + N5 [label="Waste Characterization Study" color="#388E3C" fillcolor="#F1F8E9" shape=inputoutput style=filled] + N6 [label="Recycling Processing" color="#80DDEA" fillcolor="#D3F7F9" shape=rectangle style=filled] + N7 [label="Paper Recycling" color="#388E3C" fillcolor="#F1F8E9" shape=document style=filled] + N8 [label="Waste Logistics Optimization" color="#CFCFCF" fillcolor="#F6F6F6" shape=rect style=filled] + N9 [label="Waste Management Data Analytics" color="#388E3C" fillcolor="#F1F8E9" shape=preparation style=filled] + N10 [label="Container Management" color="#80DDEA" fillcolor="#D3F7F9" shape=predefinedprocess style=filled] + N11 [label="Transfer Station Management" color="#388E3C" fillcolor="#F1F8E9" shape=vnode_shape style=filled] + N0 -> N1 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#CFCFCF" penwidth=1.5 style=dashed label="composts" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#80DDEA" penwidth=1.5 style=solid label="innovates" dir=forward] + N8 -> N9 [color="#CFCFCF" penwidth=1.5 style=solid label="monitors" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#CFCFCF" penwidth=1.5 style=solid label="licenses" dir=forward] + N5 -> N1 [color="#388E3C" penwidth=1.5 style=dashed label="audits" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_332.txt b/train/diagrams/easy/diagrams_332.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9d1677474eb67ac8b39cbcb9b09145310dd4890 --- /dev/null +++ b/train/diagrams/easy/diagrams_332.txt @@ -0,0 +1,12 @@ +<Circular Economy Initiatives, connectedTo, Waste Characterization Study> +<Container Management, licenses, Transfer Station Management> +<Illegal Dumping Monitoring, connectedTo, Smart Waste Bins> +<Landfill Operation, connectedTo, Circular Economy Initiatives> +<Paper Recycling, innovates, Waste Logistics Optimization> +<Recycling Processing, connectedTo, Paper Recycling> +<Smart Waste Bins, composts, Landfill Operation> +<Waste Characterization Study, audits, Illegal Dumping Monitoring> +<Waste Characterization Study, connectedTo, Recycling Processing> +<Waste Logistics Optimization, monitors, Waste Management Data Analytics> +<Waste Management Data Analytics, connectedTo, Container Management> +<Waste Sorting, connectedTo, Illegal Dumping Monitoring> diff --git a/train/diagrams/easy/diagrams_334.dot b/train/diagrams/easy/diagrams_334.dot new file mode 100644 index 0000000000000000000000000000000000000000..3f1f81bdd97fa15dc2f16c92fb1c4bd2bffa66dc --- /dev/null +++ b/train/diagrams/easy/diagrams_334.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Hazardous Waste Disposal" color="#FFF176" fillcolor="#FFFDE7" shape=database style=filled] + N1 [label="Textile Recycling" color="#FFF176" fillcolor="#FFFDE7" shape=diamond style=filled] + N2 [label="Waste Compaction" color="#9FA9E1" fillcolor="#D6D9F0" shape=diamond style=filled] + N3 [label="Waste Management Policy Development" color="#90A4AE" fillcolor="#ECEFF1" shape=preparation style=filled] + N4 [label="Plastic Recycling Technologies" color="#FFF176" fillcolor="#FFFDE7" shape=predefinedprocess style=filled] + N5 [label="Landfill Gas Collection" color="#9FA9E1" fillcolor="#D6D9F0" shape=ellipse style=filled] + N6 [label="Community Recycling Programs" color="#90A4AE" fillcolor="#ECEFF1" shape=vnode_shape style=filled] + N7 [label="Leachate Treatment" color="#9FA9E1" fillcolor="#D6D9F0" shape=predefinedprocess style=filled] + N8 [label="Waste Sorting" color="#90A4AE" fillcolor="#ECEFF1" shape=diamond style=filled] + N9 [label="Zero Waste Initiatives" color="#9FA9E1" fillcolor="#D6D9F0" shape=database style=filled] + N10 [label="Composting" color="#FFF176" fillcolor="#FFFDE7" shape=database style=filled] + N11 [label="Biomedical Waste Handling" color="#90A4AE" fillcolor="#ECEFF1" shape=rect style=filled] + N0 -> N1 [color="#FFF176" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#9FA9E1" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="enforces" dir=forward] + N4 -> N5 [color="#9FA9E1" penwidth=1.5 style=dashed label="inspects" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="licenses" dir=forward] + N6 -> N7 [color="#FFF176" penwidth=1.5 style=dashed label="maintains" dir=forward] + N7 -> N8 [color="#FFF176" penwidth=1.5 style=solid label="manages" dir=forward] + N8 -> N9 [color="#9FA9E1" penwidth=1.5 style=solid label="designs" dir=forward] + N9 -> N10 [color="#90A4AE" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#90A4AE" penwidth=1.5 style=dashed dir=forward] + N5 -> N1 [color="#9FA9E1" penwidth=1.5 style=dashed dir=forward] + N6 -> N5 [color="#9FA9E1" penwidth=1.5 style=dashed label="permits" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_335.txt b/train/diagrams/easy/diagrams_335.txt new file mode 100644 index 0000000000000000000000000000000000000000..324be41c6516a2dbe2184a9b95ac7a756635c3e3 --- /dev/null +++ b/train/diagrams/easy/diagrams_335.txt @@ -0,0 +1,12 @@ +<Circular Economy Initiatives, connectedTo, Community Recycling Programs> +<Community Recycling Programs, connectedTo, Waste Management Data Analytics> +<Container Management, reduces, Transfer Station Management> +<Glass Recycling, compresses, Plastic Recycling Technologies> +<Leachate Treatment, connectedTo, Container Management> +<Leachate Treatment, develops, Circular Economy Initiatives> +<Organics Collection, connectedTo, Glass Recycling> +<Plastic Recycling Technologies, transports, Container Management> +<Transfer Station Management, segregates, Illegal Dumping Monitoring> +<Waste Collection, connectedTo, Leachate Treatment> +<Waste Management Data Analytics, connectedTo, Organics Collection> +<Waste Management Data Analytics, manages, Glass Recycling> diff --git a/train/diagrams/easy/diagrams_339.dot b/train/diagrams/easy/diagrams_339.dot new file mode 100644 index 0000000000000000000000000000000000000000..29e09e9f8e44725c2f33c395b3802efc51179268 --- /dev/null +++ b/train/diagrams/easy/diagrams_339.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Water Scarcity Mitigation" color="#4FC3F7" fillcolor="#E1F5FE" shape=predefinedprocess style=filled] + N1 [label="Water Meter Reading" color="#4FC3F7" fillcolor="#E1F5FE" shape=ellipse style=filled] + N2 [label="Water Distribution" color="#94C0C0" fillcolor="#CADEDE" shape=document style=filled] + N3 [label="Rainwater Harvesting" color="#4FC3F7" fillcolor="#E1F5FE" shape=preparation style=filled] + N4 [label="Dam Management" color="#94C0C0" fillcolor="#CADEDE" shape=action style=filled] + N5 [label="Aquifer Recharge" color="#FFD54F" fillcolor="#FFF8E1" shape=diamond style=filled] + N6 [label="Hydroelectric Power Generation" color="#94C0C0" fillcolor="#CADEDE" shape=hexagon style=filled] + N7 [label="Pollution Source Identification" color="#94C0C0" fillcolor="#CADEDE" shape=ellipse style=filled] + N8 [label="Desalination" color="#94C0C0" fillcolor="#CADEDE" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="assesses" dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=solid label="purifies" dir=forward] + N3 -> N4 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="protects" dir=forward] + N7 -> N8 [color="#4FC3F7" penwidth=1.5 style=solid label="evaluates" dir=forward] + N0 -> N3 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_340.dot b/train/diagrams/easy/diagrams_340.dot new file mode 100644 index 0000000000000000000000000000000000000000..cac513404dfdf85b8cdd5ba9e5ca7cc4ee981895 --- /dev/null +++ b/train/diagrams/easy/diagrams_340.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=RL + N0 [label="Water Source Identification" color="#B8C0F5" fillcolor="#ECF0FD" shape=rectangle style=filled] + N1 [label="Drinking Water Standards Compliance" color="#BDBDBD" fillcolor="#F5F5F5" shape=vnode_shape style=filled] + N2 [label="Stormwater Management" color="#FF9800" fillcolor="#FFE0B2" shape=database style=filled] + N3 [label="Water Quality Monitoring" color="#BDBDBD" fillcolor="#F5F5F5" shape=preparation style=filled] + N4 [label="Water Distribution" color="#B8C0F5" fillcolor="#ECF0FD" shape=multipledocuments style=filled] + N5 [label="Smart Water Networks" color="#FF9800" fillcolor="#FFE0B2" shape=rectangle style=filled] + N6 [label="Watershed Management" color="#B8C0F5" fillcolor="#ECF0FD" shape=multipledocuments style=filled] + N7 [label="Flood Control" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled] + N8 [label="Water Resource Planning" color="#FF9800" fillcolor="#FFE0B2" shape=rectangle style=filled] + N0 -> N1 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#B8C0F5" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FF9800" penwidth=1.5 style=dashed label="responds" dir=forward] + N4 -> N5 [color="#B8C0F5" penwidth=1.5 style=solid label="collects" dir=forward] + N5 -> N6 [color="#FF9800" penwidth=1.5 style=dashed label="constructs" dir=forward] + N6 -> N7 [color="#FF9800" penwidth=1.5 style=dashed label="conserves" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N5 [color="#B8C0F5" penwidth=1.5 style=dashed label="permits" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_347.txt b/train/diagrams/easy/diagrams_347.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bc8b532b6ef3073968dff37c0ee35d3ff8a309e --- /dev/null +++ b/train/diagrams/easy/diagrams_347.txt @@ -0,0 +1,12 @@ +<Battery Recycling, connectedTo, Sorting and Segregation> +<Collection Point Management, measures, Life Cycle Assessment> +<Life Cycle Assessment, finances, Recycling Education> +<Material Collection, connectedTo, Waste Stream Analysis> +<Paper Recycling, minimizes, Recycling Market Development> +<Recycling Data Tracking, connectedTo, Life Cycle Assessment> +<Recycling Data Tracking, designs, Battery Recycling> +<Recycling Education, treats, Reprocessing into Raw Material> +<Recycling Market Development, manufactures, Material Collection> +<Reprocessing into Raw Material, connectedTo, Paper Recycling> +<Waste Stream Analysis, innovates, Recycling Data Tracking> +<Waste Stream Analysis, reports, Reprocessing into Raw Material> diff --git a/train/diagrams/easy/diagrams_349.txt b/train/diagrams/easy/diagrams_349.txt new file mode 100644 index 0000000000000000000000000000000000000000..67785aa8e641010234de092869779cd7de009cf5 --- /dev/null +++ b/train/diagrams/easy/diagrams_349.txt @@ -0,0 +1,9 @@ +<Commercial Recycling Solutions, connectedTo, Composting Organic Waste> +<Commercial Recycling Solutions, connectedTo, Life Cycle Assessment> +<Commercial Recycling Solutions, partners, Construction Waste Recycling> +<Composting Organic Waste, connectedTo, Life Cycle Assessment> +<Construction Waste Recycling, finances, New Product Manufacturing> +<Energy Recovery from Non_Recyclables, connectedTo, Public Recycling Programs> +<Industrial Recycling Programs, connectedTo, Construction Waste Recycling> +<Life Cycle Assessment, recovers, Industrial Recycling Programs> +<Public Recycling Programs, collects, Commercial Recycling Solutions> diff --git a/train/diagrams/easy/diagrams_350.dot b/train/diagrams/easy/diagrams_350.dot new file mode 100644 index 0000000000000000000000000000000000000000..f28f708f752e524165f2131969567ba10238c97b --- /dev/null +++ b/train/diagrams/easy/diagrams_350.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Waste Audit for Recycling" color="#9C27B0" fillcolor="#E1BEE7" shape=preparation style=filled] + N1 [label="Cleaning and Processing" color="#9C27B0" fillcolor="#E1BEE7" shape=preparation style=filled] + N2 [label="Material Collection" color="#9C27B0" fillcolor="#E1BEE7" shape=document style=filled] + N3 [label="Electronic Waste Recycling" color="#AF56A6" fillcolor="#DDCEDD" shape=ellipse style=filled] + N4 [label="Recycling Data Tracking" color="#9C27B0" fillcolor="#E1BEE7" shape=preparation style=filled] + N5 [label="Industrial Recycling Programs" color="#03A9F4" fillcolor="#B3E5FC" shape=parallelogram style=filled] + N6 [label="Glass Recycling" color="#9C27B0" fillcolor="#E1BEE7" shape=document style=filled] + N7 [label="Mechanical Recycling" color="#03A9F4" fillcolor="#B3E5FC" shape=rect style=filled] + N8 [label="Contamination Reduction" color="#03A9F4" fillcolor="#B3E5FC" shape=parallelogram style=filled] + N9 [label="Recycling Policy Advocacy" color="#9C27B0" fillcolor="#E1BEE7" shape=vnode_shape style=filled] + N10 [label="Collection Point Management" color="#AF56A6" fillcolor="#DDCEDD" shape=box style=filled] + N0 -> N1 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#03A9F4" penwidth=1.5 style=dashed label="innovates" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="treats" dir=forward] + N3 -> N4 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#AF56A6" penwidth=1.5 style=dashed label="reuses" dir=forward] + N5 -> N6 [color="#AF56A6" penwidth=1.5 style=solid label="optimizes" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="complies" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#03A9F4" penwidth=1.5 style=solid label="processes" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="supports" dir=forward] + N1 -> N5 [color="#9C27B0" penwidth=1.5 style=solid dir=forward] + N1 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_354.dot b/train/diagrams/easy/diagrams_354.dot new file mode 100644 index 0000000000000000000000000000000000000000..aa0ee7ee80f8a7cccabbdb40eab4a5d86e27412e --- /dev/null +++ b/train/diagrams/easy/diagrams_354.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=BT + N0 [label="Forest Carbon Accounting" color="#90A4AE" fillcolor="#ECEFF1" shape=vnode_shape style=filled] + N1 [label="Forestry Education" color="#90A4AE" fillcolor="#ECEFF1" shape=predefinedprocess style=filled] + N2 [label="Urban Forestry Management" color="#F06292" fillcolor="#FCE4EC" shape=hexagon style=filled] + N3 [label="Reforestation" color="#D2D2D2" fillcolor="#F0F0F0" shape=diamond style=filled] + N4 [label="Sawmill Processing" color="#F06292" fillcolor="#FCE4EC" shape=rect style=filled] + N5 [label="Forestry Equipment Maintenance" color="#F06292" fillcolor="#FCE4EC" shape=hexagon style=filled] + N6 [label="Forest Health Monitoring" color="#F06292" fillcolor="#FCE4EC" shape=preparation style=filled] + N7 [label="Logging Operations" color="#D2D2D2" fillcolor="#F0F0F0" shape=document style=filled] + N8 [label="Ecological Restoration" color="#F06292" fillcolor="#FCE4EC" shape=database style=filled] + N0 -> N1 [color="#F06292" penwidth=1.5 style=dashed label="assesses" dir=forward] + N1 -> N2 [color="#90A4AE" penwidth=1.5 style=dashed label="conserves" dir=forward] + N2 -> N3 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#90A4AE" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#D2D2D2" penwidth=1.5 style=dashed label="thins" dir=forward] + N6 -> N7 [color="#D2D2D2" penwidth=1.5 style=solid label="certifies" dir=forward] + N7 -> N8 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N2 -> N4 [color="#90A4AE" penwidth=1.5 style=dashed label="processes" dir=forward] + N8 -> N3 [color="#D2D2D2" penwidth=1.5 style=solid label="measures" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_356.dot b/train/diagrams/easy/diagrams_356.dot new file mode 100644 index 0000000000000000000000000000000000000000..c29f63af020ea056d8bcf9e24712dbb84bc8651e --- /dev/null +++ b/train/diagrams/easy/diagrams_356.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Soil Conservation" color="#A1D7CD" fillcolor="#EDF5F3" shape=vnode_shape style=filled] + N1 [label="Forestry Education" color="#A1D7CD" fillcolor="#EDF5F3" shape=box style=filled] + N2 [label="Watershed Protection" color="#A1D7CD" fillcolor="#EDF5F3" shape=rectangle style=filled] + N3 [label="Drone Surveying for Forests" color="#A1D7CD" fillcolor="#EDF5F3" shape=box style=filled] + N4 [label="Afforestation" color="#CD8FF2" fillcolor="#ECCFF5" shape=vnode_shape style=filled] + N5 [label="Illegal Logging Prevention" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N6 [label="Recreation Management" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N7 [label="Climate Change Adaptation in Forests" color="#CD8FF2" fillcolor="#ECCFF5" shape=diamond style=filled] + N8 [label="Ecological Restoration" color="#A1D7CD" fillcolor="#EDF5F3" shape=preparation style=filled] + N0 -> N1 [color="#A1D7CD" penwidth=1.5 style=solid label="processes" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="sells" dir=forward] + N3 -> N4 [color="#A1D7CD" penwidth=1.5 style=dashed label="prunes" dir=forward] + N4 -> N5 [color="#A1D7CD" penwidth=1.5 style=solid label="protects" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#A1D7CD" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#A1D7CD" penwidth=1.5 style=solid label="identifies" dir=forward] + N1 -> N4 [color="#A1D7CD" penwidth=1.5 style=solid label="removes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_359.txt b/train/diagrams/easy/diagrams_359.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1b263cfc4adef97eb30344b930a38b2a49700b1 --- /dev/null +++ b/train/diagrams/easy/diagrams_359.txt @@ -0,0 +1,13 @@ +<Agroforestry Systems, connectedTo, GIS Mapping for Forestry> +<Biodiversity Conservation in Forests, treats, Forest Fire Management> +<Biomass Production from Forests, manages, Indigenous Forestry Practices> +<Drone Surveying for Forests, grades, Agroforestry Systems> +<Forest Fire Management, connectedTo, Forestry Education> +<Forest Land Use Planning, removes, Forest Road Construction> +<Forest Road Construction, connectedTo, Illegal Logging Prevention> +<Forestry Education, audits, Biodiversity Conservation in Forests> +<Forestry Education, connectedTo, Forest Land Use Planning> +<Illegal Logging Prevention, enforces, Drone Surveying for Forests> +<Indigenous Forestry Practices, constructs, Biodiversity Conservation in Forests> +<Indigenous Forestry Practices, surveys, Illegal Logging Prevention> +<Pest and Disease Control, connectedTo, Biomass Production from Forests> diff --git a/train/diagrams/easy/diagrams_36.txt b/train/diagrams/easy/diagrams_36.txt new file mode 100644 index 0000000000000000000000000000000000000000..e79057ae67ac6d332b1a091e860f1bd333aff194 --- /dev/null +++ b/train/diagrams/easy/diagrams_36.txt @@ -0,0 +1,11 @@ +<Checkout, supports, Mobile App Interaction> +<Customer Review, personalizes, Checkout> +<Delivery Tracking, connectedTo, Live Chat Support> +<Fraud Detection, connectedTo, Refund Process> +<Fraud Detection, connectedTo, Subscription Service> +<Live Chat Support, promotes, Subscription Service> +<Mobile App Interaction, recommends, Fraud Detection> +<Refund Process, browses, Stock Replenishment> +<Stock Replenishment, connectedTo, Supplier Onboarding> +<Subscription Service, notifies, Customer Review> +<Supplier Onboarding, connectedTo, Delivery Rescheduling> diff --git a/train/diagrams/easy/diagrams_362.txt b/train/diagrams/easy/diagrams_362.txt new file mode 100644 index 0000000000000000000000000000000000000000..db041b1766dc00b448315c6076d73e617df408a1 --- /dev/null +++ b/train/diagrams/easy/diagrams_362.txt @@ -0,0 +1,10 @@ +<Anesthesia Administration, connectedTo, Genetic Counseling for Animals> +<Animal Sheltering Consultation, connectedTo, Imaging Services> +<Genetic Counseling for Animals, shelters, Sterilization Protocols> +<Imaging Services, dispenses, Microchipping> +<Imaging Services, regulates, Sterilization Protocols> +<Microchipping, anesthetizes, Anesthesia Administration> +<Nutritional Counseling, connectedTo, Animal Sheltering Consultation> +<Nutritional Counseling, euthanizes, Post_operative Care> +<Post_operative Care, rehabilitates, Nutritional Counseling> +<Veterinary Pathology, connectedTo, Post_operative Care> diff --git a/train/diagrams/easy/diagrams_364.dot b/train/diagrams/easy/diagrams_364.dot new file mode 100644 index 0000000000000000000000000000000000000000..4a249c618355b566eea43255e45b671da3596441 --- /dev/null +++ b/train/diagrams/easy/diagrams_364.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Livestock Disease Prevention" color="#A1887F" fillcolor="#EFEBE9" shape=vnode_shape style=filled] + N1 [label="Imaging Services" color="#A1887F" fillcolor="#EFEBE9" shape=parallelogram style=filled] + N2 [label="Post_operative Care" color="#A1887F" fillcolor="#EFEBE9" shape=database style=filled] + N3 [label="Genetic Counseling for Animals" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled] + N4 [label="Hospice Care for Animals" color="#FFB2A5" fillcolor="#FFDCD6" shape=predefinedprocess style=filled] + N5 [label="Dental Care" color="#FFB2A5" fillcolor="#FFDCD6" shape=document style=filled] + N6 [label="Allergy Testing" color="#A1887F" fillcolor="#EFEBE9" shape=action style=filled] + N7 [label="Public Health Vet Services" color="#A1887F" fillcolor="#EFEBE9" shape=preparation style=filled] + N0 -> N1 [color="#FFB2A5" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFB2A5" penwidth=1.5 style=dashed label="consults" dir=forward] + N3 -> N4 [color="#FFB2A5" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#A1887F" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#E91E63" penwidth=1.5 style=solid label="diagnoses" dir=forward] + N6 -> N7 [color="#E91E63" penwidth=1.5 style=solid label="prescribes" dir=forward] + N7 -> N3 [color="#E91E63" penwidth=1.5 style=dashed label="complies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_364.txt b/train/diagrams/easy/diagrams_364.txt new file mode 100644 index 0000000000000000000000000000000000000000..04655530e6e6ade37a2294576bce6dcef60bb5ff --- /dev/null +++ b/train/diagrams/easy/diagrams_364.txt @@ -0,0 +1,8 @@ +<Allergy Testing, prescribes, Public Health Vet Services> +<Dental Care, diagnoses, Allergy Testing> +<Genetic Counseling for Animals, connectedTo, Hospice Care for Animals> +<Hospice Care for Animals, connectedTo, Dental Care> +<Imaging Services, connectedTo, Post_operative Care> +<Livestock Disease Prevention, connectedTo, Imaging Services> +<Post_operative Care, consults, Genetic Counseling for Animals> +<Public Health Vet Services, complies, Genetic Counseling for Animals> diff --git a/train/diagrams/easy/diagrams_368.txt b/train/diagrams/easy/diagrams_368.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff056b0f327b6ffc3ce7982c864bca2567935609 --- /dev/null +++ b/train/diagrams/easy/diagrams_368.txt @@ -0,0 +1,9 @@ +<Diagnosis, regulates, Pharmacy Management> +<Genetic Counseling for Animals, connectedTo, Medical Treatment> +<Medical Treatment, connectedTo, Wildlife Rehabilitation> +<Nutritional Counseling, connectedTo, Diagnosis> +<Parasite Control, rescues, Pre_surgical Assessment> +<Pharmacy Management, connectedTo, Genetic Counseling for Animals> +<Pre_surgical Assessment, advises, Nutritional Counseling> +<Pre_surgical Assessment, rehabilitates, Parasite Control> +<Wildlife Rehabilitation, diagnoses, Pharmacy Management> diff --git a/train/diagrams/easy/diagrams_370.dot b/train/diagrams/easy/diagrams_370.dot new file mode 100644 index 0000000000000000000000000000000000000000..d76aa34d30fe84a573dc21f141415ee0ec2c90b2 --- /dev/null +++ b/train/diagrams/easy/diagrams_370.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=RL + N0 [label="Parent_Teacher Conferences" color="#64B5F6" fillcolor="#E3F2FD" shape=vnode_shape style=filled] + N1 [label="Child Development Assessment" color="#9575CD" fillcolor="#EDE7F6" shape=action style=filled] + N2 [label="Music and Movement Activities" color="#64B5F6" fillcolor="#E3F2FD" shape=predefinedprocess style=filled] + N3 [label="Childcare Facility Licensing" color="#F44336" fillcolor="#FFCDD2" shape=document style=filled] + N4 [label="Infant Care" color="#9575CD" fillcolor="#EDE7F6" shape=ellipse style=filled] + N5 [label="Creative Arts Activities" color="#9575CD" fillcolor="#EDE7F6" shape=box style=filled] + N6 [label="Social Skill Development" color="#F44336" fillcolor="#FFCDD2" shape=action style=filled] + N7 [label="Staff Training and Certification" color="#9575CD" fillcolor="#EDE7F6" shape=database style=filled] + N8 [label="Playground Safety Inspection" color="#64B5F6" fillcolor="#E3F2FD" shape=preparation style=filled] + N9 [label="Motor Skill Development" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] + N10 [label="Diaper Changing" color="#F44336" fillcolor="#FFCDD2" shape=preparation style=filled] + N11 [label="Nap Time Supervision" color="#F44336" fillcolor="#FFCDD2" shape=box style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#9575CD" penwidth=1.5 style=dashed label="monitors" dir=forward] + N2 -> N3 [color="#64B5F6" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#64B5F6" penwidth=1.5 style=dashed label="guides" dir=forward] + N6 -> N7 [color="#9575CD" penwidth=1.5 style=dashed label="safeguards" dir=forward] + N7 -> N8 [color="#64B5F6" penwidth=1.5 style=dashed label="protects" dir=forward] + N8 -> N9 [color="#64B5F6" penwidth=1.5 style=dashed label="documents" dir=forward] + N9 -> N10 [color="#64B5F6" penwidth=1.5 style=dashed label="administers" dir=forward] + N10 -> N11 [color="#64B5F6" penwidth=1.5 style=dashed dir=forward] + N1 -> N10 [color="#000000" penwidth=1.5 style=solid label="plays with" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_371.dot b/train/diagrams/easy/diagrams_371.dot new file mode 100644 index 0000000000000000000000000000000000000000..ddd5564c2a0aa62fdf94cb201cb3ced097cea71c --- /dev/null +++ b/train/diagrams/easy/diagrams_371.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=RL + N0 [label="Enrollment and Admissions" color="#92C79A" fillcolor="#E8F0EA" shape=inputoutput style=filled] + N1 [label="Parent Communication" color="#92C79A" fillcolor="#E8F0EA" shape=preparation style=filled] + N2 [label="Hygiene Practices" color="#94C0C0" fillcolor="#CADEDE" shape=document style=filled] + N3 [label="Motor Skill Development" color="#92C79A" fillcolor="#E8F0EA" shape=database style=filled] + N4 [label="Curriculum Planning" color="#607D8B" fillcolor="#CFD8DC" shape=document style=filled] + N5 [label="Field Trip Organization" color="#92C79A" fillcolor="#E8F0EA" shape=database style=filled] + N6 [label="Emotional Support" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled] + N7 [label="After_School Programs" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N8 [label="First Aid Administration" color="#94C0C0" fillcolor="#CADEDE" shape=action style=filled] + N9 [label="Diaper Changing" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N10 [label="Staff Training and Certification" color="#607D8B" fillcolor="#CFD8DC" shape=database style=filled] + N11 [label="Nap Time Supervision" color="#607D8B" fillcolor="#CFD8DC" shape=database style=filled] + N0 -> N1 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="inspects" dir=forward] + N2 -> N3 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="reports" dir=forward] + N4 -> N5 [color="#92C79A" penwidth=1.5 style=solid label="supervises" dir=forward] + N5 -> N6 [color="#607D8B" penwidth=1.5 style=solid label="manages" dir=forward] + N6 -> N7 [color="#92C79A" penwidth=1.5 style=dashed label="administers" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="safeguards" dir=forward] + N8 -> N9 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid label="documents" dir=forward] + N10 -> N11 [color="#92C79A" penwidth=1.5 style=dashed label="protects" dir=forward] + N4 -> N6 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] + N7 -> N10 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_376.dot b/train/diagrams/easy/diagrams_376.dot new file mode 100644 index 0000000000000000000000000000000000000000..5faac38c6f8f977c63d875427aa1c57648179208 --- /dev/null +++ b/train/diagrams/easy/diagrams_376.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=RL + N0 [label="First Aid Administration" color="#A1887F" fillcolor="#EFEBE9" shape=rectangle style=filled] + N1 [label="Preschool Education" color="#A1887F" fillcolor="#EFEBE9" shape=preparation style=filled] + N2 [label="Individualized Attention" color="#A188DB" fillcolor="#DED7F0" shape=inputoutput style=filled] + N3 [label="Emotional Support" color="#A188DB" fillcolor="#DED7F0" shape=inputoutput style=filled] + N4 [label="Creative Arts Activities" color="#A1887F" fillcolor="#EFEBE9" shape=diamond style=filled] + N5 [label="Enrollment and Admissions" color="#E57373" fillcolor="#FFEBEE" shape=diamond style=filled] + N6 [label="Parent_Teacher Conferences" color="#A1887F" fillcolor="#EFEBE9" shape=diamond style=filled] + N7 [label="Learning Material Selection" color="#E57373" fillcolor="#FFEBEE" shape=predefinedprocess style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="develops" dir=forward] + N1 -> N2 [color="#A188DB" penwidth=1.5 style=dashed label="maintains" dir=forward] + N2 -> N3 [color="#A1887F" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A1887F" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="complies" dir=forward] + N6 -> N7 [color="#A188DB" penwidth=1.5 style=dashed label="prepares" dir=forward] + N4 -> N1 [color="#A1887F" penwidth=1.5 style=dashed label="teaches" dir=forward] + N2 -> N4 [color="#A1887F" penwidth=1.5 style=solid label="reports" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_378.dot b/train/diagrams/easy/diagrams_378.dot new file mode 100644 index 0000000000000000000000000000000000000000..c65eb1f56c2956314bbe90a2a99bc93dae65a7e5 --- /dev/null +++ b/train/diagrams/easy/diagrams_378.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Palliative Care" color="#66BB6A" fillcolor="#E8F5E9" shape=hexagon style=filled] + N1 [label="Home Health Aide Services" color="#66BB6A" fillcolor="#E8F5E9" shape=document style=filled] + N2 [label="Emergency Response System Monitoring" color="#66BB6A" fillcolor="#E8F5E9" shape=document style=filled] + N3 [label="Rehabilitation Support" color="#F06292" fillcolor="#FCE4EC" shape=diamond style=filled] + N4 [label="Long_Term Care Planning" color="#F06292" fillcolor="#FCE4EC" shape=hexagon style=filled] + N5 [label="Health Monitoring" color="#F06292" fillcolor="#FCE4EC" shape=ellipse style=filled] + N6 [label="Telehealth for Seniors" color="#4DB6AC" fillcolor="#E0F2F1" shape=ellipse style=filled] + N7 [label="Companionship" color="#F06292" fillcolor="#FCE4EC" shape=database style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#4DB6AC" penwidth=1.5 style=dashed label="recommends" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="supports" dir=forward] + N6 -> N7 [color="#66BB6A" penwidth=1.5 style=dashed label="supervises" dir=forward] + N2 -> N4 [color="#F06292" penwidth=1.5 style=dashed label="personalizes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_38.dot b/train/diagrams/easy/diagrams_38.dot new file mode 100644 index 0000000000000000000000000000000000000000..400817364ffe02792ef0e4e5e8c6ac3f816c0832 --- /dev/null +++ b/train/diagrams/easy/diagrams_38.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Promotion Application" color="#AF56A6" fillcolor="#DDCEDD" shape=action style=filled] + N1 [label="Stock Replenishment" color="#AF56A6" fillcolor="#DDCEDD" shape=rect style=filled] + N2 [label="Inventory Update" color="#AF56A6" fillcolor="#DDCEDD" shape=preparation style=filled] + N3 [label="Loyalty Points" color="#4285F4" fillcolor="#D0E0F8" shape=multipledocuments style=filled] + N4 [label="Customer Segmentation" color="#FBC02D" fillcolor="#FFFDE7" shape=rectangle style=filled] + N5 [label="Customer Inquiry" color="#AF56A6" fillcolor="#DDCEDD" shape=predefinedprocess style=filled] + N6 [label="Add to Cart" color="#AF56A6" fillcolor="#DDCEDD" shape=ellipse style=filled] + N7 [label="Cart Abandonment" color="#4285F4" fillcolor="#D0E0F8" shape=box style=filled] + N8 [label="Customer Review" color="#FBC02D" fillcolor="#FFFDE7" shape=rectangle style=filled] + N9 [label="Return Merchandise Authorization" color="#AF56A6" fillcolor="#DDCEDD" shape=box style=filled] + N0 -> N1 [color="#AF56A6" penwidth=1.5 style=solid label="notifies" dir=forward] + N1 -> N2 [color="#FBC02D" penwidth=1.5 style=solid label="manages" dir=forward] + N2 -> N3 [color="#4285F4" penwidth=1.5 style=dashed label="returns" dir=forward] + N3 -> N4 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#AF56A6" penwidth=1.5 style=dashed label="fulfills" dir=forward] + N6 -> N7 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FBC02D" penwidth=1.5 style=dashed label="adds" dir=forward] + N5 -> N3 [color="#000000" penwidth=1.5 style=solid label="monitors" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_380.txt b/train/diagrams/easy/diagrams_380.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bb6ab05a9c18e32d50744a846a15c23b4536255 --- /dev/null +++ b/train/diagrams/easy/diagrams_380.txt @@ -0,0 +1,9 @@ +<Cognitive Stimulation Activities, bathes, Social Engagement Activities> +<Community Resource Connection, connectedTo, Mobility Support> +<Community Resource Connection, recommends, Financial Management Assistance> +<Mobility Support, connectedTo, Telehealth for Seniors> +<Occupational Therapy, escorts, Speech Therapy> +<Personal Care Assistance, connectedTo, Occupational Therapy> +<Social Engagement Activities, cares for, Mobility Support> +<Speech Therapy, guides, Community Resource Connection> +<Telehealth for Seniors, connectedTo, Personal Care Assistance> diff --git a/train/diagrams/easy/diagrams_381.dot b/train/diagrams/easy/diagrams_381.dot new file mode 100644 index 0000000000000000000000000000000000000000..aee68ab48fe352876c5a5b74b6b272ebe486eb0f --- /dev/null +++ b/train/diagrams/easy/diagrams_381.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=RL + N0 [label="Memory Care" color="#26A69A" fillcolor="#E0F2F1" shape=diamond style=filled] + N1 [label="Care Plan Development" color="#A188D0" fillcolor="#DACBE3" shape=action style=filled] + N2 [label="Daily Living Assistance" color="#A188D0" fillcolor="#DACBE3" shape=database style=filled] + N3 [label="Dementia Care" color="#A188D0" fillcolor="#DACBE3" shape=diamond style=filled] + N4 [label="Caregiver Training" color="#A188D0" fillcolor="#DACBE3" shape=inputoutput style=filled] + N5 [label="Transportation Assistance" color="#26A69A" fillcolor="#E0F2F1" shape=ellipse style=filled] + N6 [label="Meal Preparation" color="#A188D0" fillcolor="#DACBE3" shape=rectangle style=filled] + N7 [label="Physical Therapy" color="#D3EB9F" fillcolor="#F8FDD3" shape=database style=filled] + N8 [label="Health Monitoring" color="#A188D0" fillcolor="#DACBE3" shape=document style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="counsels" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="dresses" dir=forward] + N2 -> N3 [color="#D3EB9F" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#26A69A" penwidth=1.5 style=solid label="secures" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#A188D0" penwidth=1.5 style=solid label="monitors" dir=forward] + N6 -> N7 [color="#A188D0" penwidth=1.5 style=dashed label="activates" dir=forward] + N7 -> N8 [color="#A188D0" penwidth=1.5 style=dashed label="evaluates" dir=forward] + N7 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N0 [color="#A188D0" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_381.txt b/train/diagrams/easy/diagrams_381.txt new file mode 100644 index 0000000000000000000000000000000000000000..66c519ce73e6f8a5ebe80cf0611e6d9aedec047d --- /dev/null +++ b/train/diagrams/easy/diagrams_381.txt @@ -0,0 +1,10 @@ +<Care Plan Development, dresses, Daily Living Assistance> +<Caregiver Training, connectedTo, Transportation Assistance> +<Daily Living Assistance, connectedTo, Dementia Care> +<Dementia Care, secures, Caregiver Training> +<Health Monitoring, connectedTo, Memory Care> +<Meal Preparation, activates, Physical Therapy> +<Memory Care, counsels, Care Plan Development> +<Physical Therapy, connectedTo, Meal Preparation> +<Physical Therapy, evaluates, Health Monitoring> +<Transportation Assistance, monitors, Meal Preparation> diff --git a/train/diagrams/easy/diagrams_382.dot b/train/diagrams/easy/diagrams_382.dot new file mode 100644 index 0000000000000000000000000000000000000000..283f5f34d21eeb4ddf23054895806f508ccf2ede --- /dev/null +++ b/train/diagrams/easy/diagrams_382.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Nutritional Assessment" color="#42A5F5" fillcolor="#F1F8FF" shape=document style=filled] + N1 [label="Recreational Activities Planning" color="#42A5F5" fillcolor="#F1F8FF" shape=ellipse style=filled] + N2 [label="Caregiver Training" color="#42A5F5" fillcolor="#F1F8FF" shape=vnode_shape style=filled] + N3 [label="Safety Assessments" color="#FFDA4E" fillcolor="#FFE88D" shape=rectangle style=filled] + N4 [label="Telehealth for Seniors" color="#FFDA4E" fillcolor="#FFE88D" shape=preparation style=filled] + N5 [label="Cognitive Stimulation Activities" color="#A188D0" fillcolor="#DACBE3" shape=database style=filled] + N6 [label="Legal Aid Referrals" color="#42A5F5" fillcolor="#F1F8FF" shape=hexagon style=filled] + N7 [label="Occupational Therapy" color="#FFDA4E" fillcolor="#FFE88D" shape=action style=filled] + N8 [label="Family Communication" color="#A188D0" fillcolor="#DACBE3" shape=diamond style=filled] + N9 [label="Fall Prevention" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N10 [label="Health Monitoring" color="#42A5F5" fillcolor="#F1F8FF" shape=rect style=filled] + N0 -> N1 [color="#FFDA4E" penwidth=1.5 style=dashed label="coordinates" dir=forward] + N1 -> N2 [color="#FFDA4E" penwidth=1.5 style=solid label="documents" dir=forward] + N2 -> N3 [color="#A188D0" penwidth=1.5 style=dashed label="optimizes" dir=forward] + N3 -> N4 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#FFDA4E" penwidth=1.5 style=dashed label="trains" dir=forward] + N5 -> N6 [color="#A188D0" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFDA4E" penwidth=1.5 style=solid label="monitors" dir=forward] + N7 -> N8 [color="#FFDA4E" penwidth=1.5 style=solid label="escorts" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="personalizes" dir=forward] + N2 -> N8 [color="#A188D0" penwidth=1.5 style=dashed label="cares for" dir=forward] + N10 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_383.txt b/train/diagrams/easy/diagrams_383.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b5c89c29965feca85776f7a15a187e6fb4166b1 --- /dev/null +++ b/train/diagrams/easy/diagrams_383.txt @@ -0,0 +1,9 @@ +<Emergency Response System Monitoring, connectedTo, Occupational Therapy> +<Fall Prevention, supervises, Emergency Response System Monitoring> +<Home Health Aide Services, advises, Speech Therapy> +<Home Health Aide Services, personalizes, Emergency Response System Monitoring> +<Memory Care, connectedTo, Home Health Aide Services> +<Occupational Therapy, connectedTo, Recreational Activities Planning> +<Physical Therapy, administers, Fall Prevention> +<Recreational Activities Planning, connectedTo, Social Engagement Activities> +<Social Engagement Activities, connectedTo, Memory Care> diff --git a/train/diagrams/easy/diagrams_384.dot b/train/diagrams/easy/diagrams_384.dot new file mode 100644 index 0000000000000000000000000000000000000000..e6d55c808421dea1b0ca08cdf8c4465bd36dc6fe --- /dev/null +++ b/train/diagrams/easy/diagrams_384.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Transportation Assistance" color="#80DDEA" fillcolor="#D3F7F9" shape=ellipse style=filled] + N1 [label="Rehabilitation Support" color="#C2B2F0" fillcolor="#EFE6FF" shape=diamond style=filled] + N2 [label="Companionship" color="#673AB7" fillcolor="#D1C4E9" shape=box style=filled] + N3 [label="Occupational Therapy" color="#673AB7" fillcolor="#D1C4E9" shape=hexagon style=filled] + N4 [label="Speech Therapy" color="#C2B2F0" fillcolor="#EFE6FF" shape=preparation style=filled] + N5 [label="Social Engagement Activities" color="#673AB7" fillcolor="#D1C4E9" shape=ellipse style=filled] + N6 [label="Elder Abuse Prevention" color="#C2B2F0" fillcolor="#EFE6FF" shape=hexagon style=filled] + N7 [label="Smart Home Integration for Seniors" color="#80DDEA" fillcolor="#D3F7F9" shape=hexagon style=filled] + N8 [label="Physical Therapy" color="#673AB7" fillcolor="#D1C4E9" shape=rect style=filled] + N0 -> N1 [color="#C2B2F0" penwidth=1.5 style=dashed label="communicates" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="counsels" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="escorts" dir=forward] + N3 -> N4 [color="#80DDEA" penwidth=1.5 style=dashed label="oversees" dir=forward] + N4 -> N5 [color="#673AB7" penwidth=1.5 style=dashed label="engages" dir=forward] + N5 -> N6 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#80DDEA" penwidth=1.5 style=dashed label="cares for" dir=forward] + N7 -> N8 [color="#C2B2F0" penwidth=1.5 style=dashed dir=forward] + N2 -> N1 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_385.dot b/train/diagrams/easy/diagrams_385.dot new file mode 100644 index 0000000000000000000000000000000000000000..f219c14ab2036b3aebaacc74cd8e79b7af32515f --- /dev/null +++ b/train/diagrams/easy/diagrams_385.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Drone Deployment for Assessment" color="#FFC107" fillcolor="#FFECB3" shape=vnode_shape style=filled] + N1 [label="Damage Assessment" color="#00BCD4" fillcolor="#E0F7FA" shape=multipledocuments style=filled] + N2 [label="Post_Disaster Evaluation" color="#4285F4" fillcolor="#D0E0F8" shape=multipledocuments style=filled] + N3 [label="Hazard Mapping" color="#4285F4" fillcolor="#D0E0F8" shape=preparation style=filled] + N4 [label="Mitigation Strategies" color="#FFC107" fillcolor="#FFECB3" shape=inputoutput style=filled] + N5 [label="Resilience Building" color="#FFC107" fillcolor="#FFECB3" shape=action style=filled] + N6 [label="Evacuation Procedures" color="#FFC107" fillcolor="#FFECB3" shape=predefinedprocess style=filled] + N7 [label="Logistics and Supply Chain" color="#00BCD4" fillcolor="#E0F7FA" shape=diamond style=filled] + N8 [label="Policy and Legislation Review" color="#00BCD4" fillcolor="#E0F7FA" shape=box style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#4285F4" penwidth=1.5 style=dashed label="plans" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="identifies" dir=forward] + N4 -> N5 [color="#FFC107" penwidth=1.5 style=solid label="drills" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="mobilizes" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="surveys" dir=forward] + N7 -> N8 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N4 -> N7 [color="#FFC107" penwidth=1.5 style=solid label="deploys" dir=forward] + N1 -> N4 [color="#4285F4" penwidth=1.5 style=dashed label="evacuates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_387.txt b/train/diagrams/easy/diagrams_387.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7077ae8d4159478b73930f2de19353c63ae5d8c --- /dev/null +++ b/train/diagrams/easy/diagrams_387.txt @@ -0,0 +1,12 @@ +<Climate Change Adaptation for Disasters, connectedTo, Search and Rescue Operations> +<Communication Protocols, connectedTo, Climate Change Adaptation for Disasters> +<Drone Deployment for Assessment, restores, Communication Protocols> +<Early Recovery Actions, drills, Infrastructure Repair> +<Hazard Identification, mobilizes, Reconstruction> +<Infrastructure Repair, connectedTo, Hazard Identification> +<Mitigation Strategies, connectedTo, Public Awareness Campaigns> +<Public Awareness Campaigns, connectedTo, Early Recovery Actions> +<Reconstruction, connectedTo, Early Warning Systems> +<Risk Assessment, funds, Drone Deployment for Assessment> +<Search and Rescue Operations, donates, Drone Deployment for Assessment> +<Search and Rescue Operations, rebuilds, Mitigation Strategies> diff --git a/train/diagrams/easy/diagrams_390.dot b/train/diagrams/easy/diagrams_390.dot new file mode 100644 index 0000000000000000000000000000000000000000..0d076b21e86f1fae6187ef0f390dd218ecf261c6 --- /dev/null +++ b/train/diagrams/easy/diagrams_390.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=RL + N0 [label="Cash Transfer Programs" color="#61CAC3" fillcolor="#C2E8E6" shape=vnode_shape style=filled] + N1 [label="Debris Management" color="#D3EB9F" fillcolor="#F8FDD3" shape=database style=filled] + N2 [label="Damage Assessment" color="#E57373" fillcolor="#FFEBEE" shape=rect style=filled] + N3 [label="Environmental Remediation" color="#D3EB9F" fillcolor="#F8FDD3" shape=diamond style=filled] + N4 [label="Evacuation Procedures" color="#D3EB9F" fillcolor="#F8FDD3" shape=action style=filled] + N5 [label="Mitigation Strategies" color="#D3EB9F" fillcolor="#F8FDD3" shape=hexagon style=filled] + N6 [label="Community Preparedness" color="#61CAC3" fillcolor="#C2E8E6" shape=multipledocuments style=filled] + N7 [label="Emergency Drills and Exercises" color="#D3EB9F" fillcolor="#F8FDD3" shape=action style=filled] + N8 [label="Early Recovery Actions" color="#E57373" fillcolor="#FFEBEE" shape=preparation style=filled] + N9 [label="Policy and Legislation Review" color="#D3EB9F" fillcolor="#F8FDD3" shape=hexagon style=filled] + N10 [label="Shelter Management" color="#E57373" fillcolor="#FFEBEE" shape=box style=filled] + N0 -> N1 [color="#D3EB9F" penwidth=1.5 style=solid label="evacuates" dir=forward] + N1 -> N2 [color="#D3EB9F" penwidth=1.5 style=solid label="treats" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="distributes" dir=forward] + N3 -> N4 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#E57373" penwidth=1.5 style=solid label="maps" dir=forward] + N5 -> N6 [color="#61CAC3" penwidth=1.5 style=dashed label="trains" dir=forward] + N6 -> N7 [color="#D3EB9F" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#E57373" penwidth=1.5 style=solid label="locates" dir=forward] + N8 -> N9 [color="#61CAC3" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N8 -> N3 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N7 -> N10 [color="#000000" penwidth=1.5 style=dashed label="communicates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_392.txt b/train/diagrams/easy/diagrams_392.txt new file mode 100644 index 0000000000000000000000000000000000000000..d26cd004da4b196b78ceb0ea65cf64a9a5d94aa3 --- /dev/null +++ b/train/diagrams/easy/diagrams_392.txt @@ -0,0 +1,9 @@ +<Incident Command System, prevents, Medical Aid Deployment> +<Information Dissemination, mitigates, Recovery Planning> +<International Aid Coordination, connectedTo, Risk Assessment> +<Medical Aid Deployment, connectedTo, International Aid Coordination> +<Mitigation Strategies, connectedTo, Resilience Building> +<Recovery Planning, alerts, Incident Command System> +<Recovery Planning, connectedTo, Mitigation Strategies> +<Resilience Building, shelters, Environmental Remediation> +<Risk Assessment, communicates, Information Dissemination> diff --git a/train/diagrams/easy/diagrams_394.txt b/train/diagrams/easy/diagrams_394.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d00cd8de398b9da9aa4380891cb5bc52399069c --- /dev/null +++ b/train/diagrams/easy/diagrams_394.txt @@ -0,0 +1,11 @@ +<Air Operations, maintains, Family Support Programs> +<Civil_Military Cooperation, researches, Ground Operations> +<Combat Operations, monitors, Unmanned Systems Operation> +<Crisis Management, analyzes, Air Operations> +<Family Support Programs, defends, Civil_Military Cooperation> +<Naval Operations, connectedTo, Targeting> +<Specialized Training, trains, Crisis Management> +<Surveillance, connectedTo, Specialized Training> +<Targeting, connectedTo, Combat Operations> +<Targeting, connectedTo, Naval Operations> +<Unmanned Systems Operation, connectedTo, Surveillance> diff --git a/train/diagrams/easy/diagrams_395.dot b/train/diagrams/easy/diagrams_395.dot new file mode 100644 index 0000000000000000000000000000000000000000..c4de1775776a43a787b8a45d2c56cae8d426ffe0 --- /dev/null +++ b/train/diagrams/easy/diagrams_395.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Equipment Maintenance" color="#F06292" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N1 [label="Civil_Military Cooperation" color="#FFCC80" fillcolor="#FFF0CC" shape=rectangle style=filled] + N2 [label="Troop Deployment" color="#E0E0E0" fillcolor="#EBEBEB" shape=hexagon style=filled] + N3 [label="Ground Operations" color="#E0E0E0" fillcolor="#EBEBEB" shape=inputoutput style=filled] + N4 [label="Specialized Training" color="#E0E0E0" fillcolor="#EBEBEB" shape=ellipse style=filled] + N5 [label="Demobilization" color="#F06292" fillcolor="#FCE4EC" shape=document style=filled] + N6 [label="Counter_Insurgency Operations" color="#F06292" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N7 [label="Counter_Terrorism Operations" color="#E0E0E0" fillcolor="#EBEBEB" shape=ellipse style=filled] + N8 [label="Crisis Management" color="#E0E0E0" fillcolor="#EBEBEB" shape=action style=filled] + N9 [label="Reconnaissance" color="#FFCC80" fillcolor="#FFF0CC" shape=diamond style=filled] + N10 [label="Targeting" color="#FFCC80" fillcolor="#FFF0CC" shape=hexagon style=filled] + N0 -> N1 [color="#E0E0E0" penwidth=1.5 style=dashed label="detains" dir=forward] + N1 -> N2 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#F06292" penwidth=1.5 style=dashed label="negotiates" dir=forward] + N3 -> N4 [color="#F06292" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#F06292" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="defends" dir=forward] + N7 -> N8 [color="#FFCC80" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FFCC80" penwidth=1.5 style=solid label="inspects" dir=forward] + N9 -> N10 [color="#E0E0E0" penwidth=1.5 style=solid label="assists" dir=forward] + N10 -> N6 [color="#F06292" penwidth=1.5 style=dashed dir=forward] + N0 -> N8 [color="#FFCC80" penwidth=1.5 style=dashed label="innovates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_399.dot b/train/diagrams/easy/diagrams_399.dot new file mode 100644 index 0000000000000000000000000000000000000000..7c106f93c86a9cf790479a8eff701cf7759f7a7f --- /dev/null +++ b/train/diagrams/easy/diagrams_399.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=TB + N0 [label="Ground Operations" color="#FF5722" fillcolor="#FFCCBC" shape=database style=filled] + N1 [label="Equipment Maintenance" color="#CFCFCF" fillcolor="#F6F6F6" shape=inputoutput style=filled] + N2 [label="Unmanned Systems Operation" color="#F06292" fillcolor="#FCE4EC" shape=rectangle style=filled] + N3 [label="Peacekeeping Missions" color="#CFCFCF" fillcolor="#F6F6F6" shape=inputoutput style=filled] + N4 [label="Rules of Engagement" color="#CFCFCF" fillcolor="#F6F6F6" shape=rectangle style=filled] + N5 [label="Space Operations" color="#CFCFCF" fillcolor="#F6F6F6" shape=rectangle style=filled] + N6 [label="Personnel Management" color="#CFCFCF" fillcolor="#F6F6F6" shape=rect style=filled] + N7 [label="Electronic Warfare" color="#CFCFCF" fillcolor="#F6F6F6" shape=document style=filled] + N8 [label="Recruitment" color="#FF5722" fillcolor="#FFCCBC" shape=rect style=filled] + N9 [label="Chaplain Services" color="#CFCFCF" fillcolor="#F6F6F6" shape=document style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FF5722" penwidth=1.5 style=solid label="deploys" dir=forward] + N2 -> N3 [color="#CFCFCF" penwidth=1.5 style=solid label="attacks" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="negotiates" dir=forward] + N4 -> N5 [color="#FF5722" penwidth=1.5 style=dashed label="coordinates" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="interdicts" dir=forward] + N6 -> N7 [color="#FF5722" penwidth=1.5 style=solid label="innovates" dir=forward] + N7 -> N8 [color="#F06292" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#CFCFCF" penwidth=1.5 style=dashed label="intelligence" dir=forward] + N1 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N4 [color="#000000" penwidth=1.5 style=dashed label="enforces" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_4.dot b/train/diagrams/easy/diagrams_4.dot new file mode 100644 index 0000000000000000000000000000000000000000..a931b659b5ea4b6b4d6dc0bee18994e447844051 --- /dev/null +++ b/train/diagrams/easy/diagrams_4.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Mortgage Application" color="#795548" fillcolor="#D7CCC8" shape=multipledocuments style=filled] + N1 [label="Fraud Check" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N2 [label="Income Verification" color="#795548" fillcolor="#D7CCC8" shape=database style=filled] + N3 [label="Collateral Evaluation" color="#A2D0FF" fillcolor="#E8F0FF" shape=rect style=filled] + N4 [label="Loan Processing" color="#795548" fillcolor="#D7CCC8" shape=action style=filled] + N5 [label="Blockchain Verification" color="#4DB6AC" fillcolor="#E0F2F1" shape=inputoutput style=filled] + N6 [label="Investment Planning" color="#795548" fillcolor="#D7CCC8" shape=hexagon style=filled] + N7 [label="Approval Decision" color="#4DB6AC" fillcolor="#E0F2F1" shape=rectangle style=filled] + N8 [label="Account Closure" color="#A2D0FF" fillcolor="#E8F0FF" shape=preparation style=filled] + N0 -> N1 [color="#A2D0FF" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="allocates" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="disburses" dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=solid label="approves" dir=forward] + N4 -> N5 [color="#4DB6AC" penwidth=1.5 style=solid label="forecasts" dir=forward] + N5 -> N6 [color="#795548" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N3 -> N6 [color="#A2D0FF" penwidth=1.5 style=solid label="evaluates" dir=forward] + N8 -> N5 [color="#000000" penwidth=1.5 style=solid label="collects" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_40.txt b/train/diagrams/easy/diagrams_40.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cfec6101f8ee579dc814291320a4a1b98c6cf99 --- /dev/null +++ b/train/diagrams/easy/diagrams_40.txt @@ -0,0 +1,9 @@ +<Customer Inquiry, connectedTo, Invoice Generation> +<Customer Segmentation, connectedTo, Customer Inquiry> +<Invoice Generation, connectedTo, Warehouse Management> +<Loyalty Points, filters, Customer Segmentation> +<Shipment, connectedTo, Loyalty Points> +<Subscription Service, adds, Customer Inquiry> +<Subscription Service, fulfills, User Account Management> +<User Account Management, manages, Data Analytics Reporting> +<Warehouse Management, routes, Subscription Service> diff --git a/train/diagrams/easy/diagrams_400.dot b/train/diagrams/easy/diagrams_400.dot new file mode 100644 index 0000000000000000000000000000000000000000..849314e05fc981594bb57004af0206b9aff327f1 --- /dev/null +++ b/train/diagrams/easy/diagrams_400.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Specialized Training" color="#03A9F4" fillcolor="#B3E5FC" shape=rect style=filled] + N1 [label="Veteran Support" color="#EAEFA5" fillcolor="#FDFCEB" shape=document style=filled] + N2 [label="Supply Chain Management" color="#EAEFA5" fillcolor="#FDFCEB" shape=vnode_shape style=filled] + N3 [label="Peacekeeping Missions" color="#EAEFA5" fillcolor="#FDFCEB" shape=ellipse style=filled] + N4 [label="Military Strategy Development" color="#03A9F4" fillcolor="#B3E5FC" shape=diamond style=filled] + N5 [label="Reconnaissance" color="#03A9F4" fillcolor="#B3E5FC" shape=hexagon style=filled] + N6 [label="Operations Planning" color="#CFCFCF" fillcolor="#F6F6F6" shape=action style=filled] + N7 [label="Basic Training" color="#EAEFA5" fillcolor="#FDFCEB" shape=box style=filled] + N8 [label="Logistics Support" color="#CFCFCF" fillcolor="#F6F6F6" shape=multipledocuments style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed label="enforces" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="communicates" dir=forward] + N2 -> N3 [color="#03A9F4" penwidth=1.5 style=dashed label="patrols" dir=forward] + N3 -> N4 [color="#CFCFCF" penwidth=1.5 style=dashed label="attacks" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N3 -> N8 [color="#EAEFA5" penwidth=1.5 style=solid label="intelligence" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_404.dot b/train/diagrams/easy/diagrams_404.dot new file mode 100644 index 0000000000000000000000000000000000000000..2bf003f177f7fabcbe841c660263a85275d57cd4 --- /dev/null +++ b/train/diagrams/easy/diagrams_404.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=LR + N0 [label="Airport Operations" color="#4285F4" fillcolor="#D0E0F8" shape=action style=filled] + N1 [label="Engine Overhaul" color="#DCE775" fillcolor="#FCFCE7" shape=database style=filled] + N2 [label="Cargo Loading" color="#FFD54F" fillcolor="#FFF8E1" shape=document style=filled] + N3 [label="Navigation System Check" color="#DCE775" fillcolor="#FCFCE7" shape=multipledocuments style=filled] + N4 [label="Security Screening" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled] + N5 [label="Delay Management" color="#4285F4" fillcolor="#D0E0F8" shape=ellipse style=filled] + N6 [label="Unmanned Aerial Vehicle Integration" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N7 [label="Weather Briefing" color="#DCE775" fillcolor="#FCFCE7" shape=ellipse style=filled] + N8 [label="Ground Support" color="#FFD54F" fillcolor="#FFF8E1" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#4285F4" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=dashed label="trains" dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=solid label="optimizes" dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#DCE775" penwidth=1.5 style=dashed label="investigates" dir=forward] + N6 -> N7 [color="#4285F4" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=solid label="assembles" dir=forward] + N2 -> N1 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_405.txt b/train/diagrams/easy/diagrams_405.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6e0bef535f9bbe89b9214c53e0533b38459e973 --- /dev/null +++ b/train/diagrams/easy/diagrams_405.txt @@ -0,0 +1,13 @@ +<Aircraft De_icing, connectedTo, Airport Operations> +<Aircraft De_icing, fuels, Airport Security Management> +<Airport Operations, integrates, Aircraft De_icing> +<Aviation Safety Investigation, flies, Delay Management> +<Baggage Handling, connectedTo, Aviation Safety Investigation> +<Baggage Handling, connectedTo, Passenger Boarding> +<Delay Management, connectedTo, Regulatory Compliance> +<Flight Simulation, connectedTo, Airport Operations> +<In_flight Service, certifies, Flight Simulation> +<Next_Generation Air Traffic Management, maintains, In_flight Service> +<Passenger Boarding, connectedTo, Next_Generation Air Traffic Management> +<Regulatory Compliance, connectedTo, Unmanned Aerial Vehicle Integration> +<Unmanned Aerial Vehicle Integration, monitors, Baggage Handling> diff --git a/train/diagrams/easy/diagrams_409.dot b/train/diagrams/easy/diagrams_409.dot new file mode 100644 index 0000000000000000000000000000000000000000..22e3fc2a3274efa57de526c9434e90b14d74675f --- /dev/null +++ b/train/diagrams/easy/diagrams_409.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Celestial Navigation" color="#7E57C2" fillcolor="#D1C4E9" shape=parallelogram style=filled] + N1 [label="Route Calculation" color="#F44336" fillcolor="#FFCDD2" shape=vnode_shape style=filled] + N2 [label="Marine Charting" color="#F44336" fillcolor="#FFCDD2" shape=box style=filled] + N3 [label="Public Transit Navigation" color="#F44336" fillcolor="#FFCDD2" shape=action style=filled] + N4 [label="Geocoding" color="#7E57C2" fillcolor="#D1C4E9" shape=preparation style=filled] + N5 [label="Inertial Navigation System" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled] + N6 [label="Reverse Geocoding" color="#F44336" fillcolor="#FFCDD2" shape=database style=filled] + N7 [label="Autonomous Vehicle Navigation" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] + N8 [label="GPS Positioning" color="#AABEC6" fillcolor="#E0E6E9" shape=rect style=filled] + N9 [label="Satellite Navigation Systems" color="#7E57C2" fillcolor="#D1C4E9" shape=database style=filled] + N0 -> N1 [color="#AABEC6" penwidth=1.5 style=solid label="interprets" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#AABEC6" penwidth=1.5 style=solid label="maps" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="directs" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#F44336" penwidth=1.5 style=solid label="predicts" dir=forward] + N6 -> N7 [color="#AABEC6" penwidth=1.5 style=dashed label="processes" dir=forward] + N7 -> N8 [color="#F44336" penwidth=1.5 style=dashed label="authenticates" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N1 [color="#F44336" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_409.txt b/train/diagrams/easy/diagrams_409.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8980ca23ad36a009ec328f03b174e44c991ea38 --- /dev/null +++ b/train/diagrams/easy/diagrams_409.txt @@ -0,0 +1,10 @@ +<Autonomous Vehicle Navigation, authenticates, GPS Positioning> +<Celestial Navigation, interprets, Route Calculation> +<GPS Positioning, connectedTo, Satellite Navigation Systems> +<Geocoding, connectedTo, Inertial Navigation System> +<Inertial Navigation System, connectedTo, Route Calculation> +<Inertial Navigation System, predicts, Reverse Geocoding> +<Marine Charting, maps, Public Transit Navigation> +<Public Transit Navigation, directs, Geocoding> +<Reverse Geocoding, processes, Autonomous Vehicle Navigation> +<Route Calculation, connectedTo, Marine Charting> diff --git a/train/diagrams/easy/diagrams_410.dot b/train/diagrams/easy/diagrams_410.dot new file mode 100644 index 0000000000000000000000000000000000000000..48d808c141ead1bd8e6cdac01a1442381c8b5abb --- /dev/null +++ b/train/diagrams/easy/diagrams_410.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="Bearing and Distance Calculation" color="#E91E63" fillcolor="#F8BBD0" shape=document style=filled] + N1 [label="Turn_by_Turn Directions" color="#F44336" fillcolor="#FFCDD2" shape=diamond style=filled] + N2 [label="Wearable Device Navigation" color="#FFEB3B" fillcolor="#FFF9C4" shape=parallelogram style=filled] + N3 [label="Satellite Navigation Systems" color="#F44336" fillcolor="#FFCDD2" shape=box style=filled] + N4 [label="Dead Reckoning" color="#FFEB3B" fillcolor="#FFF9C4" shape=preparation style=filled] + N5 [label="Route Calculation" color="#F44336" fillcolor="#FFCDD2" shape=rectangle style=filled] + N6 [label="Aeronautical Charting" color="#E91E63" fillcolor="#F8BBD0" shape=ellipse style=filled] + N7 [label="Public Transit Navigation" color="#FFEB3B" fillcolor="#FFF9C4" shape=predefinedprocess style=filled] + N8 [label="Topographic Mapping" color="#E91E63" fillcolor="#F8BBD0" shape=ellipse style=filled] + N9 [label="Historical Traffic Data Analysis" color="#FFEB3B" fillcolor="#FFF9C4" shape=multipledocuments style=filled] + N10 [label="Multi_modal Navigation" color="#FFEB3B" fillcolor="#FFF9C4" shape=rectangle style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="syncs" dir=forward] + N1 -> N2 [color="#FFEB3B" penwidth=1.5 style=solid label="maps" dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFEB3B" penwidth=1.5 style=dashed label="identifies" dir=forward] + N5 -> N6 [color="#E91E63" penwidth=1.5 style=solid label="locates" dir=forward] + N6 -> N7 [color="#F44336" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="searches" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N4 [color="#FFEB3B" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_413.txt b/train/diagrams/easy/diagrams_413.txt new file mode 100644 index 0000000000000000000000000000000000000000..465c9571258d41d0015195830c6e6685c6619d9f --- /dev/null +++ b/train/diagrams/easy/diagrams_413.txt @@ -0,0 +1,11 @@ +<Augmented Reality Navigation, connectedTo, Digital Compass Integration> +<Augmented Reality Navigation, connectedTo, Pedestrian Navigation> +<Celestial Navigation, calibrates, Location_Based Services> +<Digital Compass Integration, follows, ETA Estimation> +<ETA Estimation, syncs, Celestial Navigation> +<GPS Positioning, connectedTo, Historical Traffic Data Analysis> +<Historical Traffic Data Analysis, searches, Augmented Reality Navigation> +<Location_Based Services, routes, Marine Charting> +<Pedestrian Navigation, orients, Route Calculation> +<Public Transit Navigation, locates, Pedestrian Navigation> +<Route Calculation, connectedTo, GPS Positioning> diff --git a/train/diagrams/easy/diagrams_414.dot b/train/diagrams/easy/diagrams_414.dot new file mode 100644 index 0000000000000000000000000000000000000000..d75da29ff9cf194c501ef04fb700b21111f9556a --- /dev/null +++ b/train/diagrams/easy/diagrams_414.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=LR + N0 [label="Reverse Geocoding" color="#FFF8A6" fillcolor="#FFFDE0" shape=box style=filled] + N1 [label="GPS Positioning" color="#81C784" fillcolor="#F1F8E9" shape=rect style=filled] + N2 [label="Voice Guidance Customization" color="#FFF8A6" fillcolor="#FFFDE0" shape=preparation style=filled] + N3 [label="Autonomous Vehicle Navigation" color="#FFF8A6" fillcolor="#FFFDE0" shape=ellipse style=filled] + N4 [label="Indoor Navigation" color="#FFF8A6" fillcolor="#FFFDE0" shape=rect style=filled] + N5 [label="Satellite Navigation Systems" color="#81C784" fillcolor="#F1F8E9" shape=rect style=filled] + N6 [label="Route Calculation" color="#FFCC7A" fillcolor="#FFF6D9" shape=rectangle style=filled] + N7 [label="Aeronautical Charting" color="#FFF8A6" fillcolor="#FFFDE0" shape=document style=filled] + N8 [label="Augmented Reality Navigation" color="#FFCC7A" fillcolor="#FFF6D9" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="calibrates" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="maps" dir=forward] + N2 -> N3 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#81C784" penwidth=1.5 style=solid label="processes" dir=forward] + N4 -> N5 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFCC7A" penwidth=1.5 style=solid label="syncs" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="tracks" dir=forward] + N8 -> N2 [color="#FFF8A6" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_415.txt b/train/diagrams/easy/diagrams_415.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d3b9b90664009b4d255fe4593d53ebe11aef672 --- /dev/null +++ b/train/diagrams/easy/diagrams_415.txt @@ -0,0 +1,13 @@ +<Autonomous Vehicle Navigation, connectedTo, Offline Map Support> +<Bearing and Distance Calculation, connectedTo, Wearable Device Navigation> +<Geocoding, integrates, Speed Calculation> +<Indoor Navigation, connectedTo, Celestial Navigation> +<Map Display, plans, Route Calculation> +<Offline Map Support, receives, Geocoding> +<Personalized Route Preferences, connectedTo, Bearing and Distance Calculation> +<Route Calculation, connectedTo, Indoor Navigation> +<Route Calculation, follows, Map Display> +<Speed Calculation, connectedTo, Terrestrial Navigation> +<Terrestrial Navigation, communicates, Bearing and Distance Calculation> +<Terrestrial Navigation, connectedTo, Personalized Route Preferences> +<Wearable Device Navigation, secures, Map Display> diff --git a/train/diagrams/easy/diagrams_418.txt b/train/diagrams/easy/diagrams_418.txt new file mode 100644 index 0000000000000000000000000000000000000000..f20c78474463a7775341fc6ca3f3aeb5a08821d8 --- /dev/null +++ b/train/diagrams/easy/diagrams_418.txt @@ -0,0 +1,12 @@ +<3D Printed Tooling, connectedTo, Troubleshooting Print Errors> +<Aerospace Part Production, connectedTo, Mass Customization> +<Bioprinting, designs, Maintenance and Repair of Printers> +<Consumer Product Creation, researches, Printing Parameter Optimization> +<Maintenance and Repair of Printers, shares, Aerospace Part Production> +<Mass Customization, connectedTo, 3D Printed Tooling> +<Material Research and Development, automates, Bioprinting> +<On_Demand Production, connectedTo, Material Research and Development> +<Printing Parameter Optimization, educates, Consumer Product Creation> +<Printing Parameter Optimization, replicates, On_Demand Production> +<Scaffolding for Tissue Engineering, troubleshoots, Consumer Product Creation> +<Troubleshooting Print Errors, enhances, Support Structure Design> diff --git a/train/diagrams/easy/diagrams_419.txt b/train/diagrams/easy/diagrams_419.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd2f7e26c0c73444d7ab7412548d0aacba3bcdc0 --- /dev/null +++ b/train/diagrams/easy/diagrams_419.txt @@ -0,0 +1,12 @@ +<3D Model Design, creates, Mass Customization> +<Additive Manufacturing, connectedTo, Material Selection> +<Mass Customization, connectedTo, Selective Laser Sintering> +<Material Research and Development, calibrates, Post_Processing> +<Material Selection, tests, Rapid Manufacturing> +<Medical Device Prototyping, connectedTo, Material Research and Development> +<Post_Processing, protects, Quality Control> +<Print Farm Management, distributes, Medical Device Prototyping> +<Quality Control, maintains, 3D Model Design> +<Rapid Manufacturing, connectedTo, Printing Parameter Optimization> +<Selective Laser Sintering, designs, Additive Manufacturing> +<Selective Laser Sintering, educates, Material Research and Development> diff --git a/train/diagrams/easy/diagrams_42.txt b/train/diagrams/easy/diagrams_42.txt new file mode 100644 index 0000000000000000000000000000000000000000..80914875d4c12cca532c657be609febbb6b0fba5 --- /dev/null +++ b/train/diagrams/easy/diagrams_42.txt @@ -0,0 +1,11 @@ +<Electric Vehicle Charging, connectedTo, Weather Impact Assessment> +<Emergency Landing, secures, Navigation Update> +<Fleet Management, connectedTo, Vehicle Assignment> +<Fleet Management, tracks, Public Transport Ticketing> +<Navigation Update, connectedTo, Passenger Boarding Pass Issuance> +<Passenger Boarding Pass Issuance, logs, Parking Management> +<Public Transport Ticketing, predicts, Emergency Landing> +<Security Check, repairs, Fleet Management> +<Tunnel Monitoring, connectedTo, Electric Vehicle Charging> +<Vehicle Assignment, checks, Public Transport Ticketing> +<Weather Impact Assessment, connectedTo, Security Check> diff --git a/train/diagrams/easy/diagrams_421.txt b/train/diagrams/easy/diagrams_421.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c02f302202e83c105aab44b6b118c61b3d9ddb5 --- /dev/null +++ b/train/diagrams/easy/diagrams_421.txt @@ -0,0 +1,11 @@ +<3D Model Design, scans, Food Printing> +<Construction 3D Printing, connectedTo, Multi_Material Printing> +<Food Printing, connectedTo, Troubleshooting Print Errors> +<Fused Deposition Modeling, slices, Quality Control> +<Multi_Material Printing, enhances, Fused Deposition Modeling> +<Quality Control, prototypes, Educational Applications> +<Selective Laser Sintering, designs, Slicing Software Operation> +<Slicing Software Operation, connectedTo, Construction 3D Printing> +<Slicing Software Operation, connectedTo, Quality Control> +<Slicing Software Operation, engineers, Food Printing> +<Troubleshooting Print Errors, creates, Selective Laser Sintering> diff --git a/train/diagrams/easy/diagrams_423.dot b/train/diagrams/easy/diagrams_423.dot new file mode 100644 index 0000000000000000000000000000000000000000..e80c1ef3b4e5c4089edba10023d86d2b4e5e6a18 --- /dev/null +++ b/train/diagrams/easy/diagrams_423.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=TB + N0 [label="File Format Conversion" color="#A188D0" fillcolor="#DACBE3" shape=rect style=filled] + N1 [label="Post_Processing" color="#AB47BC" fillcolor="#F3E5F5" shape=inputoutput style=filled] + N2 [label="Construction 3D Printing" color="#AB47BC" fillcolor="#F3E5F5" shape=action style=filled] + N3 [label="Slicing Software Operation" color="#00BCD4" fillcolor="#E0F7FA" shape=ellipse style=filled] + N4 [label="Stereolithography" color="#00BCD4" fillcolor="#E0F7FA" shape=hexagon style=filled] + N5 [label="Medical Device Prototyping" color="#A188D0" fillcolor="#DACBE3" shape=inputoutput style=filled] + N6 [label="Consumer Product Creation" color="#00BCD4" fillcolor="#E0F7FA" shape=database style=filled] + N7 [label="Multi_Material Printing" color="#00BCD4" fillcolor="#E0F7FA" shape=document style=filled] + N8 [label="Material Selection" color="#A188D0" fillcolor="#DACBE3" shape=multipledocuments style=filled] + N0 -> N1 [color="#AB47BC" penwidth=1.5 style=solid label="licenses" dir=forward] + N1 -> N2 [color="#AB47BC" penwidth=1.5 style=solid label="researches" dir=forward] + N2 -> N3 [color="#A188D0" penwidth=1.5 style=solid label="tests" dir=forward] + N3 -> N4 [color="#A188D0" penwidth=1.5 style=solid label="customizes" dir=forward] + N4 -> N5 [color="#AB47BC" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#AB47BC" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#AB47BC" penwidth=1.5 style=dashed dir=forward] + N2 -> N7 [color="#00BCD4" penwidth=1.5 style=solid label="engineers" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_424.txt b/train/diagrams/easy/diagrams_424.txt new file mode 100644 index 0000000000000000000000000000000000000000..c632aa7188ac5742a06edafac10740befafc38f3 --- /dev/null +++ b/train/diagrams/easy/diagrams_424.txt @@ -0,0 +1,13 @@ +<3D Printed Tooling, researches, Material Research and Development> +<Aerospace Part Production, connectedTo, Support Structure Design> +<Consumer Product Creation, connectedTo, Fused Deposition Modeling> +<Distributed Manufacturing, troubleshoots, Aerospace Part Production> +<Fused Deposition Modeling, connectedTo, Distributed Manufacturing> +<Intellectual Property Protection for Designs, calibrates, Print Farm Management> +<Material Research and Development, connectedTo, 3D Printed Tooling> +<Material Research and Development, connectedTo, Intellectual Property Protection for Designs> +<Print Farm Management, prototypes, Consumer Product Creation> +<Reverse Engineering with 3D Printing, validates, Selective Laser Sintering> +<Selective Laser Sintering, automates, Aerospace Part Production> +<Selective Laser Sintering, educates, Troubleshooting Print Errors> +<Support Structure Design, connectedTo, Reverse Engineering with 3D Printing> diff --git a/train/diagrams/easy/diagrams_428.txt b/train/diagrams/easy/diagrams_428.txt new file mode 100644 index 0000000000000000000000000000000000000000..a42ffef1ca73b8d1ffa6183e11ffb0ddccd3e8e0 --- /dev/null +++ b/train/diagrams/easy/diagrams_428.txt @@ -0,0 +1,10 @@ +<Advanced Materials Research, connectedTo, Lab_on_a_Chip Devices> +<Environmental Remediation with Nanomaterials, monitors, Ethical Implications of Nanotech> +<Ethical Implications of Nanotech, connectedTo, Molecular Self_Assembly> +<Food Packaging Improvement, controls, Bio_Nanotechnology Interface> +<Lab_on_a_Chip Devices, connectedTo, Molecular Self_Assembly> +<Lab_on_a_Chip Devices, functionalizes, Transmission Electron Microscopy> +<Molecular Self_Assembly, commercializes, Nanocomposites> +<Nanocomposites, connectedTo, Surface Functionalization> +<Surface Functionalization, analyzes, Advanced Materials Research> +<Transmission Electron Microscopy, simulates, Food Packaging Improvement> diff --git a/train/diagrams/easy/diagrams_43.txt b/train/diagrams/easy/diagrams_43.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b141eedd19750b2835504f2aadf06a55b5e49a8 --- /dev/null +++ b/train/diagrams/easy/diagrams_43.txt @@ -0,0 +1,11 @@ +<Boarding, unloads, Parking Management> +<Emergency Landing, connectedTo, Fleet Management> +<Fleet Management, logs, Fueling> +<Fueling, connectedTo, Boarding> +<Load Balancing, secures, Emergency Landing> +<Location Input, connectedTo, Ride_sharing Request> +<Location Input, predicts, Parking Management> +<Parking Management, connectedTo, Route Diversion> +<Passenger Feedback, coordinates, Load Balancing> +<Route Diversion, connectedTo, Security Check> +<Security Check, routes, Location Input> diff --git a/train/diagrams/easy/diagrams_432.dot b/train/diagrams/easy/diagrams_432.dot new file mode 100644 index 0000000000000000000000000000000000000000..e16249dcee1f200bfa770b2af8a0fe4b0da5a2c4 --- /dev/null +++ b/train/diagrams/easy/diagrams_432.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=BT + N0 [label="Advanced Materials Research" color="#64B5F6" fillcolor="#E3F2FD" shape=document style=filled] + N1 [label="Bio_Nanotechnology Interface" color="#64B5F6" fillcolor="#E3F2FD" shape=database style=filled] + N2 [label="Nanoelectronics" color="#64B5F6" fillcolor="#E3F2FD" shape=vnode_shape style=filled] + N3 [label="Regulatory Framework for Nanotech" color="#DCE775" fillcolor="#F9FBE7" shape=rectangle style=filled] + N4 [label="Quantum Dots" color="#DCE775" fillcolor="#F9FBE7" shape=rect style=filled] + N5 [label="Drug Delivery Systems" color="#64B5F6" fillcolor="#E3F2FD" shape=box style=filled] + N6 [label="X_ray Diffraction" color="#DCE775" fillcolor="#F9FBE7" shape=ellipse style=filled] + N7 [label="Water Purification using Nanomaterials" color="#DCE775" fillcolor="#F9FBE7" shape=inputoutput style=filled] + N0 -> N1 [color="#4285F4" penwidth=1.5 style=solid label="characterizes" dir=forward] + N1 -> N2 [color="#64B5F6" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#64B5F6" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#4285F4" penwidth=1.5 style=solid label="catalyzes" dir=forward] + N4 -> N5 [color="#64B5F6" penwidth=1.5 style=dashed label="tests" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="complies" dir=forward] + N6 -> N7 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N2 -> N5 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N2 -> N4 [color="#000000" penwidth=1.5 style=dashed label="detects" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_432.txt b/train/diagrams/easy/diagrams_432.txt new file mode 100644 index 0000000000000000000000000000000000000000..01c00bec5740b034aa2a6f51be983ad709c21644 --- /dev/null +++ b/train/diagrams/easy/diagrams_432.txt @@ -0,0 +1,9 @@ +<Advanced Materials Research, characterizes, Bio_Nanotechnology Interface> +<Bio_Nanotechnology Interface, connectedTo, Nanoelectronics> +<Drug Delivery Systems, complies, X_ray Diffraction> +<Nanoelectronics, connectedTo, Drug Delivery Systems> +<Nanoelectronics, connectedTo, Regulatory Framework for Nanotech> +<Nanoelectronics, detects, Quantum Dots> +<Quantum Dots, tests, Drug Delivery Systems> +<Regulatory Framework for Nanotech, catalyzes, Quantum Dots> +<X_ray Diffraction, connectedTo, Water Purification using Nanomaterials> diff --git a/train/diagrams/easy/diagrams_434.dot b/train/diagrams/easy/diagrams_434.dot new file mode 100644 index 0000000000000000000000000000000000000000..f08d899b25ea11b11252389d2534d738e1dbf38c --- /dev/null +++ b/train/diagrams/easy/diagrams_434.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Quantum Entanglement Generation" color="#795548" fillcolor="#D7CCC8" shape=parallelogram style=filled] + N1 [label="Post_Quantum Cryptography" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N2 [label="Optimization Problems with Quantum Annealing" color="#795548" fillcolor="#D7CCC8" shape=multipledocuments style=filled] + N3 [label="Decoherence Mitigation" color="#BDAFA8" fillcolor="#E4E0DF" shape=box style=filled] + N4 [label="Quantum Computing in Drug Discovery" color="#3F51B5" fillcolor="#C5CAE9" shape=multipledocuments style=filled] + N5 [label="Quantum Annealing" color="#3F51B5" fillcolor="#C5CAE9" shape=rect style=filled] + N6 [label="Trapped Ion Qubits" color="#BDAFA8" fillcolor="#E4E0DF" shape=rect style=filled] + N7 [label="Quantum Network Development" color="#BDAFA8" fillcolor="#E4E0DF" shape=rectangle style=filled] + N0 -> N1 [color="#BDAFA8" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#795548" penwidth=1.5 style=dashed label="corrects" dir=forward] + N3 -> N4 [color="#3F51B5" penwidth=1.5 style=solid label="manages" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="factors" dir=forward] + N5 -> N6 [color="#3F51B5" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#795548" penwidth=1.5 style=solid label="applies" dir=forward] + N3 -> N1 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_435.txt b/train/diagrams/easy/diagrams_435.txt new file mode 100644 index 0000000000000000000000000000000000000000..43e6c9aab0e2ab8bdda715bd6c5046f7bbf7efbb --- /dev/null +++ b/train/diagrams/easy/diagrams_435.txt @@ -0,0 +1,10 @@ +<Quantum Computing Education, connectedTo, Quantum Processor Fabrication> +<Quantum Computing in Drug Discovery, connectedTo, Quantum Computing Education> +<Quantum Computing in Drug Discovery, entangles, Topological Qubits> +<Quantum Key Distribution, builds, Quantum Cloud Computing Services> +<Quantum Processor Fabrication, applies, Topological Qubits> +<Quantum Programming Languages, connectedTo, Quantum Sensing> +<Quantum Sensing, benchmarks, Quantum Computing in Drug Discovery> +<Quantum Sensing, configures, Topological Qubits> +<Topological Qubits, debugs, Quantum Key Distribution> +<Vacuum Systems for Trapped Ions, connectedTo, Quantum Programming Languages> diff --git a/train/diagrams/easy/diagrams_436.dot b/train/diagrams/easy/diagrams_436.dot new file mode 100644 index 0000000000000000000000000000000000000000..80ed9bc4f6427bd11350c50e89f2477f9900ba20 --- /dev/null +++ b/train/diagrams/easy/diagrams_436.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Quantum Software Development Kit" color="#B8C0F5" fillcolor="#ECF0FD" shape=ellipse style=filled] + N1 [label="Vacuum Systems for Trapped Ions" color="#9C27B0" fillcolor="#E1BEE7" shape=multipledocuments style=filled] + N2 [label="Quantum Bit Design" color="#9C27B0" fillcolor="#E1BEE7" shape=predefinedprocess style=filled] + N3 [label="Quantum Machine Learning" color="#B8C0F5" fillcolor="#ECF0FD" shape=vnode_shape style=filled] + N4 [label="Quantum Advantage Demonstration" color="#9FA9E1" fillcolor="#D6D9F0" shape=inputoutput style=filled] + N5 [label="Quantum Supremacy Claims" color="#9FA9E1" fillcolor="#D6D9F0" shape=rectangle style=filled] + N6 [label="Quantum Algorithm Development" color="#B8C0F5" fillcolor="#ECF0FD" shape=hexagon style=filled] + N7 [label="Quantum Simulation" color="#B8C0F5" fillcolor="#ECF0FD" shape=action style=filled] + N8 [label="Quantum Hardware Control" color="#B8C0F5" fillcolor="#ECF0FD" shape=hexagon style=filled] + N9 [label="Quantum Sensing" color="#9FA9E1" fillcolor="#D6D9F0" shape=rectangle style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#B8C0F5" penwidth=1.5 style=solid label="downloads" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="educates" dir=forward] + N3 -> N4 [color="#9FA9E1" penwidth=1.5 style=dashed label="innovates" dir=forward] + N4 -> N5 [color="#9C27B0" penwidth=1.5 style=dashed label="tests" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#9FA9E1" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="researches" dir=forward] + N5 -> N9 [color="#9C27B0" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_436.txt b/train/diagrams/easy/diagrams_436.txt new file mode 100644 index 0000000000000000000000000000000000000000..18b74934c53f6b4583de98d71f3a1a09313d996e --- /dev/null +++ b/train/diagrams/easy/diagrams_436.txt @@ -0,0 +1,10 @@ +<Quantum Advantage Demonstration, tests, Quantum Supremacy Claims> +<Quantum Algorithm Development, connectedTo, Quantum Simulation> +<Quantum Bit Design, educates, Quantum Machine Learning> +<Quantum Hardware Control, researches, Quantum Sensing> +<Quantum Machine Learning, innovates, Quantum Advantage Demonstration> +<Quantum Simulation, connectedTo, Quantum Hardware Control> +<Quantum Software Development Kit, connectedTo, Vacuum Systems for Trapped Ions> +<Quantum Supremacy Claims, connectedTo, Quantum Sensing> +<Quantum Supremacy Claims, designs, Quantum Algorithm Development> +<Vacuum Systems for Trapped Ions, downloads, Quantum Bit Design> diff --git a/train/diagrams/easy/diagrams_437.txt b/train/diagrams/easy/diagrams_437.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c6943bfd15d0d7caf68e35b97be37547b44f86b --- /dev/null +++ b/train/diagrams/easy/diagrams_437.txt @@ -0,0 +1,8 @@ +<Material Science Simulations, entangles, Quantum Software Development Kit> +<Optimization Problems with Quantum Annealing, connectedTo, Quantum Computing for AI> +<Quantum Bit Design, validates, Vacuum Systems for Trapped Ions> +<Quantum Computing for AI, integrates, Quantum Bit Design> +<Quantum Machine Learning, optimizes, Material Science Simulations> +<Quantum Software Development Kit, connectedTo, Optimization Problems with Quantum Annealing> +<Quantum Software Development Kit, debugs, Quantum Teleportation Research> +<Quantum Teleportation Research, connectedTo, Optimization Problems with Quantum Annealing> diff --git a/train/diagrams/easy/diagrams_438.dot b/train/diagrams/easy/diagrams_438.dot new file mode 100644 index 0000000000000000000000000000000000000000..02fd1438f06a2586b83d86258aee32dcdb0defcb --- /dev/null +++ b/train/diagrams/easy/diagrams_438.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Quantum Algorithm Development" color="#42A5F5" fillcolor="#F1F8FF" shape=parallelogram style=filled] + N1 [label="Quantum Coherence Management" color="#7E57C2" fillcolor="#EDE7F6" shape=database style=filled] + N2 [label="Quantum Teleportation Research" color="#7E57C2" fillcolor="#EDE7F6" shape=rect style=filled] + N3 [label="Quantum Bit Design" color="#42A5F5" fillcolor="#F1F8FF" shape=rect style=filled] + N4 [label="Photonic Qubits" color="#42A5F5" fillcolor="#F1F8FF" shape=diamond style=filled] + N5 [label="Trapped Ion Qubits" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N6 [label="Quantum Software Development Kit" color="#42A5F5" fillcolor="#F1F8FF" shape=diamond style=filled] + N7 [label="Quantum Computing in Drug Discovery" color="#7E57C2" fillcolor="#EDE7F6" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="configures" dir=forward] + N1 -> N2 [color="#A2D0FF" penwidth=1.5 style=solid label="entangles" dir=forward] + N2 -> N3 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#7E57C2" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="uploads" dir=forward] + N5 -> N6 [color="#7E57C2" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#A2D0FF" penwidth=1.5 style=dashed label="downloads" dir=forward] + N1 -> N7 [color="#42A5F5" penwidth=1.5 style=dashed label="designs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_44.dot b/train/diagrams/easy/diagrams_44.dot new file mode 100644 index 0000000000000000000000000000000000000000..dde9e7c2fb241884d9ba11c5f445184a2393bec6 --- /dev/null +++ b/train/diagrams/easy/diagrams_44.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Location Input" color="#82DAFF" fillcolor="#C8EDFF" shape=document style=filled] + N1 [label="Customs Clearance" color="#73C6BC" fillcolor="#D0EFEE" shape=ellipse style=filled] + N2 [label="Fare Calculation" color="#61CAC3" fillcolor="#C2E8E6" shape=rect style=filled] + N3 [label="Electric Vehicle Charging" color="#82DAFF" fillcolor="#C8EDFF" shape=diamond style=filled] + N4 [label="Route Diversion" color="#61CAC3" fillcolor="#C2E8E6" shape=preparation style=filled] + N5 [label="Bridge Inspection" color="#61CAC3" fillcolor="#C2E8E6" shape=hexagon style=filled] + N6 [label="Vehicle Assignment" color="#82DAFF" fillcolor="#C8EDFF" shape=hexagon style=filled] + N7 [label="Train Dispatch" color="#73C6BC" fillcolor="#D0EFEE" shape=document style=filled] + N8 [label="Public Transport Ticketing" color="#82DAFF" fillcolor="#C8EDFF" shape=document style=filled] + N0 -> N1 [color="#73C6BC" penwidth=1.5 style=solid label="assigns" dir=forward] + N1 -> N2 [color="#82DAFF" penwidth=1.5 style=dashed label="maintains" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="manages" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="dispatches" dir=forward] + N4 -> N5 [color="#61CAC3" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#61CAC3" penwidth=1.5 style=dashed label="calculates" dir=forward] + N6 -> N7 [color="#82DAFF" penwidth=1.5 style=dashed label="regulates" dir=forward] + N7 -> N8 [color="#82DAFF" penwidth=1.5 style=solid dir=forward] + N4 -> N3 [color="#61CAC3" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_440.dot b/train/diagrams/easy/diagrams_440.dot new file mode 100644 index 0000000000000000000000000000000000000000..942453ebae1e69c7c6f567daf09646fd270aab6b --- /dev/null +++ b/train/diagrams/easy/diagrams_440.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=LR + N0 [label="Superconducting Qubits" color="#9575CD" fillcolor="#EDE7F6" shape=rect style=filled] + N1 [label="Quantum Simulation" color="#FFA726" fillcolor="#FFF3E0" shape=rect style=filled] + N2 [label="Quantum Key Distribution" color="#FFDA4E" fillcolor="#FFE88D" shape=diamond style=filled] + N3 [label="Quantum Computing Education" color="#FFDA4E" fillcolor="#FFE88D" shape=ellipse style=filled] + N4 [label="Quantum Processor Fabrication" color="#9575CD" fillcolor="#EDE7F6" shape=action style=filled] + N5 [label="Vacuum Systems for Trapped Ions" color="#FFA726" fillcolor="#FFF3E0" shape=box style=filled] + N6 [label="Quantum Circuit Design" color="#FFDA4E" fillcolor="#FFE88D" shape=ellipse style=filled] + N7 [label="Quantum Supremacy Claims" color="#FFA726" fillcolor="#FFF3E0" shape=hexagon style=filled] + N8 [label="Quantum Network Development" color="#FFDA4E" fillcolor="#FFE88D" shape=action style=filled] + N9 [label="Quantum Programming Languages" color="#9575CD" fillcolor="#EDE7F6" shape=action style=filled] + N0 -> N1 [color="#9575CD" penwidth=1.5 style=solid label="integrates" dir=forward] + N1 -> N2 [color="#FFDA4E" penwidth=1.5 style=solid label="visualizes" dir=forward] + N2 -> N3 [color="#FFDA4E" penwidth=1.5 style=solid label="verifies" dir=forward] + N3 -> N4 [color="#FFA726" penwidth=1.5 style=solid label="shares" dir=forward] + N4 -> N5 [color="#FFDA4E" penwidth=1.5 style=solid label="optimizes" dir=forward] + N5 -> N6 [color="#FFA726" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFA726" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFDA4E" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="uploads" dir=forward] + N8 -> N0 [color="#000000" penwidth=1.5 style=solid label="accesses" dir=forward] + N9 -> N5 [color="#FFDA4E" penwidth=1.5 style=solid label="encrypts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_445.txt b/train/diagrams/easy/diagrams_445.txt new file mode 100644 index 0000000000000000000000000000000000000000..585bb6fff3488092e0d09be9fcb71ee43edf103e --- /dev/null +++ b/train/diagrams/easy/diagrams_445.txt @@ -0,0 +1,10 @@ +<3D Model Creation, connectedTo, Virtual Reality Game Development> +<Augmented Reality App Development, deploys, Medical Applications> +<Augmented Reality App Development, streamlines, Virtual Tourism Experiences> +<Comfort and Ergonomics Design, connectedTo, Training Simulations> +<Industrial Maintenance Support, generates, 3D Model Creation> +<Performance Optimization, audits, Augmented Reality App Development> +<Software Development Kit Integration, enhances, Performance Optimization> +<Training Simulations, guides, Virtual Tourism Experiences> +<Virtual Reality Game Development, connectedTo, Software Development Kit Integration> +<Virtual Tourism Experiences, connectedTo, Industrial Maintenance Support> diff --git a/train/diagrams/easy/diagrams_448.dot b/train/diagrams/easy/diagrams_448.dot new file mode 100644 index 0000000000000000000000000000000000000000..91d55cd8d2913e978a992a7e8b3d660f6bd0e34d --- /dev/null +++ b/train/diagrams/easy/diagrams_448.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=LR + N0 [label="Wearable AR Devices" color="#94C0C0" fillcolor="#CADEDE" shape=multipledocuments style=filled] + N1 [label="Tracking System Calibration" color="#CFCFCF" fillcolor="#F6F6F6" shape=database style=filled] + N2 [label="Software Development Kit Integration" color="#A1D7CD" fillcolor="#EDF5F3" shape=parallelogram style=filled] + N3 [label="Hardware Prototyping" color="#94C0C0" fillcolor="#CADEDE" shape=hexagon style=filled] + N4 [label="Retail Experience Enhancement" color="#94C0C0" fillcolor="#CADEDE" shape=inputoutput style=filled] + N5 [label="Neuro_VR Interfaces" color="#CFCFCF" fillcolor="#F6F6F6" shape=box style=filled] + N6 [label="Content Creation for AR or VR" color="#A1D7CD" fillcolor="#EDF5F3" shape=rectangle style=filled] + N7 [label="User Interface Design" color="#CFCFCF" fillcolor="#F6F6F6" shape=vnode_shape style=filled] + N8 [label="Architectural Visualization" color="#94C0C0" fillcolor="#CADEDE" shape=preparation style=filled] + N0 -> N1 [color="#CFCFCF" penwidth=1.5 style=solid label="processes" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#A1D7CD" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#CFCFCF" penwidth=1.5 style=dashed label="educates" dir=forward] + N4 -> N5 [color="#94C0C0" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#A1D7CD" penwidth=1.5 style=solid label="deploys" dir=forward] + N6 -> N7 [color="#CFCFCF" penwidth=1.5 style=solid label="collaborates" dir=forward] + N7 -> N8 [color="#A1D7CD" penwidth=1.5 style=dashed label="projects" dir=forward] + N8 -> N1 [color="#000000" penwidth=1.5 style=dashed label="simulates" dir=forward] + N5 -> N7 [color="#A1D7CD" penwidth=1.5 style=dashed label="renders" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_449.dot b/train/diagrams/easy/diagrams_449.dot new file mode 100644 index 0000000000000000000000000000000000000000..0cf2defd64fa8520ceb9470bb09f3eb8dffcafc9 --- /dev/null +++ b/train/diagrams/easy/diagrams_449.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="In_Game Economy Design" color="#03A9F4" fillcolor="#B3E5FC" shape=preparation style=filled] + N1 [label="Asset Creation" color="#BA68C8" fillcolor="#F3E5F5" shape=ellipse style=filled] + N2 [label="Player Progression Systems" color="#00BCD4" fillcolor="#B2EBF2" shape=database style=filled] + N3 [label="Augmented Reality Gaming" color="#BA68C8" fillcolor="#F3E5F5" shape=diamond style=filled] + N4 [label="Art Direction" color="#BA68C8" fillcolor="#F3E5F5" shape=rectangle style=filled] + N5 [label="Game Publishing" color="#00BCD4" fillcolor="#B2EBF2" shape=preparation style=filled] + N6 [label="Storytelling" color="#00BCD4" fillcolor="#B2EBF2" shape=vnode_shape style=filled] + N7 [label="Game Design" color="#03A9F4" fillcolor="#B3E5FC" shape=ellipse style=filled] + N8 [label="Character Design" color="#00BCD4" fillcolor="#B2EBF2" shape=box style=filled] + N0 -> N1 [color="#BA68C8" penwidth=1.5 style=dashed label="publishes" dir=forward] + N1 -> N2 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="reviews" dir=forward] + N4 -> N5 [color="#BA68C8" penwidth=1.5 style=solid label="distributes" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="advertises" dir=forward] + N5 -> N1 [color="#03A9F4" penwidth=1.5 style=solid label="interacts" dir=forward] + N7 -> N6 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_449.txt b/train/diagrams/easy/diagrams_449.txt new file mode 100644 index 0000000000000000000000000000000000000000..6357ffff78013902677d8cf9457d224f5509f565 --- /dev/null +++ b/train/diagrams/easy/diagrams_449.txt @@ -0,0 +1,10 @@ +<Art Direction, distributes, Game Publishing> +<Asset Creation, connectedTo, Player Progression Systems> +<Augmented Reality Gaming, reviews, Art Direction> +<Game Design, advertises, Character Design> +<Game Design, connectedTo, Storytelling> +<Game Publishing, connectedTo, Storytelling> +<Game Publishing, interacts, Asset Creation> +<In_Game Economy Design, publishes, Asset Creation> +<Player Progression Systems, connectedTo, Augmented Reality Gaming> +<Storytelling, connectedTo, Game Design> diff --git a/train/diagrams/easy/diagrams_45.txt b/train/diagrams/easy/diagrams_45.txt new file mode 100644 index 0000000000000000000000000000000000000000..43b72da828875230f8a63b5affd0b575c53a7aa7 --- /dev/null +++ b/train/diagrams/easy/diagrams_45.txt @@ -0,0 +1,11 @@ +<Accident Reconstruction, connectedTo, Cargo Loading> +<Arrival, connectedTo, Accident Reconstruction> +<Cargo Loading, books, Location Input> +<Cargo Loading, connectedTo, Navigation Update> +<Electric Vehicle Charging, rescues, Luggage Handling> +<Fare Calculation, updates, Navigation Update> +<Location Input, connectedTo, Fare Calculation> +<Location Input, inspects, Luggage Handling> +<Navigation Update, departs, Route Diversion> +<Route Diversion, connectedTo, Electric Vehicle Charging> +<Security Check, connectedTo, Arrival> diff --git a/train/diagrams/easy/diagrams_451.txt b/train/diagrams/easy/diagrams_451.txt new file mode 100644 index 0000000000000000000000000000000000000000..d52a76f1c393e64831e1dd239b7b02a675a1779c --- /dev/null +++ b/train/diagrams/easy/diagrams_451.txt @@ -0,0 +1,8 @@ +<AI Behavior Programming, streams, Game Balancing> +<Asset Creation, renders, Esports Event Organization> +<Character Design, connectedTo, Game Publishing> +<Esports Event Organization, connectedTo, AI Behavior Programming> +<Game Balancing, connectedTo, Character Design> +<Game Balancing, engages, Esports Event Organization> +<Game Publishing, publishes, Augmented Reality Gaming> +<Quality Assurance Testing, researches, Asset Creation> diff --git a/train/diagrams/easy/diagrams_454.dot b/train/diagrams/easy/diagrams_454.dot new file mode 100644 index 0000000000000000000000000000000000000000..a6a91852c2f8d5855bb8df08c99ee2f23d497277 --- /dev/null +++ b/train/diagrams/easy/diagrams_454.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="Narrative Design" color="#FFDA4E" fillcolor="#FFE88D" shape=box style=filled] + N1 [label="Console Game Development" color="#D2D2D2" fillcolor="#F0F0F0" shape=action style=filled] + N2 [label="Character Design" color="#D2D2D2" fillcolor="#F0F0F0" shape=database style=filled] + N3 [label="Art Direction" color="#607D8B" fillcolor="#CFD8DC" shape=ellipse style=filled] + N4 [label="User Experience Design" color="#607D8B" fillcolor="#CFD8DC" shape=document style=filled] + N5 [label="Game Design" color="#FFDA4E" fillcolor="#FFE88D" shape=predefinedprocess style=filled] + N6 [label="Anti_Cheat Development" color="#607D8B" fillcolor="#CFD8DC" shape=ellipse style=filled] + N7 [label="Multiplayer Game Development" color="#D2D2D2" fillcolor="#F0F0F0" shape=hexagon style=filled] + N8 [label="Live Operations" color="#607D8B" fillcolor="#CFD8DC" shape=hexagon style=filled] + N9 [label="Game Balancing" color="#FFDA4E" fillcolor="#FFE88D" shape=multipledocuments style=filled] + N10 [label="Marketing and Promotion" color="#607D8B" fillcolor="#CFD8DC" shape=ellipse style=filled] + N0 -> N1 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#607D8B" penwidth=1.5 style=dashed label="advertises" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="streams" dir=forward] + N3 -> N4 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#607D8B" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFDA4E" penwidth=1.5 style=dashed label="communicates" dir=forward] + N8 -> N9 [color="#D2D2D2" penwidth=1.5 style=solid label="balances" dir=forward] + N9 -> N10 [color="#FFDA4E" penwidth=1.5 style=dashed label="renders" dir=forward] + N6 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_455.dot b/train/diagrams/easy/diagrams_455.dot new file mode 100644 index 0000000000000000000000000000000000000000..a7ee731bc939971bc5bf241a0e9a70f6b73562c5 --- /dev/null +++ b/train/diagrams/easy/diagrams_455.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=LR + N0 [label="Mobile Game Development" color="#A2D0FF" fillcolor="#E8F0FF" shape=diamond style=filled] + N1 [label="In_Game Economy Design" color="#A2D0FF" fillcolor="#E8F0FF" shape=preparation style=filled] + N2 [label="Player Progression Systems" color="#A2D0FF" fillcolor="#E8F0FF" shape=multipledocuments style=filled] + N3 [label="Marketing and Promotion" color="#A2D0FF" fillcolor="#E8F0FF" shape=box style=filled] + N4 [label="Engine Development" color="#A2D0FF" fillcolor="#E8F0FF" shape=predefinedprocess style=filled] + N5 [label="Game Performance Optimization" color="#A2D0FF" fillcolor="#E8F0FF" shape=box style=filled] + N6 [label="Augmented Reality Gaming" color="#A2D0FF" fillcolor="#E8F0FF" shape=preparation style=filled] + N7 [label="Multiplayer Game Development" color="#A2D0FF" fillcolor="#E8F0FF" shape=rectangle style=filled] + N0 -> N1 [color="#FFC107" penwidth=1.5 style=dashed label="designs" dir=forward] + N1 -> N2 [color="#E57373" penwidth=1.5 style=dashed label="sponsors" dir=forward] + N2 -> N3 [color="#E57373" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=solid label="leads" dir=forward] + N5 -> N6 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFC107" penwidth=1.5 style=solid label="streams" dir=forward] + N6 -> N5 [color="#000000" penwidth=1.5 style=dashed label="publishes" dir=forward] + N1 -> N7 [color="#FFC107" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_456.txt b/train/diagrams/easy/diagrams_456.txt new file mode 100644 index 0000000000000000000000000000000000000000..748f4968ff5f11948c4c9a3785e59c3765680865 --- /dev/null +++ b/train/diagrams/easy/diagrams_456.txt @@ -0,0 +1,10 @@ +<Art Direction, connectedTo, Mobile Game Development> +<Art Direction, researches, Motion Capture> +<Game Balancing, connectedTo, Voice Acting> +<Localization, renders, Narrative Design> +<Mobile Game Development, advertises, Virtual Reality Gaming> +<Motion Capture, markets, Game Balancing> +<PC Game Development, supports, Localization> +<Virtual Reality Gaming, connectedTo, Art Direction> +<Virtual Reality Gaming, develops, Mobile Game Development> +<Voice Acting, monetizes, PC Game Development> diff --git a/train/diagrams/easy/diagrams_457.txt b/train/diagrams/easy/diagrams_457.txt new file mode 100644 index 0000000000000000000000000000000000000000..d41cd1b3a76bc8f4c89158e412134c0eea1e5c90 --- /dev/null +++ b/train/diagrams/easy/diagrams_457.txt @@ -0,0 +1,10 @@ +<Crowdfunding for Music Projects, connectedTo, Lyric Writing> +<Crowdfunding for Music Projects, connectedTo, Music Festival Organization> +<Instrumental Performance, invests, Sound System Design> +<Lyric Writing, distributes, Music Theory Analysis> +<Music Theory Analysis, connectedTo, Royalty Collection> +<Music Therapy, audits, Lyric Writing> +<Royalty Collection, connectedTo, Crowdfunding for Music Projects> +<Royalty Collection, connectedTo, Sound System Design> +<Sound System Design, connectedTo, Music Therapy> +<Tour Management, mixes, Instrumental Performance> diff --git a/train/diagrams/easy/diagrams_459.dot b/train/diagrams/easy/diagrams_459.dot new file mode 100644 index 0000000000000000000000000000000000000000..f13249eb92bb09b3416ae9eeab35705b250d1329 --- /dev/null +++ b/train/diagrams/easy/diagrams_459.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Recording" color="#E91E63" fillcolor="#F8BBD0" shape=hexagon style=filled] + N1 [label="A&R" color="#A1D7CD" fillcolor="#EDF5F3" shape=rect style=filled] + N2 [label="Crowdfunding for Music Projects" color="#F44336" fillcolor="#FFCDD2" shape=rectangle style=filled] + N3 [label="Copyright Management" color="#F44336" fillcolor="#FFCDD2" shape=action style=filled] + N4 [label="Composition" color="#F44336" fillcolor="#FFCDD2" shape=inputoutput style=filled] + N5 [label="Sound System Design" color="#F44336" fillcolor="#FFCDD2" shape=inputoutput style=filled] + N6 [label="Mixing" color="#A1D7CD" fillcolor="#EDF5F3" shape=inputoutput style=filled] + N7 [label="Music Festival Organization" color="#F44336" fillcolor="#FFCDD2" shape=database style=filled] + N8 [label="Music Education" color="#E91E63" fillcolor="#F8BBD0" shape=rectangle style=filled] + N9 [label="Arrangement" color="#E91E63" fillcolor="#F8BBD0" shape=vnode_shape style=filled] + N10 [label="Streaming Platform Management" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#F44336" penwidth=1.5 style=dashed label="engineers" dir=forward] + N2 -> N3 [color="#F44336" penwidth=1.5 style=solid label="teaches" dir=forward] + N3 -> N4 [color="#A1D7CD" penwidth=1.5 style=dashed label="streams" dir=forward] + N4 -> N5 [color="#F44336" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#F44336" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="masters" dir=forward] + N2 -> N10 [color="#A1D7CD" penwidth=1.5 style=solid label="licenses" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_46.txt b/train/diagrams/easy/diagrams_46.txt new file mode 100644 index 0000000000000000000000000000000000000000..16f731fde5e53c42f086da45a992f386e923bce0 --- /dev/null +++ b/train/diagrams/easy/diagrams_46.txt @@ -0,0 +1,10 @@ +<Air Traffic Control, manages, Electric Vehicle Charging> +<Bus Stop Management, secures, Ticket Purchase> +<Delay Alert, updates, Bus Stop Management> +<Electric Vehicle Charging, departs, Security Check> +<Fleet Management, connectedTo, Air Traffic Control> +<Incident Report, connectedTo, Weather Impact Assessment> +<Passenger Boarding Pass Issuance, connectedTo, Delay Alert> +<Security Check, connectedTo, Incident Report> +<Ticket Purchase, licenses, Fleet Management> +<Weather Impact Assessment, connectedTo, Passenger Boarding Pass Issuance> diff --git a/train/diagrams/easy/diagrams_460.txt b/train/diagrams/easy/diagrams_460.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb0dd7c56a11d857898b9a180c5b1c183ae9d097 --- /dev/null +++ b/train/diagrams/easy/diagrams_460.txt @@ -0,0 +1,10 @@ +<Arrangement, markets, Sound System Design> +<Artist Management, connectedTo, Music Licensing> +<Live Sound Engineering, connectedTo, Mixing> +<Mastering, connectedTo, Artist Management> +<Mastering, sings, Sound Design for Media> +<Music Licensing, connectedTo, Mastering> +<Music Licensing, programs, Arrangement> +<Sound Design for Media, engineers, Live Sound Engineering> +<Sound System Design, connectedTo, Ticketing> +<Ticketing, scores, Mastering> diff --git a/train/diagrams/easy/diagrams_461.dot b/train/diagrams/easy/diagrams_461.dot new file mode 100644 index 0000000000000000000000000000000000000000..07c72649a30d45467a5ebb25c677e6e19972729e --- /dev/null +++ b/train/diagrams/easy/diagrams_461.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Mastering" color="#8C9EFF" fillcolor="#D3D7EB" shape=rect style=filled] + N1 [label="Record Label Operations" color="#FF8A65" fillcolor="#FBE9E7" shape=vnode_shape style=filled] + N2 [label="Music Licensing" color="#8C9EFF" fillcolor="#D3D7EB" shape=parallelogram style=filled] + N3 [label="Music Theory Analysis" color="#FFCC7A" fillcolor="#FFF6D9" shape=diamond style=filled] + N4 [label="Merchandise Sales" color="#FFCC7A" fillcolor="#FFF6D9" shape=preparation style=filled] + N5 [label="Mixing" color="#FFCC7A" fillcolor="#FFF6D9" shape=hexagon style=filled] + N6 [label="Music for Film or TV or Games" color="#FF8A65" fillcolor="#FBE9E7" shape=predefinedprocess style=filled] + N7 [label="Performance" color="#8C9EFF" fillcolor="#D3D7EB" shape=hexagon style=filled] + N8 [label="Lyric Writing" color="#8C9EFF" fillcolor="#D3D7EB" shape=rect style=filled] + N9 [label="Synthesizer Programming" color="#FF8A65" fillcolor="#FBE9E7" shape=multipledocuments style=filled] + N10 [label="Copyright Management" color="#8C9EFF" fillcolor="#D3D7EB" shape=action style=filled] + N0 -> N1 [color="#FFCC7A" penwidth=1.5 style=solid label="educates" dir=forward] + N1 -> N2 [color="#8C9EFF" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="syncs" dir=forward] + N3 -> N4 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#FFCC7A" penwidth=1.5 style=dashed label="transcribes" dir=forward] + N5 -> N6 [color="#FF8A65" penwidth=1.5 style=dashed label="therapies" dir=forward] + N6 -> N7 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#8C9EFF" penwidth=1.5 style=dashed label="arranges" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#FFCC7A" penwidth=1.5 style=solid label="publishes" dir=forward] + N5 -> N0 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N6 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_464.txt b/train/diagrams/easy/diagrams_464.txt new file mode 100644 index 0000000000000000000000000000000000000000..bacfb09f7a1ece793448dc22c8fb7cc3f46879b2 --- /dev/null +++ b/train/diagrams/easy/diagrams_464.txt @@ -0,0 +1,12 @@ +<Composition, scores, Music Education> +<Fan Engagement Strategy, connectedTo, Music Publishing> +<Mastering, connectedTo, Tour Management> +<Mastering, programs, Music Education> +<Merchandise Sales, connectedTo, Streaming Platform Management> +<Music Education, streams, Fan Engagement Strategy> +<Music Licensing, arranges, Sound Design for Media> +<Music Publishing, performs, Mastering> +<Sampling, integrates, Composition> +<Sound Design for Media, connectedTo, Merchandise Sales> +<Tour Management, connectedTo, Music Licensing> +<Tour Management, licenses, Mastering> diff --git a/train/diagrams/easy/diagrams_465.txt b/train/diagrams/easy/diagrams_465.txt new file mode 100644 index 0000000000000000000000000000000000000000..94be1f1ebdc2c2917041cbf442a49d3e302b0879 --- /dev/null +++ b/train/diagrams/easy/diagrams_465.txt @@ -0,0 +1,9 @@ +<Audience Research, animates, Sound Recording> +<Cinematography, connectedTo, Production Scheduling> +<Cinematography, directs, Costume Design> +<Costume Design, connectedTo, Virtual Production Techniques> +<Digital Asset Management, distributes, Lighting Design> +<Lighting Design, manages, Production Scheduling> +<Production Scheduling, connectedTo, Audience Research> +<Sound Recording, connectedTo, Cinematography> +<Virtual Production Techniques, scripts, Pre_production Planning> diff --git a/train/diagrams/easy/diagrams_466.txt b/train/diagrams/easy/diagrams_466.txt new file mode 100644 index 0000000000000000000000000000000000000000..37a183030a4970868e4bbcca6eea889be04bbed3 --- /dev/null +++ b/train/diagrams/easy/diagrams_466.txt @@ -0,0 +1,10 @@ +<Costume Design, composes, Editing> +<Directing, shoots, Production Scheduling> +<Editing, uploads, Film Financing> +<Film Festival Submission, captures, Directing> +<Film Financing, connectedTo, Tax Incentive Management> +<Film Scoring, connectedTo, Screenwriting Workshops> +<Production Scheduling, secures, Costume Design> +<Screenwriting Workshops, manages, Script Development> +<Script Development, films, Film Festival Submission> +<Tax Incentive Management, connectedTo, Directing> diff --git a/train/diagrams/easy/diagrams_467.dot b/train/diagrams/easy/diagrams_467.dot new file mode 100644 index 0000000000000000000000000000000000000000..263871bddc09b27d295a3a60f2ceb2857eb734c1 --- /dev/null +++ b/train/diagrams/easy/diagrams_467.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Costume Design" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N1 [label="Digital Asset Management" color="#AF56A6" fillcolor="#DDCEDD" shape=box style=filled] + N2 [label="Distribution Strategy" color="#42A5F5" fillcolor="#F1F8FF" shape=document style=filled] + N3 [label="Talent Negotiation" color="#4CAF50" fillcolor="#C8E6C9" shape=document style=filled] + N4 [label="Directing" color="#4CAF50" fillcolor="#C8E6C9" shape=multipledocuments style=filled] + N5 [label="Film Festival Submission" color="#AF56A6" fillcolor="#DDCEDD" shape=rect style=filled] + N6 [label="Editing" color="#42A5F5" fillcolor="#F1F8FF" shape=rect style=filled] + N7 [label="Pre_production Planning" color="#4CAF50" fillcolor="#C8E6C9" shape=action style=filled] + N8 [label="Remote Collaboration Tools" color="#42A5F5" fillcolor="#F1F8FF" shape=vnode_shape style=filled] + N9 [label="Budget Management" color="#4CAF50" fillcolor="#C8E6C9" shape=hexagon style=filled] + N10 [label="Special Effects" color="#AF56A6" fillcolor="#DDCEDD" shape=action style=filled] + N11 [label="Sound Recording" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N0 -> N1 [color="#4CAF50" penwidth=1.5 style=dashed label="directs" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="writes" dir=forward] + N2 -> N3 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#42A5F5" penwidth=1.5 style=dashed label="builds" dir=forward] + N5 -> N6 [color="#AF56A6" penwidth=1.5 style=dashed label="uploads" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#42A5F5" penwidth=1.5 style=dashed label="licenses" dir=forward] + N8 -> N9 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#AF56A6" penwidth=1.5 style=solid label="publishes" dir=forward] + N10 -> N11 [color="#4CAF50" penwidth=1.5 style=solid dir=forward] + N6 -> N8 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N0 -> N9 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_47.dot b/train/diagrams/easy/diagrams_47.dot new file mode 100644 index 0000000000000000000000000000000000000000..b52530caea063e281d8b01a7c911034169609467 --- /dev/null +++ b/train/diagrams/easy/diagrams_47.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Intermodal Transfer" color="#26A69A" fillcolor="#E0F2F1" shape=document style=filled] + N1 [label="Luggage Handling" color="#FFC107" fillcolor="#FFECB3" shape=rect style=filled] + N2 [label="Fueling" color="#26A69A" fillcolor="#E0F2F1" shape=predefinedprocess style=filled] + N3 [label="Fleet Management" color="#26A69A" fillcolor="#E0F2F1" shape=inputoutput style=filled] + N4 [label="Platform Assignment" color="#9FA9E1" fillcolor="#D6D9F0" shape=parallelogram style=filled] + N5 [label="Bus Stop Management" color="#FFC107" fillcolor="#FFECB3" shape=ellipse style=filled] + N6 [label="Electric Vehicle Charging" color="#9FA9E1" fillcolor="#D6D9F0" shape=database style=filled] + N7 [label="Load Balancing" color="#FFC107" fillcolor="#FFECB3" shape=preparation style=filled] + N8 [label="Tunnel Monitoring" color="#26A69A" fillcolor="#E0F2F1" shape=database style=filled] + N9 [label="Customs Clearance" color="#9FA9E1" fillcolor="#D6D9F0" shape=ellipse style=filled] + N10 [label="Vehicle Tracking" color="#9FA9E1" fillcolor="#D6D9F0" shape=inputoutput style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="insures" dir=forward] + N1 -> N2 [color="#9FA9E1" penwidth=1.5 style=solid label="diversifies" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFC107" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFC107" penwidth=1.5 style=dashed label="manages" dir=forward] + N5 -> N6 [color="#26A69A" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFC107" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#26A69A" penwidth=1.5 style=solid label="alerts" dir=forward] + N8 -> N9 [color="#9FA9E1" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#26A69A" penwidth=1.5 style=dashed label="books" dir=forward] + N8 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_470.dot b/train/diagrams/easy/diagrams_470.dot new file mode 100644 index 0000000000000000000000000000000000000000..c91a57cf5c69d64d4af95488822d85a3e0961de2 --- /dev/null +++ b/train/diagrams/easy/diagrams_470.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=BT + N0 [label="Editing" color="#00BCD4" fillcolor="#B2EBF2" shape=parallelogram style=filled] + N1 [label="Film Financing" color="#AB47BC" fillcolor="#F3E5F5" shape=hexagon style=filled] + N2 [label="Production Accounting" color="#00BCD4" fillcolor="#B2EBF2" shape=parallelogram style=filled] + N3 [label="Stunt Coordination" color="#00BCD4" fillcolor="#B2EBF2" shape=rect style=filled] + N4 [label="Color Grading" color="#FF9800" fillcolor="#FFE0B2" shape=parallelogram style=filled] + N5 [label="Archiving and Preservation" color="#00BCD4" fillcolor="#B2EBF2" shape=inputoutput style=filled] + N6 [label="Marketing and Publicity" color="#FF9800" fillcolor="#FFE0B2" shape=database style=filled] + N7 [label="Digital Asset Management" color="#AB47BC" fillcolor="#F3E5F5" shape=preparation style=filled] + N8 [label="Green Production Practices" color="#AB47BC" fillcolor="#F3E5F5" shape=multipledocuments style=filled] + N9 [label="Film Scoring" color="#FF9800" fillcolor="#FFE0B2" shape=database style=filled] + N10 [label="Legal Compliance" color="#00BCD4" fillcolor="#B2EBF2" shape=vnode_shape style=filled] + N11 [label="Prop Management" color="#00BCD4" fillcolor="#B2EBF2" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="schedules" dir=forward] + N2 -> N3 [color="#00BCD4" penwidth=1.5 style=solid label="writes" dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=dashed label="finances" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="records" dir=forward] + N5 -> N6 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="captures" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N6 [color="#00BCD4" penwidth=1.5 style=dashed label="designs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_470.txt b/train/diagrams/easy/diagrams_470.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9d8806a27f8c9f07c2917a9eec47a7e83e631ac --- /dev/null +++ b/train/diagrams/easy/diagrams_470.txt @@ -0,0 +1,12 @@ +<Archiving and Preservation, connectedTo, Marketing and Publicity> +<Color Grading, records, Archiving and Preservation> +<Digital Asset Management, connectedTo, Green Production Practices> +<Editing, connectedTo, Film Financing> +<Film Financing, schedules, Production Accounting> +<Film Scoring, captures, Legal Compliance> +<Film Scoring, designs, Marketing and Publicity> +<Green Production Practices, connectedTo, Film Scoring> +<Legal Compliance, connectedTo, Prop Management> +<Marketing and Publicity, connectedTo, Digital Asset Management> +<Production Accounting, writes, Stunt Coordination> +<Stunt Coordination, finances, Color Grading> diff --git a/train/diagrams/easy/diagrams_471.txt b/train/diagrams/easy/diagrams_471.txt new file mode 100644 index 0000000000000000000000000000000000000000..45f67b5863774a60f735a7327bf3ac6d0eaac3af --- /dev/null +++ b/train/diagrams/easy/diagrams_471.txt @@ -0,0 +1,10 @@ +<Archiving and Preservation, connectedTo, Set Construction> +<Editing, connectedTo, Film Financing> +<Film Financing, distributes, Storyboarding> +<Post_production Audio, finances, Editing> +<Post_production Audio, renders, Color Grading> +<Remote Collaboration Tools, promotes, Archiving and Preservation> +<Set Construction, connectedTo, Sound Recording> +<Sound Recording, connectedTo, Post_production Audio> +<Storyboarding, connectedTo, Visual Effects> +<Visual Effects, coordinates, Remote Collaboration Tools> diff --git a/train/diagrams/easy/diagrams_472.dot b/train/diagrams/easy/diagrams_472.dot new file mode 100644 index 0000000000000000000000000000000000000000..ba089ac3c40ad995a0f17c74bb2a3039184b46ee --- /dev/null +++ b/train/diagrams/easy/diagrams_472.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Lighting Design" color="#4285F4" fillcolor="#D0E0F8" shape=hexagon style=filled] + N1 [label="Stunt Coordination" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled] + N2 [label="Pre_production Planning" color="#5C6BC0" fillcolor="#E8EAF6" shape=preparation style=filled] + N3 [label="Film Financing" color="#FFD54F" fillcolor="#FFF8E1" shape=action style=filled] + N4 [label="Tax Incentive Management" color="#4285F4" fillcolor="#D0E0F8" shape=parallelogram style=filled] + N5 [label="Screenwriting Workshops" color="#5C6BC0" fillcolor="#E8EAF6" shape=inputoutput style=filled] + N6 [label="Talent Negotiation" color="#4285F4" fillcolor="#D0E0F8" shape=vnode_shape style=filled] + N7 [label="Production Accounting" color="#4285F4" fillcolor="#D0E0F8" shape=parallelogram style=filled] + N8 [label="Archiving and Preservation" color="#5C6BC0" fillcolor="#E8EAF6" shape=inputoutput style=filled] + N9 [label="Cinematography" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N10 [label="Green Production Practices" color="#4285F4" fillcolor="#D0E0F8" shape=hexagon style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="post_produces" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="researches" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#5C6BC0" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="protects" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#4285F4" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFD54F" penwidth=1.5 style=dashed label="directs" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="audits" dir=forward] + N9 -> N10 [color="#5C6BC0" penwidth=1.5 style=dashed label="edits" dir=forward] + N9 -> N4 [color="#4285F4" penwidth=1.5 style=dashed label="dresses" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_476.txt b/train/diagrams/easy/diagrams_476.txt new file mode 100644 index 0000000000000000000000000000000000000000..694cafbf866b948e704d902b1ec7ea5b861364ec --- /dev/null +++ b/train/diagrams/easy/diagrams_476.txt @@ -0,0 +1,12 @@ +<Audio Recording, reports, Keyword Research> +<Content Localization, connectedTo, Audio Recording> +<Content Localization, curates, Live Streaming Content> +<Editing and Proofreading, connectedTo, Ideation and Brainstorming> +<Editing and Proofreading, connectedTo, Interview Conduct> +<Graphic Design, connectedTo, Video Scripting> +<Influencer Collaboration, automates, Graphic Design> +<Interactive Content Development, interviews, Content Localization> +<Interview Conduct, supports, Live Streaming Content> +<Keyword Research, publishes, Influencer Collaboration> +<Live Streaming Content, connectedTo, Editing and Proofreading> +<Video Scripting, personalizes, Interview Conduct> diff --git a/train/diagrams/easy/diagrams_477.txt b/train/diagrams/easy/diagrams_477.txt new file mode 100644 index 0000000000000000000000000000000000000000..682e02163ffc76eb8b17dbd9af9b48fe57b5d947 --- /dev/null +++ b/train/diagrams/easy/diagrams_477.txt @@ -0,0 +1,11 @@ +<Audience Analysis, connectedTo, Live Streaming Content> +<Branding, connectedTo, Plagiarism Checking> +<E_book Writing, outlines, Audience Analysis> +<Editing and Proofreading, videos, Keyword Research> +<Fact_Checking, automates, Influencer Collaboration> +<Influencer Collaboration, publishes, Editing and Proofreading> +<Keyword Research, connectedTo, Research and Outline> +<Live Streaming Content, connectedTo, Branding> +<Live Streaming Content, connectedTo, Keyword Research> +<Plagiarism Checking, connectedTo, Keyword Research> +<Plagiarism Checking, ideates, Fact_Checking> diff --git a/train/diagrams/easy/diagrams_478.txt b/train/diagrams/easy/diagrams_478.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e4dfad11e5cf648fb3adfe887da275d9cdba12c --- /dev/null +++ b/train/diagrams/easy/diagrams_478.txt @@ -0,0 +1,10 @@ +<Audio Recording, connectedTo, Webinar Hosting> +<Audio Recording, illustrates, Podcast Production> +<Content Localization, writes, Podcast Production> +<Content Repurposing, connectedTo, Interactive Content Development> +<Interactive Content Development, connectedTo, Videography> +<Interview Conduct, proofreads, Audio Recording> +<Podcast Production, connectedTo, Fact_Checking> +<Video Scripting, connectedTo, Content Localization> +<Videography, promotes, Interview Conduct> +<Webinar Hosting, connectedTo, Video Scripting> diff --git a/train/diagrams/easy/diagrams_48.dot b/train/diagrams/easy/diagrams_48.dot new file mode 100644 index 0000000000000000000000000000000000000000..6b18c58b015e103ba8182eb6a9eb3f6c7be0ee7d --- /dev/null +++ b/train/diagrams/easy/diagrams_48.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Customs Clearance" color="#FF8A65" fillcolor="#FBE9E7" shape=box style=filled] + N1 [label="Weather Impact Assessment" color="#FFD54F" fillcolor="#FFF8E1" shape=rectangle style=filled] + N2 [label="Luggage Handling" color="#A188DB" fillcolor="#DED7F0" shape=ellipse style=filled] + N3 [label="Passenger Feedback" color="#FF8A65" fillcolor="#FBE9E7" shape=predefinedprocess style=filled] + N4 [label="Bus Stop Management" color="#A188DB" fillcolor="#DED7F0" shape=parallelogram style=filled] + N5 [label="Air Traffic Control" color="#FFD54F" fillcolor="#FFF8E1" shape=rect style=filled] + N6 [label="Platform Assignment" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled] + N7 [label="Public Transport Ticketing" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled] + N8 [label="Traffic Monitoring" color="#A188DB" fillcolor="#DED7F0" shape=hexagon style=filled] + N0 -> N1 [color="#A188DB" penwidth=1.5 style=solid label="inspects" dir=forward] + N1 -> N2 [color="#A188DB" penwidth=1.5 style=dashed label="optimizes" dir=forward] + N2 -> N3 [color="#A188DB" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FF8A65" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#A188DB" penwidth=1.5 style=solid label="assesses" dir=forward] + N6 -> N7 [color="#FFD54F" penwidth=1.5 style=solid label="lands" dir=forward] + N7 -> N8 [color="#FF8A65" penwidth=1.5 style=solid dir=forward] + N2 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_481.dot b/train/diagrams/easy/diagrams_481.dot new file mode 100644 index 0000000000000000000000000000000000000000..ed3918a44a4d637758171ff5dc356e5c5d453b85 --- /dev/null +++ b/train/diagrams/easy/diagrams_481.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Cloud_based Data Platforms" color="#BCB88A" fillcolor="#F5F5DC" shape=box style=filled] + N1 [label="Data Storytelling" color="#BCB88A" fillcolor="#F5F5DC" shape=hexagon style=filled] + N2 [label="Data Transformation" color="#BDAFA8" fillcolor="#E4E0DF" shape=predefinedprocess style=filled] + N3 [label="Machine Learning Integration" color="#A1D7CD" fillcolor="#EDF5F3" shape=ellipse style=filled] + N4 [label="HR Data Analytics" color="#BCB88A" fillcolor="#F5F5DC" shape=preparation style=filled] + N5 [label="Customer Analytics" color="#BCB88A" fillcolor="#F5F5DC" shape=action style=filled] + N6 [label="Data Security Best Practices" color="#A1D7CD" fillcolor="#EDF5F3" shape=database style=filled] + N7 [label="Sentiment Analysis" color="#A1D7CD" fillcolor="#EDF5F3" shape=vnode_shape style=filled] + N8 [label="Healthcare Data Analysis" color="#A1D7CD" fillcolor="#EDF5F3" shape=parallelogram style=filled] + N9 [label="Report Generation" color="#BCB88A" fillcolor="#F5F5DC" shape=vnode_shape style=filled] + N0 -> N1 [color="#A1D7CD" penwidth=1.5 style=solid label="optimizes" dir=forward] + N1 -> N2 [color="#BCB88A" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#BCB88A" penwidth=1.5 style=dashed label="governs" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="shares" dir=forward] + N4 -> N5 [color="#BCB88A" penwidth=1.5 style=solid label="integrates" dir=forward] + N5 -> N6 [color="#A1D7CD" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#A1D7CD" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="transforms" dir=forward] + N9 -> N2 [color="#000000" penwidth=1.5 style=dashed label="architects" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_481.txt b/train/diagrams/easy/diagrams_481.txt new file mode 100644 index 0000000000000000000000000000000000000000..c72a420f874014280280a2f535a174b8fecff5dc --- /dev/null +++ b/train/diagrams/easy/diagrams_481.txt @@ -0,0 +1,10 @@ +<Cloud_based Data Platforms, optimizes, Data Storytelling> +<Customer Analytics, connectedTo, Data Security Best Practices> +<Data Security Best Practices, connectedTo, Sentiment Analysis> +<Data Storytelling, connectedTo, Data Transformation> +<Data Transformation, governs, Machine Learning Integration> +<HR Data Analytics, integrates, Customer Analytics> +<Healthcare Data Analysis, transforms, Report Generation> +<Machine Learning Integration, shares, HR Data Analytics> +<Report Generation, architects, Data Transformation> +<Sentiment Analysis, connectedTo, Healthcare Data Analysis> diff --git a/train/diagrams/easy/diagrams_482.txt b/train/diagrams/easy/diagrams_482.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5747830985cf8abcb7fc78f40d9331bc99c066b --- /dev/null +++ b/train/diagrams/easy/diagrams_482.txt @@ -0,0 +1,11 @@ +<Big Data Processing, implements, Data Cleaning> +<Dashboard Creation, shares, Report Generation> +<Data Cleaning, connectedTo, Statistical Modeling> +<Data Pipeline Development, connectedTo, ETL Process Management> +<Data Transformation, connectedTo, Dashboard Creation> +<Data Transformation, secures, Data Pipeline Development> +<Machine Learning Integration, connectedTo, Sales Performance Analysis> +<Report Generation, transforms, Risk Analytics> +<Risk Analytics, forecasts, Big Data Processing> +<Sales Performance Analysis, optimizes, Data Transformation> +<Statistical Modeling, cleans, Data Pipeline Development> diff --git a/train/diagrams/easy/diagrams_484.dot b/train/diagrams/easy/diagrams_484.dot new file mode 100644 index 0000000000000000000000000000000000000000..ee4d8e4c688616948a5ea08fd38b3fbe49e4873d --- /dev/null +++ b/train/diagrams/easy/diagrams_484.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Predictive Analytics" color="#FFEB3B" fillcolor="#FFF9C4" shape=multipledocuments style=filled] + N1 [label="Customer Analytics" color="#FFEB3B" fillcolor="#FFF9C4" shape=rect style=filled] + N2 [label="Risk Analytics" color="#D2D2D2" fillcolor="#F0F0F0" shape=ellipse style=filled] + N3 [label="Data Cleaning" color="#FFEB3B" fillcolor="#FFF9C4" shape=inputoutput style=filled] + N4 [label="Marketing Campaign Analysis" color="#FFEB3B" fillcolor="#FFF9C4" shape=parallelogram style=filled] + N5 [label="Geospatial Analysis" color="#D2D2D2" fillcolor="#F0F0F0" shape=preparation style=filled] + N6 [label="Data Pipeline Development" color="#A188D0" fillcolor="#DACBE3" shape=diamond style=filled] + N7 [label="Data Governance" color="#FFEB3B" fillcolor="#FFF9C4" shape=box style=filled] + N8 [label="Real_time Analytics" color="#A188D0" fillcolor="#DACBE3" shape=database style=filled] + N9 [label="ETL Process Management" color="#FFEB3B" fillcolor="#FFF9C4" shape=ellipse style=filled] + N10 [label="Data Warehouse Design" color="#A188D0" fillcolor="#DACBE3" shape=action style=filled] + N11 [label="Time Series Forecasting" color="#D2D2D2" fillcolor="#F0F0F0" shape=rectangle style=filled] + N0 -> N1 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#A188D0" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#D2D2D2" penwidth=1.5 style=dashed label="cleans" dir=forward] + N3 -> N4 [color="#A188D0" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="prepares" dir=forward] + N5 -> N6 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFEB3B" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFEB3B" penwidth=1.5 style=dashed label="integrates" dir=forward] + N8 -> N9 [color="#FFEB3B" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#A188D0" penwidth=1.5 style=dashed label="processes" dir=forward] + N10 -> N11 [color="#FFEB3B" penwidth=1.5 style=dashed dir=forward] + N7 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N8 [color="#A188D0" penwidth=1.5 style=solid label="collects" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_486.txt b/train/diagrams/easy/diagrams_486.txt new file mode 100644 index 0000000000000000000000000000000000000000..abe39066e0fae19e28176b90a1f7c43aecdab812 --- /dev/null +++ b/train/diagrams/easy/diagrams_486.txt @@ -0,0 +1,13 @@ +<Cloud_based Data Platforms, educates, Supply Chain Analytics> +<Data Collection, connectedTo, Machine Learning Integration> +<Data Security Best Practices, connectedTo, Data Collection> +<Data Security Best Practices, measures, Cloud_based Data Platforms> +<Exploratory Data Analysis, connectedTo, HR Data Analytics> +<Geospatial Analysis, connectedTo, Data Collection> +<HR Data Analytics, connectedTo, Prescriptive Analytics> +<Machine Learning Integration, cleans, Report Generation> +<Report Generation, forecasts, Exploratory Data Analysis> +<Sentiment Analysis, connectedTo, Geospatial Analysis> +<Statistical Modeling, communicates, Sentiment Analysis> +<Supply Chain Analytics, connectedTo, Geospatial Analysis> +<Supply Chain Analytics, prepares, Statistical Modeling> diff --git a/train/diagrams/easy/diagrams_489.dot b/train/diagrams/easy/diagrams_489.dot new file mode 100644 index 0000000000000000000000000000000000000000..4b14be5cb6acc5b296fa9cd21129998af9483716 --- /dev/null +++ b/train/diagrams/easy/diagrams_489.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Strategic Planning Support" color="#AABEC6" fillcolor="#E0E6E9" shape=hexagon style=filled] + N1 [label="Actionable Insights Generation" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled] + N2 [label="Master Data Management" color="#AABEC6" fillcolor="#E0E6E9" shape=ellipse style=filled] + N3 [label="Cloud BI Solutions" color="#D2D2D2" fillcolor="#F0F0F0" shape=document style=filled] + N4 [label="OLAP Cube Creation" color="#FF9800" fillcolor="#FFE0B2" shape=hexagon style=filled] + N5 [label="Dashboard Design" color="#FF9800" fillcolor="#FFE0B2" shape=hexagon style=filled] + N6 [label="User Training and Support" color="#D2D2D2" fillcolor="#F0F0F0" shape=vnode_shape style=filled] + N7 [label="ETL Development" color="#AABEC6" fillcolor="#E0E6E9" shape=multipledocuments style=filled] + N8 [label="Mobile BI Development" color="#D2D2D2" fillcolor="#F0F0F0" shape=rectangle style=filled] + N9 [label="Data Modeling" color="#AABEC6" fillcolor="#E0E6E9" shape=action style=filled] + N10 [label="Self_Service BI Tools" color="#AABEC6" fillcolor="#E0E6E9" shape=vnode_shape style=filled] + N11 [label="Real_time BI Dashboards" color="#AABEC6" fillcolor="#E0E6E9" shape=action style=filled] + N0 -> N1 [color="#AABEC6" penwidth=1.5 style=dashed label="transforms" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="manages" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#AABEC6" penwidth=1.5 style=solid label="ETLs" dir=forward] + N4 -> N5 [color="#D2D2D2" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="strategies" dir=forward] + N6 -> N7 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FF9800" penwidth=1.5 style=dashed label="supports" dir=forward] + N8 -> N9 [color="#AABEC6" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N11 [color="#AABEC6" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_49.txt b/train/diagrams/easy/diagrams_49.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd1c0a4a29a8e96647e418a3255c92687065b18e --- /dev/null +++ b/train/diagrams/easy/diagrams_49.txt @@ -0,0 +1,10 @@ +<Carbon Capture, connectedTo, Energy Infrastructure Planning> +<Circuit Breaker Operation, backs up, Carbon Capture> +<Distributed Generation Management, predicts, Nuclear Reactor Control> +<Energy Infrastructure Planning, generates, Smart Metering> +<Energy Trading, connectedTo, Substation Automation> +<Energy Trading, reads, Energy Infrastructure Planning> +<Nuclear Reactor Control, connectedTo, Energy Trading> +<Smart Metering, connectedTo, Distributed Generation Management> +<Substation Automation, connectedTo, Pipeline Monitoring> +<Substation Automation, connectedTo, Smart Metering> diff --git a/train/diagrams/easy/diagrams_492.txt b/train/diagrams/easy/diagrams_492.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e48801ca495485da3515bbd299fad1a938e4ae1 --- /dev/null +++ b/train/diagrams/easy/diagrams_492.txt @@ -0,0 +1,9 @@ +<Budget Performance Analysis, integrates, Mobile BI Development> +<Cloud BI Solutions, OLAPs, KPI Definition> +<Competitive Analysis, connectedTo, Cloud BI Solutions> +<Competitive Analysis, strategies, Mobile BI Development> +<Data Storytelling for Business, connectedTo, Data Quality Management> +<Data Warehousing, tracks, HR Analytics Dashboards> +<HR Analytics Dashboards, visualizes, Data Storytelling for Business> +<KPI Definition, connectedTo, Budget Performance Analysis> +<Mobile BI Development, connectedTo, Data Warehousing> diff --git a/train/diagrams/easy/diagrams_494.txt b/train/diagrams/easy/diagrams_494.txt new file mode 100644 index 0000000000000000000000000000000000000000..05bedb18b587cf0ef4e6932c94816082de34e100 --- /dev/null +++ b/train/diagrams/easy/diagrams_494.txt @@ -0,0 +1,8 @@ +<Cloud BI Solutions, connectedTo, Data Mart Design> +<Cloud BI Solutions, connectedTo, Embedded Analytics> +<Dashboard Design, connectedTo, Mobile BI Development> +<Data Lineage Tracking, loads, Data Mart Design> +<Embedded Analytics, connectedTo, Financial Performance Reporting> +<Financial Performance Reporting, trains, Performance Monitoring> +<Mobile BI Development, manages, Data Lineage Tracking> +<Performance Monitoring, OLAPs, Dashboard Design> diff --git a/train/diagrams/easy/diagrams_496.dot b/train/diagrams/easy/diagrams_496.dot new file mode 100644 index 0000000000000000000000000000000000000000..efb579646ee8e4e2228f9679fb60b29ed13f67ae --- /dev/null +++ b/train/diagrams/easy/diagrams_496.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=TB + N0 [label="Embedded Analytics" color="#A188DB" fillcolor="#DED7F0" shape=multipledocuments style=filled] + N1 [label="Data Quality Management" color="#FFA726" fillcolor="#FFF3E0" shape=preparation style=filled] + N2 [label="Performance Monitoring" color="#FFA726" fillcolor="#FFF3E0" shape=preparation style=filled] + N3 [label="Executive Summary Reporting" color="#E91E63" fillcolor="#FCE4EC" shape=rectangle style=filled] + N4 [label="BI Platform Administration" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N5 [label="ETL Development" color="#E91E63" fillcolor="#FCE4EC" shape=vnode_shape style=filled] + N6 [label="User Training and Support" color="#A188DB" fillcolor="#DED7F0" shape=action style=filled] + N7 [label="Operational Efficiency Measurement" color="#E91E63" fillcolor="#FCE4EC" shape=preparation style=filled] + N8 [label="Financial Performance Reporting" color="#E91E63" fillcolor="#FCE4EC" shape=preparation style=filled] + N9 [label="Data Modeling" color="#FFA726" fillcolor="#FFF3E0" shape=diamond style=filled] + N10 [label="Business Process Improvement" color="#FFA726" fillcolor="#FFF3E0" shape=rectangle style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="audits" dir=forward] + N1 -> N2 [color="#FFA726" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=solid label="trains" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="extracts" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="communicates" dir=forward] + N7 -> N8 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FFA726" penwidth=1.5 style=solid label="visualizes" dir=forward] + N9 -> N10 [color="#A188DB" penwidth=1.5 style=solid label="manages" dir=forward] + N4 -> N7 [color="#FFA726" penwidth=1.5 style=solid dir=forward] + N8 -> N7 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_5.txt b/train/diagrams/easy/diagrams_5.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaa271e79dd1187175afa029117a8cc75d29fdca --- /dev/null +++ b/train/diagrams/easy/diagrams_5.txt @@ -0,0 +1,13 @@ +<AML Screening, transfers, Securities Trading> +<Compliance Review, connectedTo, Loan Processing> +<Credit Card Application, connectedTo, Financial Reporting> +<Dispute Resolution, connectedTo, Merger and Acquisition> +<Financial Reporting, connectedTo, Income Verification> +<Loan Processing, plans, Credit Card Application> +<Merger and Acquisition, connectedTo, Transaction Audit> +<Merger and Acquisition, executes, Loan Processing> +<Payment Gateway Integration, connectedTo, Transaction Audit> +<Payment Gateway Integration, monitors, Portfolio Management> +<Portfolio Management, secures, Compliance Review> +<Securities Trading, reconciles, Dispute Resolution> +<Transaction Audit, connectedTo, Payment Gateway Integration> diff --git a/train/diagrams/easy/diagrams_500.txt b/train/diagrams/easy/diagrams_500.txt new file mode 100644 index 0000000000000000000000000000000000000000..2757d68dc449facd65c9aa38da3f824aab6f8194 --- /dev/null +++ b/train/diagrams/easy/diagrams_500.txt @@ -0,0 +1,12 @@ +<Campaign Performance Tracking, distributes products, Guerilla Marketing> +<Direct Mail Marketing, sets prices, Pricing Strategy> +<Experiential Marketing, connectedTo, Campaign Performance Tracking> +<Guerilla Marketing, connectedTo, Podcast Marketing> +<Guerilla Marketing, manages affiliates, Marketing Analytics> +<Loyalty Programs, builds loyalty, Direct Mail Marketing> +<Marketing Analytics, video marketing, Loyalty Programs> +<Personalization Strategies, generates leads, Promotional Campaigns> +<Podcast Marketing, connectedTo, Marketing Analytics> +<Pricing Strategy, enhances experiences, Personalization Strategies> +<Promotional Campaigns, optimizes SEO, Partnership Marketing> +<Website Design and Optimization, connectedTo, Experiential Marketing> diff --git a/train/diagrams/easy/diagrams_502.dot b/train/diagrams/easy/diagrams_502.dot new file mode 100644 index 0000000000000000000000000000000000000000..a46c5f608e7305fb4cf1757d9e5dac3216193c9b --- /dev/null +++ b/train/diagrams/easy/diagrams_502.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=LR + N0 [label="Influencer Marketing" color="#AB47BC" fillcolor="#F3E5F5" shape=multipledocuments style=filled] + N1 [label="Remarketing Campaigns" color="#AB47BC" fillcolor="#F3E5F5" shape=inputoutput style=filled] + N2 [label="Marketing Analytics" color="#FFF8A6" fillcolor="#FFFDE0" shape=inputoutput style=filled] + N3 [label="Email Marketing" color="#FFF8A6" fillcolor="#FFFDE0" shape=predefinedprocess style=filled] + N4 [label="Brand Reputation Management" color="#AB47BC" fillcolor="#F3E5F5" shape=predefinedprocess style=filled] + N5 [label="Pricing Strategy" color="#AB47BC" fillcolor="#F3E5F5" shape=diamond style=filled] + N6 [label="Customer Journey Mapping" color="#FFF8A6" fillcolor="#FFFDE0" shape=vnode_shape style=filled] + N7 [label="Partnership Marketing" color="#AB47BC" fillcolor="#F3E5F5" shape=predefinedprocess style=filled] + N8 [label="Event Marketing" color="#FFD54F" fillcolor="#FFF8E1" shape=document style=filled] + N0 -> N1 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="sends emails" dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="brands" dir=forward] + N5 -> N6 [color="#FFD54F" penwidth=1.5 style=dashed label="sets prices" dir=forward] + N6 -> N7 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFD54F" penwidth=1.5 style=solid label="analyzes data" dir=forward] + N8 -> N1 [color="#FFD54F" penwidth=1.5 style=solid dir=forward] + N1 -> N6 [color="#AB47BC" penwidth=1.5 style=dashed label="retargets ads" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_502.txt b/train/diagrams/easy/diagrams_502.txt new file mode 100644 index 0000000000000000000000000000000000000000..52df9293ea090b32b87b1783e84a3b257a623454 --- /dev/null +++ b/train/diagrams/easy/diagrams_502.txt @@ -0,0 +1,10 @@ +<Brand Reputation Management, brands, Pricing Strategy> +<Customer Journey Mapping, connectedTo, Partnership Marketing> +<Email Marketing, connectedTo, Brand Reputation Management> +<Event Marketing, connectedTo, Remarketing Campaigns> +<Influencer Marketing, connectedTo, Remarketing Campaigns> +<Marketing Analytics, connectedTo, Email Marketing> +<Partnership Marketing, analyzes data, Event Marketing> +<Pricing Strategy, sets prices, Customer Journey Mapping> +<Remarketing Campaigns, retargets ads, Customer Journey Mapping> +<Remarketing Campaigns, sends emails, Marketing Analytics> diff --git a/train/diagrams/easy/diagrams_504.txt b/train/diagrams/easy/diagrams_504.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7652e92f3544c3bd8fef41d7d162b3f4e7e92e7 --- /dev/null +++ b/train/diagrams/easy/diagrams_504.txt @@ -0,0 +1,9 @@ +<Affiliate Marketing, distributes products, Website Design and Optimization> +<Brand Strategy Development, A or B tests, Mobile Marketing> +<Market Research, manages reputation, Public Relations> +<Market Research, tele_sells, Video Marketing> +<Mobile Marketing, connectedTo, Public Relations> +<Partnership Marketing, connectedTo, Affiliate Marketing> +<Product Launch Strategy, connectedTo, Brand Strategy Development> +<Video Marketing, podcast marketing, Product Launch Strategy> +<Website Design and Optimization, connectedTo, Market Research> diff --git a/train/diagrams/easy/diagrams_505.txt b/train/diagrams/easy/diagrams_505.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb00af34bce5b6e36f7c7835527b9ff0b5262e9e --- /dev/null +++ b/train/diagrams/easy/diagrams_505.txt @@ -0,0 +1,11 @@ +<A or B Testing for Ads, connectedTo, Radio Advertising> +<Ad Copywriting, selects platforms, Conversion Tracking> +<Ad Placement Optimization, connectedTo, Retargeting Campaigns> +<Conversion Tracking, connectedTo, Interactive Ad Formats> +<Conversion Tracking, manages ad networks, Digital Advertising> +<Digital Advertising, measures ROAS, Ad Placement Optimization> +<Interactive Ad Formats, targets psychographics, Psychographic Targeting> +<Privacy Concerns in Ads, connectedTo, Return on Ad Spend Calculation> +<Psychographic Targeting, connectedTo, Digital Advertising> +<Retargeting Campaigns, segments audiences, A or B Testing for Ads> +<Return on Ad Spend Calculation, connectedTo, Ad Copywriting> diff --git a/train/diagrams/easy/diagrams_506.dot b/train/diagrams/easy/diagrams_506.dot new file mode 100644 index 0000000000000000000000000000000000000000..030504122f5e6420f9bb9f0b8bde5faaf0f1fd67 --- /dev/null +++ b/train/diagrams/easy/diagrams_506.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Audience Targeting" color="#DCE775" fillcolor="#F9FBE7" shape=diamond style=filled] + N1 [label="Video Advertising" color="#BDAFA8" fillcolor="#E4E0DF" shape=preparation style=filled] + N2 [label="Audience Segmentation for Ads" color="#BDAFA8" fillcolor="#E4E0DF" shape=multipledocuments style=filled] + N3 [label="Return on Ad Spend Calculation" color="#BDAFA8" fillcolor="#E4E0DF" shape=document style=filled] + N4 [label="Ad Creative Development" color="#DCE775" fillcolor="#F9FBE7" shape=rectangle style=filled] + N5 [label="Visual Design for Ads" color="#FFF176" fillcolor="#FFFDE7" shape=database style=filled] + N6 [label="Ad Network Management" color="#BDAFA8" fillcolor="#E4E0DF" shape=rectangle style=filled] + N7 [label="Media Buying" color="#DCE775" fillcolor="#F9FBE7" shape=parallelogram style=filled] + N8 [label="Demographic Targeting" color="#DCE775" fillcolor="#F9FBE7" shape=document style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="monitors competitors" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="video ads" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="uses geo_targeting" dir=forward] + N3 -> N4 [color="#FFF176" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#DCE775" penwidth=1.5 style=dashed label="designs interactive ads" dir=forward] + N5 -> N6 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#BDAFA8" penwidth=1.5 style=dashed label="display ads" dir=forward] + N7 -> N8 [color="#FFF176" penwidth=1.5 style=solid dir=forward] + N1 -> N5 [color="#BDAFA8" penwidth=1.5 style=solid label="buys media" dir=forward] + N6 -> N4 [color="#000000" penwidth=1.5 style=dashed label="detects fraud" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_507.dot b/train/diagrams/easy/diagrams_507.dot new file mode 100644 index 0000000000000000000000000000000000000000..758ba1d9991a4a52d74fde497f5bb25b9974ea1f --- /dev/null +++ b/train/diagrams/easy/diagrams_507.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=LR + N0 [label="Social Media Ads" color="#CFCFCF" fillcolor="#F6F6F6" shape=box style=filled] + N1 [label="Landing Page Optimization" color="#FFCC80" fillcolor="#FFF0CC" shape=database style=filled] + N2 [label="Regulatory Compliance for Ads" color="#FFCC80" fillcolor="#FFF0CC" shape=hexagon style=filled] + N3 [label="A or B Testing for Ads" color="#CFCFCF" fillcolor="#F6F6F6" shape=inputoutput style=filled] + N4 [label="Demographic Targeting" color="#E91E63" fillcolor="#F8BBD0" shape=preparation style=filled] + N5 [label="Television Advertising" color="#CFCFCF" fillcolor="#F6F6F6" shape=multipledocuments style=filled] + N6 [label="Print Advertising" color="#CFCFCF" fillcolor="#F6F6F6" shape=preparation style=filled] + N7 [label="Ad Placement Optimization" color="#FFCC80" fillcolor="#FFF0CC" shape=parallelogram style=filled] + N8 [label="Customer Acquisition Cost Analysis" color="#FFCC80" fillcolor="#FFF0CC" shape=database style=filled] + N0 -> N1 [color="#FFCC80" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="print advertising" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="drives conversions" dir=forward] + N4 -> N5 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FFCC80" penwidth=1.5 style=dashed label="designs interactive ads" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#CFCFCF" penwidth=1.5 style=solid label="generates responses" dir=forward] + N3 -> N1 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_507.txt b/train/diagrams/easy/diagrams_507.txt new file mode 100644 index 0000000000000000000000000000000000000000..58ace8ced51a8a50060b3a54cab476be92b84546 --- /dev/null +++ b/train/diagrams/easy/diagrams_507.txt @@ -0,0 +1,9 @@ +<A or B Testing for Ads, connectedTo, Landing Page Optimization> +<A or B Testing for Ads, drives conversions, Demographic Targeting> +<Ad Placement Optimization, generates responses, Customer Acquisition Cost Analysis> +<Demographic Targeting, connectedTo, Television Advertising> +<Landing Page Optimization, connectedTo, Regulatory Compliance for Ads> +<Print Advertising, connectedTo, Ad Placement Optimization> +<Regulatory Compliance for Ads, print advertising, A or B Testing for Ads> +<Social Media Ads, connectedTo, Landing Page Optimization> +<Television Advertising, designs interactive ads, Print Advertising> diff --git a/train/diagrams/easy/diagrams_51.dot b/train/diagrams/easy/diagrams_51.dot new file mode 100644 index 0000000000000000000000000000000000000000..40b569e9f9599520fa26b727f3e5d56fed52838b --- /dev/null +++ b/train/diagrams/easy/diagrams_51.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Consumption Logging" color="#BDBDBD" fillcolor="#F5F5F5" shape=vnode_shape style=filled] + N1 [label="Geothermal Power" color="#CFCFCF" fillcolor="#F6F6F6" shape=diamond style=filled] + N2 [label="Cybersecurity for Grid" color="#E57373" fillcolor="#FFEBEE" shape=parallelogram style=filled] + N3 [label="Solar Panel Installation" color="#BDBDBD" fillcolor="#F5F5F5" shape=document style=filled] + N4 [label="Hydropower Generation" color="#CFCFCF" fillcolor="#F6F6F6" shape=preparation style=filled] + N5 [label="Transformer Station" color="#CFCFCF" fillcolor="#F6F6F6" shape=multipledocuments style=filled] + N6 [label="Regulatory Compliance" color="#CFCFCF" fillcolor="#F6F6F6" shape=vnode_shape style=filled] + N7 [label="Generator Check" color="#CFCFCF" fillcolor="#F6F6F6" shape=ellipse style=filled] + N8 [label="Energy Storage" color="#BDBDBD" fillcolor="#F5F5F5" shape=vnode_shape style=filled] + N0 -> N1 [color="#E57373" penwidth=1.5 style=dashed label="reads" dir=forward] + N1 -> N2 [color="#CFCFCF" penwidth=1.5 style=solid label="forecasts" dir=forward] + N2 -> N3 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#E57373" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#BDBDBD" penwidth=1.5 style=dashed label="models" dir=forward] + N6 -> N7 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#CFCFCF" penwidth=1.5 style=dashed label="conserves" dir=forward] + N1 -> N3 [color="#000000" penwidth=1.5 style=dashed label="logs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_510.dot b/train/diagrams/easy/diagrams_510.dot new file mode 100644 index 0000000000000000000000000000000000000000..748bd97016aea3e1948ac5a41f22f8233dde3639 --- /dev/null +++ b/train/diagrams/easy/diagrams_510.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=RL + N0 [label="Campaign Planning" color="#D3EB9F" fillcolor="#F8FDD3" shape=preparation style=filled] + N1 [label="Customer Acquisition Cost Analysis" color="#673AB7" fillcolor="#D1C4E9" shape=ellipse style=filled] + N2 [label="Visual Design for Ads" color="#673AB7" fillcolor="#D1C4E9" shape=multipledocuments style=filled] + N3 [label="Native Advertising" color="#FFC2C2" fillcolor="#FFEBEB" shape=predefinedprocess style=filled] + N4 [label="Demographic Targeting" color="#D3EB9F" fillcolor="#F8FDD3" shape=hexagon style=filled] + N5 [label="Brand Awareness Campaigns" color="#FFC2C2" fillcolor="#FFEBEB" shape=diamond style=filled] + N6 [label="Television Advertising" color="#FFC2C2" fillcolor="#FFEBEB" shape=predefinedprocess style=filled] + N7 [label="Return on Ad Spend Calculation" color="#FFC2C2" fillcolor="#FFEBEB" shape=inputoutput style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="ensures compliance" dir=forward] + N1 -> N2 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFC2C2" penwidth=1.5 style=solid label="builds awareness" dir=forward] + N3 -> N4 [color="#D3EB9F" penwidth=1.5 style=solid label="digital advertising" dir=forward] + N4 -> N5 [color="#673AB7" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N5 [color="#673AB7" penwidth=1.5 style=solid label="targets psychographics" dir=forward] + N2 -> N1 [color="#D3EB9F" penwidth=1.5 style=dashed label="television ads" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_511.dot b/train/diagrams/easy/diagrams_511.dot new file mode 100644 index 0000000000000000000000000000000000000000..d26d7ebcd2efa641998bee98294bce173c4b32a0 --- /dev/null +++ b/train/diagrams/easy/diagrams_511.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=LR + N0 [label="Campaign Planning" color="#DCE775" fillcolor="#F9FBE7" shape=parallelogram style=filled] + N1 [label="Retargeting Campaigns" color="#94C0C0" fillcolor="#CADEDE" shape=parallelogram style=filled] + N2 [label="Direct Response Campaigns" color="#94C0C0" fillcolor="#CADEDE" shape=database style=filled] + N3 [label="Fraud Detection in Ads" color="#DCE775" fillcolor="#F9FBE7" shape=preparation style=filled] + N4 [label="Display Advertising" color="#DCE775" fillcolor="#F9FBE7" shape=predefinedprocess style=filled] + N5 [label="Audience Targeting" color="#FFE69C" fillcolor="#FFF9D4" shape=hexagon style=filled] + N6 [label="Ad Placement Optimization" color="#DCE775" fillcolor="#F9FBE7" shape=database style=filled] + N7 [label="Return on Ad Spend Calculation" color="#94C0C0" fillcolor="#CADEDE" shape=diamond style=filled] + N0 -> N1 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#94C0C0" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#94C0C0" penwidth=1.5 style=solid label="designs interactive ads" dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#DCE775" penwidth=1.5 style=solid label="print advertising" dir=forward] + N5 -> N6 [color="#94C0C0" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFE69C" penwidth=1.5 style=solid label="tracks performance" dir=forward] + N7 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_513.txt b/train/diagrams/easy/diagrams_513.txt new file mode 100644 index 0000000000000000000000000000000000000000..68dda31d2f201d33db42adf2bb74efe40b3096a0 --- /dev/null +++ b/train/diagrams/easy/diagrams_513.txt @@ -0,0 +1,11 @@ +<Consensus Mechanism Development, connectedTo, Digital Identity Management> +<Decentralized Applications Development, connectedTo, Security Token Offerings> +<Decentralized Applications Development, manages real estate, Non_Fungible Token Creation> +<Decentralized Network Design, connectedTo, Intellectual Property Management> +<Digital Identity Management, develops layer_2s, Sharding Implementation> +<Gaming on Blockchain, uses ZKPs, Decentralized Network Design> +<Intellectual Property Management, connectedTo, Mining Operations> +<Mining Operations, processes payments, Non_Fungible Token Creation> +<Non_Fungible Token Creation, enables voting, Security Token Offerings> +<Security Token Offerings, ensures compliance, Decentralized Applications Development> +<Sharding Implementation, creates bridges, Gaming on Blockchain> diff --git a/train/diagrams/easy/diagrams_520.dot b/train/diagrams/easy/diagrams_520.dot new file mode 100644 index 0000000000000000000000000000000000000000..29d303caf036209a24c7bccf1e1b3ccab1c484a7 --- /dev/null +++ b/train/diagrams/easy/diagrams_520.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Consortium Blockchain Setup" color="#FFE470" fillcolor="#FFFAE0" shape=predefinedprocess style=filled] + N1 [label="Energy Trading on Blockchain" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled] + N2 [label="Non_Fungible Token Creation" color="#CFCFCF" fillcolor="#F6F6F6" shape=parallelogram style=filled] + N3 [label="Financial Asset Tokenization" color="#AABEC6" fillcolor="#E0E6E9" shape=multipledocuments style=filled] + N4 [label="Voting Systems on Blockchain" color="#AABEC6" fillcolor="#E0E6E9" shape=hexagon style=filled] + N5 [label="Cryptographic Hashing" color="#CFCFCF" fillcolor="#F6F6F6" shape=multipledocuments style=filled] + N6 [label="Decentralized Applications Development" color="#AABEC6" fillcolor="#E0E6E9" shape=database style=filled] + N7 [label="Private Blockchain Implementation" color="#CFCFCF" fillcolor="#F6F6F6" shape=database style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="sets up environments" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFE470" penwidth=1.5 style=dashed label="generates hashes" dir=forward] + N3 -> N4 [color="#AABEC6" penwidth=1.5 style=dashed label="governs DAOs" dir=forward] + N4 -> N5 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#CFCFCF" penwidth=1.5 style=solid label="supports DeFi" dir=forward] + N3 -> N6 [color="#AABEC6" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_520.txt b/train/diagrams/easy/diagrams_520.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9143e7eaf125c696d66e74a634622e7462fdf19 --- /dev/null +++ b/train/diagrams/easy/diagrams_520.txt @@ -0,0 +1,8 @@ +<Consortium Blockchain Setup, sets up environments, Energy Trading on Blockchain> +<Cryptographic Hashing, connectedTo, Decentralized Applications Development> +<Decentralized Applications Development, supports DeFi, Private Blockchain Implementation> +<Energy Trading on Blockchain, connectedTo, Non_Fungible Token Creation> +<Financial Asset Tokenization, connectedTo, Decentralized Applications Development> +<Financial Asset Tokenization, governs DAOs, Voting Systems on Blockchain> +<Non_Fungible Token Creation, generates hashes, Financial Asset Tokenization> +<Voting Systems on Blockchain, connectedTo, Cryptographic Hashing> diff --git a/train/diagrams/easy/diagrams_522.dot b/train/diagrams/easy/diagrams_522.dot new file mode 100644 index 0000000000000000000000000000000000000000..6592c3b3f304e29cfec59e5f81405c54cf66916c --- /dev/null +++ b/train/diagrams/easy/diagrams_522.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=RL + N0 [label="Exchange Listing" color="#E57373" fillcolor="#FFEBEE" shape=hexagon style=filled] + N1 [label="Fraud Prevention" color="#E57373" fillcolor="#FFEBEE" shape=vnode_shape style=filled] + N2 [label="Blockchain Explorers" color="#E91E63" fillcolor="#FCE4EC" shape=rect style=filled] + N3 [label="Hot Wallet Security" color="#E57373" fillcolor="#FFEBEE" shape=parallelogram style=filled] + N4 [label="Tax Reporting for Crypto" color="#E91E63" fillcolor="#FCE4EC" shape=multipledocuments style=filled] + N5 [label="KYC or AML Procedures" color="#E91E63" fillcolor="#FCE4EC" shape=rectangle style=filled] + N6 [label="NFT Marketplace Development" color="#CFCFCF" fillcolor="#F6F6F6" shape=inputoutput style=filled] + N7 [label="Cross_chain Swaps" color="#CFCFCF" fillcolor="#F6F6F6" shape=database style=filled] + N8 [label="Cold Storage Solutions" color="#CFCFCF" fillcolor="#F6F6F6" shape=multipledocuments style=filled] + N9 [label="Custodial Services" color="#E57373" fillcolor="#FFEBEE" shape=box style=filled] + N10 [label="Cryptocurrency Trading Bots" color="#E91E63" fillcolor="#FCE4EC" shape=document style=filled] + N11 [label="Portfolio Management" color="#CFCFCF" fillcolor="#F6F6F6" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="builds Web3 applications" dir=forward] + N1 -> N2 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=solid label="ensures compliance" dir=forward] + N3 -> N4 [color="#E91E63" penwidth=1.5 style=solid label="facilitates trades" dir=forward] + N4 -> N5 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#CFCFCF" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="builds communities" dir=forward] + N8 -> N9 [color="#E57373" penwidth=1.5 style=dashed label="governs DAOs" dir=forward] + N9 -> N10 [color="#E57373" penwidth=1.5 style=solid label="manages TGEs" dir=forward] + N10 -> N11 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N2 -> N5 [color="#E57373" penwidth=1.5 style=solid label="lends funds" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_522.txt b/train/diagrams/easy/diagrams_522.txt new file mode 100644 index 0000000000000000000000000000000000000000..866d3a5f181b9f01966bd7086058e688e9ec87ec --- /dev/null +++ b/train/diagrams/easy/diagrams_522.txt @@ -0,0 +1,12 @@ +<Blockchain Explorers, ensures compliance, Hot Wallet Security> +<Blockchain Explorers, lends funds, KYC or AML Procedures> +<Cold Storage Solutions, governs DAOs, Custodial Services> +<Cross_chain Swaps, builds communities, Cold Storage Solutions> +<Cryptocurrency Trading Bots, connectedTo, Portfolio Management> +<Custodial Services, manages TGEs, Cryptocurrency Trading Bots> +<Exchange Listing, builds Web3 applications, Fraud Prevention> +<Fraud Prevention, connectedTo, Blockchain Explorers> +<Hot Wallet Security, facilitates trades, Tax Reporting for Crypto> +<KYC or AML Procedures, connectedTo, NFT Marketplace Development> +<NFT Marketplace Development, connectedTo, Cross_chain Swaps> +<Tax Reporting for Crypto, connectedTo, KYC or AML Procedures> diff --git a/train/diagrams/easy/diagrams_524.dot b/train/diagrams/easy/diagrams_524.dot new file mode 100644 index 0000000000000000000000000000000000000000..060d3a7a5bb885c01b4229ab8ccf86876650cad9 --- /dev/null +++ b/train/diagrams/easy/diagrams_524.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Liquidity Provision" color="#00BCD4" fillcolor="#B2EBF2" shape=rectangle style=filled] + N1 [label="Web3 Integration" color="#00BCD4" fillcolor="#B2EBF2" shape=box style=filled] + N2 [label="Mining Algorithm Design" color="#6FE1D5" fillcolor="#C9EFEC" shape=ellipse style=filled] + N3 [label="GameFi Development" color="#CDDC39" fillcolor="#E6EE9C" shape=parallelogram style=filled] + N4 [label="Initial Exchange Offering" color="#CDDC39" fillcolor="#E6EE9C" shape=predefinedprocess style=filled] + N5 [label="Venture Capital Funding" color="#6FE1D5" fillcolor="#C9EFEC" shape=box style=filled] + N6 [label="Market Analysis" color="#6FE1D5" fillcolor="#C9EFEC" shape=rect style=filled] + N7 [label="Blockchain Integration" color="#6FE1D5" fillcolor="#C9EFEC" shape=diamond style=filled] + N8 [label="Hot Wallet Security" color="#CDDC39" fillcolor="#E6EE9C" shape=rectangle style=filled] + N9 [label="Cross_chain Swaps" color="#6FE1D5" fillcolor="#C9EFEC" shape=diamond style=filled] + N10 [label="Portfolio Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=action style=filled] + N0 -> N1 [color="#CDDC39" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#CDDC39" penwidth=1.5 style=dashed label="integrates fiat" dir=forward] + N4 -> N5 [color="#00BCD4" penwidth=1.5 style=solid label="develops GameFi" dir=forward] + N5 -> N6 [color="#CDDC39" penwidth=1.5 style=dashed label="manages portfolios" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="prevents fraud" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#00BCD4" penwidth=1.5 style=solid label="calculates taxes" dir=forward] + N9 -> N10 [color="#00BCD4" penwidth=1.5 style=solid label="stores keys" dir=forward] + N5 -> N9 [color="#6FE1D5" penwidth=1.5 style=dashed label="custodies assets" dir=forward] + N4 -> N1 [color="#CDDC39" penwidth=1.5 style=dashed label="creates coins" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_527.dot b/train/diagrams/easy/diagrams_527.dot new file mode 100644 index 0000000000000000000000000000000000000000..44068d1db2b396d52fdc24d2f810da853f85b2ea --- /dev/null +++ b/train/diagrams/easy/diagrams_527.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=TB + N0 [label="Airdrop Campaigns" color="#D3EB9F" fillcolor="#F8FDD3" shape=inputoutput style=filled] + N1 [label="Community Building" color="#FFE69C" fillcolor="#FFF9D4" shape=hexagon style=filled] + N2 [label="Exchange Listing" color="#42A5F5" fillcolor="#F1F8FF" shape=rectangle style=filled] + N3 [label="Tax Reporting for Crypto" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N4 [label="Market Analysis" color="#42A5F5" fillcolor="#F1F8FF" shape=multipledocuments style=filled] + N5 [label="Staking" color="#42A5F5" fillcolor="#F1F8FF" shape=database style=filled] + N6 [label="KYC or AML Procedures" color="#FFE69C" fillcolor="#FFF9D4" shape=inputoutput style=filled] + N7 [label="Custodial Services" color="#FFE69C" fillcolor="#FFF9D4" shape=vnode_shape style=filled] + N8 [label="Legal Advisory for Crypto" color="#D3EB9F" fillcolor="#F8FDD3" shape=diamond style=filled] + N9 [label="Decentralized Autonomous Organizations" color="#42A5F5" fillcolor="#F1F8FF" shape=hexagon style=filled] + N10 [label="Hot Wallet Security" color="#FFE69C" fillcolor="#FFF9D4" shape=action style=filled] + N0 -> N1 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="secures funds" dir=forward] + N2 -> N3 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#42A5F5" penwidth=1.5 style=dashed label="creates NFTs" dir=forward] + N4 -> N5 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#D3EB9F" penwidth=1.5 style=dashed label="borrows capital" dir=forward] + N6 -> N7 [color="#42A5F5" penwidth=1.5 style=solid label="integrates wallets" dir=forward] + N7 -> N8 [color="#D3EB9F" penwidth=1.5 style=solid label="stakes assets" dir=forward] + N8 -> N9 [color="#D3EB9F" penwidth=1.5 style=dashed label="stores keys" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N0 -> N6 [color="#FFE69C" penwidth=1.5 style=dashed label="manages TGEs" dir=forward] + N6 -> N0 [color="#FFE69C" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_529.dot b/train/diagrams/easy/diagrams_529.dot new file mode 100644 index 0000000000000000000000000000000000000000..19977d1ac9d507ccebacb640cd4fafe2fd68dccb --- /dev/null +++ b/train/diagrams/easy/diagrams_529.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Fulfillment Planning" color="#E0E0E0" fillcolor="#EBEBEB" shape=action style=filled] + N1 [label="Campaign Creation" color="#C2B2F0" fillcolor="#EFE6FF" shape=database style=filled] + N2 [label="Goal Setting" color="#C2B2F0" fillcolor="#EFE6FF" shape=database style=filled] + N3 [label="Backer Communication" color="#E0E0E0" fillcolor="#EBEBEB" shape=diamond style=filled] + N4 [label="Funding Period Management" color="#C2B2F0" fillcolor="#EFE6FF" shape=inputoutput style=filled] + N5 [label="Due Diligence for Projects" color="#E0E0E0" fillcolor="#EBEBEB" shape=rect style=filled] + N6 [label="Post_Campaign Reporting" color="#E0E0E0" fillcolor="#EBEBEB" shape=diamond style=filled] + N7 [label="Platform Fee Management" color="#E0E0E0" fillcolor="#EBEBEB" shape=hexagon style=filled] + N8 [label="Pitch Deck Preparation" color="#E0E0E0" fillcolor="#EBEBEB" shape=vnode_shape style=filled] + N9 [label="Logistics for Rewards" color="#9FA9E1" fillcolor="#D6D9F0" shape=inputoutput style=filled] + N10 [label="Payment Processing" color="#9FA9E1" fillcolor="#D6D9F0" shape=preparation style=filled] + N11 [label="Donation_Based Crowdfunding" color="#E0E0E0" fillcolor="#EBEBEB" shape=vnode_shape style=filled] + N0 -> N1 [color="#C2B2F0" penwidth=1.5 style=solid label="creates campaigns" dir=forward] + N1 -> N2 [color="#C2B2F0" penwidth=1.5 style=solid label="analyzes data" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="selects platforms" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="prepares pitches" dir=forward] + N4 -> N5 [color="#9FA9E1" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#E0E0E0" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#C2B2F0" penwidth=1.5 style=dashed label="manages debt" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid label="facilitates equity" dir=forward] + N10 -> N11 [color="#E0E0E0" penwidth=1.5 style=dashed label="measures success" dir=forward] + N9 -> N0 [color="#C2B2F0" penwidth=1.5 style=dashed dir=forward] + N4 -> N9 [color="#C2B2F0" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_532.txt b/train/diagrams/easy/diagrams_532.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4945521dda143b7aae232fcdb8aca5e8ef98364 --- /dev/null +++ b/train/diagrams/easy/diagrams_532.txt @@ -0,0 +1,10 @@ +<Fulfillment Planning, connectedTo, Video Production for Campaigns> +<Investor Relations, manages shareholders, Fulfillment Planning> +<Pitch Deck Preparation, facilitates international campaigns, Real Estate Crowdfunding> +<Press Outreach, verifies identities, Product Development Lifecycle> +<Product Development Lifecycle, connectedTo, Equity Crowdfunding> +<Real Estate Crowdfunding, connectedTo, Reward_Based Crowdfunding> +<Real Estate Crowdfunding, manages escrows, Fulfillment Planning> +<Reward_Based Crowdfunding, connectedTo, Investor Relations> +<Social Media Promotion, connectedTo, Pitch Deck Preparation> +<Video Production for Campaigns, calculates taxes, Press Outreach> diff --git a/train/diagrams/easy/diagrams_533.dot b/train/diagrams/easy/diagrams_533.dot new file mode 100644 index 0000000000000000000000000000000000000000..efa13877388c57c58ff6d9890b9d47a28f98a438 --- /dev/null +++ b/train/diagrams/easy/diagrams_533.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=TB + N0 [label="Goal Setting" color="#B0C5CD" fillcolor="#DFE7EB" shape=hexagon style=filled] + N1 [label="Legal Compliance" color="#FFC085" fillcolor="#FFDAB9" shape=parallelogram style=filled] + N2 [label="Platform Fee Management" color="#FF8A65" fillcolor="#FBE9E7" shape=rectangle style=filled] + N3 [label="Post_Campaign Reporting" color="#FF8A65" fillcolor="#FBE9E7" shape=preparation style=filled] + N4 [label="Email List Building" color="#B0C5CD" fillcolor="#DFE7EB" shape=action style=filled] + N5 [label="Due Diligence for Projects" color="#FFC085" fillcolor="#FFDAB9" shape=multipledocuments style=filled] + N6 [label="Intellectual Property Protection" color="#B0C5CD" fillcolor="#DFE7EB" shape=preparation style=filled] + N7 [label="Tax Implications of Crowdfunding" color="#FF8A65" fillcolor="#FBE9E7" shape=inputoutput style=filled] + N8 [label="Manufacturing Planning" color="#FFC085" fillcolor="#FFDAB9" shape=document style=filled] + N9 [label="Community Building" color="#B0C5CD" fillcolor="#DFE7EB" shape=action style=filled] + N10 [label="Logistics for Rewards" color="#B0C5CD" fillcolor="#DFE7EB" shape=hexagon style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="conducts outreach" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="plans promotions" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="adheres to regulations" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="promotes campaigns" dir=forward] + N7 -> N8 [color="#B0C5CD" penwidth=1.5 style=solid label="facilitates international campaigns" dir=forward] + N8 -> N9 [color="#FFC085" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="performs due diligence" dir=forward] + N8 -> N3 [color="#FFC085" penwidth=1.5 style=solid dir=forward] + N10 -> N5 [color="#FF8A65" penwidth=1.5 style=dashed label="calculates taxes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_537.dot b/train/diagrams/easy/diagrams_537.dot new file mode 100644 index 0000000000000000000000000000000000000000..b85e6e2681e4c6e21486621ada78e459a41e51cd --- /dev/null +++ b/train/diagrams/easy/diagrams_537.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=BT + N0 [label="Compliance with IoT Regulations" color="#FFC085" fillcolor="#FFDAB9" shape=box style=filled] + N1 [label="Over_the_Air Updates" color="#388E3C" fillcolor="#F1F8E9" shape=document style=filled] + N2 [label="Gateway Development" color="#81C784" fillcolor="#F1F8E9" shape=rect style=filled] + N3 [label="Data Privacy in IoT" color="#FFC085" fillcolor="#FFDAB9" shape=parallelogram style=filled] + N4 [label="AI at the Edge" color="#FFC085" fillcolor="#FFDAB9" shape=inputoutput style=filled] + N5 [label="Remote Monitoring and Control" color="#FFC085" fillcolor="#FFDAB9" shape=preparation style=filled] + N6 [label="Interoperability Standards" color="#81C784" fillcolor="#F1F8E9" shape=predefinedprocess style=filled] + N7 [label="Smart Home Devices" color="#FFC085" fillcolor="#FFDAB9" shape=document style=filled] + N8 [label="Security Implementation" color="#81C784" fillcolor="#F1F8E9" shape=preparation style=filled] + N0 -> N1 [color="#81C784" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFC085" penwidth=1.5 style=solid label="ensures interoperability" dir=forward] + N2 -> N3 [color="#81C784" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFC085" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#81C784" penwidth=1.5 style=solid label="implements edge computing" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="processes streams" dir=forward] + N7 -> N8 [color="#FFC085" penwidth=1.5 style=dashed dir=forward] + N4 -> N1 [color="#81C784" penwidth=1.5 style=dashed label="enhances agriculture" dir=forward] + N8 -> N6 [color="#388E3C" penwidth=1.5 style=dashed label="collects data" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_538.txt b/train/diagrams/easy/diagrams_538.txt new file mode 100644 index 0000000000000000000000000000000000000000..0736cebd7e841e04e27306d970af22de765ba470 --- /dev/null +++ b/train/diagrams/easy/diagrams_538.txt @@ -0,0 +1,13 @@ +<Agricultural IoT, connectedTo, Data Analysis in Cloud> +<Cloud Platform Integration, connectedTo, Security Implementation> +<Compliance with IoT Regulations, connectedTo, Firmware Updates> +<Data Analysis in Cloud, connectedTo, Data Privacy in IoT> +<Data Collection, connectedTo, Agricultural IoT> +<Data Privacy in IoT, performs OTAs, Device Prototyping> +<Device Prototyping, connectedTo, Cloud Platform Integration> +<Firmware Updates, connectedTo, Data Collection> +<Healthcare IoT Devices, manufactures devices, Interoperability Standards> +<Interoperability Standards, prototypes devices, Compliance with IoT Regulations> +<Power Management for Devices, analyzes insights, Interoperability Standards> +<Power Management for Devices, streams data, Healthcare IoT Devices> +<Security Implementation, processes streams, Agricultural IoT> diff --git a/train/diagrams/easy/diagrams_539.txt b/train/diagrams/easy/diagrams_539.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc75bf6c939b885728d67beeb346deeea71c7eb1 --- /dev/null +++ b/train/diagrams/easy/diagrams_539.txt @@ -0,0 +1,9 @@ +<AI at the Edge, builds smart cities, Interoperability Standards> +<Asset Tracking, optimizes operations, Over_the_Air Updates> +<Edge Computing for IoT, uses protocols, Gateway Development> +<Gateway Development, connectedTo, Retail IoT> +<Healthcare IoT Devices, collects data, Environmental Monitoring> +<Interoperability Standards, connectedTo, Healthcare IoT Devices> +<Interoperability Standards, updates firmware, Edge Computing for IoT> +<Over_the_Air Updates, connectedTo, Healthcare IoT Devices> +<Retail IoT, predicts events, Asset Tracking> diff --git a/train/diagrams/easy/diagrams_54.txt b/train/diagrams/easy/diagrams_54.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf63eaa4868a028d3654b63d8ae7a66eb995dbd6 --- /dev/null +++ b/train/diagrams/easy/diagrams_54.txt @@ -0,0 +1,10 @@ +<Circuit Breaker Operation, connectedTo, Wind Turbine Monitoring> +<Cybersecurity for Grid, generates, Power Purchase> +<Energy Efficiency Audit, connectedTo, Substation Automation> +<Energy Infrastructure Planning, upgrades, Cybersecurity for Grid> +<Energy Trading, connectedTo, Outage Detection> +<Outage Detection, controls, Regulatory Compliance> +<Power Purchase, backs up, Energy Efficiency Audit> +<Regulatory Compliance, connectedTo, Circuit Breaker Operation> +<Regulatory Compliance, connectedTo, Cybersecurity for Grid> +<Substation Automation, innovates, Energy Trading> diff --git a/train/diagrams/easy/diagrams_540.dot b/train/diagrams/easy/diagrams_540.dot new file mode 100644 index 0000000000000000000000000000000000000000..ac767edb2c6ef1e5c9603874d27b4d0ae294508b --- /dev/null +++ b/train/diagrams/easy/diagrams_540.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=TB + N0 [label="Data Processing at Edge" color="#BDBDBD" fillcolor="#F5F5F5" shape=preparation style=filled] + N1 [label="Edge Computing for IoT" color="#4DB6AC" fillcolor="#E0F2F1" shape=preparation style=filled] + N2 [label="Sensor Integration" color="#BDBDBD" fillcolor="#F5F5F5" shape=parallelogram style=filled] + N3 [label="Cloud Platform Integration" color="#B0C5CD" fillcolor="#DFE7EB" shape=multipledocuments style=filled] + N4 [label="Power Management for Devices" color="#BDBDBD" fillcolor="#F5F5F5" shape=box style=filled] + N5 [label="Connected Vehicles" color="#BDBDBD" fillcolor="#F5F5F5" shape=parallelogram style=filled] + N6 [label="Connectivity Management" color="#4DB6AC" fillcolor="#E0F2F1" shape=rect style=filled] + N7 [label="Real_time Data Streaming" color="#BDBDBD" fillcolor="#F5F5F5" shape=parallelogram style=filled] + N8 [label="Compliance with IoT Regulations" color="#BDBDBD" fillcolor="#F5F5F5" shape=predefinedprocess style=filled] + N9 [label="Wearable Technology" color="#B0C5CD" fillcolor="#DFE7EB" shape=preparation style=filled] + N0 -> N1 [color="#BDBDBD" penwidth=1.5 style=dashed label="tracks assets" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#BDBDBD" penwidth=1.5 style=dashed label="optimizes operations" dir=forward] + N3 -> N4 [color="#BDBDBD" penwidth=1.5 style=dashed label="manages power" dir=forward] + N4 -> N5 [color="#4DB6AC" penwidth=1.5 style=dashed label="integrates sensors" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="integrates AI" dir=forward] + N6 -> N7 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#BDBDBD" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#B0C5CD" penwidth=1.5 style=solid label="manufactures devices" dir=forward] + N4 -> N2 [color="#B0C5CD" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_541.dot b/train/diagrams/easy/diagrams_541.dot new file mode 100644 index 0000000000000000000000000000000000000000..2e5ddcab2fc0110920ca6da95927e12ec49d9755 --- /dev/null +++ b/train/diagrams/easy/diagrams_541.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=TB + N0 [label="Edge Computing for IoT" color="#FFC085" fillcolor="#FFDAB9" shape=diamond style=filled] + N1 [label="Blockchain for IoT Security" color="#FFC085" fillcolor="#FFDAB9" shape=document style=filled] + N2 [label="Asset Tracking" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N3 [label="AI at the Edge" color="#EAEFA5" fillcolor="#FDFCEB" shape=predefinedprocess style=filled] + N4 [label="Data Collection" color="#FF5722" fillcolor="#FFCCBC" shape=vnode_shape style=filled] + N5 [label="Smart Home Devices" color="#FFC085" fillcolor="#FFDAB9" shape=diamond style=filled] + N6 [label="Real_time Data Streaming" color="#FF5722" fillcolor="#FFCCBC" shape=hexagon style=filled] + N7 [label="Power Management for Devices" color="#FFC085" fillcolor="#FFDAB9" shape=document style=filled] + N8 [label="Connectivity Management" color="#FFC085" fillcolor="#FFDAB9" shape=predefinedprocess style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=solid label="builds smart cities" dir=forward] + N1 -> N2 [color="#EAEFA5" penwidth=1.5 style=dashed label="integrates AI" dir=forward] + N2 -> N3 [color="#FF5722" penwidth=1.5 style=solid label="uses protocols" dir=forward] + N3 -> N4 [color="#FF5722" penwidth=1.5 style=dashed label="implements edge computing" dir=forward] + N4 -> N5 [color="#FF5722" penwidth=1.5 style=solid label="uses blockchain" dir=forward] + N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N0 -> N5 [color="#FFC085" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_544.txt b/train/diagrams/easy/diagrams_544.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e8c3d373522852927425f6d70bf424eac2b059f --- /dev/null +++ b/train/diagrams/easy/diagrams_544.txt @@ -0,0 +1,13 @@ +<Cloud Platform Integration, connects endpoints, Industrial IoT> +<Compliance with IoT Regulations, complies with regulations, Real_time Data Streaming> +<Connectivity Management, connectedTo, Cloud Platform Integration> +<Device Prototyping, connectedTo, Smart City Sensors> +<Device Prototyping, prototypes devices, Network Protocol Selection> +<Industrial IoT, optimizes operations, Smart City Sensors> +<Network Protocol Selection, certifies devices, Over_the_Air Updates> +<Over_the_Air Updates, ensures privacy, Sensor Integration> +<Over_the_Air Updates, uses protocols, Real_time Data Streaming> +<Real_time Data Streaming, optimizes transportation, Device Prototyping> +<Remote Monitoring and Control, collects data, Environmental Monitoring> +<Sensor Integration, connectedTo, Remote Monitoring and Control> +<Smart City Sensors, connectedTo, Compliance with IoT Regulations> diff --git a/train/diagrams/easy/diagrams_545.dot b/train/diagrams/easy/diagrams_545.dot new file mode 100644 index 0000000000000000000000000000000000000000..4c5bd3dbc4ecbda7aa388ca889c67afb8e2522df --- /dev/null +++ b/train/diagrams/easy/diagrams_545.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Real_time Analytics at Edge" color="#AF56A6" fillcolor="#DDCEDD" shape=action style=filled] + N1 [label="Offline Functionality" color="#03A9F4" fillcolor="#B3E5FC" shape=document style=filled] + N2 [label="Edge Data Processing" color="#03A9F4" fillcolor="#B3E5FC" shape=predefinedprocess style=filled] + N3 [label="Event_Driven Architectures at Edge" color="#03A9F4" fillcolor="#B3E5FC" shape=parallelogram style=filled] + N4 [label="Edge Gateway Management" color="#4DD0E1" fillcolor="#C9F0F0" shape=rect style=filled] + N5 [label="Industrial Edge Computing" color="#4DD0E1" fillcolor="#C9F0F0" shape=rect style=filled] + N6 [label="Security for Edge Devices" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled] + N7 [label="Edge Device Provisioning" color="#AF56A6" fillcolor="#DDCEDD" shape=action style=filled] + N8 [label="Edge Computing Hardware Selection" color="#4DD0E1" fillcolor="#C9F0F0" shape=multipledocuments style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="reduces latency" dir=forward] + N1 -> N2 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="provisions resources" dir=forward] + N3 -> N4 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4DD0E1" penwidth=1.5 style=dashed label="selects hardware" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#4DD0E1" penwidth=1.5 style=dashed label="optimizes telecoms" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N0 [color="#4DD0E1" penwidth=1.5 style=dashed label="processes events" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_545.txt b/train/diagrams/easy/diagrams_545.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5e77c68e90da61ab3f1539edf382dfc4bab3b69 --- /dev/null +++ b/train/diagrams/easy/diagrams_545.txt @@ -0,0 +1,9 @@ +<Edge Data Processing, provisions resources, Event_Driven Architectures at Edge> +<Edge Device Provisioning, connectedTo, Edge Computing Hardware Selection> +<Edge Device Provisioning, processes events, Real_time Analytics at Edge> +<Edge Gateway Management, selects hardware, Industrial Edge Computing> +<Event_Driven Architectures at Edge, connectedTo, Edge Gateway Management> +<Industrial Edge Computing, connectedTo, Security for Edge Devices> +<Offline Functionality, connectedTo, Edge Data Processing> +<Real_time Analytics at Edge, reduces latency, Offline Functionality> +<Security for Edge Devices, optimizes telecoms, Edge Device Provisioning> diff --git a/train/diagrams/easy/diagrams_546.dot b/train/diagrams/easy/diagrams_546.dot new file mode 100644 index 0000000000000000000000000000000000000000..e231ee25c13603f580217fa71714e2f2397d0cda --- /dev/null +++ b/train/diagrams/easy/diagrams_546.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Edge Device Analytics" color="#94C0C0" fillcolor="#CADEDE" shape=vnode_shape style=filled] + N1 [label="Virtualization at Edge" color="#94C0C0" fillcolor="#CADEDE" shape=multipledocuments style=filled] + N2 [label="Edge_to_Cloud Data Transfer Optimization" color="#94C0C0" fillcolor="#CADEDE" shape=rect style=filled] + N3 [label="Edge Device Deployment" color="#94C0C0" fillcolor="#CADEDE" shape=rectangle style=filled] + N4 [label="Telecom Edge Computing" color="#FF5722" fillcolor="#FFCCBC" shape=document style=filled] + N5 [label="Remote Device Management" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N6 [label="Edge Security Analytics" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N7 [label="Edge Device Provisioning" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled] + N8 [label="Orchestration of Edge Workloads" color="#FF5722" fillcolor="#FFCCBC" shape=box style=filled] + N9 [label="Edge Network Topology Design" color="#FFD54F" fillcolor="#FFF8E1" shape=preparation style=filled] + N10 [label="Smart City Edge Solutions" color="#FFD54F" fillcolor="#FFF8E1" shape=document style=filled] + N11 [label="Security for Edge Devices" color="#94C0C0" fillcolor="#CADEDE" shape=rectangle style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="powers healthcare devices" dir=forward] + N1 -> N2 [color="#FFD54F" penwidth=1.5 style=solid label="provides fault tolerance" dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=solid label="enhances retail experiences" dir=forward] + N3 -> N4 [color="#94C0C0" penwidth=1.5 style=dashed label="performs real_time analytics" dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=dashed label="reduces latency" dir=forward] + N5 -> N6 [color="#FF5722" penwidth=1.5 style=solid label="ensures compliance" dir=forward] + N6 -> N7 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid label="deploys nodes" dir=forward] + N10 -> N11 [color="#FF5722" penwidth=1.5 style=solid label="implements virtual machines" dir=forward] + N6 -> N4 [color="#FF5722" penwidth=1.5 style=solid label="processes data locally" dir=forward] + N3 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_546.txt b/train/diagrams/easy/diagrams_546.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2a5a42d6a500dcd522c5e3cd97b182810f49cf4 --- /dev/null +++ b/train/diagrams/easy/diagrams_546.txt @@ -0,0 +1,13 @@ +<Edge Device Analytics, powers healthcare devices, Virtualization at Edge> +<Edge Device Deployment, connectedTo, Edge Device Provisioning> +<Edge Device Deployment, performs real_time analytics, Telecom Edge Computing> +<Edge Device Provisioning, connectedTo, Orchestration of Edge Workloads> +<Edge Network Topology Design, deploys nodes, Smart City Edge Solutions> +<Edge Security Analytics, connectedTo, Edge Device Provisioning> +<Edge Security Analytics, processes data locally, Telecom Edge Computing> +<Edge_to_Cloud Data Transfer Optimization, enhances retail experiences, Edge Device Deployment> +<Orchestration of Edge Workloads, connectedTo, Edge Network Topology Design> +<Remote Device Management, ensures compliance, Edge Security Analytics> +<Smart City Edge Solutions, implements virtual machines, Security for Edge Devices> +<Telecom Edge Computing, reduces latency, Remote Device Management> +<Virtualization at Edge, provides fault tolerance, Edge_to_Cloud Data Transfer Optimization> diff --git a/train/diagrams/easy/diagrams_55.txt b/train/diagrams/easy/diagrams_55.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf849c9e0cdc6dc164b09e220b4067898bd512e7 --- /dev/null +++ b/train/diagrams/easy/diagrams_55.txt @@ -0,0 +1,10 @@ +<Battery Monitoring, develops, Energy Trading> +<Battery Monitoring, forecasts, Smart Metering> +<Consumption Logging, connectedTo, Transmission Line Maintenance> +<Energy Trading, connectedTo, Outage Detection> +<Nuclear Reactor Control, isolates, Power Backup> +<Outage Detection, installs, Consumption Logging> +<Power Backup, connectedTo, Energy Market Analysis> +<Power Backup, reads, Outage Detection> +<Smart Metering, connectedTo, Nuclear Reactor Control> +<Transmission Line Maintenance, connectedTo, Battery Monitoring> diff --git a/train/diagrams/easy/diagrams_550.txt b/train/diagrams/easy/diagrams_550.txt new file mode 100644 index 0000000000000000000000000000000000000000..70e7c9d4e0e766f00bb1a0b0f38da01799315062 --- /dev/null +++ b/train/diagrams/easy/diagrams_550.txt @@ -0,0 +1,12 @@ +<Compliance and Governance at Edge, filters data, Security for Edge Devices> +<Data Filtering at Edge, connectedTo, Distributed Data Storage> +<Data Synchronization between Edge and Cloud, connectedTo, Retail Edge Computing> +<Distributed Data Storage, manages distributed systems, Sensor Data Aggregation> +<Edge Application Development, connectedTo, Edge Security Analytics> +<Edge Security Analytics, connectedTo, Healthcare Edge Computing> +<Event_Driven Architectures at Edge, deploys analytics, Edge Application Development> +<Healthcare Edge Computing, orchestrates containers, Data Filtering at Edge> +<Retail Edge Computing, stores data temporarily, Compliance and Governance at Edge> +<Security for Edge Devices, connectedTo, Retail Edge Computing> +<Security for Edge Devices, connectedTo, Smart City Edge Solutions> +<Sensor Data Aggregation, designs architectures, Data Synchronization between Edge and Cloud> diff --git a/train/diagrams/easy/diagrams_551.txt b/train/diagrams/easy/diagrams_551.txt new file mode 100644 index 0000000000000000000000000000000000000000..9df319f90560a98fc259e469988179f31b7a04a1 --- /dev/null +++ b/train/diagrams/easy/diagrams_551.txt @@ -0,0 +1,12 @@ +<Edge Device Deployment, provisions resources, Edge Gateway Management> +<Edge Device Provisioning, connects endpoints, Smart City Edge Solutions> +<Edge Gateway Management, connectedTo, Edge Application Development> +<Edge Gateway Management, optimizes resources, Resource Management at Edge> +<Local AI or ML Inference, selects hardware, Real_time Analytics at Edge> +<Orchestration of Edge Workloads, connectedTo, Edge Device Provisioning> +<Orchestration of Edge Workloads, secures data, Power Consumption Optimization> +<Power Consumption Optimization, connectedTo, Edge Application Development> +<Real_time Analytics at Edge, connectedTo, Orchestration of Edge Workloads> +<Resource Management at Edge, connectedTo, Local AI or ML Inference> +<Sensor Data Aggregation, manages APIs, Edge Device Deployment> +<Smart City Edge Solutions, connectedTo, Sensor Data Aggregation> diff --git a/train/diagrams/easy/diagrams_552.txt b/train/diagrams/easy/diagrams_552.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d0ae168a7cd843eb3e44f7ce7f81b593b1fdb3e --- /dev/null +++ b/train/diagrams/easy/diagrams_552.txt @@ -0,0 +1,9 @@ +<Edge API Management, connectedTo, Event_Driven Architectures at Edge> +<Edge Application Development, manages devices, Local AI or ML Inference> +<Edge Security Analytics, connectedTo, Telecom Edge Computing> +<Event_Driven Architectures at Edge, enables offline operations, Retail Edge Computing> +<Latency Reduction, manages distributed systems, Real_time Analytics at Edge> +<Latency Reduction, provides low latency, Edge API Management> +<Local AI or ML Inference, stores data temporarily, Edge API Management> +<Real_time Analytics at Edge, connectedTo, Edge Application Development> +<Telecom Edge Computing, implements virtual machines, Latency Reduction> diff --git a/train/diagrams/easy/diagrams_553.dot b/train/diagrams/easy/diagrams_553.dot new file mode 100644 index 0000000000000000000000000000000000000000..74600fa81fe2195af2f38f6416418793c675abc1 --- /dev/null +++ b/train/diagrams/easy/diagrams_553.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Database as a Service" color="#AB47BC" fillcolor="#F3E5F5" shape=vnode_shape style=filled] + N1 [label="Load Balancing in Cloud" color="#AB47BC" fillcolor="#F3E5F5" shape=rectangle style=filled] + N2 [label="Cloud Vendor Lock_in Mitigation" color="#FFF8A6" fillcolor="#FFFDE0" shape=preparation style=filled] + N3 [label="Cloud Marketplace Integration" color="#AB47BC" fillcolor="#F3E5F5" shape=ellipse style=filled] + N4 [label="API Management in Cloud" color="#FFF8A6" fillcolor="#FFFDE0" shape=database style=filled] + N5 [label="Platform as a Service" color="#FFF8A6" fillcolor="#FFFDE0" shape=parallelogram style=filled] + N6 [label="Cloud Native Application Development" color="#BA68C8" fillcolor="#F3E5F5" shape=multipledocuments style=filled] + N7 [label="Cloud Backup Solutions" color="#FFF8A6" fillcolor="#FFFDE0" shape=vnode_shape style=filled] + N8 [label="Infrastructure as a Service" color="#BA68C8" fillcolor="#F3E5F5" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="manages VMs" dir=forward] + N1 -> N2 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFF8A6" penwidth=1.5 style=solid label="migrates workloads" dir=forward] + N3 -> N4 [color="#BA68C8" penwidth=1.5 style=dashed label="avoids lock_ins" dir=forward] + N4 -> N5 [color="#AB47BC" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#AB47BC" penwidth=1.5 style=solid label="builds hybrid clouds" dir=forward] + N6 -> N7 [color="#AB47BC" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="monitors performance" dir=forward] + N6 -> N8 [color="#AB47BC" penwidth=1.5 style=solid label="manages IAMs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_553.txt b/train/diagrams/easy/diagrams_553.txt new file mode 100644 index 0000000000000000000000000000000000000000..75f7442a0ab7dd01812717828119825f78800392 --- /dev/null +++ b/train/diagrams/easy/diagrams_553.txt @@ -0,0 +1,9 @@ +<API Management in Cloud, connectedTo, Platform as a Service> +<Cloud Backup Solutions, monitors performance, Infrastructure as a Service> +<Cloud Marketplace Integration, avoids lock_ins, API Management in Cloud> +<Cloud Native Application Development, connectedTo, Cloud Backup Solutions> +<Cloud Native Application Development, manages IAMs, Infrastructure as a Service> +<Cloud Vendor Lock_in Mitigation, migrates workloads, Cloud Marketplace Integration> +<Database as a Service, manages VMs, Load Balancing in Cloud> +<Load Balancing in Cloud, connectedTo, Cloud Vendor Lock_in Mitigation> +<Platform as a Service, builds hybrid clouds, Cloud Native Application Development> diff --git a/train/diagrams/easy/diagrams_556.dot b/train/diagrams/easy/diagrams_556.dot new file mode 100644 index 0000000000000000000000000000000000000000..c95158cfc29907bc3fff097bd58a616767467e75 --- /dev/null +++ b/train/diagrams/easy/diagrams_556.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Cloud Native Application Development" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled] + N1 [label="Container Orchestration" color="#795548" fillcolor="#D7CCC8" shape=document style=filled] + N2 [label="Cloud Vendor Lock_in Mitigation" color="#FFD54F" fillcolor="#FFF8E1" shape=multipledocuments style=filled] + N3 [label="Serverless Computing" color="#92C79A" fillcolor="#E8F0EA" shape=rect style=filled] + N4 [label="Multi_Cloud Management" color="#FFD54F" fillcolor="#FFF8E1" shape=rectangle style=filled] + N5 [label="Software as a Service" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled] + N6 [label="Load Balancing in Cloud" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled] + N7 [label="Auto_Scaling Configurations" color="#92C79A" fillcolor="#E8F0EA" shape=diamond style=filled] + N8 [label="Identity and Access Management" color="#92C79A" fillcolor="#E8F0EA" shape=diamond style=filled] + N9 [label="Platform as a Service" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N0 -> N1 [color="#FFD54F" penwidth=1.5 style=dashed label="configures firewalls" dir=forward] + N1 -> N2 [color="#795548" penwidth=1.5 style=dashed label="secures environments" dir=forward] + N2 -> N3 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=solid label="deploys private clouds" dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=dashed label="implements DR" dir=forward] + N5 -> N6 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFD54F" penwidth=1.5 style=solid label="manages VMs" dir=forward] + N7 -> N8 [color="#FFD54F" penwidth=1.5 style=solid label="optimizes costs" dir=forward] + N8 -> N9 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N9 -> N6 [color="#000000" penwidth=1.5 style=dashed label="uses public clouds" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_558.dot b/train/diagrams/easy/diagrams_558.dot new file mode 100644 index 0000000000000000000000000000000000000000..2264884940f5f4b9b7de386b653bbda93c464cc6 --- /dev/null +++ b/train/diagrams/easy/diagrams_558.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Hybrid Cloud Deployment" color="#4DB6AC" fillcolor="#E0F2F1" shape=ellipse style=filled] + N1 [label="Private Cloud Management" color="#FFE69C" fillcolor="#FFF9D4" shape=rectangle style=filled] + N2 [label="Database as a Service" color="#FFE69C" fillcolor="#FFF9D4" shape=diamond style=filled] + N3 [label="Cloud Vendor Lock_in Mitigation" color="#D3EB9F" fillcolor="#F8FDD3" shape=preparation style=filled] + N4 [label="Cloud_based VPN Setup" color="#FFE69C" fillcolor="#FFF9D4" shape=ellipse style=filled] + N5 [label="CI or CD Pipelines in Cloud" color="#4DB6AC" fillcolor="#E0F2F1" shape=vnode_shape style=filled] + N6 [label="DevOps on Cloud" color="#D3EB9F" fillcolor="#F8FDD3" shape=inputoutput style=filled] + N7 [label="Virtual Machine Management" color="#D3EB9F" fillcolor="#F8FDD3" shape=inputoutput style=filled] + N8 [label="Infrastructure as a Service" color="#4DB6AC" fillcolor="#E0F2F1" shape=hexagon style=filled] + N9 [label="Cloud Firewall Configuration" color="#D3EB9F" fillcolor="#F8FDD3" shape=multipledocuments style=filled] + N10 [label="Edge_to_Cloud Integration" color="#D3EB9F" fillcolor="#F8FDD3" shape=document style=filled] + N11 [label="Public Cloud Management" color="#4DB6AC" fillcolor="#E0F2F1" shape=ellipse style=filled] + N0 -> N1 [color="#D3EB9F" penwidth=1.5 style=solid label="secures environments" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="manages multi_clouds" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="configures networks" dir=forward] + N4 -> N5 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#D3EB9F" penwidth=1.5 style=dashed label="avoids lock_ins" dir=forward] + N7 -> N8 [color="#D3EB9F" penwidth=1.5 style=solid label="tags resources" dir=forward] + N8 -> N9 [color="#FFE69C" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#FFE69C" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#4DB6AC" penwidth=1.5 style=solid dir=forward] + N9 -> N1 [color="#4DB6AC" penwidth=1.5 style=solid label="builds hybrid clouds" dir=forward] + N3 -> N11 [color="#FFE69C" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_559.txt b/train/diagrams/easy/diagrams_559.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3c33d9e9b94911b307c1d845bb88e93727d5e4e --- /dev/null +++ b/train/diagrams/easy/diagrams_559.txt @@ -0,0 +1,10 @@ +<Auto_Scaling Configurations, offers PaaS, Cloud Architecture Design> +<CI or CD Pipelines in Cloud, connectedTo, Auto_Scaling Configurations> +<Cloud Architecture Design, automates tasks, CI or CD Pipelines in Cloud> +<Cloud Marketplace Integration, connectedTo, Cloud Native Application Development> +<Cloud Native Application Development, ensures governance, Network Configuration in Cloud> +<Load Balancing in Cloud, connectedTo, CI or CD Pipelines in Cloud> +<Load Balancing in Cloud, provides IaaS, Auto_Scaling Configurations> +<Machine Learning as a Service, enables autoscaling, Cloud Marketplace Integration> +<Network Configuration in Cloud, connectedTo, Virtual Machine Management> +<Virtual Machine Management, develops cloud_native apps, Load Balancing in Cloud> diff --git a/train/diagrams/easy/diagrams_56.dot b/train/diagrams/easy/diagrams_56.dot new file mode 100644 index 0000000000000000000000000000000000000000..6492fdd1f9fa0b1e938db5bf08c26bf854acd8d5 --- /dev/null +++ b/train/diagrams/easy/diagrams_56.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=TB + N0 [label="Fuel Delivery" color="#FF9800" fillcolor="#FFE0B2" shape=document style=filled] + N1 [label="Cybersecurity for Grid" color="#FF5722" fillcolor="#FFCCBC" shape=rect style=filled] + N2 [label="Energy Trading" color="#FF5722" fillcolor="#FFCCBC" shape=vnode_shape style=filled] + N3 [label="Peak Shaving" color="#AF56A6" fillcolor="#DDCEDD" shape=inputoutput style=filled] + N4 [label="Grid Modernization" color="#AF56A6" fillcolor="#DDCEDD" shape=box style=filled] + N5 [label="Wind Turbine Monitoring" color="#FF9800" fillcolor="#FFE0B2" shape=preparation style=filled] + N6 [label="Transformer Station" color="#FF5722" fillcolor="#FFCCBC" shape=database style=filled] + N7 [label="Sensor Reading" color="#AF56A6" fillcolor="#DDCEDD" shape=diamond style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FF9800" penwidth=1.5 style=solid label="installs" dir=forward] + N3 -> N4 [color="#FF9800" penwidth=1.5 style=solid label="audits" dir=forward] + N4 -> N5 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FF9800" penwidth=1.5 style=dashed label="alerts" dir=forward] + N6 -> N7 [color="#FF9800" penwidth=1.5 style=solid dir=forward] + N3 -> N0 [color="#FF5722" penwidth=1.5 style=dashed dir=forward] + N6 -> N5 [color="#AF56A6" penwidth=1.5 style=solid label="develops" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_561.txt b/train/diagrams/easy/diagrams_561.txt new file mode 100644 index 0000000000000000000000000000000000000000..0630fd085ce3b4abd9efb87cd88d24565b89ec1f --- /dev/null +++ b/train/diagrams/easy/diagrams_561.txt @@ -0,0 +1,12 @@ +<Access Control Systems, connectedTo, Mail Server Management> +<DNS Management, connectedTo, Network Security> +<DNS Management, plans capacity, Virtual Desktop Infrastructure> +<Database Administration, connectedTo, Load Balancer Setup> +<Firewall Management, connectedTo, Network Performance Tuning> +<Load Balancer Setup, connectedTo, Proxy Server Configuration> +<Mail Server Management, connectedTo, DNS Management> +<Network Performance Tuning, plans capacity, Access Control Systems> +<Network Security, connectedTo, Database Administration> +<Network Security, manages directories, Virtual Desktop Infrastructure> +<Proxy Server Configuration, deploys servers, Virtual Desktop Infrastructure> +<Virtual Desktop Infrastructure, lays cables, Power and Cooling Management> diff --git a/train/diagrams/easy/diagrams_562.txt b/train/diagrams/easy/diagrams_562.txt new file mode 100644 index 0000000000000000000000000000000000000000..72d462542984b0306ca4c5a33fdfe93ca5a4ecd3 --- /dev/null +++ b/train/diagrams/easy/diagrams_562.txt @@ -0,0 +1,10 @@ +<DNS Management, manages remote access, Patch Management> +<Database Administration, configures load balancers, Troubleshooting and Support> +<Database Administration, connectedTo, VPN Configuration> +<Hardware Procurement, administers databases, Database Administration> +<Hardware Procurement, connectedTo, Troubleshooting and Support> +<Operating System Installation, connectedTo, Virtualization> +<Patch Management, manages storage, Database Administration> +<System Administration, connectedTo, Operating System Installation> +<VPN Configuration, monitors performance, Hardware Procurement> +<Virtualization, optimizes environments, DNS Management> diff --git a/train/diagrams/easy/diagrams_570.txt b/train/diagrams/easy/diagrams_570.txt new file mode 100644 index 0000000000000000000000000000000000000000..2765b8920b48708283e55999afa7dab2e1bb7ad6 --- /dev/null +++ b/train/diagrams/easy/diagrams_570.txt @@ -0,0 +1,8 @@ +<Automated Rollbacks, orchestrates containers, Release Management> +<ChatOps, connectedTo, Automated Rollbacks> +<Continuous Delivery, performs static analysis, ChatOps> +<Cost Optimization in Cloud DevOps, connectedTo, Continuous Delivery> +<Monitoring and Logging, deploys canaries, Code Quality Checks> +<Pipeline Automation, connectedTo, Cost Optimization in Cloud DevOps> +<Release Management, automates tests, Monitoring and Logging> +<Release Management, gathers feedback, Cost Optimization in Cloud DevOps> diff --git a/train/diagrams/easy/diagrams_573.dot b/train/diagrams/easy/diagrams_573.dot new file mode 100644 index 0000000000000000000000000000000000000000..3b53a59f05f678bf02763ae39e4a527e77eeef75 --- /dev/null +++ b/train/diagrams/easy/diagrams_573.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=RL + N0 [label="Code Quality Checks" color="#FF9800" fillcolor="#FFE0B2" shape=preparation style=filled] + N1 [label="Pipeline Automation" color="#BDBDBD" fillcolor="#F5F5F5" shape=parallelogram style=filled] + N2 [label="Automated Testing" color="#E91E63" fillcolor="#F8BBD0" shape=action style=filled] + N3 [label="GitOps" color="#BDBDBD" fillcolor="#F5F5F5" shape=rect style=filled] + N4 [label="Immutable Infrastructure" color="#BDBDBD" fillcolor="#F5F5F5" shape=ellipse style=filled] + N5 [label="Feature Flags" color="#E91E63" fillcolor="#F8BBD0" shape=diamond style=filled] + N6 [label="Automated Deployment" color="#FF9800" fillcolor="#FFE0B2" shape=multipledocuments style=filled] + N7 [label="Secrets Management" color="#E91E63" fillcolor="#F8BBD0" shape=database style=filled] + N8 [label="Monitoring and Logging" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled] + N0 -> N1 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FF9800" penwidth=1.5 style=dashed label="fosters collaboration" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="conducts post_mortems" dir=forward] + N5 -> N6 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#BDBDBD" penwidth=1.5 style=dashed label="runs DAST" dir=forward] + N7 -> N8 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N0 -> N8 [color="#BDBDBD" penwidth=1.5 style=dashed label="manages environments" dir=forward] + N0 -> N5 [color="#000000" penwidth=1.5 style=dashed label="integrates security" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_574.dot b/train/diagrams/easy/diagrams_574.dot new file mode 100644 index 0000000000000000000000000000000000000000..c51241f068f2d0201a152f34b913f86882352e4e --- /dev/null +++ b/train/diagrams/easy/diagrams_574.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=LR + N0 [label="Post_Mortem Analysis" color="#E91E63" fillcolor="#F8BBD0" shape=hexagon style=filled] + N1 [label="Containerization" color="#7E57C2" fillcolor="#D1C4E9" shape=rectangle style=filled] + N2 [label="Automated Rollbacks" color="#E91E63" fillcolor="#F8BBD0" shape=parallelogram style=filled] + N3 [label="Collaboration Tools" color="#E91E63" fillcolor="#F8BBD0" shape=database style=filled] + N4 [label="Microservices Architecture" color="#4DB6AC" fillcolor="#E0F2F1" shape=preparation style=filled] + N5 [label="Canary Releases" color="#E91E63" fillcolor="#F8BBD0" shape=rectangle style=filled] + N6 [label="Monitoring and Logging" color="#E91E63" fillcolor="#F8BBD0" shape=preparation style=filled] + N7 [label="Continuous Integration" color="#4DB6AC" fillcolor="#E0F2F1" shape=database style=filled] + N8 [label="Container Orchestration" color="#4DB6AC" fillcolor="#E0F2F1" shape=rectangle style=filled] + N9 [label="Infrastructure as Code" color="#E91E63" fillcolor="#F8BBD0" shape=predefinedprocess style=filled] + N0 -> N1 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#4DB6AC" penwidth=1.5 style=solid label="uses GitOps" dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=dashed label="implements blue_green" dir=forward] + N3 -> N4 [color="#E91E63" penwidth=1.5 style=dashed label="practices chaos engineering" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#E91E63" penwidth=1.5 style=dashed label="runs DAST" dir=forward] + N7 -> N8 [color="#4DB6AC" penwidth=1.5 style=dashed label="automates pipelines" dir=forward] + N8 -> N9 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N9 -> N8 [color="#7E57C2" penwidth=1.5 style=dashed label="fosters collaboration" dir=forward] + N4 -> N6 [color="#E91E63" penwidth=1.5 style=dashed label="manages microservices" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_575.dot b/train/diagrams/easy/diagrams_575.dot new file mode 100644 index 0000000000000000000000000000000000000000..2e487654eeb72aabd8f3dd2b1c2c0c845ad930bf --- /dev/null +++ b/train/diagrams/easy/diagrams_575.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=BT + N0 [label="Post_Mortem Analysis" color="#FFDA4E" fillcolor="#FFE88D" shape=preparation style=filled] + N1 [label="Alerting and Incident Response" color="#FFDA4E" fillcolor="#FFE88D" shape=ellipse style=filled] + N2 [label="Cost Optimization in Cloud DevOps" color="#FFCC80" fillcolor="#FFF0CC" shape=database style=filled] + N3 [label="Continuous Integration" color="#EAEFA5" fillcolor="#FDFCEB" shape=ellipse style=filled] + N4 [label="Blue_Green Deployments" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N5 [label="Containerization" color="#FFDA4E" fillcolor="#FFE88D" shape=document style=filled] + N6 [label="Configuration Management" color="#EAEFA5" fillcolor="#FDFCEB" shape=box style=filled] + N7 [label="Security in DevOps" color="#EAEFA5" fillcolor="#FDFCEB" shape=parallelogram style=filled] + N8 [label="Container Orchestration" color="#FFDA4E" fillcolor="#FFE88D" shape=action style=filled] + N0 -> N1 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#FFDA4E" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFDA4E" penwidth=1.5 style=dashed label="performs static analysis" dir=forward] + N3 -> N4 [color="#EAEFA5" penwidth=1.5 style=solid label="uses GitOps" dir=forward] + N4 -> N5 [color="#FFCC80" penwidth=1.5 style=solid label="implements blue_green" dir=forward] + N5 -> N6 [color="#FFCC80" penwidth=1.5 style=dashed label="uses IaC" dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed label="fosters collaboration" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N7 [color="#FFCC80" penwidth=1.5 style=dashed label="automates pipelines" dir=forward] + N5 -> N8 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_577.dot b/train/diagrams/easy/diagrams_577.dot new file mode 100644 index 0000000000000000000000000000000000000000..f6e9693bddc9467d96f991d43119dd65ab702cd2 --- /dev/null +++ b/train/diagrams/easy/diagrams_577.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Operating System Development" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N1 [label="API Development" color="#FFDA4E" fillcolor="#FFE88D" shape=predefinedprocess style=filled] + N2 [label="Game Development" color="#FBC02D" fillcolor="#FFFDE7" shape=document style=filled] + N3 [label="Version Control" color="#FFDA4E" fillcolor="#FFE88D" shape=document style=filled] + N4 [label="Integration Testing" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N5 [label="Maintenance" color="#795548" fillcolor="#D7CCC8" shape=predefinedprocess style=filled] + N6 [label="Unit Testing" color="#FBC02D" fillcolor="#FFFDE7" shape=preparation style=filled] + N7 [label="System Design" color="#FBC02D" fillcolor="#FFFDE7" shape=action style=filled] + N8 [label="Security Hardening" color="#795548" fillcolor="#D7CCC8" shape=rect style=filled] + N9 [label="Mobile Application Development" color="#795548" fillcolor="#D7CCC8" shape=document style=filled] + N0 -> N1 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFDA4E" penwidth=1.5 style=solid label="manages databases" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=dashed label="manages data structures" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="maintains code" dir=forward] + N5 -> N6 [color="#FFDA4E" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FBC02D" penwidth=1.5 style=dashed label="writes documentation" dir=forward] + N8 -> N9 [color="#795548" penwidth=1.5 style=solid dir=forward] + N2 -> N5 [color="#795548" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_579.txt b/train/diagrams/easy/diagrams_579.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6c4eee321b817306138d7cf9548086722dd44c7 --- /dev/null +++ b/train/diagrams/easy/diagrams_579.txt @@ -0,0 +1,10 @@ +<Algorithm Design, connectedTo, Continuous Delivery> +<Continuous Delivery, creates UIs, Maintenance> +<Continuous Integration, connectedTo, Version Control> +<Integration Testing, connectedTo, User Experience Design> +<Maintenance, codes features, Integration Testing> +<Refactoring, connectedTo, Testing Frameworks> +<Refactoring, develops embedded systems, Version Control> +<Testing Frameworks, writes documentation, Continuous Integration> +<User Experience Design, performs refactoring, Backend Development> +<Version Control, connectedTo, Algorithm Design> diff --git a/train/diagrams/easy/diagrams_58.dot b/train/diagrams/easy/diagrams_58.dot new file mode 100644 index 0000000000000000000000000000000000000000..229c22042097f8877ab4334b9085e45fb491e6e5 --- /dev/null +++ b/train/diagrams/easy/diagrams_58.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Verdict Announcement" color="#FFCC80" fillcolor="#FFF0CC" shape=multipledocuments style=filled] + N1 [label="Intel Property Licensing" color="#FFF176" fillcolor="#FFFDE7" shape=parallelogram style=filled] + N2 [label="Plea Bargain" color="#607D8B" fillcolor="#CFD8DC" shape=box style=filled] + N3 [label="Pre_Trial Hearing" color="#FFCC80" fillcolor="#FFF0CC" shape=vnode_shape style=filled] + N4 [label="Pro Bono Work" color="#FFCC80" fillcolor="#FFF0CC" shape=action style=filled] + N5 [label="Legal Research" color="#FFCC80" fillcolor="#FFF0CC" shape=database style=filled] + N6 [label="Bankruptcy Filing" color="#607D8B" fillcolor="#CFD8DC" shape=predefinedprocess style=filled] + N7 [label="Due Diligence" color="#FFCC80" fillcolor="#FFF0CC" shape=ellipse style=filled] + N8 [label="Notarization" color="#FFCC80" fillcolor="#FFF0CC" shape=inputoutput style=filled] + N9 [label="Copyright Infringement" color="#607D8B" fillcolor="#CFD8DC" shape=ellipse style=filled] + N10 [label="Arbitration Session" color="#607D8B" fillcolor="#CFD8DC" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="notarizes" dir=forward] + N3 -> N4 [color="#FFF176" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#607D8B" penwidth=1.5 style=solid label="counsels" dir=forward] + N5 -> N6 [color="#607D8B" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFCC80" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#607D8B" penwidth=1.5 style=solid label="represents" dir=forward] + N8 -> N9 [color="#607D8B" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N4 [color="#FFCC80" penwidth=1.5 style=solid label="complies" dir=forward] + N5 -> N4 [color="#607D8B" penwidth=1.5 style=dashed label="submits" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_583.txt b/train/diagrams/easy/diagrams_583.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b131e7bdcc03c6a5a2ce6fddfa30ba4be3a0587 --- /dev/null +++ b/train/diagrams/easy/diagrams_583.txt @@ -0,0 +1,13 @@ +<Algorithm Design, uses frameworks, Mobile Application Development> +<Backend Development, develops frontends, Containerization> +<Containerization, integrates modules, Algorithm Design> +<Continuous Delivery, connectedTo, Deployment> +<Continuous Integration, maintains code, User Interface Design> +<Continuous Integration, writes documentation, Database Design> +<Database Design, writes unit tests, Refactoring> +<Deployment, connectedTo, Continuous Integration> +<Documentation, builds backends, Continuous Integration> +<Documentation, connectedTo, User Experience Design> +<Mobile Application Development, designs games, User Interface Design> +<Refactoring, connectedTo, Documentation> +<User Interface Design, manages technical debt, Continuous Delivery> diff --git a/train/diagrams/easy/diagrams_584.txt b/train/diagrams/easy/diagrams_584.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6119b318eb6019e5aa84fcb3efdec2d425e1f5d --- /dev/null +++ b/train/diagrams/easy/diagrams_584.txt @@ -0,0 +1,12 @@ +<Algorithm Design, connectedTo, Embedded Systems Development> +<Bug Fixing, connectedTo, Algorithm Design> +<Code Review, creates UIs, Operating System Development> +<Coding, connectedTo, Bug Fixing> +<Documentation, maintains code, Coding> +<Documentation, manages databases, Security Hardening> +<Embedded Systems Development, fixes bugs, Mobile Application Development> +<Integration Testing, uses containers, Coding> +<Mobile Application Development, connectedTo, Documentation> +<Mobile Application Development, develops embedded systems, Bug Fixing> +<Operating System Development, connectedTo, Integration Testing> +<Security Hardening, connectedTo, Web Application Development> diff --git a/train/diagrams/easy/diagrams_586.dot b/train/diagrams/easy/diagrams_586.dot new file mode 100644 index 0000000000000000000000000000000000000000..cc7ead9aa4129d05486d88a288d16f3c8f0953f1 --- /dev/null +++ b/train/diagrams/easy/diagrams_586.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="RF Circuit Design" color="#673AB7" fillcolor="#D1C4E9" shape=hexagon style=filled] + N1 [label="FPGA Design" color="#2196F3" fillcolor="#BBDEFB" shape=ellipse style=filled] + N2 [label="Testing and Validation" color="#2196F3" fillcolor="#BBDEFB" shape=vnode_shape style=filled] + N3 [label="Power Integrity Analysis" color="#2196F3" fillcolor="#BBDEFB" shape=predefinedprocess style=filled] + N4 [label="Documentation" color="#2196F3" fillcolor="#BBDEFB" shape=vnode_shape style=filled] + N5 [label="Troubleshooting and Debugging" color="#673AB7" fillcolor="#D1C4E9" shape=action style=filled] + N6 [label="Prototyping" color="#673AB7" fillcolor="#D1C4E9" shape=hexagon style=filled] + N7 [label="Mixed_Signal Design" color="#2196F3" fillcolor="#BBDEFB" shape=diamond style=filled] + N8 [label="Optical Module Design" color="#2196F3" fillcolor="#BBDEFB" shape=preparation style=filled] + N9 [label="Firmware Development" color="#673AB7" fillcolor="#D1C4E9" shape=multipledocuments style=filled] + N10 [label="Assembly Line Optimization" color="#673AB7" fillcolor="#D1C4E9" shape=rectangle style=filled] + N0 -> N1 [color="#673AB7" penwidth=1.5 style=dashed label="troubleshoots issues" dir=forward] + N1 -> N2 [color="#2196F3" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFF9AE" penwidth=1.5 style=solid label="controls actuators" dir=forward] + N3 -> N4 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="optimizes power delivery" dir=forward] + N5 -> N6 [color="#2196F3" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="designs circuits" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#2196F3" penwidth=1.5 style=dashed label="analyzes thermals" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="programs microcontrollers" dir=forward] + N5 -> N0 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N3 -> N5 [color="#FFF9AE" penwidth=1.5 style=dashed label="designs optical systems" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_588.txt b/train/diagrams/easy/diagrams_588.txt new file mode 100644 index 0000000000000000000000000000000000000000..1962bb517522bbce7b90cf5733bc56e61eeb3567 --- /dev/null +++ b/train/diagrams/easy/diagrams_588.txt @@ -0,0 +1,8 @@ +<ASIC Design, optimizes costs, Microcontroller Programming> +<Actuator Control, connectedTo, ASIC Design> +<Actuator Control, designs optical systems, Microcontroller Programming> +<Microcontroller Programming, connectedTo, Assembly Line Optimization> +<Mixed_Signal Design, connectedTo, Reverse Engineering> +<Prototyping, manages EMC, Reliability Testing> +<Reliability Testing, ensures reliability, Actuator Control> +<Reverse Engineering, connectedTo, Prototyping> diff --git a/train/diagrams/easy/diagrams_590.txt b/train/diagrams/easy/diagrams_590.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fc2f4e1d2a180987a1de59116220fc32c233de2 --- /dev/null +++ b/train/diagrams/easy/diagrams_590.txt @@ -0,0 +1,12 @@ +<Actuator Control, lays out PCBs, Reverse Engineering> +<Documentation, analyzes failures, Power Management Design> +<Enclosure Design, designs mixed_signal, Power Management Design> +<Enclosure Design, develops ASICs, Quality Control> +<Environmental Testing, connectedTo, Material Selection> +<Failure Analysis, connectedTo, Environmental Testing> +<Material Selection, designs FPGAs, Enclosure Design> +<Mechanical Design Integration, designs fixtures, Actuator Control> +<PCB Layout, connectedTo, Documentation> +<Power Management Design, optimizes costs, Reverse Engineering> +<Quality Control, performs reverse engineering, Mechanical Design Integration> +<Reverse Engineering, connectedTo, Failure Analysis> diff --git a/train/diagrams/easy/diagrams_591.txt b/train/diagrams/easy/diagrams_591.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd226c35352650674c9fa2460051aadc38c4d1be --- /dev/null +++ b/train/diagrams/easy/diagrams_591.txt @@ -0,0 +1,9 @@ +<Electromagnetic Compatibility Testing, lays out PCBs, Test Fixture Design> +<FPGA Design, connectedTo, Mechanical Design Integration> +<Firmware Development, tests environmental resilience, Assembly Line Optimization> +<Mechanical Design Integration, oversees manufacturing, Mixed_Signal Design> +<Mixed_Signal Design, connectedTo, PCB Layout> +<Mixed_Signal Design, connectedTo, Supply Chain Management for Components> +<PCB Layout, analyzes failures, Firmware Development> +<Supply Chain Management for Components, connectedTo, Electromagnetic Compatibility Testing> +<Test Fixture Design, connectedTo, FPGA Design> diff --git a/train/diagrams/easy/diagrams_593.dot b/train/diagrams/easy/diagrams_593.dot new file mode 100644 index 0000000000000000000000000000000000000000..a316203a53cb5c0a9922bd21dd92d13269f99c71 --- /dev/null +++ b/train/diagrams/easy/diagrams_593.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=RL + N0 [label="App Store Optimization" color="#FFCC7A" fillcolor="#FFF6D9" shape=parallelogram style=filled] + N1 [label="Prototyping" color="#FFF9AE" fillcolor="#FFFCE6" shape=rectangle style=filled] + N2 [label="Camera Integration" color="#FFF9AE" fillcolor="#FFFCE6" shape=diamond style=filled] + N3 [label="Subscription Management" color="#6EB76D" fillcolor="#E9F7E8" shape=box style=filled] + N4 [label="Crash Reporting" color="#6EB76D" fillcolor="#E9F7E8" shape=diamond style=filled] + N5 [label="Deep Linking" color="#FFF9AE" fillcolor="#FFFCE6" shape=ellipse style=filled] + N6 [label="Testing and Debugging" color="#FFF9AE" fillcolor="#FFFCE6" shape=preparation style=filled] + N7 [label="Widget Development" color="#FFCC7A" fillcolor="#FFF6D9" shape=rect style=filled] + N8 [label="API Development" color="#FFCC7A" fillcolor="#FFF6D9" shape=ellipse style=filled] + N9 [label="Geolocation Services" color="#6EB76D" fillcolor="#E9F7E8" shape=box style=filled] + N10 [label="IoT Device Control via App" color="#6EB76D" fillcolor="#E9F7E8" shape=rect style=filled] + N11 [label="User Experience Design" color="#FFCC7A" fillcolor="#FFF6D9" shape=predefinedprocess style=filled] + N0 -> N1 [color="#6EB76D" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#6EB76D" penwidth=1.5 style=solid label="monitors crashes" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="designs UXs" dir=forward] + N4 -> N5 [color="#6EB76D" penwidth=1.5 style=solid label="concepts ideas" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="creates wireframes" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFF9AE" penwidth=1.5 style=dashed label="uses geolocation" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="implements deep links" dir=forward] + N9 -> N10 [color="#FFCC7A" penwidth=1.5 style=solid label="designs UIs" dir=forward] + N10 -> N11 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N2 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed label="uses microphone" dir=forward] + N10 -> N5 [color="#6EB76D" penwidth=1.5 style=solid label="develops cross_platform apps" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_594.dot b/train/diagrams/easy/diagrams_594.dot new file mode 100644 index 0000000000000000000000000000000000000000..03bf2ff4c9cd9fe5a8ba97054bc985146237928c --- /dev/null +++ b/train/diagrams/easy/diagrams_594.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=LR + N0 [label="Prototyping" color="#FFD54F" fillcolor="#FFF8E1" shape=vnode_shape style=filled] + N1 [label="AR or VR Features in Mobile" color="#F06292" fillcolor="#FCE4EC" shape=database style=filled] + N2 [label="User Interface Design" color="#4FC3F7" fillcolor="#E1F5FE" shape=diamond style=filled] + N3 [label="Push Notification Implementation" color="#F06292" fillcolor="#FCE4EC" shape=database style=filled] + N4 [label="User Experience Design" color="#F06292" fillcolor="#FCE4EC" shape=document style=filled] + N5 [label="Chat Functionality" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled] + N6 [label="Accessibility Features" color="#F06292" fillcolor="#FCE4EC" shape=rect style=filled] + N7 [label="Offline Mode Development" color="#F06292" fillcolor="#FCE4EC" shape=action style=filled] + N0 -> N1 [color="#F06292" penwidth=1.5 style=dashed label="develops native apps" dir=forward] + N1 -> N2 [color="#FFD54F" penwidth=1.5 style=dashed label="integrates chat" dir=forward] + N2 -> N3 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#4FC3F7" penwidth=1.5 style=solid label="analyzes analytics" dir=forward] + N0 -> N2 [color="#FFD54F" penwidth=1.5 style=dashed label="manages permissions" dir=forward] + N4 -> N1 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_595.txt b/train/diagrams/easy/diagrams_595.txt new file mode 100644 index 0000000000000000000000000000000000000000..e488846779b3a04cae7461e8d043c12e0337e192 --- /dev/null +++ b/train/diagrams/easy/diagrams_595.txt @@ -0,0 +1,12 @@ +<AR or VR Features in Mobile, develops cross_platform apps, Biometric Authentication> +<AR or VR Features in Mobile, manages subscriptions, Testing and Debugging> +<Ad Monetization, develops native apps, Wireframing> +<App Store Optimization, connectedTo, User Onboarding Flows> +<Backend Integration, connectedTo, App Store Optimization> +<Backend Integration, implements security, AR or VR Features in Mobile> +<Biometric Authentication, optimizes performance, Backend Integration> +<Microphone Integration, connectedTo, Database Design for Mobile> +<Performance Optimization, connectedTo, App Store Optimization> +<Testing and Debugging, connectedTo, Performance Optimization> +<User Onboarding Flows, connectedTo, Microphone Integration> +<Wireframing, gathers feedback, Biometric Authentication> diff --git a/train/diagrams/easy/diagrams_596.dot b/train/diagrams/easy/diagrams_596.dot new file mode 100644 index 0000000000000000000000000000000000000000..9b39a7926075121c5742d8b6e6e4dfcd191da331 --- /dev/null +++ b/train/diagrams/easy/diagrams_596.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Accessibility Features" color="#E91E63" fillcolor="#F8BBD0" shape=diamond style=filled] + N1 [label="Native App Development" color="#A1D7CD" fillcolor="#EDF5F3" shape=vnode_shape style=filled] + N2 [label="Real_time Communication Features" color="#A1D7CD" fillcolor="#EDF5F3" shape=rect style=filled] + N3 [label="API Development" color="#E91E63" fillcolor="#F8BBD0" shape=document style=filled] + N4 [label="Updates and Maintenance" color="#E91E63" fillcolor="#F8BBD0" shape=ellipse style=filled] + N5 [label="Testing and Debugging" color="#E0E0E0" fillcolor="#EBEBEB" shape=document style=filled] + N6 [label="Prototyping" color="#A1D7CD" fillcolor="#EDF5F3" shape=rect style=filled] + N7 [label="Performance Optimization" color="#E91E63" fillcolor="#F8BBD0" shape=document style=filled] + N0 -> N1 [color="#E91E63" penwidth=1.5 style=solid label="integrates chat" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="manages permissions" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="enables real_time features" dir=forward] + N3 -> N4 [color="#A1D7CD" penwidth=1.5 style=solid label="integrates ads" dir=forward] + N4 -> N5 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N1 [color="#E0E0E0" penwidth=1.5 style=solid label="manages subscriptions" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_599.dot b/train/diagrams/easy/diagrams_599.dot new file mode 100644 index 0000000000000000000000000000000000000000..d999102d52b1d67bd1379b2130818a7aae500661 --- /dev/null +++ b/train/diagrams/easy/diagrams_599.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=BT + N0 [label="Accessibility Features" color="#DCE775" fillcolor="#FCFCE7" shape=vnode_shape style=filled] + N1 [label="Push Notification Implementation" color="#388E3C" fillcolor="#F1F8E9" shape=rect style=filled] + N2 [label="Crash Reporting" color="#388E3C" fillcolor="#F1F8E9" shape=preparation style=filled] + N3 [label="Testing and Debugging" color="#DCE775" fillcolor="#FCFCE7" shape=vnode_shape style=filled] + N4 [label="IoT Device Control via App" color="#388E3C" fillcolor="#F1F8E9" shape=document style=filled] + N5 [label="User Feedback Collection" color="#DCE775" fillcolor="#FCFCE7" shape=box style=filled] + N6 [label="Deep Linking" color="#DCE775" fillcolor="#FCFCE7" shape=ellipse style=filled] + N7 [label="Chat Functionality" color="#DCE775" fillcolor="#FCFCE7" shape=action style=filled] + N8 [label="Ad Monetization" color="#DCE775" fillcolor="#FCFCE7" shape=rect style=filled] + N9 [label="Deployment to App Stores" color="#EAEFA5" fillcolor="#FDFCEB" shape=ellipse style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#EAEFA5" penwidth=1.5 style=dashed label="develops native apps" dir=forward] + N3 -> N4 [color="#388E3C" penwidth=1.5 style=solid label="integrates chat" dir=forward] + N4 -> N5 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="designs onboarding" dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed label="integrates in_app purchases" dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=dashed label="manages databases" dir=forward] + N8 -> N9 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward] + N5 -> N8 [color="#EAEFA5" penwidth=1.5 style=dashed label="conducts tests" dir=forward] + N7 -> N6 [color="#EAEFA5" penwidth=1.5 style=dashed label="optimizes ASO" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_6.dot b/train/diagrams/easy/diagrams_6.dot new file mode 100644 index 0000000000000000000000000000000000000000..d14a035f9a994992d6ba296492c9eb8f01cd03dd --- /dev/null +++ b/train/diagrams/easy/diagrams_6.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Budgeting Analysis" color="#FFC085" fillcolor="#FFDAB9" shape=predefinedprocess style=filled] + N1 [label="Venture Capital Funding" color="#7E57C2" fillcolor="#EDE7F6" shape=parallelogram style=filled] + N2 [label="Transaction Logging" color="#FFC085" fillcolor="#FFDAB9" shape=rectangle style=filled] + N3 [label="Tax Preparation" color="#CFCFCF" fillcolor="#F6F6F6" shape=rectangle style=filled] + N4 [label="Wealth Management" color="#CFCFCF" fillcolor="#F6F6F6" shape=vnode_shape style=filled] + N5 [label="Asset Management" color="#FFC085" fillcolor="#FFDAB9" shape=diamond style=filled] + N6 [label="Forex Trading" color="#CFCFCF" fillcolor="#F6F6F6" shape=multipledocuments style=filled] + N7 [label="Securities Trading" color="#CFCFCF" fillcolor="#F6F6F6" shape=database style=filled] + N8 [label="Debt Collection" color="#7E57C2" fillcolor="#EDE7F6" shape=hexagon style=filled] + N9 [label="Dispute Resolution" color="#CFCFCF" fillcolor="#F6F6F6" shape=rectangle style=filled] + N10 [label="Fund Disbursement" color="#FFC085" fillcolor="#FFDAB9" shape=ellipse style=filled] + N11 [label="Risk Assessment" color="#FFC085" fillcolor="#FFDAB9" shape=multipledocuments style=filled] + N0 -> N1 [color="#7E57C2" penwidth=1.5 style=dashed label="models" dir=forward] + N1 -> N2 [color="#FFC085" penwidth=1.5 style=solid label="complies" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="disburses" dir=forward] + N3 -> N4 [color="#FFC085" penwidth=1.5 style=solid label="assesses" dir=forward] + N4 -> N5 [color="#CFCFCF" penwidth=1.5 style=solid label="screens" dir=forward] + N5 -> N6 [color="#CFCFCF" penwidth=1.5 style=solid label="forecasts" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="consults" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="funds" dir=forward] + N10 -> N11 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N6 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N1 [color="#000000" penwidth=1.5 style=solid label="verifies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_600.txt b/train/diagrams/easy/diagrams_600.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdb4a68bcf0158d2b96726591b87b4cb708214b4 --- /dev/null +++ b/train/diagrams/easy/diagrams_600.txt @@ -0,0 +1,8 @@ +<API Development, designs onboarding, Analytics Tracking> +<API Development, integrates wearables, Security Implementation> +<Concept Development, connectedTo, API Development> +<Geolocation Services, integrates chat, Subscription Management> +<Native App Development, uses geolocation, Push Notification Implementation> +<Push Notification Implementation, connectedTo, Security Implementation> +<Security Implementation, develops native apps, Concept Development> +<Subscription Management, connectedTo, Native App Development> diff --git a/train/diagrams/easy/diagrams_603.txt b/train/diagrams/easy/diagrams_603.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbe1d45d765eca44fa8052fadb4d9182050d1edc --- /dev/null +++ b/train/diagrams/easy/diagrams_603.txt @@ -0,0 +1,9 @@ +<Community Management, connectedTo, Social Media Audits> +<Community Management, considers ethics, Cross_Promotion> +<Cross_Promotion, generates reports, Ethical Use of Social Media> +<Direct Messaging Strategy, connectedTo, Influencer Collaboration> +<Ethical Use of Social Media, manages profiles, Community Management> +<Group Management, connectedTo, Polls and Quizzes Creation> +<Group Management, runs ads, Cross_Promotion> +<Influencer Collaboration, connectedTo, Group Management> +<Social Media Audits, uses hashtags, Direct Messaging Strategy> diff --git a/train/diagrams/easy/diagrams_605.txt b/train/diagrams/easy/diagrams_605.txt new file mode 100644 index 0000000000000000000000000000000000000000..94b18399951814f5da67dd39f0498b498ec3c785 --- /dev/null +++ b/train/diagrams/easy/diagrams_605.txt @@ -0,0 +1,11 @@ +<Campaign Management, connectedTo, Influencer Collaboration> +<Campaign Management, connectedTo, Polls and Quizzes Creation> +<Content Strategy, analyzes engagement, Customer Service on Social Media> +<Crisis Communication Plan, cross_promotes content, Cross_Promotion> +<Cross_Promotion, schedules posts, Direct Messaging Strategy> +<Customer Service on Social Media, moderates comments, Link_in_Bio Optimization> +<Direct Messaging Strategy, connectedTo, Content Strategy> +<Influencer Collaboration, connectedTo, Crisis Communication Plan> +<Link_in_Bio Optimization, develops strategies, Performance Analytics> +<Performance Analytics, connectedTo, Polls and Quizzes Creation> +<Polls and Quizzes Creation, runs ads, Follower Growth Monitoring> diff --git a/train/diagrams/easy/diagrams_607.dot b/train/diagrams/easy/diagrams_607.dot new file mode 100644 index 0000000000000000000000000000000000000000..31ea57cc432d842d72b21f63264c68bbd5cc6a0c --- /dev/null +++ b/train/diagrams/easy/diagrams_607.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Competitor Analysis" color="#FFF8A6" fillcolor="#FFFDE0" shape=parallelogram style=filled] + N1 [label="Campaign Management" color="#FFF8A6" fillcolor="#FFFDE0" shape=hexagon style=filled] + N2 [label="Social Listening" color="#795548" fillcolor="#D7CCC8" shape=action style=filled] + N3 [label="Content Moderation" color="#FFE470" fillcolor="#FFFAE0" shape=multipledocuments style=filled] + N4 [label="Hashtag Research" color="#FFF8A6" fillcolor="#FFFDE0" shape=rectangle style=filled] + N5 [label="Scheduling Posts" color="#FFE470" fillcolor="#FFFAE0" shape=document style=filled] + N6 [label="Polls and Quizzes Creation" color="#FFF8A6" fillcolor="#FFFDE0" shape=box style=filled] + N7 [label="Audience Engagement" color="#795548" fillcolor="#D7CCC8" shape=hexagon style=filled] + N8 [label="Influencer Collaboration" color="#795548" fillcolor="#D7CCC8" shape=predefinedprocess style=filled] + N0 -> N1 [color="#FFF8A6" penwidth=1.5 style=dashed label="conducts social audits" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="cross_promotes content" dir=forward] + N2 -> N3 [color="#FFF8A6" penwidth=1.5 style=solid label="selects platforms" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFE470" penwidth=1.5 style=solid label="drives sales" dir=forward] + N5 -> N6 [color="#FFE470" penwidth=1.5 style=solid label="curates UGC" dir=forward] + N6 -> N7 [color="#FFF8A6" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N5 -> N2 [color="#FFE470" penwidth=1.5 style=dashed dir=forward] + N1 -> N0 [color="#000000" penwidth=1.5 style=dashed label="tracks performance" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_607.txt b/train/diagrams/easy/diagrams_607.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b4400fed9166fcb35c96db34bcb6673c34faa24 --- /dev/null +++ b/train/diagrams/easy/diagrams_607.txt @@ -0,0 +1,10 @@ +<Audience Engagement, connectedTo, Influencer Collaboration> +<Campaign Management, cross_promotes content, Social Listening> +<Campaign Management, tracks performance, Competitor Analysis> +<Competitor Analysis, conducts social audits, Campaign Management> +<Content Moderation, connectedTo, Hashtag Research> +<Hashtag Research, drives sales, Scheduling Posts> +<Polls and Quizzes Creation, connectedTo, Audience Engagement> +<Scheduling Posts, connectedTo, Social Listening> +<Scheduling Posts, curates UGC, Polls and Quizzes Creation> +<Social Listening, selects platforms, Content Moderation> diff --git a/train/diagrams/easy/diagrams_608.txt b/train/diagrams/easy/diagrams_608.txt new file mode 100644 index 0000000000000000000000000000000000000000..192b3edd833faef9b676063c2da914cb4813da77 --- /dev/null +++ b/train/diagrams/easy/diagrams_608.txt @@ -0,0 +1,11 @@ +<Audience Engagement, connectedTo, Polls and Quizzes Creation> +<Content Moderation, develops crisis plans, Performance Analytics> +<Crisis Management, connectedTo, Personal Branding on Social Media> +<Cross_Promotion, connectedTo, Link_in_Bio Optimization> +<Link_in_Bio Optimization, performs social listening, Content Moderation> +<Performance Analytics, connectedTo, Social Listening> +<Performance Analytics, forms partnerships, Audience Engagement> +<Personal Branding on Social Media, connectedTo, Social Listening> +<Polls and Quizzes Creation, connectedTo, Customer Service on Social Media> +<Reels or Short Video Production, moderates comments, Cross_Promotion> +<Social Listening, conducts social audits, Reels or Short Video Production> diff --git a/train/diagrams/easy/diagrams_610.dot b/train/diagrams/easy/diagrams_610.dot new file mode 100644 index 0000000000000000000000000000000000000000..d93c60ebc84de9469d5864262e0c35102da9e71d --- /dev/null +++ b/train/diagrams/easy/diagrams_610.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="User Intent Understanding" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N1 [label="Content Quality Assessment" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N2 [label="Competitor Keyword Analysis" color="#61CAC3" fillcolor="#C2E8E6" shape=database style=filled] + N3 [label="Keyword Research" color="#EAEFA5" fillcolor="#FDFCEB" shape=action style=filled] + N4 [label="Shopping Search" color="#AB47BC" fillcolor="#F3E5F5" shape=rect style=filled] + N5 [label="Query Processing" color="#AB47BC" fillcolor="#F3E5F5" shape=predefinedprocess style=filled] + N6 [label="Search Engine Marketing Strategy" color="#61CAC3" fillcolor="#C2E8E6" shape=document style=filled] + N7 [label="Algorithm Updates Monitoring" color="#AB47BC" fillcolor="#F3E5F5" shape=ellipse style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#61CAC3" penwidth=1.5 style=solid label="uses schema markup" dir=forward] + N2 -> N3 [color="#EAEFA5" penwidth=1.5 style=dashed label="processes queries" dir=forward] + N3 -> N4 [color="#AB47BC" penwidth=1.5 style=solid label="improves CTR" dir=forward] + N4 -> N5 [color="#61CAC3" penwidth=1.5 style=dashed label="handles voice search" dir=forward] + N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#AB47BC" penwidth=1.5 style=dashed dir=forward] + N1 -> N0 [color="#61CAC3" penwidth=1.5 style=dashed label="optimizes for mobile" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_610.txt b/train/diagrams/easy/diagrams_610.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a31eb44c4a8f0334da46e08f3ce4ea7cf95381c --- /dev/null +++ b/train/diagrams/easy/diagrams_610.txt @@ -0,0 +1,8 @@ +<Competitor Keyword Analysis, processes queries, Keyword Research> +<Content Quality Assessment, optimizes for mobile, User Intent Understanding> +<Content Quality Assessment, uses schema markup, Competitor Keyword Analysis> +<Keyword Research, improves CTR, Shopping Search> +<Query Processing, connectedTo, Search Engine Marketing Strategy> +<Search Engine Marketing Strategy, connectedTo, Algorithm Updates Monitoring> +<Shopping Search, handles voice search, Query Processing> +<User Intent Understanding, connectedTo, Content Quality Assessment> diff --git a/train/diagrams/easy/diagrams_611.txt b/train/diagrams/easy/diagrams_611.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1ced23889959200eac3b9dd81b338cc7c78994c --- /dev/null +++ b/train/diagrams/easy/diagrams_611.txt @@ -0,0 +1,11 @@ +<Algorithm Updates Monitoring, connectedTo, Crawling Websites> +<Algorithm Updates Monitoring, optimizes for mobile, Search Engine Marketing Strategy> +<Core Web Vitals Optimization, optimizes local search, Algorithm Updates Monitoring> +<Crawling Websites, analyzes competitors, Click_Through Rate Optimization> +<Crawling Websites, handles shopping queries, Search Console Management> +<Indexing Content, optimizes UX, Search Console Management> +<Search Console Management, manages SEM, Video Search> +<Search Engine Marketing Strategy, connectedTo, Search Result Display> +<Search Result Display, connectedTo, Semantic Search> +<Semantic Search, generates featured snippets, Core Web Vitals Optimization> +<Video Search, connectedTo, Search Engine Marketing Strategy> diff --git a/train/diagrams/easy/diagrams_612.dot b/train/diagrams/easy/diagrams_612.dot new file mode 100644 index 0000000000000000000000000000000000000000..8edb36ea89e65020b59fac2193c1b610df591a97 --- /dev/null +++ b/train/diagrams/easy/diagrams_612.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Shopping Search" color="#2196F3" fillcolor="#BBDEFB" shape=ellipse style=filled] + N1 [label="Mobile_First Indexing" color="#388E3C" fillcolor="#C8E6C9" shape=predefinedprocess style=filled] + N2 [label="Negative SEO Prevention" color="#388E3C" fillcolor="#C8E6C9" shape=diamond style=filled] + N3 [label="Academic Search" color="#90A4AE" fillcolor="#ECEFF1" shape=action style=filled] + N4 [label="Featured Snippets Optimization" color="#90A4AE" fillcolor="#ECEFF1" shape=rectangle style=filled] + N5 [label="Search Result Display" color="#388E3C" fillcolor="#C8E6C9" shape=ellipse style=filled] + N6 [label="On_Page SEO" color="#90A4AE" fillcolor="#ECEFF1" shape=rect style=filled] + N7 [label="International SEO" color="#388E3C" fillcolor="#C8E6C9" shape=ellipse style=filled] + N0 -> N1 [color="#2196F3" penwidth=1.5 style=dashed label="handles voice search" dir=forward] + N1 -> N2 [color="#2196F3" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="manages international SEO" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="optimizes keywords" dir=forward] + N4 -> N5 [color="#90A4AE" penwidth=1.5 style=solid label="uses schema markup" dir=forward] + N5 -> N6 [color="#90A4AE" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#2196F3" penwidth=1.5 style=solid dir=forward] + N1 -> N0 [color="#2196F3" penwidth=1.5 style=solid label="improves core vitals" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_613.txt b/train/diagrams/easy/diagrams_613.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbf9c9fc10a08ea01b20709b64d9234f3e4eb8f3 --- /dev/null +++ b/train/diagrams/easy/diagrams_613.txt @@ -0,0 +1,10 @@ +<Crawling Websites, analyzes competitors, User Intent Understanding> +<Google My Business Management, indexes content, Crawling Websites> +<Image Search, connectedTo, Google My Business Management> +<Image Search, handles voice search, Query Processing> +<Knowledge Graph Integration, connectedTo, Site Architecture Optimization> +<Local SEO, uses schema markup, Image Search> +<Personalized Search Results, connectedTo, Query Processing> +<Query Processing, monitors rankings, Local SEO> +<Schema Markup Implementation, builds knowledge graphs, Knowledge Graph Integration> +<User Intent Understanding, connectedTo, Schema Markup Implementation> diff --git a/train/diagrams/easy/diagrams_616.dot b/train/diagrams/easy/diagrams_616.dot new file mode 100644 index 0000000000000000000000000000000000000000..2f6b5402db2ecd80f2703ec625ec98a99adb013b --- /dev/null +++ b/train/diagrams/easy/diagrams_616.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Site Architecture Optimization" color="#94C0C0" fillcolor="#CADEDE" shape=vnode_shape style=filled] + N1 [label="Video Search" color="#94C0C0" fillcolor="#CADEDE" shape=database style=filled] + N2 [label="Search Engine Marketing Strategy" color="#94C0C0" fillcolor="#CADEDE" shape=inputoutput style=filled] + N3 [label="Competitor Keyword Analysis" color="#4FC3F7" fillcolor="#E1F5FE" shape=action style=filled] + N4 [label="International SEO" color="#00BCD4" fillcolor="#E0F7FA" shape=vnode_shape style=filled] + N5 [label="Technical SEO" color="#4FC3F7" fillcolor="#E1F5FE" shape=multipledocuments style=filled] + N6 [label="Indexing Content" color="#00BCD4" fillcolor="#E0F7FA" shape=vnode_shape style=filled] + N7 [label="On_Page SEO" color="#00BCD4" fillcolor="#E0F7FA" shape=document style=filled] + N8 [label="Paid Search Advertising" color="#00BCD4" fillcolor="#E0F7FA" shape=action style=filled] + N9 [label="Click_Through Rate Optimization" color="#94C0C0" fillcolor="#CADEDE" shape=preparation style=filled] + N10 [label="Search Engine Optimization" color="#94C0C0" fillcolor="#CADEDE" shape=preparation style=filled] + N0 -> N1 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#00BCD4" penwidth=1.5 style=solid label="detects spam" dir=forward] + N2 -> N3 [color="#00BCD4" penwidth=1.5 style=dashed label="optimizes off_page" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="manages GMB" dir=forward] + N5 -> N6 [color="#4FC3F7" penwidth=1.5 style=dashed label="optimizes on_page" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="handles voice search" dir=forward] + N7 -> N8 [color="#00BCD4" penwidth=1.5 style=dashed label="manages PPC" dir=forward] + N8 -> N9 [color="#4FC3F7" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#4FC3F7" penwidth=1.5 style=solid label="designs site architecture" dir=forward] + N9 -> N5 [color="#4FC3F7" penwidth=1.5 style=solid label="improves core vitals" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_616.txt b/train/diagrams/easy/diagrams_616.txt new file mode 100644 index 0000000000000000000000000000000000000000..e43c450bb9b52ab04bed8de1c1d97cf6a976ed1c --- /dev/null +++ b/train/diagrams/easy/diagrams_616.txt @@ -0,0 +1,11 @@ +<Click_Through Rate Optimization, designs site architecture, Search Engine Optimization> +<Click_Through Rate Optimization, improves core vitals, Technical SEO> +<Competitor Keyword Analysis, connectedTo, International SEO> +<Indexing Content, handles voice search, On_Page SEO> +<International SEO, manages GMB, Technical SEO> +<On_Page SEO, manages PPC, Paid Search Advertising> +<Paid Search Advertising, connectedTo, Click_Through Rate Optimization> +<Search Engine Marketing Strategy, optimizes off_page, Competitor Keyword Analysis> +<Site Architecture Optimization, connectedTo, Video Search> +<Technical SEO, optimizes on_page, Indexing Content> +<Video Search, detects spam, Search Engine Marketing Strategy> diff --git a/train/diagrams/easy/diagrams_618.txt b/train/diagrams/easy/diagrams_618.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbccff7aea000902c34f6646ea0b863956d93582 --- /dev/null +++ b/train/diagrams/easy/diagrams_618.txt @@ -0,0 +1,8 @@ +<Authentication, connectedTo, Biometric Authentication> +<Authentication, manages credentials, Credential Management> +<Credential Management, encrypts data, Data Minimization Principles> +<Data Minimization Principles, connectedTo, Authentication> +<Digital Signatures, connectedTo, Single Sign_On> +<Password Management, de_provisions users, Privileged Access Management> +<Privileged Access Management, connectedTo, Credential Management> +<Single Sign_On, connectedTo, Password Management> diff --git a/train/diagrams/easy/diagrams_62.dot b/train/diagrams/easy/diagrams_62.dot new file mode 100644 index 0000000000000000000000000000000000000000..66dfd67aea23c78c75c15e05add543764723bb8b --- /dev/null +++ b/train/diagrams/easy/diagrams_62.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Document Drafting" color="#42A5F5" fillcolor="#F1F8FF" shape=parallelogram style=filled] + N1 [label="Copyright Infringement" color="#FFC107" fillcolor="#FFECB3" shape=document style=filled] + N2 [label="Verdict Announcement" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled] + N3 [label="Settlement Negotiation" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N4 [label="Jury Selection" color="#FFC107" fillcolor="#FFECB3" shape=database style=filled] + N5 [label="Closing Argument" color="#42A5F5" fillcolor="#F1F8FF" shape=document style=filled] + N6 [label="Legal Consultation" color="#42A5F5" fillcolor="#F1F8FF" shape=predefinedprocess style=filled] + N7 [label="Pre_Trial Hearing" color="#FFC107" fillcolor="#FFECB3" shape=ellipse style=filled] + N8 [label="Amicus Brief Submission" color="#FFC107" fillcolor="#FFECB3" shape=rect style=filled] + N9 [label="Case Filing" color="#FF9800" fillcolor="#FFE0B2" shape=box style=filled] + N10 [label="Estate Planning" color="#FFC107" fillcolor="#FFECB3" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFC107" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#42A5F5" penwidth=1.5 style=solid label="notarizes" dir=forward] + N5 -> N6 [color="#42A5F5" penwidth=1.5 style=dashed label="prosecutes" dir=forward] + N6 -> N7 [color="#FFC107" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#42A5F5" penwidth=1.5 style=solid label="counsels" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="audits" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="certifies" dir=forward] + N9 -> N1 [color="#42A5F5" penwidth=1.5 style=dashed label="advises" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_62.txt b/train/diagrams/easy/diagrams_62.txt new file mode 100644 index 0000000000000000000000000000000000000000..e03d502280fbc3197d281177cfc4aa2ecfcab7e3 --- /dev/null +++ b/train/diagrams/easy/diagrams_62.txt @@ -0,0 +1,11 @@ +<Amicus Brief Submission, audits, Case Filing> +<Case Filing, advises, Copyright Infringement> +<Case Filing, certifies, Estate Planning> +<Closing Argument, prosecutes, Legal Consultation> +<Copyright Infringement, connectedTo, Verdict Announcement> +<Document Drafting, connectedTo, Copyright Infringement> +<Jury Selection, notarizes, Closing Argument> +<Legal Consultation, connectedTo, Pre_Trial Hearing> +<Pre_Trial Hearing, counsels, Amicus Brief Submission> +<Settlement Negotiation, connectedTo, Jury Selection> +<Verdict Announcement, connectedTo, Settlement Negotiation> diff --git a/train/diagrams/easy/diagrams_623.txt b/train/diagrams/easy/diagrams_623.txt new file mode 100644 index 0000000000000000000000000000000000000000..06771ed9c94d32da4b232ea15b960a3824e661f1 --- /dev/null +++ b/train/diagrams/easy/diagrams_623.txt @@ -0,0 +1,8 @@ +<API Security for Identity, connectedTo, De_provisioning> +<Adaptive Authentication, uses digital signatures, Data Encryption for Identity> +<Authentication, implements DIDs, Digital Certificates> +<Compliance with Data Protection Regulations, uses biometrics, Authentication> +<Data Encryption for Identity, connectedTo, API Security for Identity> +<De_provisioning, connectedTo, Risk_Based Authentication> +<Digital Certificates, de_provisions users, Risk_Based Authentication> +<Risk_Based Authentication, provides IDaaS, Compliance with Data Protection Regulations> diff --git a/train/diagrams/easy/diagrams_624.txt b/train/diagrams/easy/diagrams_624.txt new file mode 100644 index 0000000000000000000000000000000000000000..03f9cfc6f423a9cb568726f1efeaea810d2baae0 --- /dev/null +++ b/train/diagrams/easy/diagrams_624.txt @@ -0,0 +1,11 @@ +<API Security for Identity, connectedTo, User Registration> +<Authentication, integrates social logins, Customer Identity and Access Management> +<Authorization, implements SSO, KYC Integration> +<Customer Identity and Access Management, issues verifiable credentials, Authorization> +<Data Encryption for Identity, connectedTo, Workforce Identity Management> +<Data Encryption for Identity, uses digital signatures, Portable Identities> +<KYC Integration, connectedTo, Authorization> +<KYC Integration, connectedTo, Data Encryption for Identity> +<Portable Identities, de_provisions users, API Security for Identity> +<User Registration, connectedTo, De_provisioning> +<Workforce Identity Management, connectedTo, Portable Identities> diff --git a/train/diagrams/easy/diagrams_627.dot b/train/diagrams/easy/diagrams_627.dot new file mode 100644 index 0000000000000000000000000000000000000000..09bbb32d4df75b7ce40896ad3f0b066189c5ab92 --- /dev/null +++ b/train/diagrams/easy/diagrams_627.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Course Evaluation" color="#94C0C0" fillcolor="#CADEDE" shape=ellipse style=filled] + N1 [label="Parent or Guardian Communication" color="#FFCC7A" fillcolor="#FFF6D9" shape=rectangle style=filled] + N2 [label="Learning Analytics" color="#FFCC7A" fillcolor="#FFF6D9" shape=inputoutput style=filled] + N3 [label="Micro_credential Programs" color="#EAEFA5" fillcolor="#FDFCEB" shape=inputoutput style=filled] + N4 [label="Bootcamp Development" color="#EAEFA5" fillcolor="#FDFCEB" shape=diamond style=filled] + N5 [label="Content Creation" color="#FFCC7A" fillcolor="#FFF6D9" shape=box style=filled] + N6 [label="Assessment Design" color="#FFCC7A" fillcolor="#FFF6D9" shape=action style=filled] + N7 [label="Test Preparation Courses" color="#FFCC7A" fillcolor="#FFF6D9" shape=parallelogram style=filled] + N8 [label="Synchronous Learning" color="#FFCC7A" fillcolor="#FFF6D9" shape=document style=filled] + N9 [label="Asynchronous Learning" color="#94C0C0" fillcolor="#CADEDE" shape=diamond style=filled] + N10 [label="Competency_Based Education" color="#94C0C0" fillcolor="#CADEDE" shape=document style=filled] + N11 [label="Adaptive Learning Technologies" color="#94C0C0" fillcolor="#CADEDE" shape=document style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="administers assessments" dir=forward] + N1 -> N2 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFCC7A" penwidth=1.5 style=dashed label="simulates labs" dir=forward] + N3 -> N4 [color="#94C0C0" penwidth=1.5 style=solid label="applies learning design" dir=forward] + N4 -> N5 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#94C0C0" penwidth=1.5 style=dashed label="integrates AI" dir=forward] + N7 -> N8 [color="#EAEFA5" penwidth=1.5 style=solid label="offers online tutoring" dir=forward] + N8 -> N9 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward] + N0 -> N8 [color="#000000" penwidth=1.5 style=solid label="analyzes learning data" dir=forward] + N11 -> N5 [color="#FFCC7A" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_629.txt b/train/diagrams/easy/diagrams_629.txt new file mode 100644 index 0000000000000000000000000000000000000000..37cbd7df63992524e32815d0e6bc3c5d26c4ca3c --- /dev/null +++ b/train/diagrams/easy/diagrams_629.txt @@ -0,0 +1,8 @@ +<Assessment Design, uses machine learning, Course Design> +<Course Design, connectedTo, Parent or Guardian Communication> +<Course Design, develops educational apps, Test Preparation Courses> +<Course Evaluation, connectedTo, Assessment Design> +<Instructor Training, issues badges, Parent or Guardian Communication> +<Parent or Guardian Communication, connectedTo, Course Evaluation> +<Student Engagement Strategies, connectedTo, Instructor Training> +<Test Preparation Courses, manages enrollments, Accreditation Management> diff --git a/train/diagrams/easy/diagrams_630.dot b/train/diagrams/easy/diagrams_630.dot new file mode 100644 index 0000000000000000000000000000000000000000..4b0b0c796b272943c91eee21ad338838a618ed65 --- /dev/null +++ b/train/diagrams/easy/diagrams_630.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="AI in Online Education" color="#7E57C2" fillcolor="#D1C4E9" shape=parallelogram style=filled] + N1 [label="Online Tutoring" color="#AF56A6" fillcolor="#DDCEDD" shape=rect style=filled] + N2 [label="Course Evaluation" color="#AF56A6" fillcolor="#DDCEDD" shape=rectangle style=filled] + N3 [label="Personalized Learning Paths" color="#7E57C2" fillcolor="#D1C4E9" shape=rect style=filled] + N4 [label="Virtual Classroom Facilitation" color="#4DB6AC" fillcolor="#E0F2F1" shape=action style=filled] + N5 [label="Peer_to_Peer Learning" color="#AF56A6" fillcolor="#DDCEDD" shape=diamond style=filled] + N6 [label="Curriculum Development" color="#4DB6AC" fillcolor="#E0F2F1" shape=inputoutput style=filled] + N7 [label="Accreditation Management" color="#7E57C2" fillcolor="#D1C4E9" shape=action style=filled] + N8 [label="Discussion Forum Moderation" color="#4DB6AC" fillcolor="#E0F2F1" shape=ellipse style=filled] + N9 [label="Learning Analytics" color="#7E57C2" fillcolor="#D1C4E9" shape=action style=filled] + N0 -> N1 [color="#AF56A6" penwidth=1.5 style=dashed label="designs content" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="issues badges" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#4DB6AC" penwidth=1.5 style=solid label="uses adaptive systems" dir=forward] + N5 -> N6 [color="#7E57C2" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="delivers lectures" dir=forward] + N7 -> N8 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#AF56A6" penwidth=1.5 style=solid label="manages hardware" dir=forward] + N3 -> N2 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_632.txt b/train/diagrams/easy/diagrams_632.txt new file mode 100644 index 0000000000000000000000000000000000000000..35ea37eab7fb679a418dccf8b3b4d26bb4eaf01b --- /dev/null +++ b/train/diagrams/easy/diagrams_632.txt @@ -0,0 +1,12 @@ +<Asynchronous Learning, connectedTo, Personalized Learning Paths> +<Certification Issuance, connectedTo, Content Creation> +<Collaborative Projects, connectedTo, Synchronous Learning> +<Content Creation, connectedTo, Enrollment and Retention Strategies> +<Course Evaluation, administers assessments, Curriculum Development> +<Curriculum Development, connectedTo, Language Learning Platforms> +<Enrollment and Retention Strategies, connectedTo, Asynchronous Learning> +<Personalized Learning Paths, uses machine learning, Virtual Classroom Facilitation> +<Synchronous Learning, hosts MOOCs, Language Learning Platforms> +<Synchronous Learning, uses blockchain for credentials, Course Evaluation> +<Virtual Classroom Facilitation, connectedTo, Language Learning Platforms> +<Virtual Classroom Facilitation, issues certificates, Collaborative Projects> diff --git a/train/diagrams/easy/diagrams_633.dot b/train/diagrams/easy/diagrams_633.dot new file mode 100644 index 0000000000000000000000000000000000000000..e3cbfeb265d487142363923981d9a06c26bbf839 --- /dev/null +++ b/train/diagrams/easy/diagrams_633.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Video Lecture Production" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N1 [label="Specialization or Professional Certificate Programs" color="#3F51B5" fillcolor="#C5CAE9" shape=ellipse style=filled] + N2 [label="Employer Recognition" color="#42A5F5" fillcolor="#F1F8FF" shape=hexagon style=filled] + N3 [label="Course Content Development" color="#42A5F5" fillcolor="#F1F8FF" shape=hexagon style=filled] + N4 [label="Learner Analytics" color="#66BB6A" fillcolor="#E8F5E9" shape=rectangle style=filled] + N5 [label="Platform Selection" color="#66BB6A" fillcolor="#E8F5E9" shape=rect style=filled] + N6 [label="Translation and Localization" color="#42A5F5" fillcolor="#F1F8FF" shape=inputoutput style=filled] + N7 [label="Course Retirement Planning" color="#66BB6A" fillcolor="#E8F5E9" shape=box style=filled] + N8 [label="University Partnerships" color="#66BB6A" fillcolor="#E8F5E9" shape=hexagon style=filled] + N9 [label="Course Promotion" color="#3F51B5" fillcolor="#C5CAE9" shape=inputoutput style=filled] + N0 -> N1 [color="#3F51B5" penwidth=1.5 style=dashed label="manages registrations" dir=forward] + N1 -> N2 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#3F51B5" penwidth=1.5 style=dashed label="secures data" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#66BB6A" penwidth=1.5 style=dashed label="innovates pedagogy" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="localizes platforms" dir=forward] + N6 -> N7 [color="#3F51B5" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="provides accessibility" dir=forward] + N8 -> N9 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N2 -> N7 [color="#66BB6A" penwidth=1.5 style=solid label="monetizes offerings" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_633.txt b/train/diagrams/easy/diagrams_633.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4df4bf1dde2312019e2ca3441cf9694ef341335 --- /dev/null +++ b/train/diagrams/easy/diagrams_633.txt @@ -0,0 +1,10 @@ +<Course Content Development, connectedTo, Learner Analytics> +<Course Retirement Planning, provides accessibility, University Partnerships> +<Employer Recognition, monetizes offerings, Course Retirement Planning> +<Employer Recognition, secures data, Course Content Development> +<Learner Analytics, innovates pedagogy, Platform Selection> +<Platform Selection, localizes platforms, Translation and Localization> +<Specialization or Professional Certificate Programs, connectedTo, Employer Recognition> +<Translation and Localization, connectedTo, Course Retirement Planning> +<University Partnerships, connectedTo, Course Promotion> +<Video Lecture Production, manages registrations, Specialization or Professional Certificate Programs> diff --git a/train/diagrams/easy/diagrams_634.dot b/train/diagrams/easy/diagrams_634.dot new file mode 100644 index 0000000000000000000000000000000000000000..f023964c503d950f5b73ca8d7299c0ae218c4092 --- /dev/null +++ b/train/diagrams/easy/diagrams_634.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=LR + N0 [label="University Partnerships" color="#A188D0" fillcolor="#DACBE3" shape=hexagon style=filled] + N1 [label="Financial Aid for Learners" color="#A188D0" fillcolor="#DACBE3" shape=database style=filled] + N2 [label="Instructor_Led Sessions" color="#FFF176" fillcolor="#FFFDE7" shape=document style=filled] + N3 [label="Career Pathway Mapping" color="#795548" fillcolor="#D7CCC8" shape=ellipse style=filled] + N4 [label="Technical Infrastructure for Scale" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N5 [label="Learner Analytics" color="#A188D0" fillcolor="#DACBE3" shape=action style=filled] + N6 [label="Verified Track Management" color="#FFF176" fillcolor="#FFFDE7" shape=ellipse style=filled] + N7 [label="Translation and Localization" color="#FFF176" fillcolor="#FFFDE7" shape=parallelogram style=filled] + N8 [label="Continuous Course Improvement" color="#795548" fillcolor="#D7CCC8" shape=diamond style=filled] + N0 -> N1 [color="#795548" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#795548" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=dashed label="delivers lectures" dir=forward] + N4 -> N5 [color="#FFF176" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="personalizes learning" dir=forward] + N6 -> N7 [color="#795548" penwidth=1.5 style=dashed label="secures data" dir=forward] + N7 -> N8 [color="#FFF176" penwidth=1.5 style=dashed label="partners with universities" dir=forward] + N7 -> N1 [color="#000000" penwidth=1.5 style=solid label="localizes platforms" dir=forward] + N8 -> N3 [color="#A188D0" penwidth=1.5 style=dashed label="innovates pedagogy" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_634.txt b/train/diagrams/easy/diagrams_634.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca81b99c5736785f691d42d040c1824f13387804 --- /dev/null +++ b/train/diagrams/easy/diagrams_634.txt @@ -0,0 +1,10 @@ +<Career Pathway Mapping, delivers lectures, Technical Infrastructure for Scale> +<Continuous Course Improvement, innovates pedagogy, Career Pathway Mapping> +<Financial Aid for Learners, connectedTo, Instructor_Led Sessions> +<Instructor_Led Sessions, connectedTo, Career Pathway Mapping> +<Learner Analytics, personalizes learning, Verified Track Management> +<Technical Infrastructure for Scale, connectedTo, Learner Analytics> +<Translation and Localization, localizes platforms, Financial Aid for Learners> +<Translation and Localization, partners with universities, Continuous Course Improvement> +<University Partnerships, connectedTo, Financial Aid for Learners> +<Verified Track Management, secures data, Translation and Localization> diff --git a/train/diagrams/easy/diagrams_636.dot b/train/diagrams/easy/diagrams_636.dot new file mode 100644 index 0000000000000000000000000000000000000000..146708273e11b70faa23381dcd880bfc519fe8bb --- /dev/null +++ b/train/diagrams/easy/diagrams_636.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Mobile Learning Experience" color="#FBC02D" fillcolor="#FFFDE7" shape=rectangle style=filled] + N1 [label="Global Accessibility Features" color="#7E57C2" fillcolor="#D1C4E9" shape=ellipse style=filled] + N2 [label="Marketing to Global Audience" color="#7E57C2" fillcolor="#D1C4E9" shape=vnode_shape style=filled] + N3 [label="Learner Analytics" color="#7E57C2" fillcolor="#D1C4E9" shape=vnode_shape style=filled] + N4 [label="Learner Feedback Analysis" color="#7E57C2" fillcolor="#D1C4E9" shape=box style=filled] + N5 [label="Instructor Recruitment for MOOCs" color="#FFB74D" fillcolor="#FFF3E0" shape=diamond style=filled] + N6 [label="Micro_credential Stacking" color="#7E57C2" fillcolor="#D1C4E9" shape=predefinedprocess style=filled] + N7 [label="Discussion Forum Management" color="#7E57C2" fillcolor="#D1C4E9" shape=rect style=filled] + N8 [label="Course Audit Options" color="#FFB74D" fillcolor="#FFF3E0" shape=database style=filled] + N9 [label="Gamification for Engagement" color="#FFB74D" fillcolor="#FFF3E0" shape=action style=filled] + N10 [label="Financial Aid for Learners" color="#FFB74D" fillcolor="#FFF3E0" shape=ellipse style=filled] + N11 [label="Learner Support" color="#7E57C2" fillcolor="#D1C4E9" shape=parallelogram style=filled] + N0 -> N1 [color="#FFB74D" penwidth=1.5 style=dashed label="personalizes learning" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="tracks completion" dir=forward] + N3 -> N4 [color="#FBC02D" penwidth=1.5 style=dashed label="develops content" dir=forward] + N4 -> N5 [color="#FFB74D" penwidth=1.5 style=solid label="evaluates effectiveness" dir=forward] + N5 -> N6 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FBC02D" penwidth=1.5 style=solid label="promotes courses" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="manages registrations" dir=forward] + N9 -> N10 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#7E57C2" penwidth=1.5 style=solid label="administers quizzes" dir=forward] + N7 -> N10 [color="#FBC02D" penwidth=1.5 style=dashed label="provides technical support" dir=forward] + N8 -> N1 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_636.txt b/train/diagrams/easy/diagrams_636.txt new file mode 100644 index 0000000000000000000000000000000000000000..864c434889f60af3e2f96132417dbf9b810890a8 --- /dev/null +++ b/train/diagrams/easy/diagrams_636.txt @@ -0,0 +1,13 @@ +<Course Audit Options, connectedTo, Global Accessibility Features> +<Course Audit Options, manages registrations, Gamification for Engagement> +<Discussion Forum Management, promotes courses, Course Audit Options> +<Discussion Forum Management, provides technical support, Financial Aid for Learners> +<Financial Aid for Learners, administers quizzes, Learner Support> +<Gamification for Engagement, connectedTo, Financial Aid for Learners> +<Global Accessibility Features, connectedTo, Marketing to Global Audience> +<Instructor Recruitment for MOOCs, connectedTo, Micro_credential Stacking> +<Learner Analytics, develops content, Learner Feedback Analysis> +<Learner Feedback Analysis, evaluates effectiveness, Instructor Recruitment for MOOCs> +<Marketing to Global Audience, tracks completion, Learner Analytics> +<Micro_credential Stacking, connectedTo, Discussion Forum Management> +<Mobile Learning Experience, personalizes learning, Global Accessibility Features> diff --git a/train/diagrams/easy/diagrams_638.txt b/train/diagrams/easy/diagrams_638.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b1873c36f5c479644635a80248697734e58ba8e --- /dev/null +++ b/train/diagrams/easy/diagrams_638.txt @@ -0,0 +1,9 @@ +<Certificate of Completion Issuance, connectedTo, Research on MOOC Effectiveness> +<Continuous Course Improvement, connectedTo, Course Retirement Planning> +<Continuous Course Improvement, hosts platforms, Course Audit Options> +<Course Audit Options, delivers lectures, Skill_Based Learning Outcomes> +<Course Retirement Planning, complies with regulations, Certificate of Completion Issuance> +<Engagement Metrics Tracking, analyzes data, Instructor_Led Sessions> +<Instructor_Led Sessions, connectedTo, Continuous Course Improvement> +<Skill_Based Learning Outcomes, connectedTo, Continuous Course Improvement> +<Skill_Based Learning Outcomes, connectedTo, Course Retirement Planning> diff --git a/train/diagrams/easy/diagrams_64.dot b/train/diagrams/easy/diagrams_64.dot new file mode 100644 index 0000000000000000000000000000000000000000..43e7f0ea8fe0393d787b713815c3a6b62818f5af --- /dev/null +++ b/train/diagrams/easy/diagrams_64.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Pre_Trial Hearing" color="#66BB6A" fillcolor="#E8F5E9" shape=diamond style=filled] + N1 [label="Cross_Examination" color="#66BB6A" fillcolor="#E8F5E9" shape=ellipse style=filled] + N2 [label="Copyright Infringement" color="#4FC3F7" fillcolor="#E1F5FE" shape=vnode_shape style=filled] + N3 [label="Child Custody" color="#66BB6A" fillcolor="#E8F5E9" shape=diamond style=filled] + N4 [label="Witness Testimony" color="#4FC3F7" fillcolor="#E1F5FE" shape=ellipse style=filled] + N5 [label="Notarization" color="#81C784" fillcolor="#F1F8E9" shape=ellipse style=filled] + N6 [label="Patent Application" color="#81C784" fillcolor="#F1F8E9" shape=diamond style=filled] + N7 [label="Verdict Announcement" color="#81C784" fillcolor="#F1F8E9" shape=action style=filled] + N8 [label="Arbitration Session" color="#81C784" fillcolor="#F1F8E9" shape=multipledocuments style=filled] + N9 [label="Divorce Proceedings" color="#81C784" fillcolor="#F1F8E9" shape=box style=filled] + N10 [label="Appeal Submission" color="#66BB6A" fillcolor="#E8F5E9" shape=box style=filled] + N11 [label="Amicus Brief Submission" color="#66BB6A" fillcolor="#E8F5E9" shape=predefinedprocess style=filled] + N0 -> N1 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#81C784" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N3 -> N4 [color="#81C784" penwidth=1.5 style=dashed label="monitors" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="appeals" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="certifies" dir=forward] + N7 -> N8 [color="#81C784" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#81C784" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid label="mediates" dir=forward] + N8 -> N6 [color="#81C784" penwidth=1.5 style=dashed label="represents" dir=forward] + N6 -> N1 [color="#81C784" penwidth=1.5 style=dashed label="hears" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_641.txt b/train/diagrams/easy/diagrams_641.txt new file mode 100644 index 0000000000000000000000000000000000000000..fab7692347c5a67a7972659d3fcb89e410867689 --- /dev/null +++ b/train/diagrams/easy/diagrams_641.txt @@ -0,0 +1,8 @@ +<Certification Exam Prep, connectedTo, Question Bank Management> +<College Entrance Exam Prep, connectedTo, Personalized Study Plans> +<Math Skills Refresher, enrolls, Performance Prediction Models> +<Performance Prediction Models, connectedTo, Study Material Design> +<Personalized Study Plans, counsels, Performance Prediction Models> +<Professional Licensure Exam Prep, prepares, Math Skills Refresher> +<Question Bank Management, monitors, College Entrance Exam Prep> +<Study Material Design, guides, Certification Exam Prep> diff --git a/train/diagrams/easy/diagrams_643.dot b/train/diagrams/easy/diagrams_643.dot new file mode 100644 index 0000000000000000000000000000000000000000..48f90772d35fe9f78f28b3a362498d88f555cb68 --- /dev/null +++ b/train/diagrams/easy/diagrams_643.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=BT + N0 [label="Adaptive Learning Algorithms" color="#81C784" fillcolor="#F1F8E9" shape=database style=filled] + N1 [label="Flashcard Creation" color="#81C784" fillcolor="#F1F8E9" shape=parallelogram style=filled] + N2 [label="Personalized Study Plans" color="#81C784" fillcolor="#F1F8E9" shape=ellipse style=filled] + N3 [label="Professional Licensure Exam Prep" color="#FFB2A5" fillcolor="#FFDCD6" shape=multipledocuments style=filled] + N4 [label="Math Skills Refresher" color="#FFB2A5" fillcolor="#FFDCD6" shape=multipledocuments style=filled] + N5 [label="Performance Feedback" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled] + N6 [label="Question Bank Management" color="#4285F4" fillcolor="#D0E0F8" shape=database style=filled] + N7 [label="Virtual Proctoring" color="#4285F4" fillcolor="#D0E0F8" shape=multipledocuments style=filled] + N0 -> N1 [color="#81C784" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#4285F4" penwidth=1.5 style=dashed label="simulates" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFB2A5" penwidth=1.5 style=dashed label="counsels" dir=forward] + N4 -> N5 [color="#4285F4" penwidth=1.5 style=solid label="adapts" dir=forward] + N5 -> N6 [color="#FFB2A5" penwidth=1.5 style=dashed label="facilitates" dir=forward] + N6 -> N7 [color="#4285F4" penwidth=1.5 style=dashed dir=forward] + N3 -> N0 [color="#FFB2A5" penwidth=1.5 style=solid dir=forward] + N7 -> N5 [color="#000000" penwidth=1.5 style=solid label="sells" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_643.txt b/train/diagrams/easy/diagrams_643.txt new file mode 100644 index 0000000000000000000000000000000000000000..f55b5f9c070ea92ba060eb412d15b310e0f7092b --- /dev/null +++ b/train/diagrams/easy/diagrams_643.txt @@ -0,0 +1,9 @@ +<Adaptive Learning Algorithms, connectedTo, Flashcard Creation> +<Flashcard Creation, simulates, Personalized Study Plans> +<Math Skills Refresher, adapts, Performance Feedback> +<Performance Feedback, facilitates, Question Bank Management> +<Personalized Study Plans, connectedTo, Professional Licensure Exam Prep> +<Professional Licensure Exam Prep, connectedTo, Adaptive Learning Algorithms> +<Professional Licensure Exam Prep, counsels, Math Skills Refresher> +<Question Bank Management, connectedTo, Virtual Proctoring> +<Virtual Proctoring, sells, Performance Feedback> diff --git a/train/diagrams/easy/diagrams_645.dot b/train/diagrams/easy/diagrams_645.dot new file mode 100644 index 0000000000000000000000000000000000000000..092b67e10ec0b495ceb240b3bbbc96a19320770f --- /dev/null +++ b/train/diagrams/easy/diagrams_645.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Performance Feedback" color="#F44336" fillcolor="#FFCDD2" shape=diamond style=filled] + N1 [label="English Proficiency Test Prep" color="#F44336" fillcolor="#FFCDD2" shape=hexagon style=filled] + N2 [label="Test_Taking Strategies" color="#F44336" fillcolor="#FFCDD2" shape=database style=filled] + N3 [label="Graduate School Exam Prep" color="#FFCC7A" fillcolor="#FFF6D9" shape=inputoutput style=filled] + N4 [label="Practice Test Creation" color="#F44336" fillcolor="#FFCDD2" shape=preparation style=filled] + N5 [label="Interactive Exercises" color="#C0CA33" fillcolor="#F9FBE7" shape=box style=filled] + N6 [label="Stress Management for Exams" color="#C0CA33" fillcolor="#F9FBE7" shape=database style=filled] + N7 [label="AI_Powered Tutoring" color="#FFCC7A" fillcolor="#FFF6D9" shape=predefinedprocess style=filled] + N0 -> N1 [color="#C0CA33" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="scores" dir=forward] + N2 -> N3 [color="#F44336" penwidth=1.5 style=solid label="practices" dir=forward] + N3 -> N4 [color="#FFCC7A" penwidth=1.5 style=solid label="automates" dir=forward] + N4 -> N5 [color="#C0CA33" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#F44336" penwidth=1.5 style=dashed label="revises" dir=forward] + N5 -> N1 [color="#C0CA33" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_646.dot b/train/diagrams/easy/diagrams_646.dot new file mode 100644 index 0000000000000000000000000000000000000000..237ec029ae56d3db04e749c678efad3bacf1d267 --- /dev/null +++ b/train/diagrams/easy/diagrams_646.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=RL + N0 [label="History Topic Mastery" color="#673AB7" fillcolor="#D1C4E9" shape=parallelogram style=filled] + N1 [label="Study Material Design" color="#D2D2D2" fillcolor="#F0F0F0" shape=rectangle style=filled] + N2 [label="Performance Feedback" color="#D2D2D2" fillcolor="#F0F0F0" shape=parallelogram style=filled] + N3 [label="Online Course Delivery" color="#673AB7" fillcolor="#D1C4E9" shape=box style=filled] + N4 [label="Interactive Exercises" color="#D2D2D2" fillcolor="#F0F0F0" shape=diamond style=filled] + N5 [label="Practice Test Creation" color="#D2D2D2" fillcolor="#F0F0F0" shape=hexagon style=filled] + N6 [label="Motivation Coaching" color="#E91E63" fillcolor="#F8BBD0" shape=multipledocuments style=filled] + N7 [label="Reading Comprehension Drills" color="#673AB7" fillcolor="#D1C4E9" shape=database style=filled] + N8 [label="Memory Techniques Training" color="#E91E63" fillcolor="#F8BBD0" shape=document style=filled] + N0 -> N1 [color="#673AB7" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="practices" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#673AB7" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#E91E63" penwidth=1.5 style=dashed label="evaluates" dir=forward] + N6 -> N7 [color="#E91E63" penwidth=1.5 style=solid label="counsels" dir=forward] + N7 -> N8 [color="#D2D2D2" penwidth=1.5 style=dashed label="engages" dir=forward] + N0 -> N2 [color="#673AB7" penwidth=1.5 style=solid label="interacts" dir=forward] + N0 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_651.dot b/train/diagrams/easy/diagrams_651.dot new file mode 100644 index 0000000000000000000000000000000000000000..c2ef16133d0a8c12acc586fcd502fcfb4d2efcbf --- /dev/null +++ b/train/diagrams/easy/diagrams_651.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Speaking Practice" color="#BCB88A" fillcolor="#F5F5DC" shape=document style=filled] + N1 [label="Progress Tracking" color="#BDAFA8" fillcolor="#E4E0DF" shape=box style=filled] + N2 [label="Vocabulary Acquisition" color="#BCB88A" fillcolor="#F5F5DC" shape=multipledocuments style=filled] + N3 [label="Interactive Dialogues" color="#BDAFA8" fillcolor="#E4E0DF" shape=document style=filled] + N4 [label="Grammar Practice" color="#A188DB" fillcolor="#DED7F0" shape=box style=filled] + N5 [label="Error Correction Feedback" color="#BCB88A" fillcolor="#F5F5DC" shape=box style=filled] + N6 [label="Language Exchange Programs" color="#BCB88A" fillcolor="#F5F5DC" shape=inputoutput style=filled] + N7 [label="Writing Exercises" color="#BDAFA8" fillcolor="#E4E0DF" shape=multipledocuments style=filled] + N8 [label="Instructor_Led Classes" color="#BDAFA8" fillcolor="#E4E0DF" shape=action style=filled] + N9 [label="Online Tutoring Sessions" color="#BCB88A" fillcolor="#F5F5DC" shape=rect style=filled] + N10 [label="Gamified Learning Activities" color="#BCB88A" fillcolor="#F5F5DC" shape=hexagon style=filled] + N0 -> N1 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#BDAFA8" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#BDAFA8" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#BCB88A" penwidth=1.5 style=dashed label="reads" dir=forward] + N7 -> N8 [color="#BDAFA8" penwidth=1.5 style=dashed label="certifies" dir=forward] + N8 -> N9 [color="#A188DB" penwidth=1.5 style=dashed label="gamifies" dir=forward] + N9 -> N10 [color="#A188DB" penwidth=1.5 style=dashed label="learns" dir=forward] + N0 -> N7 [color="#000000" penwidth=1.5 style=solid label="simulates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_651.txt b/train/diagrams/easy/diagrams_651.txt new file mode 100644 index 0000000000000000000000000000000000000000..194db06750eecc0a89662e46182ac0ab97b1bfe7 --- /dev/null +++ b/train/diagrams/easy/diagrams_651.txt @@ -0,0 +1,11 @@ +<Error Correction Feedback, connectedTo, Language Exchange Programs> +<Grammar Practice, connectedTo, Error Correction Feedback> +<Instructor_Led Classes, gamifies, Online Tutoring Sessions> +<Interactive Dialogues, connectedTo, Grammar Practice> +<Language Exchange Programs, reads, Writing Exercises> +<Online Tutoring Sessions, learns, Gamified Learning Activities> +<Progress Tracking, connectedTo, Vocabulary Acquisition> +<Speaking Practice, connectedTo, Progress Tracking> +<Speaking Practice, simulates, Writing Exercises> +<Vocabulary Acquisition, connectedTo, Interactive Dialogues> +<Writing Exercises, certifies, Instructor_Led Classes> diff --git a/train/diagrams/easy/diagrams_653.txt b/train/diagrams/easy/diagrams_653.txt new file mode 100644 index 0000000000000000000000000000000000000000..250af9b5107a4d61f5b27448d4f9ae095e9dd0a0 --- /dev/null +++ b/train/diagrams/easy/diagrams_653.txt @@ -0,0 +1,11 @@ +<Adult Language Learning, writes, Virtual Reality Language Environments> +<Business Language Training, sells, Pronunciation Drills> +<Cultural Immersion, connectedTo, Business Language Training> +<Instructor_Led Classes, connectedTo, Adult Language Learning> +<Language Assessment Tests, connectedTo, Reading Comprehension> +<Listening Comprehension, provides, Instructor_Led Classes> +<Memory Retention Techniques, connectedTo, Adult Language Learning> +<Memory Retention Techniques, connectedTo, Language Assessment Tests> +<Pronunciation Drills, connectedTo, Interactive Dialogues> +<Reading Comprehension, tests, Cultural Immersion> +<Virtual Reality Language Environments, memorizes, Memory Retention Techniques> diff --git a/train/diagrams/easy/diagrams_654.dot b/train/diagrams/easy/diagrams_654.dot new file mode 100644 index 0000000000000000000000000000000000000000..eb0e09b403aafc4292bcc147b6c705c975c1cecf --- /dev/null +++ b/train/diagrams/easy/diagrams_654.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=LR + N0 [label="Immersion Programs" color="#BDBDBD" fillcolor="#F5F5F5" shape=predefinedprocess style=filled] + N1 [label="Audio Lessons" color="#6EB76D" fillcolor="#E9F7E8" shape=ellipse style=filled] + N2 [label="Listening Comprehension" color="#BDBDBD" fillcolor="#F5F5F5" shape=vnode_shape style=filled] + N3 [label="Children's Language Learning" color="#BDBDBD" fillcolor="#F5F5F5" shape=preparation style=filled] + N4 [label="Flashcard Systems" color="#6EB76D" fillcolor="#E9F7E8" shape=vnode_shape style=filled] + N5 [label="Writing Exercises" color="#6EB76D" fillcolor="#E9F7E8" shape=diamond style=filled] + N6 [label="Native Speaker Interaction" color="#D2D2D2" fillcolor="#F0F0F0" shape=inputoutput style=filled] + N7 [label="Role_Playing Scenarios" color="#6EB76D" fillcolor="#E9F7E8" shape=diamond style=filled] + N0 -> N1 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="improves" dir=forward] + N2 -> N3 [color="#6EB76D" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#BDBDBD" penwidth=1.5 style=dashed label="simulates" dir=forward] + N4 -> N5 [color="#D2D2D2" penwidth=1.5 style=solid label="immerses" dir=forward] + N5 -> N6 [color="#BDBDBD" penwidth=1.5 style=dashed label="speaks" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="personalizes" dir=forward] + N5 -> N7 [color="#6EB76D" penwidth=1.5 style=solid label="transcribes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_654.txt b/train/diagrams/easy/diagrams_654.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2364d42de43ebb54a359b7f4aa17a22e189ad97 --- /dev/null +++ b/train/diagrams/easy/diagrams_654.txt @@ -0,0 +1,8 @@ +<Audio Lessons, improves, Listening Comprehension> +<Children's Language Learning, simulates, Flashcard Systems> +<Flashcard Systems, immerses, Writing Exercises> +<Immersion Programs, connectedTo, Audio Lessons> +<Listening Comprehension, connectedTo, Children's Language Learning> +<Native Speaker Interaction, personalizes, Role_Playing Scenarios> +<Writing Exercises, speaks, Native Speaker Interaction> +<Writing Exercises, transcribes, Role_Playing Scenarios> diff --git a/train/diagrams/easy/diagrams_656.dot b/train/diagrams/easy/diagrams_656.dot new file mode 100644 index 0000000000000000000000000000000000000000..1dbc0bd1a4fa82585b7c60ac06908fb11d725070 --- /dev/null +++ b/train/diagrams/easy/diagrams_656.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Language Exchange Programs" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled] + N1 [label="Writing Exercises" color="#BA68C8" fillcolor="#F3E5F5" shape=database style=filled] + N2 [label="Memory Retention Techniques" color="#BA68C8" fillcolor="#F3E5F5" shape=rect style=filled] + N3 [label="Role_Playing Scenarios" color="#FFE69C" fillcolor="#FFF9D4" shape=preparation style=filled] + N4 [label="Slang and Idioms Learning" color="#BA68C8" fillcolor="#F3E5F5" shape=vnode_shape style=filled] + N5 [label="Sentence Construction Practice" color="#AABEC6" fillcolor="#E0E6E9" shape=multipledocuments style=filled] + N6 [label="Video Lessons" color="#AABEC6" fillcolor="#E0E6E9" shape=database style=filled] + N7 [label="Certification Exam Preparation" color="#AABEC6" fillcolor="#E0E6E9" shape=document style=filled] + N0 -> N1 [color="#BA68C8" penwidth=1.5 style=solid label="practices" dir=forward] + N1 -> N2 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#AABEC6" penwidth=1.5 style=dashed label="immerses" dir=forward] + N3 -> N4 [color="#BA68C8" penwidth=1.5 style=dashed label="evaluates" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFE69C" penwidth=1.5 style=dashed dir=forward] + N5 -> N1 [color="#FFE69C" penwidth=1.5 style=dashed label="interacts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_657.dot b/train/diagrams/easy/diagrams_657.dot new file mode 100644 index 0000000000000000000000000000000000000000..ad21bc69e78d5f6e464b2105e58e9b9b2e1dd8ba --- /dev/null +++ b/train/diagrams/easy/diagrams_657.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=RL + N0 [label="Grief Counseling" color="#CB9BE1" fillcolor="#F2E6F5" shape=action style=filled] + N1 [label="Medication Management" color="#CB9BE1" fillcolor="#F2E6F5" shape=database style=filled] + N2 [label="Relapse Prevention" color="#795548" fillcolor="#D7CCC8" shape=predefinedprocess style=filled] + N3 [label="Suicide Prevention" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N4 [label="Post_Traumatic Stress Disorder Support" color="#FFA726" fillcolor="#FFF3E0" shape=inputoutput style=filled] + N5 [label="Stress Reduction Techniques" color="#CB9BE1" fillcolor="#F2E6F5" shape=parallelogram style=filled] + N6 [label="Mindfulness Practice" color="#795548" fillcolor="#D7CCC8" shape=hexagon style=filled] + N7 [label="Counseling Services" color="#CB9BE1" fillcolor="#F2E6F5" shape=vnode_shape style=filled] + N8 [label="Treatment Plan Development" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N9 [label="Digital Mental Health Tools" color="#795548" fillcolor="#D7CCC8" shape=multipledocuments style=filled] + N10 [label="Emotional Regulation Training" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N11 [label="Outpatient Program Management" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N0 -> N1 [color="#CB9BE1" penwidth=1.5 style=solid label="improves" dir=forward] + N1 -> N2 [color="#CB9BE1" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFA726" penwidth=1.5 style=dashed label="certifies" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#CB9BE1" penwidth=1.5 style=solid label="tracks" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFA726" penwidth=1.5 style=solid label="provides" dir=forward] + N7 -> N8 [color="#FFA726" penwidth=1.5 style=dashed label="licenses" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="assesses" dir=forward] + N9 -> N10 [color="#CB9BE1" penwidth=1.5 style=solid label="educates" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid label="records" dir=forward] + N7 -> N6 [color="#FFA726" penwidth=1.5 style=solid dir=forward] + N2 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_657.txt b/train/diagrams/easy/diagrams_657.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0933206cc10a5a7a6b804b367656a1bfaf0ed97 --- /dev/null +++ b/train/diagrams/easy/diagrams_657.txt @@ -0,0 +1,13 @@ +<Counseling Services, connectedTo, Mindfulness Practice> +<Counseling Services, licenses, Treatment Plan Development> +<Digital Mental Health Tools, educates, Emotional Regulation Training> +<Emotional Regulation Training, records, Outpatient Program Management> +<Grief Counseling, improves, Medication Management> +<Medication Management, connectedTo, Relapse Prevention> +<Mindfulness Practice, provides, Counseling Services> +<Post_Traumatic Stress Disorder Support, tracks, Stress Reduction Techniques> +<Relapse Prevention, certifies, Suicide Prevention> +<Relapse Prevention, connectedTo, Mindfulness Practice> +<Stress Reduction Techniques, connectedTo, Mindfulness Practice> +<Suicide Prevention, connectedTo, Post_Traumatic Stress Disorder Support> +<Treatment Plan Development, assesses, Digital Mental Health Tools> diff --git a/train/diagrams/easy/diagrams_658.dot b/train/diagrams/easy/diagrams_658.dot new file mode 100644 index 0000000000000000000000000000000000000000..4a20f5473686ded97b32d0a60a0225669e96a7ae --- /dev/null +++ b/train/diagrams/easy/diagrams_658.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Bipolar Disorder Management" color="#BCB88A" fillcolor="#F5F5DC" shape=diamond style=filled] + N1 [label="Inpatient Treatment Coordination" color="#FFCC80" fillcolor="#FFF0CC" shape=parallelogram style=filled] + N2 [label="Digital Mental Health Tools" color="#BCB88A" fillcolor="#F5F5DC" shape=predefinedprocess style=filled] + N3 [label="Eating Disorder Treatment" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N4 [label="Substance Abuse Counseling" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N5 [label="Outpatient Program Management" color="#BCB88A" fillcolor="#F5F5DC" shape=rect style=filled] + N6 [label="Art Therapy" color="#BCB88A" fillcolor="#F5F5DC" shape=parallelogram style=filled] + N7 [label="Peer Support Programs" color="#FFCC80" fillcolor="#FFF0CC" shape=diamond style=filled] + N8 [label="Telehealth Counseling" color="#795548" fillcolor="#D7CCC8" shape=document style=filled] + N9 [label="Music Therapy" color="#BCB88A" fillcolor="#F5F5DC" shape=document style=filled] + N0 -> N1 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="counsels" dir=forward] + N2 -> N3 [color="#FFCC80" penwidth=1.5 style=dashed label="records" dir=forward] + N3 -> N4 [color="#BCB88A" penwidth=1.5 style=dashed label="researches" dir=forward] + N4 -> N5 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFCC80" penwidth=1.5 style=dashed label="manages" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="listens" dir=forward] + N8 -> N9 [color="#FFCC80" penwidth=1.5 style=dashed label="therapies" dir=forward] + N1 -> N6 [color="#795548" penwidth=1.5 style=solid label="integrates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_659.dot b/train/diagrams/easy/diagrams_659.dot new file mode 100644 index 0000000000000000000000000000000000000000..77eada7ad0d0f980177438b71f7f91968aa1a2bb --- /dev/null +++ b/train/diagrams/easy/diagrams_659.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Music Therapy" color="#92C79A" fillcolor="#E8F0EA" shape=box style=filled] + N1 [label="Advocacy for Mental Health" color="#00BCD4" fillcolor="#E0F7FA" shape=rectangle style=filled] + N2 [label="Treatment Plan Development" color="#FF9800" fillcolor="#FFE0B2" shape=action style=filled] + N3 [label="Bipolar Disorder Management" color="#92C79A" fillcolor="#E8F0EA" shape=box style=filled] + N4 [label="Stress Reduction Techniques" color="#00BCD4" fillcolor="#E0F7FA" shape=predefinedprocess style=filled] + N5 [label="Therapy Session" color="#92C79A" fillcolor="#E8F0EA" shape=ellipse style=filled] + N6 [label="Workplace Mental Health Programs" color="#92C79A" fillcolor="#E8F0EA" shape=parallelogram style=filled] + N7 [label="Crisis Intervention" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N8 [label="Medication Management" color="#92C79A" fillcolor="#E8F0EA" shape=rect style=filled] + N9 [label="Digital Mental Health Tools" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled] + N0 -> N1 [color="#FF9800" penwidth=1.5 style=dashed label="medicates" dir=forward] + N1 -> N2 [color="#00BCD4" penwidth=1.5 style=solid label="prevents" dir=forward] + N2 -> N3 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#92C79A" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#00BCD4" penwidth=1.5 style=dashed label="assesses" dir=forward] + N6 -> N7 [color="#92C79A" penwidth=1.5 style=dashed label="develops" dir=forward] + N7 -> N8 [color="#FF9800" penwidth=1.5 style=solid label="diagnoses" dir=forward] + N8 -> N9 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N2 -> N4 [color="#92C79A" penwidth=1.5 style=solid label="consults" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_660.dot b/train/diagrams/easy/diagrams_660.dot new file mode 100644 index 0000000000000000000000000000000000000000..c04574329e433759f38bccd7980c442f59ac4774 --- /dev/null +++ b/train/diagrams/easy/diagrams_660.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=BT + N0 [label="Therapy Session" color="#673AB7" fillcolor="#D1C4E9" shape=preparation style=filled] + N1 [label="Medication Management" color="#FFF176" fillcolor="#FFFDE7" shape=hexagon style=filled] + N2 [label="Depression Treatment" color="#CD8FF2" fillcolor="#ECCFF5" shape=hexagon style=filled] + N3 [label="Family Therapy" color="#673AB7" fillcolor="#D1C4E9" shape=parallelogram style=filled] + N4 [label="Recreational Therapy" color="#FFF176" fillcolor="#FFFDE7" shape=rect style=filled] + N5 [label="Emotional Regulation Training" color="#673AB7" fillcolor="#D1C4E9" shape=diamond style=filled] + N6 [label="Workplace Mental Health Programs" color="#FFF176" fillcolor="#FFFDE7" shape=database style=filled] + N7 [label="Schizophrenia Management" color="#673AB7" fillcolor="#D1C4E9" shape=hexagon style=filled] + N0 -> N1 [color="#673AB7" penwidth=1.5 style=solid label="diagnoses" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#CD8FF2" penwidth=1.5 style=solid label="advocates" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="develops" dir=forward] + N4 -> N5 [color="#CD8FF2" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#CD8FF2" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFF176" penwidth=1.5 style=dashed label="advises" dir=forward] + N1 -> N6 [color="#CD8FF2" penwidth=1.5 style=solid dir=forward] + N7 -> N1 [color="#673AB7" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_661.txt b/train/diagrams/easy/diagrams_661.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd20f393f114619ed653fe527ddd8747b1a599d8 --- /dev/null +++ b/train/diagrams/easy/diagrams_661.txt @@ -0,0 +1,8 @@ +<Medication Management, certifies, Treatment Plan Development> +<Music Therapy, reduces, Recreational Therapy> +<Outpatient Program Management, connectedTo, Stress Reduction Techniques> +<Recreational Therapy, advocates, Therapy Session> +<Stress Reduction Techniques, connectedTo, Music Therapy> +<Therapy Session, records, Mental Health Screening> +<Treatment Plan Development, connectedTo, Outpatient Program Management> +<Treatment Plan Development, connectedTo, Stress Reduction Techniques> diff --git a/train/diagrams/easy/diagrams_663.dot b/train/diagrams/easy/diagrams_663.dot new file mode 100644 index 0000000000000000000000000000000000000000..b423a8734f2bc0a2ff027d97dc9e0bd120941126 --- /dev/null +++ b/train/diagrams/easy/diagrams_663.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=LR + N0 [label="Counseling Services" color="#A188DB" fillcolor="#DED7F0" shape=box style=filled] + N1 [label="Treatment Plan Development" color="#CB9BE1" fillcolor="#F2E6F5" shape=inputoutput style=filled] + N2 [label="Stress Reduction Techniques" color="#94C0C0" fillcolor="#CADEDE" shape=inputoutput style=filled] + N3 [label="Recreational Therapy" color="#94C0C0" fillcolor="#CADEDE" shape=diamond style=filled] + N4 [label="Suicide Prevention" color="#A188DB" fillcolor="#DED7F0" shape=multipledocuments style=filled] + N5 [label="Telehealth Counseling" color="#CB9BE1" fillcolor="#F2E6F5" shape=vnode_shape style=filled] + N6 [label="Grief Counseling" color="#A188DB" fillcolor="#DED7F0" shape=hexagon style=filled] + N7 [label="Depression Treatment" color="#CB9BE1" fillcolor="#F2E6F5" shape=parallelogram style=filled] + N8 [label="Advocacy for Mental Health" color="#94C0C0" fillcolor="#CADEDE" shape=predefinedprocess style=filled] + N9 [label="Inpatient Treatment Coordination" color="#94C0C0" fillcolor="#CADEDE" shape=rectangle style=filled] + N0 -> N1 [color="#CB9BE1" penwidth=1.5 style=solid label="rehabilitates" dir=forward] + N1 -> N2 [color="#A188DB" penwidth=1.5 style=dashed label="provides" dir=forward] + N2 -> N3 [color="#CB9BE1" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#CB9BE1" penwidth=1.5 style=dashed label="therapies" dir=forward] + N4 -> N5 [color="#94C0C0" penwidth=1.5 style=solid label="advocates" dir=forward] + N5 -> N6 [color="#A188DB" penwidth=1.5 style=dashed label="supports" dir=forward] + N6 -> N7 [color="#94C0C0" penwidth=1.5 style=solid label="records" dir=forward] + N7 -> N8 [color="#CB9BE1" penwidth=1.5 style=solid label="guides" dir=forward] + N8 -> N9 [color="#94C0C0" penwidth=1.5 style=solid label="develops" dir=forward] + N5 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N5 [color="#CB9BE1" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_665.txt b/train/diagrams/easy/diagrams_665.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f4aa90befd8f8cc9978d4c04b996a1e4ca785cb --- /dev/null +++ b/train/diagrams/easy/diagrams_665.txt @@ -0,0 +1,10 @@ +<Detoxification Programs, promotes, Food Allergy Management> +<Elderly Nutrition, audits, Disease_Specific Nutrition> +<Food Allergy Management, labels, Genetic Nutrition Counseling> +<Food Preparation Guidance, measures, Weight Management> +<Food Service Management Consulting, connectedTo, Restaurant Menu Analysis> +<Genetic Nutrition Counseling, consults, Elderly Nutrition> +<Public Health Nutrition Programs, connectedTo, Detoxification Programs> +<Restaurant Menu Analysis, connectedTo, Public Health Nutrition Programs> +<Restaurant Menu Analysis, manages, Detoxification Programs> +<Weight Management, tests, Food Service Management Consulting> diff --git a/train/diagrams/easy/diagrams_666.txt b/train/diagrams/easy/diagrams_666.txt new file mode 100644 index 0000000000000000000000000000000000000000..aabbe20967e7d8b5ccb52807ba19c2f38a42025a --- /dev/null +++ b/train/diagrams/easy/diagrams_666.txt @@ -0,0 +1,12 @@ +<Body Composition Analysis, connectedTo, Nutritional Counseling> +<Body Composition Analysis, counsels, Sports Nutrition> +<Clinical Nutrition Support, guides, Restaurant Menu Analysis> +<Clinical Nutrition Support, prescribes, Nutritional Biomarker Analysis> +<Disease_Specific Nutrition, connectedTo, Body Composition Analysis> +<Grocery Shopping Guidance, improves, Macronutrient Tracking> +<Macronutrient Tracking, connectedTo, Clinical Nutrition Support> +<Nutritional Biomarker Analysis, connectedTo, Grocery Shopping Guidance> +<Nutritional Counseling, complies, Nutritional Biomarker Analysis> +<Restaurant Menu Analysis, connectedTo, Supplement Recommendation> +<Sports Nutrition, researches, Nutritional Counseling> +<Supplement Recommendation, tracks, Maternal Nutrition> diff --git a/train/diagrams/easy/diagrams_667.dot b/train/diagrams/easy/diagrams_667.dot new file mode 100644 index 0000000000000000000000000000000000000000..1343a50a5d280cffe9126a7cf5825d837806e77e --- /dev/null +++ b/train/diagrams/easy/diagrams_667.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=RL + N0 [label="Dietary Supplement Review" color="#E91E63" fillcolor="#FCE4EC" shape=database style=filled] + N1 [label="Child Nutrition" color="#94C0C0" fillcolor="#CADEDE" shape=inputoutput style=filled] + N2 [label="Food Safety Education" color="#94C0C0" fillcolor="#CADEDE" shape=hexagon style=filled] + N3 [label="Food Waste Reduction" color="#D2D2D2" fillcolor="#F0F0F0" shape=diamond style=filled] + N4 [label="Food Label Interpretation" color="#94C0C0" fillcolor="#CADEDE" shape=action style=filled] + N5 [label="Elderly Nutrition" color="#E91E63" fillcolor="#FCE4EC" shape=vnode_shape style=filled] + N6 [label="Metabolism Rate Assessment" color="#D2D2D2" fillcolor="#F0F0F0" shape=hexagon style=filled] + N7 [label="Hydration Planning" color="#94C0C0" fillcolor="#CADEDE" shape=predefinedprocess style=filled] + N8 [label="Personalized Nutrition Plans" color="#E91E63" fillcolor="#FCE4EC" shape=rectangle style=filled] + N9 [label="Eating Habit Modification" color="#E91E63" fillcolor="#FCE4EC" shape=predefinedprocess style=filled] + N10 [label="Gut Microbiome Health" color="#D2D2D2" fillcolor="#F0F0F0" shape=rectangle style=filled] + N11 [label="Weight Management" color="#E91E63" fillcolor="#FCE4EC" shape=predefinedprocess style=filled] + N0 -> N1 [color="#94C0C0" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#E91E63" penwidth=1.5 style=solid label="optimizes" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="counsels" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#E91E63" penwidth=1.5 style=dashed label="guides" dir=forward] + N7 -> N8 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#E91E63" penwidth=1.5 style=dashed label="researches" dir=forward] + N9 -> N10 [color="#94C0C0" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N1 [color="#E91E63" penwidth=1.5 style=dashed label="assesses" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_674.txt b/train/diagrams/easy/diagrams_674.txt new file mode 100644 index 0000000000000000000000000000000000000000..c744ba31c9905bcee69165cf2721ca21101f384e --- /dev/null +++ b/train/diagrams/easy/diagrams_674.txt @@ -0,0 +1,8 @@ +<Group Fitness Classes, predicts, Weightlifting Techniques> +<HIIT Workouts, connectedTo, Group Fitness Classes> +<Home Workout Programs, connectedTo, Personalized Exercise Prescriptions> +<Outdoor Fitness Activities, connectedTo, Yoga Instruction> +<Personalized Exercise Prescriptions, develops, Strength Training> +<Strength Training, trains, Personalized Exercise Prescriptions> +<Weightlifting Techniques, connectedTo, Home Workout Programs> +<Yoga Instruction, connectedTo, HIIT Workouts> diff --git a/train/diagrams/easy/diagrams_675.dot b/train/diagrams/easy/diagrams_675.dot new file mode 100644 index 0000000000000000000000000000000000000000..b9a923be404faf9bab0b8eb0b210ae544eb33be9 --- /dev/null +++ b/train/diagrams/easy/diagrams_675.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Motivation and Goal Setting" color="#66BB6A" fillcolor="#E8F5E9" shape=action style=filled] + N1 [label="Workout Planning" color="#66BB6A" fillcolor="#E8F5E9" shape=vnode_shape style=filled] + N2 [label="Home Workout Programs" color="#66BB6A" fillcolor="#E8F5E9" shape=vnode_shape style=filled] + N3 [label="Outdoor Fitness Activities" color="#7986CB" fillcolor="#E8EAF6" shape=database style=filled] + N4 [label="Rehabilitation Exercises" color="#D3EB9F" fillcolor="#F8FDD3" shape=rectangle style=filled] + N5 [label="Body Composition Analysis" color="#7986CB" fillcolor="#E8EAF6" shape=rectangle style=filled] + N6 [label="Weightlifting Techniques" color="#66BB6A" fillcolor="#E8F5E9" shape=rect style=filled] + N7 [label="Biometric Feedback Integration" color="#7986CB" fillcolor="#E8EAF6" shape=rect style=filled] + N8 [label="Balance and Coordination" color="#7986CB" fillcolor="#E8EAF6" shape=parallelogram style=filled] + N9 [label="Strength Training" color="#D3EB9F" fillcolor="#F8FDD3" shape=rectangle style=filled] + N10 [label="Online Fitness Coaching" color="#7986CB" fillcolor="#E8EAF6" shape=box style=filled] + N11 [label="Core Strengthening" color="#D3EB9F" fillcolor="#F8FDD3" shape=box style=filled] + N0 -> N1 [color="#66BB6A" penwidth=1.5 style=solid label="tests" dir=forward] + N1 -> N2 [color="#7986CB" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="exercises" dir=forward] + N3 -> N4 [color="#7986CB" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N4 -> N5 [color="#7986CB" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#D3EB9F" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#D3EB9F" penwidth=1.5 style=dashed label="supports" dir=forward] + N8 -> N9 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#66BB6A" penwidth=1.5 style=dashed label="motivates" dir=forward] + N10 -> N11 [color="#66BB6A" penwidth=1.5 style=solid dir=forward] + N2 -> N8 [color="#66BB6A" penwidth=1.5 style=dashed label="plans" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_676.dot b/train/diagrams/easy/diagrams_676.dot new file mode 100644 index 0000000000000000000000000000000000000000..29433f3f3dc02f487136f2e9bae11fe1998d315c --- /dev/null +++ b/train/diagrams/easy/diagrams_676.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Strength Training" color="#BDAFA8" fillcolor="#E4E0DF" shape=box style=filled] + N1 [label="Core Strengthening" color="#E91E63" fillcolor="#F8BBD0" shape=rectangle style=filled] + N2 [label="Motivation and Goal Setting" color="#BDAFA8" fillcolor="#E4E0DF" shape=vnode_shape style=filled] + N3 [label="Sports_Specific Training" color="#E91E63" fillcolor="#F8BBD0" shape=preparation style=filled] + N4 [label="Posture Correction" color="#BDAFA8" fillcolor="#E4E0DF" shape=preparation style=filled] + N5 [label="Youth Fitness Programs" color="#6FE1D5" fillcolor="#C9EFEC" shape=action style=filled] + N6 [label="Pilates Instruction" color="#BDAFA8" fillcolor="#E4E0DF" shape=ellipse style=filled] + N7 [label="Rehabilitation Exercises" color="#6FE1D5" fillcolor="#C9EFEC" shape=hexagon style=filled] + N8 [label="Body Composition Analysis" color="#E91E63" fillcolor="#F8BBD0" shape=parallelogram style=filled] + N9 [label="Workout Tracking Apps" color="#6FE1D5" fillcolor="#C9EFEC" shape=multipledocuments style=filled] + N10 [label="Corporate Wellness Programs" color="#E91E63" fillcolor="#F8BBD0" shape=rectangle style=filled] + N0 -> N1 [color="#BDAFA8" penwidth=1.5 style=solid label="recovers" dir=forward] + N1 -> N2 [color="#6FE1D5" penwidth=1.5 style=solid label="educates" dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=solid label="motivates" dir=forward] + N3 -> N4 [color="#6FE1D5" penwidth=1.5 style=dashed label="visualizes" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="assesses" dir=forward] + N5 -> N6 [color="#6FE1D5" penwidth=1.5 style=dashed label="communicates" dir=forward] + N6 -> N7 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#BDAFA8" penwidth=1.5 style=solid label="supports" dir=forward] + N8 -> N9 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N9 -> N5 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N3 -> N9 [color="#000000" penwidth=1.5 style=solid label="consults" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_682.dot b/train/diagrams/easy/diagrams_682.dot new file mode 100644 index 0000000000000000000000000000000000000000..56195800f87f42e17a93b8cfabf5a7ded80a6f65 --- /dev/null +++ b/train/diagrams/easy/diagrams_682.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=BT + N0 [label="Holistic Health Assessment" color="#9575CD" fillcolor="#EDE7F6" shape=inputoutput style=filled] + N1 [label="Physical Activity Planning" color="#6FE1D5" fillcolor="#C9EFEC" shape=ellipse style=filled] + N2 [label="Meditation Coaching" color="#E0E0E0" fillcolor="#EBEBEB" shape=parallelogram style=filled] + N3 [label="Breathwork Exercises" color="#E0E0E0" fillcolor="#EBEBEB" shape=hexagon style=filled] + N4 [label="Biofeedback Training" color="#E0E0E0" fillcolor="#EBEBEB" shape=inputoutput style=filled] + N5 [label="Massage Therapy" color="#E0E0E0" fillcolor="#EBEBEB" shape=hexagon style=filled] + N6 [label="Burnout Prevention" color="#E0E0E0" fillcolor="#EBEBEB" shape=database style=filled] + N7 [label="Journaling for Wellness" color="#E0E0E0" fillcolor="#EBEBEB" shape=diamond style=filled] + N8 [label="Nutrition Guidance" color="#E0E0E0" fillcolor="#EBEBEB" shape=hexagon style=filled] + N9 [label="Employee Wellness Programs" color="#6FE1D5" fillcolor="#C9EFEC" shape=preparation style=filled] + N0 -> N1 [color="#9575CD" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="supports" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="coaches" dir=forward] + N4 -> N5 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="advises" dir=forward] + N6 -> N7 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#9575CD" penwidth=1.5 style=solid label="engages" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="motivates" dir=forward] + N8 -> N2 [color="#6FE1D5" penwidth=1.5 style=solid label="relaxes" dir=forward] + N5 -> N0 [color="#E0E0E0" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_682.txt b/train/diagrams/easy/diagrams_682.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6a3fffe52baad4db6acc6a6c9a6554c5b539024 --- /dev/null +++ b/train/diagrams/easy/diagrams_682.txt @@ -0,0 +1,11 @@ +<Biofeedback Training, connectedTo, Massage Therapy> +<Breathwork Exercises, coaches, Biofeedback Training> +<Burnout Prevention, connectedTo, Journaling for Wellness> +<Holistic Health Assessment, connectedTo, Physical Activity Planning> +<Journaling for Wellness, engages, Nutrition Guidance> +<Massage Therapy, advises, Burnout Prevention> +<Massage Therapy, connectedTo, Holistic Health Assessment> +<Meditation Coaching, connectedTo, Breathwork Exercises> +<Nutrition Guidance, motivates, Employee Wellness Programs> +<Nutrition Guidance, relaxes, Meditation Coaching> +<Physical Activity Planning, supports, Meditation Coaching> diff --git a/train/diagrams/easy/diagrams_684.txt b/train/diagrams/easy/diagrams_684.txt new file mode 100644 index 0000000000000000000000000000000000000000..025df500b6e91564fdf489e60db0233555cffbba --- /dev/null +++ b/train/diagrams/easy/diagrams_684.txt @@ -0,0 +1,12 @@ +<Aromatherapy Usage, connectedTo, Resilience Building> +<Financial Wellness Planning, connectedTo, Positive Psychology Application> +<Financial Wellness Planning, moves, Sleep Optimization> +<Gratitude Practice, enhances, Financial Wellness Planning> +<Gut Health for Wellness, connectedTo, Aromatherapy Usage> +<Journaling for Wellness, eats, Stress Management> +<Longevity Planning, connectedTo, Employee Wellness Programs> +<Positive Psychology Application, connectedTo, Longevity Planning> +<Resilience Building, develops, Gratitude Practice> +<Sleep Optimization, advises, Journaling for Wellness> +<Stress Management, balances, Gut Health for Wellness> +<Stress Management, researches, Employee Wellness Programs> diff --git a/train/diagrams/easy/diagrams_688.txt b/train/diagrams/easy/diagrams_688.txt new file mode 100644 index 0000000000000000000000000000000000000000..019ee35ccd0ab48aa8ebe4d68e0ef165376e95cd --- /dev/null +++ b/train/diagrams/easy/diagrams_688.txt @@ -0,0 +1,10 @@ +<Acupuncture Consultation, stress_reduces, Resilience Building> +<Breathwork Exercises, reduces, Hydrotherapy> +<Detox Programs, balances, Physical Activity Planning> +<Detox Programs, connectedTo, Acupuncture Consultation> +<Gratitude Practice, plans, Mindfulness Practice> +<Hydrotherapy, connectedTo, Physical Activity Planning> +<Longevity Planning, integrates, Gratitude Practice> +<Meditation Coaching, optimizes, Longevity Planning> +<Mindfulness Practice, connectedTo, Breathwork Exercises> +<Resilience Building, connects, Meditation Coaching> diff --git a/train/diagrams/easy/diagrams_689.txt b/train/diagrams/easy/diagrams_689.txt new file mode 100644 index 0000000000000000000000000000000000000000..67eeba83145e38d4e40ca1d33d75a77ee0968dfc --- /dev/null +++ b/train/diagrams/easy/diagrams_689.txt @@ -0,0 +1,10 @@ +<Commercial Interior Design, connectedTo, Contractor Coordination> +<Commercial Interior Design, designs, Hospitality Interior Design> +<Contractor Coordination, furnishes, Office Space Design> +<Furniture Selection, connectedTo, Site Measurement> +<Hospitality Interior Design, supervises, Living Room Design> +<Living Room Design, connectedTo, Contractor Coordination> +<Office Space Design, textures, Furniture Selection> +<Post_Occupancy Evaluation, spaces, Smart Home Technology Integration> +<Smart Home Technology Integration, materials, Commercial Interior Design> +<Textile and Fabric Selection, connectedTo, Post_Occupancy Evaluation> diff --git a/train/diagrams/easy/diagrams_69.dot b/train/diagrams/easy/diagrams_69.dot new file mode 100644 index 0000000000000000000000000000000000000000..1bec33b33b0c4b674e20e27c58b867648812d596 --- /dev/null +++ b/train/diagrams/easy/diagrams_69.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Air Cargo Handling" color="#61CAC3" fillcolor="#C2E8E6" shape=box style=filled] + N1 [label="Pickup Request" color="#61CAC3" fillcolor="#C2E8E6" shape=predefinedprocess style=filled] + N2 [label="Delay Notification" color="#607D8B" fillcolor="#CFD8DC" shape=database style=filled] + N3 [label="Last_mile Dispatch" color="#FFC2C2" fillcolor="#FFEBEB" shape=multipledocuments style=filled] + N4 [label="Damage Reporting" color="#FFC2C2" fillcolor="#FFEBEB" shape=multipledocuments style=filled] + N5 [label="Packing Process" color="#61CAC3" fillcolor="#C2E8E6" shape=diamond style=filled] + N6 [label="Invoice Matching" color="#607D8B" fillcolor="#CFD8DC" shape=document style=filled] + N7 [label="Carrier Selection" color="#61CAC3" fillcolor="#C2E8E6" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="forecasts" dir=forward] + N2 -> N3 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="syncs" dir=forward] + N4 -> N5 [color="#61CAC3" penwidth=1.5 style=solid label="communicates" dir=forward] + N5 -> N6 [color="#FFC2C2" penwidth=1.5 style=solid label="analyzes" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N0 [color="#607D8B" penwidth=1.5 style=dashed label="sorts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_690.txt b/train/diagrams/easy/diagrams_690.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8166022e298d3e2e8673cdc28ef46b721cb0fd9 --- /dev/null +++ b/train/diagrams/easy/diagrams_690.txt @@ -0,0 +1,9 @@ +<Bedroom Design, photographs, Feng Shui Consultation> +<Budget Management, manages, Wall Treatment Selection> +<Kitchen Design, connectedTo, Bedroom Design> +<Office Space Design, connectedTo, Universal Design Principles> +<Office Space Design, supervises, Kitchen Design> +<Smart Home Technology Integration, connectedTo, Kitchen Design> +<Universal Design Principles, transforms, Smart Home Technology Integration> +<Wall Treatment Selection, sketches, Office Space Design> +<Wall Treatment Selection, spaces, Budget Management> diff --git a/train/diagrams/easy/diagrams_691.dot b/train/diagrams/easy/diagrams_691.dot new file mode 100644 index 0000000000000000000000000000000000000000..6f2c59ba03c46aa7496918863cca542af56aa95d --- /dev/null +++ b/train/diagrams/easy/diagrams_691.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Sustainable Design Practices" color="#BA68C8" fillcolor="#F3E5F5" shape=hexagon style=filled] + N1 [label="Residential Interior Design" color="#C0CA33" fillcolor="#F9FBE7" shape=box style=filled] + N2 [label="Art and Accessory Curation" color="#C0CA33" fillcolor="#F9FBE7" shape=database style=filled] + N3 [label="Bathroom Design" color="#C0CA33" fillcolor="#F9FBE7" shape=diamond style=filled] + N4 [label="Lighting Design" color="#673AB7" fillcolor="#D1C4E9" shape=preparation style=filled] + N5 [label="Ventilation Planning" color="#BA68C8" fillcolor="#F3E5F5" shape=predefinedprocess style=filled] + N6 [label="3D Rendering" color="#673AB7" fillcolor="#D1C4E9" shape=hexagon style=filled] + N7 [label="Healthcare Interior Design" color="#BA68C8" fillcolor="#F3E5F5" shape=ellipse style=filled] + N8 [label="Bedroom Design" color="#C0CA33" fillcolor="#F9FBE7" shape=rectangle style=filled] + N9 [label="Building Code Compliance" color="#BA68C8" fillcolor="#F3E5F5" shape=rect style=filled] + N10 [label="Site Measurement" color="#673AB7" fillcolor="#D1C4E9" shape=hexagon style=filled] + N0 -> N1 [color="#673AB7" penwidth=1.5 style=dashed label="schedules" dir=forward] + N1 -> N2 [color="#BA68C8" penwidth=1.5 style=solid label="consults" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="installs" dir=forward] + N3 -> N4 [color="#673AB7" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#BA68C8" penwidth=1.5 style=solid label="certifies" dir=forward] + N5 -> N6 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#673AB7" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#C0CA33" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N1 [color="#673AB7" penwidth=1.5 style=solid dir=forward] + N7 -> N10 [color="#BA68C8" penwidth=1.5 style=dashed label="styles" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_691.txt b/train/diagrams/easy/diagrams_691.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd44dbf472712ef0645f7416d2f711618cdc72b --- /dev/null +++ b/train/diagrams/easy/diagrams_691.txt @@ -0,0 +1,12 @@ +<3D Rendering, connectedTo, Healthcare Interior Design> +<Art and Accessory Curation, installs, Bathroom Design> +<Bathroom Design, connectedTo, Lighting Design> +<Bedroom Design, connectedTo, Building Code Compliance> +<Building Code Compliance, connectedTo, Site Measurement> +<Healthcare Interior Design, connectedTo, Bedroom Design> +<Healthcare Interior Design, styles, Site Measurement> +<Lighting Design, certifies, Ventilation Planning> +<Lighting Design, connectedTo, Residential Interior Design> +<Residential Interior Design, consults, Art and Accessory Curation> +<Sustainable Design Practices, schedules, Residential Interior Design> +<Ventilation Planning, connectedTo, 3D Rendering> diff --git a/train/diagrams/easy/diagrams_692.dot b/train/diagrams/easy/diagrams_692.dot new file mode 100644 index 0000000000000000000000000000000000000000..d6e371b73035768a18d5ff0485b666c3fbc94125 --- /dev/null +++ b/train/diagrams/easy/diagrams_692.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=LR + N0 [label="Space Planning" color="#FFB74D" fillcolor="#FFF3E0" shape=rectangle style=filled] + N1 [label="Sustainable Design Practices" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] + N2 [label="Color Scheme Selection" color="#F44336" fillcolor="#FFCDD2" shape=rectangle style=filled] + N3 [label="Retail Interior Design" color="#94C0C0" fillcolor="#CADEDE" shape=vnode_shape style=filled] + N4 [label="CAD Drafting" color="#F44336" fillcolor="#FFCDD2" shape=action style=filled] + N5 [label="Mood Board Creation" color="#F44336" fillcolor="#FFCDD2" shape=diamond style=filled] + N6 [label="Building Code Compliance" color="#FFB74D" fillcolor="#FFF3E0" shape=ellipse style=filled] + N7 [label="Hospitality Interior Design" color="#F44336" fillcolor="#FFCDD2" shape=inputoutput style=filled] + N8 [label="Ergonomics Integration" color="#94C0C0" fillcolor="#CADEDE" shape=ellipse style=filled] + N9 [label="Ventilation Planning" color="#F44336" fillcolor="#FFCDD2" shape=ellipse style=filled] + N10 [label="Kitchen Design" color="#FFB74D" fillcolor="#FFF3E0" shape=database style=filled] + N11 [label="Flooring Specification" color="#F44336" fillcolor="#FFCDD2" shape=preparation style=filled] + N0 -> N1 [color="#FFB74D" penwidth=1.5 style=solid label="selects" dir=forward] + N1 -> N2 [color="#F44336" penwidth=1.5 style=solid label="materials" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#F44336" penwidth=1.5 style=solid label="installs" dir=forward] + N5 -> N6 [color="#F44336" penwidth=1.5 style=dashed label="renders" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FFB74D" penwidth=1.5 style=dashed label="customizes" dir=forward] + N9 -> N10 [color="#94C0C0" penwidth=1.5 style=solid label="markets" dir=forward] + N10 -> N11 [color="#94C0C0" penwidth=1.5 style=solid label="photographs" dir=forward] + N10 -> N3 [color="#94C0C0" penwidth=1.5 style=dashed dir=forward] + N5 -> N11 [color="#FFB74D" penwidth=1.5 style=dashed label="spaces" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_693.dot b/train/diagrams/easy/diagrams_693.dot new file mode 100644 index 0000000000000000000000000000000000000000..190456337c661d610b5a8a954dabdd152774963d --- /dev/null +++ b/train/diagrams/easy/diagrams_693.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Contractor Coordination" color="#FFC2C2" fillcolor="#FFEBEB" shape=diamond style=filled] + N1 [label="Retail Interior Design" color="#FFC2C2" fillcolor="#FFEBEB" shape=action style=filled] + N2 [label="Art and Accessory Curation" color="#4CAF50" fillcolor="#C8E6C9" shape=diamond style=filled] + N3 [label="Custom Furniture Design" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N4 [label="Wall Treatment Selection" color="#4CAF50" fillcolor="#C8E6C9" shape=rectangle style=filled] + N5 [label="Sustainable Design Practices" color="#4CAF50" fillcolor="#C8E6C9" shape=vnode_shape style=filled] + N6 [label="Lighting Design" color="#FFC2C2" fillcolor="#FFEBEB" shape=hexagon style=filled] + N7 [label="Smart Home Technology Integration" color="#4CAF50" fillcolor="#C8E6C9" shape=hexagon style=filled] + N8 [label="Living Room Design" color="#4CAF50" fillcolor="#C8E6C9" shape=rectangle style=filled] + N9 [label="Building Code Compliance" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N10 [label="Bathroom Design" color="#795548" fillcolor="#D7CCC8" shape=hexagon style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFC2C2" penwidth=1.5 style=solid label="customizes" dir=forward] + N2 -> N3 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#4CAF50" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#FFC2C2" penwidth=1.5 style=solid label="sources" dir=forward] + N5 -> N6 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="colors" dir=forward] + N7 -> N8 [color="#795548" penwidth=1.5 style=solid label="furnishes" dir=forward] + N8 -> N9 [color="#4CAF50" penwidth=1.5 style=solid label="presents" dir=forward] + N9 -> N10 [color="#795548" penwidth=1.5 style=dashed label="measures" dir=forward] + N2 -> N5 [color="#4CAF50" penwidth=1.5 style=dashed dir=forward] + N0 -> N4 [color="#FFC2C2" penwidth=1.5 style=dashed label="supervises" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_693.txt b/train/diagrams/easy/diagrams_693.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3cd7b381ee564468885c1d57463f9767bc3aa53 --- /dev/null +++ b/train/diagrams/easy/diagrams_693.txt @@ -0,0 +1,12 @@ +<Art and Accessory Curation, connectedTo, Custom Furniture Design> +<Art and Accessory Curation, connectedTo, Sustainable Design Practices> +<Building Code Compliance, measures, Bathroom Design> +<Contractor Coordination, connectedTo, Retail Interior Design> +<Contractor Coordination, supervises, Wall Treatment Selection> +<Custom Furniture Design, connectedTo, Wall Treatment Selection> +<Lighting Design, colors, Smart Home Technology Integration> +<Living Room Design, presents, Building Code Compliance> +<Retail Interior Design, customizes, Art and Accessory Curation> +<Smart Home Technology Integration, furnishes, Living Room Design> +<Sustainable Design Practices, connectedTo, Lighting Design> +<Wall Treatment Selection, sources, Sustainable Design Practices> diff --git a/train/diagrams/easy/diagrams_695.txt b/train/diagrams/easy/diagrams_695.txt new file mode 100644 index 0000000000000000000000000000000000000000..5740dfc94e7aa672a623afc3f881762f8a79fda5 --- /dev/null +++ b/train/diagrams/easy/diagrams_695.txt @@ -0,0 +1,8 @@ +<Color Scheme Selection, customizes, Concept Development> +<Concept Development, selects, Flooring Specification> +<Custom Furniture Design, manages, Color Scheme Selection> +<Flooring Specification, connectedTo, Residential Interior Design> +<Material and Finish Specification, coordinates, Ventilation Planning> +<Residential Interior Design, connectedTo, Textile and Fabric Selection> +<Ventilation Planning, connectedTo, Concept Development> +<Ventilation Planning, connectedTo, Custom Furniture Design> diff --git a/train/diagrams/easy/diagrams_699.dot b/train/diagrams/easy/diagrams_699.dot new file mode 100644 index 0000000000000000000000000000000000000000..518cf3b7771281fbd3246c1dbe236689fa16da62 --- /dev/null +++ b/train/diagrams/easy/diagrams_699.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Continuous Learning Models for Translation" color="#2196F3" fillcolor="#BBDEFB" shape=action style=filled] + N1 [label="Speaker Diarization" color="#2196F3" fillcolor="#BBDEFB" shape=action style=filled] + N2 [label="API Integration for Translation Services" color="#BA68C8" fillcolor="#F3E5F5" shape=multipledocuments style=filled] + N3 [label="Neural Machine Translation" color="#BA68C8" fillcolor="#F3E5F5" shape=inputoutput style=filled] + N4 [label="Legal Document Translation" color="#BA68C8" fillcolor="#F3E5F5" shape=multipledocuments style=filled] + N5 [label="Domain_Specific Translation Models" color="#DCE775" fillcolor="#FCFCE7" shape=database style=filled] + N6 [label="Statistical Machine Translation" color="#2196F3" fillcolor="#BBDEFB" shape=rect style=filled] + N7 [label="Speech Recognition" color="#BA68C8" fillcolor="#F3E5F5" shape=rectangle style=filled] + N8 [label="Technical Manual Translation" color="#DCE775" fillcolor="#FCFCE7" shape=rectangle style=filled] + N9 [label="Customer Support Translation" color="#DCE775" fillcolor="#FCFCE7" shape=action style=filled] + N10 [label="Meeting Translation Systems" color="#2196F3" fillcolor="#BBDEFB" shape=box style=filled] + N11 [label="Accent Adaptation" color="#BA68C8" fillcolor="#F3E5F5" shape=rect style=filled] + N0 -> N1 [color="#DCE775" penwidth=1.5 style=dashed label="captures" dir=forward] + N1 -> N2 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#DCE775" penwidth=1.5 style=dashed label="sells" dir=forward] + N3 -> N4 [color="#2196F3" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#DCE775" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="transcribes" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#BA68C8" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#2196F3" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="supports" dir=forward] + N10 -> N11 [color="#BA68C8" penwidth=1.5 style=dashed label="personalizes" dir=forward] + N4 -> N9 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_70.txt b/train/diagrams/easy/diagrams_70.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8913ef084928df4ae16b97676d84832e0aad3d8 --- /dev/null +++ b/train/diagrams/easy/diagrams_70.txt @@ -0,0 +1,10 @@ +<Consolidation, connectedTo, Deconsolidation> +<Container Loading, connectedTo, Fleet Maintenance Scheduling> +<Container Loading, connectedTo, Package Labeling> +<Deconsolidation, connectedTo, Consolidation> +<Deconsolidation, notifies, Invoice Matching> +<Fleet Maintenance Scheduling, stores, Rail Transport Coordination> +<Invoice Matching, manages, Fleet Maintenance Scheduling> +<Ocean Freight Management, weighs, Pickup Request> +<Package Labeling, sorts, Consolidation> +<Rail Transport Coordination, connectedTo, Ocean Freight Management> diff --git a/train/diagrams/easy/diagrams_702.dot b/train/diagrams/easy/diagrams_702.dot new file mode 100644 index 0000000000000000000000000000000000000000..22fedbd21ba6f0c5a2f936223fd72d550da00888 --- /dev/null +++ b/train/diagrams/easy/diagrams_702.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=TB + N0 [label="Noise Reduction for Speech Input" color="#26A69A" fillcolor="#E0F2F1" shape=preparation style=filled] + N1 [label="Speech Recognition" color="#FF8A65" fillcolor="#FBE9E7" shape=ellipse style=filled] + N2 [label="Social Media Translation" color="#FFF9AE" fillcolor="#FFFCE6" shape=multipledocuments style=filled] + N3 [label="Domain_Specific Translation Models" color="#FFF9AE" fillcolor="#FFFCE6" shape=predefinedprocess style=filled] + N4 [label="Custom Vocabulary Integration" color="#FF8A65" fillcolor="#FBE9E7" shape=rect style=filled] + N5 [label="Multimodal Translation" color="#26A69A" fillcolor="#E0F2F1" shape=vnode_shape style=filled] + N6 [label="Customer Support Translation" color="#26A69A" fillcolor="#E0F2F1" shape=preparation style=filled] + N7 [label="Real_Time Captioning" color="#FF8A65" fillcolor="#FBE9E7" shape=rectangle style=filled] + N8 [label="Text_to_Speech Synthesis" color="#26A69A" fillcolor="#E0F2F1" shape=parallelogram style=filled] + N9 [label="Tone Recognition" color="#FF8A65" fillcolor="#FBE9E7" shape=predefinedprocess style=filled] + N0 -> N1 [color="#FF8A65" penwidth=1.5 style=solid label="researches" dir=forward] + N1 -> N2 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="interprets" dir=forward] + N4 -> N5 [color="#FF8A65" penwidth=1.5 style=dashed label="adapts" dir=forward] + N5 -> N6 [color="#26A69A" penwidth=1.5 style=solid label="understands" dir=forward] + N6 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FF8A65" penwidth=1.5 style=solid label="processes" dir=forward] + N7 -> N2 [color="#FFF9AE" penwidth=1.5 style=solid label="pronounces" dir=forward] + N7 -> N0 [color="#FF8A65" penwidth=1.5 style=solid label="tests" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_703.dot b/train/diagrams/easy/diagrams_703.dot new file mode 100644 index 0000000000000000000000000000000000000000..1cc7affef381d5002c51a74e03970715766a3e80 --- /dev/null +++ b/train/diagrams/easy/diagrams_703.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Dialect Recognition" color="#E91E63" fillcolor="#FCE4EC" shape=action style=filled] + N1 [label="Wearable Translation Devices" color="#F06292" fillcolor="#FCE4EC" shape=action style=filled] + N2 [label="Noise Reduction for Speech Input" color="#E91E63" fillcolor="#FCE4EC" shape=predefinedprocess style=filled] + N3 [label="API Integration for Translation Services" color="#F06292" fillcolor="#FCE4EC" shape=ellipse style=filled] + N4 [label="Text_to_Speech Synthesis" color="#E91E63" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N5 [label="Technical Manual Translation" color="#DCE775" fillcolor="#F9FBE7" shape=action style=filled] + N6 [label="Machine Translation Engine" color="#E91E63" fillcolor="#FCE4EC" shape=inputoutput style=filled] + N7 [label="Meeting Translation Systems" color="#F06292" fillcolor="#FCE4EC" shape=rectangle style=filled] + N8 [label="Tone Recognition" color="#F06292" fillcolor="#FCE4EC" shape=vnode_shape style=filled] + N9 [label="Real_Time Captioning" color="#F06292" fillcolor="#FCE4EC" shape=parallelogram style=filled] + N10 [label="Sentiment Analysis in Translation" color="#DCE775" fillcolor="#F9FBE7" shape=ellipse style=filled] + N0 -> N1 [color="#F06292" penwidth=1.5 style=solid label="supports" dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=dashed label="transcribes" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="tracks" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="secures" dir=forward] + N6 -> N7 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="interprets" dir=forward] + N9 -> N10 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N9 -> N4 [color="#F06292" penwidth=1.5 style=solid label="understands" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_706.dot b/train/diagrams/easy/diagrams_706.dot new file mode 100644 index 0000000000000000000000000000000000000000..8a511901eb044baf04daae8c65a4e930de0156d4 --- /dev/null +++ b/train/diagrams/easy/diagrams_706.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=TB + N0 [label="Remote Piloting Training" color="#AABEC6" fillcolor="#E0E6E9" shape=inputoutput style=filled] + N1 [label="Collision Avoidance Systems" color="#B0C5CD" fillcolor="#DFE7EB" shape=database style=filled] + N2 [label="Inspection" color="#73C6BC" fillcolor="#D0EFEE" shape=parallelogram style=filled] + N3 [label="Aerial Photography" color="#73C6BC" fillcolor="#D0EFEE" shape=database style=filled] + N4 [label="3D Modeling from Drone Data" color="#B0C5CD" fillcolor="#DFE7EB" shape=rectangle style=filled] + N5 [label="Communication Systems" color="#B0C5CD" fillcolor="#DFE7EB" shape=multipledocuments style=filled] + N6 [label="Videography" color="#73C6BC" fillcolor="#D0EFEE" shape=rect style=filled] + N7 [label="Counter_Drone Systems" color="#B0C5CD" fillcolor="#DFE7EB" shape=predefinedprocess style=filled] + N8 [label="Flight Control System" color="#AABEC6" fillcolor="#E0E6E9" shape=multipledocuments style=filled] + N9 [label="Payload Customization" color="#AABEC6" fillcolor="#E0E6E9" shape=action style=filled] + N0 -> N1 [color="#AABEC6" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#B0C5CD" penwidth=1.5 style=dashed label="collects" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="educates" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="navigates" dir=forward] + N5 -> N6 [color="#AABEC6" penwidth=1.5 style=solid label="trains" dir=forward] + N6 -> N7 [color="#B0C5CD" penwidth=1.5 style=dashed label="controls" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="upgrades" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N7 [color="#73C6BC" penwidth=1.5 style=solid dir=forward] + N9 -> N8 [color="#AABEC6" penwidth=1.5 style=dashed label="tests" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_707.txt b/train/diagrams/easy/diagrams_707.txt new file mode 100644 index 0000000000000000000000000000000000000000..aee959fd817a7718668ff1c0a385cd4ef5c2b9a3 --- /dev/null +++ b/train/diagrams/easy/diagrams_707.txt @@ -0,0 +1,12 @@ +<Aerial Photography, connectedTo, Delivery Services> +<Autonomous Flight, connectedTo, Mapping and Surveying> +<Communication Systems, maps, Environmental Monitoring> +<Delivery Services, connectedTo, Drone Design> +<Drone Design, connectedTo, Aerial Photography> +<Drone Design, transmits, Flight Planning Software> +<Environmental Monitoring, connectedTo, Autonomous Flight> +<Environmental Monitoring, detects, Airspace Management for Drones> +<Flight Planning Software, analyzes, Precision Agriculture> +<Mapping and Surveying, connectedTo, Videography> +<Precision Agriculture, connectedTo, Airspace Management for Drones> +<Videography, audits, Aerial Photography> diff --git a/train/diagrams/easy/diagrams_709.txt b/train/diagrams/easy/diagrams_709.txt new file mode 100644 index 0000000000000000000000000000000000000000..655dd28d664d230c2bab7fe0dfeba4ececd4afe4 --- /dev/null +++ b/train/diagrams/easy/diagrams_709.txt @@ -0,0 +1,12 @@ +<3D Modeling from Drone Data, maintains, Propeller Design> +<Collision Avoidance Systems, designs, Urban Air Mobility Planning> +<Data Processing from Drones, connectedTo, Collision Avoidance Systems> +<Drone Delivery Logistics, applies, Precision Agriculture> +<Navigation System, connectedTo, Data Processing from Drones> +<Navigation System, connectedTo, Urban Air Mobility Planning> +<Payload Customization, inspects, Drone Delivery Logistics> +<Precision Agriculture, tests, Search and Rescue Operations> +<Propeller Design, permits, Navigation System> +<Search and Rescue Operations, connectedTo, 3D Modeling from Drone Data> +<Search and Rescue Operations, connectedTo, Swarm Robotics for Drones> +<Urban Air Mobility Planning, connectedTo, Payload Customization> diff --git a/train/diagrams/easy/diagrams_710.dot b/train/diagrams/easy/diagrams_710.dot new file mode 100644 index 0000000000000000000000000000000000000000..9f1f3be514d9c26be336806c491057b9e66e9322 --- /dev/null +++ b/train/diagrams/easy/diagrams_710.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=LR + N0 [label="Thermal Imaging with Drones" color="#BDBDBD" fillcolor="#F5F5F5" shape=diamond style=filled] + N1 [label="Battery Management System" color="#90A4AE" fillcolor="#ECEFF1" shape=document style=filled] + N2 [label="Data Processing from Drones" color="#BDBDBD" fillcolor="#F5F5F5" shape=parallelogram style=filled] + N3 [label="Propeller Design" color="#90A4AE" fillcolor="#ECEFF1" shape=preparation style=filled] + N4 [label="Sensor Integration" color="#388E3C" fillcolor="#F1F8E9" shape=vnode_shape style=filled] + N5 [label="Security Surveillance" color="#90A4AE" fillcolor="#ECEFF1" shape=action style=filled] + N6 [label="Drone Maintenance" color="#388E3C" fillcolor="#F1F8E9" shape=parallelogram style=filled] + N7 [label="Flight Planning Software" color="#388E3C" fillcolor="#F1F8E9" shape=inputoutput style=filled] + N0 -> N1 [color="#90A4AE" penwidth=1.5 style=dashed label="sprays" dir=forward] + N1 -> N2 [color="#90A4AE" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#BDBDBD" penwidth=1.5 style=solid label="simulates" dir=forward] + N3 -> N4 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#BDBDBD" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward] + N6 -> N4 [color="#BDBDBD" penwidth=1.5 style=solid label="visualizes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_711.dot b/train/diagrams/easy/diagrams_711.dot new file mode 100644 index 0000000000000000000000000000000000000000..f903b9187c231c8c3a4af96db85a29c6fb2422fe --- /dev/null +++ b/train/diagrams/easy/diagrams_711.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Flight Planning Software" color="#FFE69C" fillcolor="#FFF9D4" shape=diamond style=filled] + N1 [label="Autonomous Flight" color="#4CAF50" fillcolor="#C8E6C9" shape=hexagon style=filled] + N2 [label="Drone Maintenance" color="#FFE69C" fillcolor="#FFF9D4" shape=parallelogram style=filled] + N3 [label="Urban Air Mobility Planning" color="#4CAF50" fillcolor="#C8E6C9" shape=inputoutput style=filled] + N4 [label="Endurance Optimization" color="#66BB6A" fillcolor="#E8F5E9" shape=action style=filled] + N5 [label="Drone Regulations Compliance" color="#66BB6A" fillcolor="#E8F5E9" shape=parallelogram style=filled] + N6 [label="Videography" color="#66BB6A" fillcolor="#E8F5E9" shape=multipledocuments style=filled] + N7 [label="Sensor Integration" color="#4CAF50" fillcolor="#C8E6C9" shape=ellipse style=filled] + N8 [label="Drone Design" color="#66BB6A" fillcolor="#E8F5E9" shape=ellipse style=filled] + N0 -> N1 [color="#4CAF50" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFE69C" penwidth=1.5 style=solid label="inspects" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="maps" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="flies" dir=forward] + N5 -> N6 [color="#4CAF50" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#4CAF50" penwidth=1.5 style=solid label="builds" dir=forward] + N7 -> N8 [color="#66BB6A" penwidth=1.5 style=dashed label="visualizes" dir=forward] + N7 -> N0 [color="#FFE69C" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_712.dot b/train/diagrams/easy/diagrams_712.dot new file mode 100644 index 0000000000000000000000000000000000000000..007bda93323e911a4317239c491bc6e9ebe80dfe --- /dev/null +++ b/train/diagrams/easy/diagrams_712.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=TB + N0 [label="Delivery Services" color="#D3EB9F" fillcolor="#F8FDD3" shape=box style=filled] + N1 [label="Ground Control Station Development" color="#D3EB9F" fillcolor="#F8FDD3" shape=rectangle style=filled] + N2 [label="Security Surveillance" color="#D3EB9F" fillcolor="#F8FDD3" shape=database style=filled] + N3 [label="Videography" color="#F06292" fillcolor="#FCE4EC" shape=diamond style=filled] + N4 [label="Precision Agriculture" color="#D3EB9F" fillcolor="#F8FDD3" shape=preparation style=filled] + N5 [label="Drone Maintenance" color="#E57373" fillcolor="#FFEBEE" shape=inputoutput style=filled] + N6 [label="Navigation System" color="#F06292" fillcolor="#FCE4EC" shape=rect style=filled] + N7 [label="Ethical Drone Use" color="#D3EB9F" fillcolor="#F8FDD3" shape=diamond style=filled] + N8 [label="Geofencing Implementation" color="#D3EB9F" fillcolor="#F8FDD3" shape=box style=filled] + N9 [label="Flight Planning Software" color="#E57373" fillcolor="#FFEBEE" shape=diamond style=filled] + N0 -> N1 [color="#F06292" penwidth=1.5 style=solid label="designs" dir=forward] + N1 -> N2 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#E57373" penwidth=1.5 style=dashed label="upgrades" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="secures" dir=forward] + N6 -> N7 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#F06292" penwidth=1.5 style=dashed label="captures" dir=forward] + N8 -> N9 [color="#F06292" penwidth=1.5 style=dashed label="permits" dir=forward] + N3 -> N1 [color="#F06292" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_713.txt b/train/diagrams/easy/diagrams_713.txt new file mode 100644 index 0000000000000000000000000000000000000000..69becf597532f237ab98da8d2157e6bf4db1f7ba --- /dev/null +++ b/train/diagrams/easy/diagrams_713.txt @@ -0,0 +1,8 @@ +<Cybersecurity for AVs, predicts, Data Collection and Annotation> +<Decision_Making Algorithms, senses, Vehicle Diagnostics> +<Human_Machine Interface, connectedTo, Cybersecurity for AVs> +<Object Detection and Classification, connectedTo, Decision_Making Algorithms> +<Object Detection and Classification, maintains, Vehicle Diagnostics> +<Path Planning, regulates, Remote Operation Capability> +<Remote Operation Capability, controls, Object Detection and Classification> +<Vehicle Diagnostics, connectedTo, Human_Machine Interface> diff --git a/train/diagrams/easy/diagrams_714.dot b/train/diagrams/easy/diagrams_714.dot new file mode 100644 index 0000000000000000000000000000000000000000..03f2cef985f50a3551b633888627147c9bde8827 --- /dev/null +++ b/train/diagrams/easy/diagrams_714.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=RL + N0 [label="Driver Monitoring Systems" color="#03A9F4" fillcolor="#B3E5FC" shape=hexagon style=filled] + N1 [label="Battery Management for EVs" color="#03A9F4" fillcolor="#B3E5FC" shape=document style=filled] + N2 [label="Over_the_Air Updates" color="#03A9F4" fillcolor="#B3E5FC" shape=parallelogram style=filled] + N3 [label="Remote Operation Capability" color="#73C6BC" fillcolor="#D0EFEE" shape=document style=filled] + N4 [label="Simulation and Testing" color="#73C6BC" fillcolor="#D0EFEE" shape=database style=filled] + N5 [label="Path Planning" color="#73C6BC" fillcolor="#D0EFEE" shape=rect style=filled] + N6 [label="Insurance Models for AVs" color="#03A9F4" fillcolor="#B3E5FC" shape=parallelogram style=filled] + N7 [label="Pedestrian Detection" color="#FFE69C" fillcolor="#FFF9D4" shape=multipledocuments style=filled] + N8 [label="Lane Keeping Assist" color="#73C6BC" fillcolor="#D0EFEE" shape=parallelogram style=filled] + N9 [label="Accident Reconstruction for AVs" color="#03A9F4" fillcolor="#B3E5FC" shape=ellipse style=filled] + N10 [label="Human_Machine Interface" color="#73C6BC" fillcolor="#D0EFEE" shape=rectangle style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFE69C" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#03A9F4" penwidth=1.5 style=dashed label="alerts" dir=forward] + N3 -> N4 [color="#FFE69C" penwidth=1.5 style=solid label="recognizes" dir=forward] + N4 -> N5 [color="#FFE69C" penwidth=1.5 style=dashed label="navigates" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#73C6BC" penwidth=1.5 style=solid label="transports" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FFE69C" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N7 [color="#73C6BC" penwidth=1.5 style=solid label="responds" dir=forward] + N2 -> N4 [color="#FFE69C" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_715.txt b/train/diagrams/easy/diagrams_715.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1965baf373cf0756188f145129887075aade4bd --- /dev/null +++ b/train/diagrams/easy/diagrams_715.txt @@ -0,0 +1,9 @@ +<Automatic Emergency Braking, connectedTo, Redundancy in Sensors> +<Human_Machine Interface, connectedTo, Automatic Emergency Braking> +<Motion Control, integrates, Sensor Integration> +<Object Detection and Classification, connectedTo, Vehicle_to_Vehicle Communication> +<Over_the_Air Updates, charges, Motion Control> +<Redundancy in Sensors, connectedTo, Over_the_Air Updates> +<Redundancy in Sensors, maintains, Map Data Management> +<Sensor Integration, connectedTo, Human_Machine Interface> +<Vehicle_to_Vehicle Communication, responds, Over_the_Air Updates> diff --git a/train/diagrams/easy/diagrams_717.txt b/train/diagrams/easy/diagrams_717.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccc482ca0a8b86f1f38fa93c778a7f45ef49c79d --- /dev/null +++ b/train/diagrams/easy/diagrams_717.txt @@ -0,0 +1,9 @@ +<Charging Infrastructure, connectedTo, Edge Computing for AVs> +<Edge Computing for AVs, connectedTo, Simulation and Testing> +<Ethical Decision_Making, connectedTo, Human_Machine Interface> +<Hardware Design, connectedTo, Remote Operation Capability> +<Human_Machine Interface, navigates, Public Acceptance and Trust> +<Public Acceptance and Trust, parks, Hardware Design> +<Simulation Environment Development, connectedTo, Remote Operation Capability> +<Simulation Environment Development, controls, Charging Infrastructure> +<Simulation and Testing, integrates, Ethical Decision_Making> diff --git a/train/diagrams/easy/diagrams_718.txt b/train/diagrams/easy/diagrams_718.txt new file mode 100644 index 0000000000000000000000000000000000000000..7afb16e4861e6f0a8ad3061fee81c1ed460f9234 --- /dev/null +++ b/train/diagrams/easy/diagrams_718.txt @@ -0,0 +1,13 @@ +<Charging Infrastructure, optimizes, Motion Control> +<Cloud Connectivity for AVs, connectedTo, Object Detection and Classification> +<Ethical Decision_Making, maps, Human_Machine Interface> +<Human_Machine Interface, responds, Redundancy in Sensors> +<Motion Control, connectedTo, Human_Machine Interface> +<Motion Control, predicts, Cloud Connectivity for AVs> +<Object Detection and Classification, connectedTo, Predictive Maintenance> +<Object Detection and Classification, parks, Regulatory Compliance> +<Perception System, connectedTo, Predictive Maintenance> +<Predictive Maintenance, connectedTo, Fail_Safe Systems> +<Redundancy in Sensors, connectedTo, Simulation Environment Development> +<Regulatory Compliance, simulates, Perception System> +<Simulation Environment Development, informs, Charging Infrastructure> diff --git a/train/diagrams/easy/diagrams_72.txt b/train/diagrams/easy/diagrams_72.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcf8f1015b082b775c52467d538895eb7c65a717 --- /dev/null +++ b/train/diagrams/easy/diagrams_72.txt @@ -0,0 +1,13 @@ +<Barcode Scanning, connectedTo, Route Assignment> +<Consolidation, connectedTo, Invoice Matching> +<Customs Declaration, picks up, Pickup Request> +<Delivery Confirmation, manages, Consolidation> +<Fleet Maintenance Scheduling, connectedTo, Consolidation> +<Fleet Maintenance Scheduling, notifies, Delivery Confirmation> +<Hub Transfer, connectedTo, Yard Management> +<Inventory Sync, connectedTo, Barcode Scanning> +<Pickup Request, connectedTo, Fleet Maintenance Scheduling> +<Route Assignment, clears, Hub Transfer> +<Route Optimization Software, connectedTo, Inventory Sync> +<Yard Management, connectedTo, Customs Declaration> +<Yard Management, delivers, Invoice Matching> diff --git a/train/diagrams/easy/diagrams_723.dot b/train/diagrams/easy/diagrams_723.dot new file mode 100644 index 0000000000000000000000000000000000000000..130c7e8d7974423145a1692327b10efb048695b3 --- /dev/null +++ b/train/diagrams/easy/diagrams_723.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Vehicle Location Tracking" color="#FFE69C" fillcolor="#FFF9D4" shape=rectangle style=filled] + N1 [label="Micro_mobility Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=database style=filled] + N2 [label="User Rating and Feedback Systems" color="#FFF9AE" fillcolor="#FFFCE6" shape=ellipse style=filled] + N3 [label="Autonomous Shared Vehicles" color="#FFF9AE" fillcolor="#FFFCE6" shape=database style=filled] + N4 [label="Fleet Management" color="#FFE69C" fillcolor="#FFF9D4" shape=rect style=filled] + N5 [label="Carbon Emission Tracking" color="#FFE69C" fillcolor="#FFF9D4" shape=box style=filled] + N6 [label="Vehicle Booking" color="#4DB6AC" fillcolor="#E0F2F1" shape=box style=filled] + N7 [label="First_Mile or Last_Mile Solutions" color="#FFE69C" fillcolor="#FFF9D4" shape=predefinedprocess style=filled] + N8 [label="Vehicle Rebalancing" color="#FFF9AE" fillcolor="#FFFCE6" shape=inputoutput style=filled] + N9 [label="Policy Advocacy for Shared Mobility" color="#FFE69C" fillcolor="#FFF9D4" shape=action style=filled] + N10 [label="User Onboarding" color="#FFF9AE" fillcolor="#FFFCE6" shape=preparation style=filled] + N0 -> N1 [color="#4DB6AC" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#4DB6AC" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FFF9AE" penwidth=1.5 style=solid label="books" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="registers" dir=forward] + N5 -> N6 [color="#FFE69C" penwidth=1.5 style=dashed label="optimizes" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#4DB6AC" penwidth=1.5 style=dashed label="locates" dir=forward] + N8 -> N9 [color="#FFE69C" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] + N7 -> N4 [color="#FFF9AE" penwidth=1.5 style=dashed label="analyzes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_725.dot b/train/diagrams/easy/diagrams_725.dot new file mode 100644 index 0000000000000000000000000000000000000000..2cec0006a2e64af14bd599f49c8fb5bc1088d222 --- /dev/null +++ b/train/diagrams/easy/diagrams_725.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Dynamic Pricing" color="#81C784" fillcolor="#F1F8E9" shape=diamond style=filled] + N1 [label="Demand Prediction" color="#F7BEE0" fillcolor="#FAEBF3" shape=inputoutput style=filled] + N2 [label="Ride_sharing Services" color="#81C784" fillcolor="#F1F8E9" shape=ellipse style=filled] + N3 [label="Fraud Prevention" color="#A1D7CD" fillcolor="#EDF5F3" shape=action style=filled] + N4 [label="Scooter_sharing Services" color="#A1D7CD" fillcolor="#EDF5F3" shape=diamond style=filled] + N5 [label="Public Transit Integration" color="#81C784" fillcolor="#F1F8E9" shape=database style=filled] + N6 [label="Route Optimization" color="#A1D7CD" fillcolor="#EDF5F3" shape=predefinedprocess style=filled] + N7 [label="Insurance Models" color="#F7BEE0" fillcolor="#FAEBF3" shape=rect style=filled] + N0 -> N1 [color="#81C784" penwidth=1.5 style=solid label="partners" dir=forward] + N1 -> N2 [color="#81C784" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#A1D7CD" penwidth=1.5 style=solid label="pays" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="rides" dir=forward] + N4 -> N5 [color="#A1D7CD" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#A1D7CD" penwidth=1.5 style=dashed label="unlocks" dir=forward] + N6 -> N7 [color="#81C784" penwidth=1.5 style=dashed dir=forward] + N1 -> N4 [color="#F7BEE0" penwidth=1.5 style=solid label="forecasts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_726.dot b/train/diagrams/easy/diagrams_726.dot new file mode 100644 index 0000000000000000000000000000000000000000..c2b206e8210f1672036afb8cd9e6ef557ed68c9b --- /dev/null +++ b/train/diagrams/easy/diagrams_726.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Vehicle Location Tracking" color="#AABEC6" fillcolor="#E0E6E9" shape=document style=filled] + N1 [label="Subscription Model Management" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled] + N2 [label="Autonomous Shared Vehicles" color="#00BCD4" fillcolor="#B2EBF2" shape=predefinedprocess style=filled] + N3 [label="Supply_Demand Balancing" color="#6EB76D" fillcolor="#E9F7E8" shape=parallelogram style=filled] + N4 [label="Scooter_sharing Services" color="#6EB76D" fillcolor="#E9F7E8" shape=box style=filled] + N5 [label="Maintenance Scheduling" color="#AABEC6" fillcolor="#E0E6E9" shape=document style=filled] + N6 [label="Vehicle Rebalancing" color="#6EB76D" fillcolor="#E9F7E8" shape=predefinedprocess style=filled] + N7 [label="Payment Processing" color="#6EB76D" fillcolor="#E9F7E8" shape=rectangle style=filled] + N8 [label="Public Transit Integration" color="#00BCD4" fillcolor="#B2EBF2" shape=database style=filled] + N9 [label="Ride_sharing Services" color="#6EB76D" fillcolor="#E9F7E8" shape=hexagon style=filled] + N10 [label="Route Optimization" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled] + N11 [label="Sustainability Initiatives" color="#00BCD4" fillcolor="#B2EBF2" shape=rectangle style=filled] + N0 -> N1 [color="#6EB76D" penwidth=1.5 style=solid label="monitors" dir=forward] + N1 -> N2 [color="#AABEC6" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="services" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#AABEC6" penwidth=1.5 style=dashed label="registers" dir=forward] + N6 -> N7 [color="#AABEC6" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#AABEC6" penwidth=1.5 style=solid label="rates" dir=forward] + N8 -> N9 [color="#6EB76D" penwidth=1.5 style=solid label="models" dir=forward] + N9 -> N10 [color="#6EB76D" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#6EB76D" penwidth=1.5 style=solid label="charges" dir=forward] + N4 -> N10 [color="#6EB76D" penwidth=1.5 style=dashed label="forecasts" dir=forward] + N6 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_726.txt b/train/diagrams/easy/diagrams_726.txt new file mode 100644 index 0000000000000000000000000000000000000000..60704f6c65231d42a81df48f101d3fdc52e94d9c --- /dev/null +++ b/train/diagrams/easy/diagrams_726.txt @@ -0,0 +1,13 @@ +<Autonomous Shared Vehicles, connectedTo, Supply_Demand Balancing> +<Maintenance Scheduling, registers, Vehicle Rebalancing> +<Payment Processing, rates, Public Transit Integration> +<Public Transit Integration, models, Ride_sharing Services> +<Ride_sharing Services, connectedTo, Route Optimization> +<Route Optimization, charges, Sustainability Initiatives> +<Scooter_sharing Services, connectedTo, Maintenance Scheduling> +<Scooter_sharing Services, forecasts, Route Optimization> +<Subscription Model Management, connectedTo, Autonomous Shared Vehicles> +<Supply_Demand Balancing, services, Scooter_sharing Services> +<Vehicle Location Tracking, monitors, Subscription Model Management> +<Vehicle Rebalancing, connectedTo, Payment Processing> +<Vehicle Rebalancing, connectedTo, Ride_sharing Services> diff --git a/train/diagrams/easy/diagrams_729.dot b/train/diagrams/easy/diagrams_729.dot new file mode 100644 index 0000000000000000000000000000000000000000..4f45d543c5a36347561cb9c960e1f41f906bb24c --- /dev/null +++ b/train/diagrams/easy/diagrams_729.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Mobile Parking Apps" color="#E57373" fillcolor="#FFEBEE" shape=database style=filled] + N1 [label="Barrier Gate Control" color="#FFDA4E" fillcolor="#FFE88D" shape=preparation style=filled] + N2 [label="Fleet Parking Solutions" color="#FFDA4E" fillcolor="#FFE88D" shape=diamond style=filled] + N3 [label="Cloud_based Parking Platforms" color="#FFC085" fillcolor="#FFDAB9" shape=parallelogram style=filled] + N4 [label="Security Surveillance" color="#E57373" fillcolor="#FFEBEE" shape=action style=filled] + N5 [label="Integration with Navigation Apps" color="#FFDA4E" fillcolor="#FFE88D" shape=preparation style=filled] + N6 [label="Demand Forecasting" color="#FFDA4E" fillcolor="#FFE88D" shape=vnode_shape style=filled] + N7 [label="Permit Management" color="#FFC085" fillcolor="#FFDAB9" shape=action style=filled] + N8 [label="Automated Parking Garages" color="#E57373" fillcolor="#FFEBEE" shape=diamond style=filled] + N9 [label="Billing and Reconciliation" color="#E57373" fillcolor="#FFEBEE" shape=diamond style=filled] + N0 -> N1 [color="#E57373" penwidth=1.5 style=dashed label="upgrades" dir=forward] + N1 -> N2 [color="#FFC085" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FFDA4E" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#FFDA4E" penwidth=1.5 style=dashed label="measures" dir=forward] + N5 -> N6 [color="#FFDA4E" penwidth=1.5 style=dashed label="displays" dir=forward] + N6 -> N7 [color="#FFDA4E" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFDA4E" penwidth=1.5 style=dashed label="complies" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N0 [color="#FFC085" penwidth=1.5 style=solid label="warns" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_730.dot b/train/diagrams/easy/diagrams_730.dot new file mode 100644 index 0000000000000000000000000000000000000000..d3aae8b3080c86714bd796b3110a8663ca3899e4 --- /dev/null +++ b/train/diagrams/easy/diagrams_730.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=TB + N0 [label="Edge Computing for Parking Data" color="#4FC3F7" fillcolor="#E1F5FE" shape=document style=filled] + N1 [label="Security Surveillance" color="#CFCFCF" fillcolor="#F6F6F6" shape=box style=filled] + N2 [label="Mobile Parking Apps" color="#CFCFCF" fillcolor="#F6F6F6" shape=box style=filled] + N3 [label="Parking Guidance Systems" color="#4FC3F7" fillcolor="#E1F5FE" shape=diamond style=filled] + N4 [label="Permit Management" color="#4FC3F7" fillcolor="#E1F5FE" shape=rectangle style=filled] + N5 [label="On_Street Parking Management" color="#CFCFCF" fillcolor="#F6F6F6" shape=parallelogram style=filled] + N6 [label="Data Analytics for Parking Usage" color="#AABEC6" fillcolor="#E0E6E9" shape=ellipse style=filled] + N7 [label="Dynamic Pricing" color="#CFCFCF" fillcolor="#F6F6F6" shape=predefinedprocess style=filled] + N8 [label="License Plate Recognition" color="#AABEC6" fillcolor="#E0E6E9" shape=ellipse style=filled] + N9 [label="Event Parking Management" color="#AABEC6" fillcolor="#E0E6E9" shape=vnode_shape style=filled] + N10 [label="Customer Support" color="#CFCFCF" fillcolor="#F6F6F6" shape=parallelogram style=filled] + N11 [label="Automated Payment" color="#4FC3F7" fillcolor="#E1F5FE" shape=preparation style=filled] + N0 -> N1 [color="#CFCFCF" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#AABEC6" penwidth=1.5 style=dashed label="detects" dir=forward] + N2 -> N3 [color="#CFCFCF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#4FC3F7" penwidth=1.5 style=solid label="manages" dir=forward] + N4 -> N5 [color="#4FC3F7" penwidth=1.5 style=solid label="processes" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#AABEC6" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#AABEC6" penwidth=1.5 style=dashed label="warns" dir=forward] + N8 -> N9 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="tracks" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_731.txt b/train/diagrams/easy/diagrams_731.txt new file mode 100644 index 0000000000000000000000000000000000000000..99e10c50961a30fa260a8441af479e602068bcba --- /dev/null +++ b/train/diagrams/easy/diagrams_731.txt @@ -0,0 +1,9 @@ +<Access Control Systems, allocates, Environmental Impact Monitoring> +<Barrier Gate Control, certifies, Maintenance of Systems> +<Barrier Gate Control, repairs, Environmental Impact Monitoring> +<Enforcement and Fines Management, connectedTo, Valet Parking Automation> +<Environmental Impact Monitoring, filters, Barrier Gate Control> +<Integration with Navigation Apps, connectedTo, Smart City Integration for Parking> +<On_Street Parking Management, automates, Access Control Systems> +<Smart City Integration for Parking, connectedTo, Enforcement and Fines Management> +<Valet Parking Automation, connectedTo, On_Street Parking Management> diff --git a/train/diagrams/easy/diagrams_734.dot b/train/diagrams/easy/diagrams_734.dot new file mode 100644 index 0000000000000000000000000000000000000000..0dd8b0b535d8acf3069b711a67982f97754241dc --- /dev/null +++ b/train/diagrams/easy/diagrams_734.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="User Experience Design for Apps" color="#F7BEE0" fillcolor="#FAEBF3" shape=action style=filled] + N1 [label="Demand Forecasting" color="#F7BEE0" fillcolor="#FAEBF3" shape=inputoutput style=filled] + N2 [label="Billing and Reconciliation" color="#F7BEE0" fillcolor="#FAEBF3" shape=database style=filled] + N3 [label="Revenue Management" color="#F7BEE0" fillcolor="#FAEBF3" shape=ellipse style=filled] + N4 [label="Event Parking Management" color="#BDBDBD" fillcolor="#F5F5F5" shape=rect style=filled] + N5 [label="Automated Payment" color="#AABEC6" fillcolor="#E0E6E9" shape=database style=filled] + N6 [label="Valet Parking Automation" color="#BDBDBD" fillcolor="#F5F5F5" shape=database style=filled] + N7 [label="Maintenance of Systems" color="#AABEC6" fillcolor="#E0E6E9" shape=multipledocuments style=filled] + N0 -> N1 [color="#BDBDBD" penwidth=1.5 style=dashed label="navigates" dir=forward] + N1 -> N2 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#F7BEE0" penwidth=1.5 style=solid label="secures" dir=forward] + N3 -> N4 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#AABEC6" penwidth=1.5 style=solid label="filters" dir=forward] + N7 -> N6 [color="#AABEC6" penwidth=1.5 style=dashed label="develops" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_735.txt b/train/diagrams/easy/diagrams_735.txt new file mode 100644 index 0000000000000000000000000000000000000000..24b771b0bddd352e6e8fb651d3dfcf3677f82a8d --- /dev/null +++ b/train/diagrams/easy/diagrams_735.txt @@ -0,0 +1,12 @@ +<Access Control Systems, connectedTo, Customer Support> +<Barrier Gate Control, designs, User Experience Design for Apps> +<Customer Support, connectedTo, Navigation to Open Space> +<Demand Forecasting, monitors, Smart City Integration for Parking> +<Edge Computing for Parking Data, predicts, Access Control Systems> +<Navigation to Open Space, repairs, Valet Parking Automation> +<Off_Street Parking Management, automates, Demand Forecasting> +<Smart City Integration for Parking, connectedTo, Barrier Gate Control> +<Smart City Integration for Parking, connectedTo, Demand Forecasting> +<User Experience Design for Apps, forecasts, Vacancy Monitoring> +<Vacancy Monitoring, displays, User Experience Design for Apps> +<Vacancy Monitoring, tracks, Edge Computing for Parking Data> diff --git a/train/diagrams/easy/diagrams_736.dot b/train/diagrams/easy/diagrams_736.dot new file mode 100644 index 0000000000000000000000000000000000000000..58cdb2b571712471e1c4aa55cbaf45860d1f4eca --- /dev/null +++ b/train/diagrams/easy/diagrams_736.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=LR + N0 [label="Revenue Management" color="#DCE775" fillcolor="#F9FBE7" shape=ellipse style=filled] + N1 [label="Enforcement and Fines Management" color="#DCE775" fillcolor="#F9FBE7" shape=multipledocuments style=filled] + N2 [label="Billing and Reconciliation" color="#DCE775" fillcolor="#F9FBE7" shape=vnode_shape style=filled] + N3 [label="Event Parking Management" color="#4285F4" fillcolor="#D0E0F8" shape=document style=filled] + N4 [label="Emergency Vehicle Access Management" color="#4285F4" fillcolor="#D0E0F8" shape=database style=filled] + N5 [label="User Experience Design for Apps" color="#DCE775" fillcolor="#F9FBE7" shape=action style=filled] + N6 [label="Off_Street Parking Management" color="#A1D7CD" fillcolor="#EDF5F3" shape=parallelogram style=filled] + N7 [label="Integration with Navigation Apps" color="#A1D7CD" fillcolor="#EDF5F3" shape=database style=filled] + N8 [label="Parking Guidance Systems" color="#A1D7CD" fillcolor="#EDF5F3" shape=preparation style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#4285F4" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#4285F4" penwidth=1.5 style=dashed label="manages" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#DCE775" penwidth=1.5 style=solid label="automates" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#A1D7CD" penwidth=1.5 style=solid label="directs" dir=forward] + N1 -> N3 [color="#4285F4" penwidth=1.5 style=dashed label="integrates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_736.txt b/train/diagrams/easy/diagrams_736.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eac403d615c587b8c915de0cd647bf043b8a0c0 --- /dev/null +++ b/train/diagrams/easy/diagrams_736.txt @@ -0,0 +1,9 @@ +<Billing and Reconciliation, manages, Event Parking Management> +<Emergency Vehicle Access Management, connectedTo, User Experience Design for Apps> +<Enforcement and Fines Management, connectedTo, Billing and Reconciliation> +<Enforcement and Fines Management, integrates, Event Parking Management> +<Event Parking Management, connectedTo, Emergency Vehicle Access Management> +<Integration with Navigation Apps, directs, Parking Guidance Systems> +<Off_Street Parking Management, connectedTo, Integration with Navigation Apps> +<Revenue Management, connectedTo, Enforcement and Fines Management> +<User Experience Design for Apps, automates, Off_Street Parking Management> diff --git a/train/diagrams/easy/diagrams_737.dot b/train/diagrams/easy/diagrams_737.dot new file mode 100644 index 0000000000000000000000000000000000000000..5c437740ef1e91450dfaaa3c1340e67bf902fd73 --- /dev/null +++ b/train/diagrams/easy/diagrams_737.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Event Creation" color="#A2D0FF" fillcolor="#E8F0FF" shape=predefinedprocess style=filled] + N1 [label="Event Promotion Tools" color="#AABEC6" fillcolor="#E0E6E9" shape=rect style=filled] + N2 [label="Resale Market Integration" color="#AABEC6" fillcolor="#E0E6E9" shape=inputoutput style=filled] + N3 [label="Queue Management" color="#A2D0FF" fillcolor="#E8F0FF" shape=vnode_shape style=filled] + N4 [label="Access Control" color="#AABEC6" fillcolor="#E0E6E9" shape=parallelogram style=filled] + N5 [label="Public Transport Ticketing" color="#A2D0FF" fillcolor="#E8F0FF" shape=rect style=filled] + N6 [label="Ticket Sales" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N7 [label="Dynamic Pricing" color="#A2D0FF" fillcolor="#E8F0FF" shape=ellipse style=filled] + N0 -> N1 [color="#A2D0FF" penwidth=1.5 style=dashed label="forecasts" dir=forward] + N1 -> N2 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="upgrades" dir=forward] + N3 -> N4 [color="#A2D0FF" penwidth=1.5 style=dashed label="tracks" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#A2D0FF" penwidth=1.5 style=solid label="automates" dir=forward] + N3 -> N2 [color="#AABEC6" penwidth=1.5 style=solid label="reports" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_738.dot b/train/diagrams/easy/diagrams_738.dot new file mode 100644 index 0000000000000000000000000000000000000000..47d2c10baadc9c753831b14e3178c2798548ad05 --- /dev/null +++ b/train/diagrams/easy/diagrams_738.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Festival Ticketing" color="#BDAFA8" fillcolor="#E4E0DF" shape=multipledocuments style=filled] + N1 [label="Event Creation" color="#EAEFA5" fillcolor="#FDFCEB" shape=box style=filled] + N2 [label="Dynamic Pricing" color="#BDAFA8" fillcolor="#E4E0DF" shape=database style=filled] + N3 [label="Customer Relationship Management Integration" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N4 [label="Mobile Ticketing" color="#BDAFA8" fillcolor="#E4E0DF" shape=preparation style=filled] + N5 [label="Fraud Prevention" color="#AB47BC" fillcolor="#F3E5F5" shape=parallelogram style=filled] + N6 [label="Ticket Sales" color="#AB47BC" fillcolor="#F3E5F5" shape=vnode_shape style=filled] + N7 [label="Refund Management" color="#AB47BC" fillcolor="#F3E5F5" shape=parallelogram style=filled] + N8 [label="Theme Park Ticketing" color="#EAEFA5" fillcolor="#FDFCEB" shape=box style=filled] + N9 [label="Public Transport Ticketing" color="#EAEFA5" fillcolor="#FDFCEB" shape=document style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed label="creates" dir=forward] + N1 -> N2 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#AB47BC" penwidth=1.5 style=dashed label="designs" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#AB47BC" penwidth=1.5 style=solid label="tracks" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="transfers" dir=forward] + N6 -> N7 [color="#BDAFA8" penwidth=1.5 style=dashed label="supports" dir=forward] + N7 -> N8 [color="#BDAFA8" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N5 -> N1 [color="#000000" penwidth=1.5 style=solid label="promotes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_74.txt b/train/diagrams/easy/diagrams_74.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ff1c3312ca4655260bfc1083af5cc3c4d51d341 --- /dev/null +++ b/train/diagrams/easy/diagrams_74.txt @@ -0,0 +1,8 @@ +<Contract Termination, complains, Plan Suspension> +<Customer Support, connectedTo, MMS Transmission> +<Issue Resolution, connectedTo, Roaming Activation> +<MMS Transmission, connectedTo, Plan Suspension> +<MMS Transmission, supports, SIM Registration> +<Plan Suspension, optimizes, IoT Device Connection> +<Roaming Activation, licenses, Contract Termination> +<SIM Registration, renews, Issue Resolution> diff --git a/train/diagrams/easy/diagrams_743.dot b/train/diagrams/easy/diagrams_743.dot new file mode 100644 index 0000000000000000000000000000000000000000..3a4c40fc713f5f6231236bf651b6f7c3d18ada42 --- /dev/null +++ b/train/diagrams/easy/diagrams_743.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Audience Segmentation" color="#CDDC39" fillcolor="#E6EE9C" shape=vnode_shape style=filled] + N1 [label="Venue Capacity Management" color="#388E3C" fillcolor="#C8E6C9" shape=vnode_shape style=filled] + N2 [label="Festival Ticketing" color="#FF8A65" fillcolor="#FBE9E7" shape=action style=filled] + N3 [label="Order Confirmation" color="#CDDC39" fillcolor="#E6EE9C" shape=database style=filled] + N4 [label="Refund Management" color="#FF8A65" fillcolor="#FBE9E7" shape=inputoutput style=filled] + N5 [label="Airline Ticketing" color="#388E3C" fillcolor="#C8E6C9" shape=database style=filled] + N6 [label="Event Promotion Tools" color="#388E3C" fillcolor="#C8E6C9" shape=parallelogram style=filled] + N7 [label="Group Booking Management" color="#FF8A65" fillcolor="#FBE9E7" shape=rectangle style=filled] + N0 -> N1 [color="#CDDC39" penwidth=1.5 style=solid label="redeems" dir=forward] + N1 -> N2 [color="#CDDC39" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#388E3C" penwidth=1.5 style=solid label="transfers" dir=forward] + N3 -> N4 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#CDDC39" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="personalizes" dir=forward] + N6 -> N7 [color="#CDDC39" penwidth=1.5 style=solid label="promotes" dir=forward] + N2 -> N0 [color="#FF8A65" penwidth=1.5 style=dashed label="analyzes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_744.dot b/train/diagrams/easy/diagrams_744.dot new file mode 100644 index 0000000000000000000000000000000000000000..fc637a97d77c9605132337b66a77650fe10354b3 --- /dev/null +++ b/train/diagrams/easy/diagrams_744.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Museum Ticketing" color="#FFF9AE" fillcolor="#FFFCE6" shape=ellipse style=filled] + N1 [label="Public Transport Ticketing" color="#42A5F5" fillcolor="#F1F8FF" shape=predefinedprocess style=filled] + N2 [label="Mobile Ticketing" color="#42A5F5" fillcolor="#F1F8FF" shape=diamond style=filled] + N3 [label="Blockchain Ticketing for Authenticity" color="#A188D0" fillcolor="#DACBE3" shape=vnode_shape style=filled] + N4 [label="Group Booking Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=predefinedprocess style=filled] + N5 [label="Order Confirmation" color="#42A5F5" fillcolor="#F1F8FF" shape=rect style=filled] + N6 [label="Customer Relationship Management Integration" color="#FFF9AE" fillcolor="#FFFCE6" shape=preparation style=filled] + N7 [label="Waiting List Management" color="#FFF9AE" fillcolor="#FFFCE6" shape=diamond style=filled] + N0 -> N1 [color="#FFF9AE" penwidth=1.5 style=dashed label="validates" dir=forward] + N1 -> N2 [color="#A188D0" penwidth=1.5 style=dashed label="cancels" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] + N4 -> N5 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#A188D0" penwidth=1.5 style=solid label="maintains" dir=forward] + N6 -> N7 [color="#42A5F5" penwidth=1.5 style=dashed label="complies" dir=forward] + N2 -> N0 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_744.txt b/train/diagrams/easy/diagrams_744.txt new file mode 100644 index 0000000000000000000000000000000000000000..e338b2519c18172ee0eef61c89c2ac837bd83ecf --- /dev/null +++ b/train/diagrams/easy/diagrams_744.txt @@ -0,0 +1,8 @@ +<Blockchain Ticketing for Authenticity, designs, Group Booking Management> +<Customer Relationship Management Integration, complies, Waiting List Management> +<Group Booking Management, connectedTo, Order Confirmation> +<Mobile Ticketing, connectedTo, Blockchain Ticketing for Authenticity> +<Mobile Ticketing, connectedTo, Museum Ticketing> +<Museum Ticketing, validates, Public Transport Ticketing> +<Order Confirmation, maintains, Customer Relationship Management Integration> +<Public Transport Ticketing, cancels, Mobile Ticketing> diff --git a/train/diagrams/easy/diagrams_748.dot b/train/diagrams/easy/diagrams_748.dot new file mode 100644 index 0000000000000000000000000000000000000000..6a993d591b80c163fa77ed4de96c59cc183e3d3a --- /dev/null +++ b/train/diagrams/easy/diagrams_748.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Cybersecurity for Voting Systems" color="#03A9F4" fillcolor="#B3E5FC" shape=hexagon style=filled] + N1 [label="Transparency" color="#BDAFA8" fillcolor="#E4E0DF" shape=document style=filled] + N2 [label="Software Integrity Checks" color="#BDAFA8" fillcolor="#E4E0DF" shape=database style=filled] + N3 [label="Security Protocols" color="#BDAFA8" fillcolor="#E4E0DF" shape=box style=filled] + N4 [label="Cryptographic Security" color="#03A9F4" fillcolor="#B3E5FC" shape=rect style=filled] + N5 [label="Ballot Creation" color="#66BB6A" fillcolor="#E8F5E9" shape=rectangle style=filled] + N6 [label="Post_Election Audits" color="#66BB6A" fillcolor="#E8F5E9" shape=inputoutput style=filled] + N7 [label="Anonymous Credential Systems" color="#BDAFA8" fillcolor="#E4E0DF" shape=multipledocuments style=filled] + N8 [label="Undue Influence Prevention" color="#66BB6A" fillcolor="#E8F5E9" shape=rectangle style=filled] + N9 [label="Biometric Voter ID" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled] + N10 [label="Voting Machine Design" color="#66BB6A" fillcolor="#E8F5E9" shape=multipledocuments style=filled] + N11 [label="Legal Framework Compliance" color="#66BB6A" fillcolor="#E8F5E9" shape=ellipse style=filled] + N0 -> N1 [color="#03A9F4" penwidth=1.5 style=dashed label="upgrades" dir=forward] + N1 -> N2 [color="#03A9F4" penwidth=1.5 style=solid label="authenticates" dir=forward] + N2 -> N3 [color="#66BB6A" penwidth=1.5 style=dashed label="counts" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#66BB6A" penwidth=1.5 style=solid label="educates" dir=forward] + N6 -> N7 [color="#03A9F4" penwidth=1.5 style=dashed label="informs" dir=forward] + N7 -> N8 [color="#66BB6A" penwidth=1.5 style=solid label="communicates" dir=forward] + N8 -> N9 [color="#BDAFA8" penwidth=1.5 style=solid label="registers" dir=forward] + N9 -> N10 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#03A9F4" penwidth=1.5 style=dashed dir=forward] + N5 -> N0 [color="#03A9F4" penwidth=1.5 style=solid label="prevents" dir=forward] + N2 -> N7 [color="#03A9F4" penwidth=1.5 style=dashed label="tallies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_75.txt b/train/diagrams/easy/diagrams_75.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8496b5852b3d795d1f24c3068a74e9637203641 --- /dev/null +++ b/train/diagrams/easy/diagrams_75.txt @@ -0,0 +1,13 @@ +<Base Station Installation, suspends, Technical Support Escalation> +<Billing Inquiry, connectedTo, Base Station Installation> +<Call Recording, alerts, Fiber Optic Deployment> +<Call Recording, connectedTo, Service Level Agreement> +<Customer Support, activates, Troubleshooting Guide> +<Fiber Optic Deployment, connectedTo, IoT Device Connection> +<Fraudulent Call Blocking, pays, Technical Support Escalation> +<Fraudulent Call Blocking, renews, Billing Inquiry> +<Issue Resolution, troubleshoots, Customer Support> +<Roaming Activation, registers, Issue Resolution> +<Service Level Agreement, authorizes, Fiber Optic Deployment> +<Technical Support Escalation, generates, Roaming Activation> +<Troubleshooting Guide, connectedTo, Call Recording> diff --git a/train/diagrams/easy/diagrams_750.dot b/train/diagrams/easy/diagrams_750.dot new file mode 100644 index 0000000000000000000000000000000000000000..a56e931852fc6b5ac752e47a47408e2615794ae6 --- /dev/null +++ b/train/diagrams/easy/diagrams_750.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=LR + N0 [label="Secure Data Transmission" color="#03A9F4" fillcolor="#B3E5FC" shape=action style=filled] + N1 [label="Transparency" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled] + N2 [label="Cryptographic Security" color="#FFCC80" fillcolor="#FFF0CC" shape=database style=filled] + N3 [label="Online Voting Systems" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled] + N4 [label="Threat Modeling" color="#795548" fillcolor="#D7CCC8" shape=rectangle style=filled] + N5 [label="Results Aggregation" color="#795548" fillcolor="#D7CCC8" shape=action style=filled] + N6 [label="Public Trust Building" color="#FFCC80" fillcolor="#FFF0CC" shape=box style=filled] + N7 [label="Biometric Voter ID" color="#FFCC80" fillcolor="#FFF0CC" shape=diamond style=filled] + N8 [label="Optical Scan Systems" color="#795548" fillcolor="#D7CCC8" shape=predefinedprocess style=filled] + N9 [label="Post_Election Audits" color="#795548" fillcolor="#D7CCC8" shape=parallelogram style=filled] + N0 -> N1 [color="#03A9F4" penwidth=1.5 style=dashed label="recovers" dir=forward] + N1 -> N2 [color="#FFCC80" penwidth=1.5 style=solid label="counts" dir=forward] + N2 -> N3 [color="#FFCC80" penwidth=1.5 style=solid label="audits" dir=forward] + N3 -> N4 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#795548" penwidth=1.5 style=dashed label="decrypts" dir=forward] + N5 -> N6 [color="#03A9F4" penwidth=1.5 style=dashed label="stores" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFCC80" penwidth=1.5 style=solid label="tests" dir=forward] + N8 -> N9 [color="#FFCC80" penwidth=1.5 style=solid label="certifies" dir=forward] + N6 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N0 [color="#000000" penwidth=1.5 style=solid label="protects" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_753.txt b/train/diagrams/easy/diagrams_753.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6f5226a45331501a503c835c15b51a9d4a831d7 --- /dev/null +++ b/train/diagrams/easy/diagrams_753.txt @@ -0,0 +1,9 @@ +<Feasibility Study, communicates, Program Design> +<Forecasting and Scenario Planning, advises, Feasibility Study> +<Implementation Plan Development, impacts, Budgetary Implications> +<National Policy Development, connectedTo, Policy Advocacy and Lobbying> +<Policy Advocacy and Lobbying, connectedTo, Policy Learning> +<Policy Advocacy and Lobbying, implements, Program Design> +<Policy Learning, connectedTo, Implementation Plan Development> +<Program Design, connectedTo, Budgetary Implications> +<Program Design, recommends, National Policy Development> diff --git a/train/diagrams/easy/diagrams_754.dot b/train/diagrams/easy/diagrams_754.dot new file mode 100644 index 0000000000000000000000000000000000000000..f1779eeaa8b27d4a027dddf1c73455c63c999a34 --- /dev/null +++ b/train/diagrams/easy/diagrams_754.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Comparative Policy Analysis" color="#80DDEA" fillcolor="#D3F7F9" shape=rectangle style=filled] + N1 [label="Cost_Benefit Analysis" color="#B8C0F5" fillcolor="#ECF0FD" shape=parallelogram style=filled] + N2 [label="Problem Identification" color="#BCB88A" fillcolor="#F5F5DC" shape=multipledocuments style=filled] + N3 [label="Impact Assessment" color="#80DDEA" fillcolor="#D3F7F9" shape=parallelogram style=filled] + N4 [label="Regulatory Impact Assessment" color="#80DDEA" fillcolor="#D3F7F9" shape=document style=filled] + N5 [label="Implementation Plan Development" color="#BCB88A" fillcolor="#F5F5DC" shape=ellipse style=filled] + N6 [label="Criteria Establishment" color="#BCB88A" fillcolor="#F5F5DC" shape=box style=filled] + N7 [label="Qualitative Analysis" color="#80DDEA" fillcolor="#D3F7F9" shape=rect style=filled] + N8 [label="Behavioral Economics in Policy" color="#B8C0F5" fillcolor="#ECF0FD" shape=action style=filled] + N9 [label="Political Feasibility Assessment" color="#80DDEA" fillcolor="#D3F7F9" shape=vnode_shape style=filled] + N0 -> N1 [color="#80DDEA" penwidth=1.5 style=dashed label="advocates" dir=forward] + N1 -> N2 [color="#BCB88A" penwidth=1.5 style=solid label="interprets" dir=forward] + N2 -> N3 [color="#B8C0F5" penwidth=1.5 style=dashed label="collects" dir=forward] + N3 -> N4 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#BCB88A" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#B8C0F5" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#80DDEA" penwidth=1.5 style=solid label="evaluates" dir=forward] + N7 -> N8 [color="#80DDEA" penwidth=1.5 style=solid label="reports" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="strategies" dir=forward] + N4 -> N0 [color="#000000" penwidth=1.5 style=solid label="audits" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_754.txt b/train/diagrams/easy/diagrams_754.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b3cb46454cbe5e41b56a2b7784d47083aa05135 --- /dev/null +++ b/train/diagrams/easy/diagrams_754.txt @@ -0,0 +1,10 @@ +<Behavioral Economics in Policy, strategies, Political Feasibility Assessment> +<Comparative Policy Analysis, advocates, Cost_Benefit Analysis> +<Cost_Benefit Analysis, interprets, Problem Identification> +<Criteria Establishment, evaluates, Qualitative Analysis> +<Impact Assessment, connectedTo, Regulatory Impact Assessment> +<Implementation Plan Development, connectedTo, Criteria Establishment> +<Problem Identification, collects, Impact Assessment> +<Qualitative Analysis, reports, Behavioral Economics in Policy> +<Regulatory Impact Assessment, audits, Comparative Policy Analysis> +<Regulatory Impact Assessment, connectedTo, Implementation Plan Development> diff --git a/train/diagrams/easy/diagrams_756.txt b/train/diagrams/easy/diagrams_756.txt new file mode 100644 index 0000000000000000000000000000000000000000..52b7eea6f317e20fbf370830d607942a7be7f647 --- /dev/null +++ b/train/diagrams/easy/diagrams_756.txt @@ -0,0 +1,11 @@ +<Budgetary Implications, collaborates, Implementation Plan Development> +<Impact Assessment, advises, National Policy Development> +<Impact Assessment, connectedTo, Qualitative Analysis> +<Implementation Plan Development, connectedTo, Regulatory Impact Assessment> +<National Policy Development, connectedTo, Stakeholder Analysis> +<Policy Learning, monitors, Impact Assessment> +<Political Feasibility Assessment, trains, Budgetary Implications> +<Qualitative Analysis, solutions, Policy Learning> +<Quantitative Analysis, strategies, Qualitative Analysis> +<Regulatory Impact Assessment, reviews, Public Consultation Process> +<Stakeholder Analysis, connectedTo, Political Feasibility Assessment> diff --git a/train/diagrams/easy/diagrams_757.dot b/train/diagrams/easy/diagrams_757.dot new file mode 100644 index 0000000000000000000000000000000000000000..57fe6ec1c46a9fa13bf0fd46704e63de8efdb2ea --- /dev/null +++ b/train/diagrams/easy/diagrams_757.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=RL + N0 [label="Public Opinion Research" color="#FFC107" fillcolor="#FFECB3" shape=document style=filled] + N1 [label="Political Feasibility Assessment" color="#C2B2F0" fillcolor="#EFE6FF" shape=action style=filled] + N2 [label="Interagency Coordination" color="#C2B2F0" fillcolor="#EFE6FF" shape=rect style=filled] + N3 [label="Forecasting and Scenario Planning" color="#FFC107" fillcolor="#FFECB3" shape=ellipse style=filled] + N4 [label="Local Government Policy" color="#9C27B0" fillcolor="#E1BEE7" shape=parallelogram style=filled] + N5 [label="Stakeholder Analysis" color="#9C27B0" fillcolor="#E1BEE7" shape=inputoutput style=filled] + N6 [label="Behavioral Economics in Policy" color="#C2B2F0" fillcolor="#EFE6FF" shape=rectangle style=filled] + N7 [label="Criteria Establishment" color="#9C27B0" fillcolor="#E1BEE7" shape=box style=filled] + N8 [label="International Policy Analysis" color="#9C27B0" fillcolor="#E1BEE7" shape=action style=filled] + N9 [label="Budgetary Implications" color="#9C27B0" fillcolor="#E1BEE7" shape=box style=filled] + N10 [label="Risk Assessment" color="#C2B2F0" fillcolor="#EFE6FF" shape=rect style=filled] + N11 [label="Quantitative Analysis" color="#FFC107" fillcolor="#FFECB3" shape=rectangle style=filled] + N0 -> N1 [color="#FFC107" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#C2B2F0" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#C2B2F0" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="proposes" dir=forward] + N4 -> N5 [color="#FFC107" penwidth=1.5 style=solid label="assesses" dir=forward] + N5 -> N6 [color="#FFC107" penwidth=1.5 style=dashed label="trains" dir=forward] + N6 -> N7 [color="#C2B2F0" penwidth=1.5 style=solid label="simulates" dir=forward] + N7 -> N8 [color="#C2B2F0" penwidth=1.5 style=dashed label="reviews" dir=forward] + N8 -> N9 [color="#C2B2F0" penwidth=1.5 style=solid label="informs" dir=forward] + N9 -> N10 [color="#FFC107" penwidth=1.5 style=dashed label="complies" dir=forward] + N10 -> N11 [color="#C2B2F0" penwidth=1.5 style=dashed label="audits" dir=forward] + N7 -> N9 [color="#9C27B0" penwidth=1.5 style=solid label="drafts" dir=forward] + N4 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_757.txt b/train/diagrams/easy/diagrams_757.txt new file mode 100644 index 0000000000000000000000000000000000000000..3757c14be134d8d60dc8c5b5da1bc1b3f534fe00 --- /dev/null +++ b/train/diagrams/easy/diagrams_757.txt @@ -0,0 +1,13 @@ +<Behavioral Economics in Policy, simulates, Criteria Establishment> +<Budgetary Implications, complies, Risk Assessment> +<Criteria Establishment, drafts, Budgetary Implications> +<Criteria Establishment, reviews, International Policy Analysis> +<Forecasting and Scenario Planning, proposes, Local Government Policy> +<Interagency Coordination, connectedTo, Forecasting and Scenario Planning> +<International Policy Analysis, informs, Budgetary Implications> +<Local Government Policy, assesses, Stakeholder Analysis> +<Local Government Policy, connectedTo, Behavioral Economics in Policy> +<Political Feasibility Assessment, connectedTo, Interagency Coordination> +<Public Opinion Research, connectedTo, Political Feasibility Assessment> +<Risk Assessment, audits, Quantitative Analysis> +<Stakeholder Analysis, trains, Behavioral Economics in Policy> diff --git a/train/diagrams/easy/diagrams_759.dot b/train/diagrams/easy/diagrams_759.dot new file mode 100644 index 0000000000000000000000000000000000000000..efcabb60528f4f6225dc4172aea2cbf760a4d7dc --- /dev/null +++ b/train/diagrams/easy/diagrams_759.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Political Feasibility Assessment" color="#BA68C8" fillcolor="#F3E5F5" shape=diamond style=filled] + N1 [label="Program Design" color="#388E3C" fillcolor="#F1F8E9" shape=database style=filled] + N2 [label="Behavioral Economics in Policy" color="#BA68C8" fillcolor="#F3E5F5" shape=database style=filled] + N3 [label="Legal Review" color="#4FC3F7" fillcolor="#E1F5FE" shape=hexagon style=filled] + N4 [label="Local Government Policy" color="#388E3C" fillcolor="#F1F8E9" shape=action style=filled] + N5 [label="Interagency Coordination" color="#4FC3F7" fillcolor="#E1F5FE" shape=ellipse style=filled] + N6 [label="Implementation Plan Development" color="#388E3C" fillcolor="#F1F8E9" shape=action style=filled] + N7 [label="Public Consultation Process" color="#388E3C" fillcolor="#F1F8E9" shape=box style=filled] + N0 -> N1 [color="#4FC3F7" penwidth=1.5 style=solid label="solutions" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="collaborates" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#4FC3F7" penwidth=1.5 style=solid label="protects" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#388E3C" penwidth=1.5 style=solid label="educates" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="recommends" dir=forward] + N1 -> N0 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_759.txt b/train/diagrams/easy/diagrams_759.txt new file mode 100644 index 0000000000000000000000000000000000000000..8edfd495e423137486f247f66204c9bc9ad57189 --- /dev/null +++ b/train/diagrams/easy/diagrams_759.txt @@ -0,0 +1,8 @@ +<Behavioral Economics in Policy, connectedTo, Legal Review> +<Implementation Plan Development, recommends, Public Consultation Process> +<Interagency Coordination, educates, Implementation Plan Development> +<Legal Review, protects, Local Government Policy> +<Local Government Policy, connectedTo, Interagency Coordination> +<Political Feasibility Assessment, solutions, Program Design> +<Program Design, collaborates, Behavioral Economics in Policy> +<Program Design, connectedTo, Political Feasibility Assessment> diff --git a/train/diagrams/easy/diagrams_761.txt b/train/diagrams/easy/diagrams_761.txt new file mode 100644 index 0000000000000000000000000000000000000000..735e4646c129a2f7a75e1375f6a8cf53184297c9 --- /dev/null +++ b/train/diagrams/easy/diagrams_761.txt @@ -0,0 +1,11 @@ +<Academic Mentorship, cites, Power Analysis> +<Bias Mitigation, collects, Public Engagement with Research> +<Data Collection, connectedTo, Meta_Analysis> +<Experiment Design, connectedTo, Qualitative Analysis> +<Experiment Design, connectedTo, Thesis or Dissertation Writing> +<Grant Proposal Writing, connectedTo, Qualitative Analysis> +<Literature Review, reviews, Data Collection> +<Power Analysis, collaborates, Grant Proposal Writing> +<Public Engagement with Research, connectedTo, Experiment Design> +<Qualitative Analysis, connectedTo, Bias Mitigation> +<Thesis or Dissertation Writing, analyzes, Literature Review> diff --git a/train/diagrams/easy/diagrams_764.dot b/train/diagrams/easy/diagrams_764.dot new file mode 100644 index 0000000000000000000000000000000000000000..e5f5b1af21c541658a7ceba1b3c479b4af808e76 --- /dev/null +++ b/train/diagrams/easy/diagrams_764.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Data Management Plan" color="#81C784" fillcolor="#F1F8E9" shape=preparation style=filled] + N1 [label="Power Analysis" color="#81C784" fillcolor="#F1F8E9" shape=preparation style=filled] + N2 [label="Experiment Design" color="#81C784" fillcolor="#F1F8E9" shape=hexagon style=filled] + N3 [label="Academic Mentorship" color="#A2D0FF" fillcolor="#E8F0FF" shape=action style=filled] + N4 [label="Qualitative Analysis" color="#FF8A65" fillcolor="#FBE9E7" shape=rect style=filled] + N5 [label="Bias Mitigation" color="#A2D0FF" fillcolor="#E8F0FF" shape=inputoutput style=filled] + N6 [label="Public Engagement with Research" color="#FF8A65" fillcolor="#FBE9E7" shape=action style=filled] + N7 [label="Thesis or Dissertation Writing" color="#81C784" fillcolor="#F1F8E9" shape=predefinedprocess style=filled] + N0 -> N1 [color="#FF8A65" penwidth=1.5 style=dashed label="cites" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="grants" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="theorizes" dir=forward] + N3 -> N4 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#A2D0FF" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#81C784" penwidth=1.5 style=solid label="interprets" dir=forward] + N2 -> N4 [color="#000000" penwidth=1.5 style=dashed label="patents" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_765.dot b/train/diagrams/easy/diagrams_765.dot new file mode 100644 index 0000000000000000000000000000000000000000..06dfc0a9d96e5604d1149969af6b0955819061a8 --- /dev/null +++ b/train/diagrams/easy/diagrams_765.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Research Question Refinement" color="#A188D0" fillcolor="#DACBE3" shape=ellipse style=filled] + N1 [label="Experiment Design" color="#AB47BC" fillcolor="#F3E5F5" shape=box style=filled] + N2 [label="Methodology Selection" color="#AB47BC" fillcolor="#F3E5F5" shape=multipledocuments style=filled] + N3 [label="Citation Management" color="#A188D0" fillcolor="#DACBE3" shape=hexagon style=filled] + N4 [label="Data Management Plan" color="#00BCD4" fillcolor="#B2EBF2" shape=database style=filled] + N5 [label="Poster Session Preparation" color="#AB47BC" fillcolor="#F3E5F5" shape=rect style=filled] + N6 [label="Thesis or Dissertation Writing" color="#00BCD4" fillcolor="#B2EBF2" shape=vnode_shape style=filled] + N7 [label="Presentation at Conferences" color="#AB47BC" fillcolor="#F3E5F5" shape=document style=filled] + N8 [label="Survey Design" color="#AB47BC" fillcolor="#F3E5F5" shape=action style=filled] + N9 [label="Theory Development" color="#00BCD4" fillcolor="#B2EBF2" shape=box style=filled] + N10 [label="Bias Mitigation" color="#00BCD4" fillcolor="#B2EBF2" shape=document style=filled] + N0 -> N1 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#00BCD4" penwidth=1.5 style=solid label="experimentals" dir=forward] + N2 -> N3 [color="#A188D0" penwidth=1.5 style=solid label="publishes" dir=forward] + N3 -> N4 [color="#AB47BC" penwidth=1.5 style=solid label="revises" dir=forward] + N4 -> N5 [color="#AB47BC" penwidth=1.5 style=solid label="theorizes" dir=forward] + N5 -> N6 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#AB47BC" penwidth=1.5 style=dashed label="innovates" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#A188D0" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N0 -> N6 [color="#AB47BC" penwidth=1.5 style=solid label="develops" dir=forward] + N8 -> N4 [color="#AB47BC" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_769.dot b/train/diagrams/easy/diagrams_769.dot new file mode 100644 index 0000000000000000000000000000000000000000..147580aecfa2fe3d172504abef098ac1f1a04b42 --- /dev/null +++ b/train/diagrams/easy/diagrams_769.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Personalized Recommendations" color="#FFE69C" fillcolor="#FFF9D4" shape=rect style=filled] + N1 [label="Interlibrary Loan" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N2 [label="Technical Support for Systems" color="#FF8A65" fillcolor="#FBE9E7" shape=parallelogram style=filled] + N3 [label="Preservation of Materials" color="#92C79A" fillcolor="#E8F0EA" shape=action style=filled] + N4 [label="Collection Development" color="#FF8A65" fillcolor="#FBE9E7" shape=rect style=filled] + N5 [label="Digital Resource Management" color="#92C79A" fillcolor="#E8F0EA" shape=ellipse style=filled] + N6 [label="Subject Indexing" color="#FFE69C" fillcolor="#FFF9D4" shape=rectangle style=filled] + N7 [label="Electronic Resource Management" color="#FFE69C" fillcolor="#FFF9D4" shape=diamond style=filled] + N8 [label="Archival Integration" color="#92C79A" fillcolor="#E8F0EA" shape=vnode_shape style=filled] + N9 [label="User Account Management" color="#92C79A" fillcolor="#E8F0EA" shape=parallelogram style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#92C79A" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#FF8A65" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#92C79A" penwidth=1.5 style=solid label="retrieves" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="assists" dir=forward] + N5 -> N6 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FF8A65" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N8 -> N9 [color="#92C79A" penwidth=1.5 style=dashed label="plans" dir=forward] + N9 -> N0 [color="#FF8A65" penwidth=1.5 style=solid label="educates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_77.dot b/train/diagrams/easy/diagrams_77.dot new file mode 100644 index 0000000000000000000000000000000000000000..42c7a2a5a1beae47a5050497fc4c4abfb268724e --- /dev/null +++ b/train/diagrams/easy/diagrams_77.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=RL + N0 [label="Speed Throttling" color="#FFF176" fillcolor="#FFFDE7" shape=document style=filled] + N1 [label="Fiber Optic Deployment" color="#FFF176" fillcolor="#FFFDE7" shape=parallelogram style=filled] + N2 [label="Network Security Monitoring" color="#81C784" fillcolor="#F1F8E9" shape=diamond style=filled] + N3 [label="Roaming Activation" color="#81C784" fillcolor="#F1F8E9" shape=hexagon style=filled] + N4 [label="Data Usage Logging" color="#388E3C" fillcolor="#F1F8E9" shape=document style=filled] + N5 [label="Plan Suspension" color="#FFF176" fillcolor="#FFFDE7" shape=parallelogram style=filled] + N6 [label="Bandwidth Allocation" color="#388E3C" fillcolor="#F1F8E9" shape=hexagon style=filled] + N7 [label="Antenna Maintenance" color="#81C784" fillcolor="#F1F8E9" shape=document style=filled] + N8 [label="Service Complaint" color="#388E3C" fillcolor="#F1F8E9" shape=action style=filled] + N0 -> N1 [color="#81C784" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#81C784" penwidth=1.5 style=solid label="suspends" dir=forward] + N3 -> N4 [color="#81C784" penwidth=1.5 style=dashed label="transmits" dir=forward] + N4 -> N5 [color="#388E3C" penwidth=1.5 style=dashed label="troubleshoots" dir=forward] + N5 -> N6 [color="#FFF176" penwidth=1.5 style=solid label="supports" dir=forward] + N6 -> N7 [color="#FFF176" penwidth=1.5 style=solid label="receives" dir=forward] + N7 -> N8 [color="#388E3C" penwidth=1.5 style=dashed label="upgrades" dir=forward] + N3 -> N7 [color="#000000" penwidth=1.5 style=solid label="selects" dir=forward] + N5 -> N3 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_770.txt b/train/diagrams/easy/diagrams_770.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a0fced4a155d06df4d9abeb30c20db98c0affa2 --- /dev/null +++ b/train/diagrams/easy/diagrams_770.txt @@ -0,0 +1,12 @@ +<Acquisitions, connectedTo, Collection Development> +<Acquisitions, lends, Serials Control> +<Circulation Management, connectedTo, Resource Sharing Networks> +<Circulation Management, notifies, Library Management Systems> +<Collection Development, communicates, Online Public Access Catalog> +<Digitization Projects, connectedTo, Library Management Systems> +<Library Management Systems, connectedTo, User Training on Systems> +<Mobile App for Library, collaborates, Acquisitions> +<Online Public Access Catalog, connectedTo, Serials Control> +<Reporting and Analytics, searches, Digitization Projects> +<Resource Sharing Networks, connectedTo, Reporting and Analytics> +<Serials Control, borrows, Circulation Management> diff --git a/train/diagrams/easy/diagrams_771.txt b/train/diagrams/easy/diagrams_771.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cc8d6957ac394db4fbf1397c1cd37a4dffdf5d9 --- /dev/null +++ b/train/diagrams/easy/diagrams_771.txt @@ -0,0 +1,9 @@ +<Cataloging and Classification, analyzes, Metadata Creation> +<Cataloging and Classification, connectedTo, Interlibrary Loan> +<Database Management, lends, Interlibrary Loan> +<Interlibrary Loan, indexes, Reference Desk Support> +<Metadata Creation, trains, Database Management> +<Open Access Repository Management, connectedTo, User Training on Systems> +<Reference Desk Support, displays, Electronic Resource Management> +<Serials Control, catalogs, Open Access Repository Management> +<User Training on Systems, connectedTo, Cataloging and Classification> diff --git a/train/diagrams/easy/diagrams_772.txt b/train/diagrams/easy/diagrams_772.txt new file mode 100644 index 0000000000000000000000000000000000000000..c49e8d93d93d6bf5fa5b753dd9a3f05e9a03d678 --- /dev/null +++ b/train/diagrams/easy/diagrams_772.txt @@ -0,0 +1,12 @@ +<Authority Control, connectedTo, RFID System Implementation> +<Linked Data for Libraries, supports, User Account Management> +<Online Public Access Catalog, processes, Preservation of Materials> +<Open Access Repository Management, renews, Online Public Access Catalog> +<Preservation of Materials, connectedTo, Linked Data for Libraries> +<RFID System Implementation, connectedTo, AI in Library Services> +<RFID System Implementation, lends, Self_Checkout Kiosks> +<Reporting and Analytics, assists, Open Access Repository Management> +<Self_Checkout Kiosks, secures, Reporting and Analytics> +<Subject Indexing, connectedTo, Technical Support for Systems> +<Technical Support for Systems, retrieves, Authority Control> +<User Account Management, connectedTo, AI in Library Services> diff --git a/train/diagrams/easy/diagrams_778.dot b/train/diagrams/easy/diagrams_778.dot new file mode 100644 index 0000000000000000000000000000000000000000..7230cc6f576cc8f3e0457f92998a3bafb2954490 --- /dev/null +++ b/train/diagrams/easy/diagrams_778.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=BT + N0 [label="Preservation Planning" color="#E91E63" fillcolor="#F8BBD0" shape=vnode_shape style=filled] + N1 [label="Arrangement and Description" color="#E57373" fillcolor="#FFEBEE" shape=rectangle style=filled] + N2 [label="Long_Term Digital Preservation" color="#E57373" fillcolor="#FFEBEE" shape=hexagon style=filled] + N3 [label="Ethical Use of Archival Materials" color="#E91E63" fillcolor="#F8BBD0" shape=diamond style=filled] + N4 [label="Oral History Collection" color="#A1887F" fillcolor="#EFEBE9" shape=document style=filled] + N5 [label="Digital Forensics for Archives" color="#E91E63" fillcolor="#F8BBD0" shape=rect style=filled] + N6 [label="Database Management" color="#A1887F" fillcolor="#EFEBE9" shape=document style=filled] + N7 [label="Digital Asset Management" color="#E91E63" fillcolor="#F8BBD0" shape=rect style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="locates" dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=solid label="validates" dir=forward] + N3 -> N4 [color="#E57373" penwidth=1.5 style=solid label="exhibits" dir=forward] + N4 -> N5 [color="#E57373" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="transcribes" dir=forward] + N1 -> N6 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_778.txt b/train/diagrams/easy/diagrams_778.txt new file mode 100644 index 0000000000000000000000000000000000000000..43c532f9e9dd7d35ec89b900c76a53ff4a767ba5 --- /dev/null +++ b/train/diagrams/easy/diagrams_778.txt @@ -0,0 +1,8 @@ +<Arrangement and Description, connectedTo, Database Management> +<Arrangement and Description, connectedTo, Long_Term Digital Preservation> +<Database Management, transcribes, Digital Asset Management> +<Digital Forensics for Archives, connectedTo, Database Management> +<Ethical Use of Archival Materials, exhibits, Oral History Collection> +<Long_Term Digital Preservation, validates, Ethical Use of Archival Materials> +<Oral History Collection, connectedTo, Digital Forensics for Archives> +<Preservation Planning, locates, Arrangement and Description> diff --git a/train/diagrams/easy/diagrams_78.dot b/train/diagrams/easy/diagrams_78.dot new file mode 100644 index 0000000000000000000000000000000000000000..c220b61f02abb44e5386ad64ae44df5d36869305 --- /dev/null +++ b/train/diagrams/easy/diagrams_78.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=TB + N0 [label="Data Usage Logging" color="#BDAFA8" fillcolor="#E4E0DF" shape=preparation style=filled] + N1 [label="Network Activation" color="#BDAFA8" fillcolor="#E4E0DF" shape=preparation style=filled] + N2 [label="Service Complaint" color="#64B5F6" fillcolor="#E3F2FD" shape=multipledocuments style=filled] + N3 [label="Service Level Agreement" color="#6EB76D" fillcolor="#E9F7E8" shape=predefinedprocess style=filled] + N4 [label="Base Station Installation" color="#64B5F6" fillcolor="#E3F2FD" shape=predefinedprocess style=filled] + N5 [label="Plan Selection" color="#6EB76D" fillcolor="#E9F7E8" shape=box style=filled] + N6 [label="Technical Support Escalation" color="#64B5F6" fillcolor="#E3F2FD" shape=database style=filled] + N7 [label="Bill Generation" color="#64B5F6" fillcolor="#E3F2FD" shape=multipledocuments style=filled] + N8 [label="Roaming Activation" color="#64B5F6" fillcolor="#E3F2FD" shape=parallelogram style=filled] + N0 -> N1 [color="#64B5F6" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#64B5F6" penwidth=1.5 style=solid label="controls" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="authenticates" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="analyzes" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#BDAFA8" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#64B5F6" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#6EB76D" penwidth=1.5 style=solid label="authorizes" dir=forward] + N0 -> N6 [color="#64B5F6" penwidth=1.5 style=solid label="receives" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_782.dot b/train/diagrams/easy/diagrams_782.dot new file mode 100644 index 0000000000000000000000000000000000000000..4afaa1aa34f021fa79d8a09cefb466a6f11113dd --- /dev/null +++ b/train/diagrams/easy/diagrams_782.dot @@ -0,0 +1,24 @@ +digraph { + rankdir=BT + N0 [label="Records Management Integration" color="#2196F3" fillcolor="#BBDEFB" shape=vnode_shape style=filled] + N1 [label="Collection Management Policy" color="#FFF8A6" fillcolor="#FFFDE0" shape=hexagon style=filled] + N2 [label="Records Retention Scheduling" color="#92C79A" fillcolor="#E8F0EA" shape=rect style=filled] + N3 [label="Security of Holdings" color="#FFF8A6" fillcolor="#FFFDE0" shape=multipledocuments style=filled] + N4 [label="Appraisal and Selection" color="#92C79A" fillcolor="#E8F0EA" shape=database style=filled] + N5 [label="Environmental Control" color="#2196F3" fillcolor="#BBDEFB" shape=action style=filled] + N6 [label="Arrangement and Description" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled] + N7 [label="Digitization of Records" color="#2196F3" fillcolor="#BBDEFB" shape=ellipse style=filled] + N8 [label="Long_Term Digital Preservation" color="#92C79A" fillcolor="#E8F0EA" shape=document style=filled] + N9 [label="Digital Forensics for Archives" color="#FFF8A6" fillcolor="#FFFDE0" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#92C79A" penwidth=1.5 style=solid label="processes" dir=forward] + N2 -> N3 [color="#2196F3" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFF8A6" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#2196F3" penwidth=1.5 style=solid label="protects" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="conserves" dir=forward] + N6 -> N7 [color="#FFF8A6" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="stores" dir=forward] + N8 -> N9 [color="#92C79A" penwidth=1.5 style=dashed label="governs" dir=forward] + N1 -> N9 [color="#FFF8A6" penwidth=1.5 style=solid label="describes" dir=forward] + N4 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_786.txt b/train/diagrams/easy/diagrams_786.txt new file mode 100644 index 0000000000000000000000000000000000000000..545dbef4716b9fb7ae5b707ae441cd3b316db14e --- /dev/null +++ b/train/diagrams/easy/diagrams_786.txt @@ -0,0 +1,8 @@ +<Digital Archiving, connectedTo, Mobile App Development> +<Digital Archiving, tracks, User Experience Design> +<Digital Signage, connectedTo, Digital Archiving> +<Environmental Control Systems, connectedTo, Virtual Tours> +<Mobile App Development, educates, Security Systems Integration> +<Security Systems Integration, secures, Virtual Reality Experiences> +<User Experience Design, displays, Mobile App Development> +<Virtual Reality Experiences, upgrades, Environmental Control Systems> diff --git a/train/diagrams/easy/diagrams_787.txt b/train/diagrams/easy/diagrams_787.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ccf3a0c4b14441ceb9cef47f0cf6899e72a94a0 --- /dev/null +++ b/train/diagrams/easy/diagrams_787.txt @@ -0,0 +1,8 @@ +<Content Management Systems, connectedTo, Online Shop Integration> +<Cybersecurity for Museum Data, connectedTo, Educational Technology Integration> +<Educational Technology Integration, educates, Predictive Maintenance for Tech> +<Educational Technology Integration, interprets, Content Management Systems> +<Online Shop Integration, connectedTo, Ticketing and Visitor Systems> +<Predictive Maintenance for Tech, connectedTo, Visitor Flow Analysis> +<RFID for Object Tracking, documents, Predictive Maintenance for Tech> +<Visitor Flow Analysis, renders, Cybersecurity for Museum Data> diff --git a/train/diagrams/easy/diagrams_789.dot b/train/diagrams/easy/diagrams_789.dot new file mode 100644 index 0000000000000000000000000000000000000000..c28a044118b3282fffdcdc8ef57a198f260d0c57 --- /dev/null +++ b/train/diagrams/easy/diagrams_789.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Content Management Systems" color="#A2D0FF" fillcolor="#E8F0FF" shape=document style=filled] + N1 [label="Digital Signage" color="#26A69A" fillcolor="#E0F2F1" shape=preparation style=filled] + N2 [label="Exhibition Design" color="#A188D0" fillcolor="#DACBE3" shape=hexagon style=filled] + N3 [label="Educational Technology Integration" color="#A2D0FF" fillcolor="#E8F0FF" shape=predefinedprocess style=filled] + N4 [label="Gamification of Museum Experiences" color="#26A69A" fillcolor="#E0F2F1" shape=parallelogram style=filled] + N5 [label="Digital Storytelling" color="#A2D0FF" fillcolor="#E8F0FF" shape=action style=filled] + N6 [label="Environmental Control Systems" color="#26A69A" fillcolor="#E0F2F1" shape=rect style=filled] + N7 [label="Visitor Analytics" color="#A2D0FF" fillcolor="#E8F0FF" shape=rect style=filled] + N8 [label="Fundraising Technology" color="#A2D0FF" fillcolor="#E8F0FF" shape=action style=filled] + N9 [label="User Experience Design" color="#26A69A" fillcolor="#E0F2F1" shape=ellipse style=filled] + N10 [label="Online Shop Integration" color="#A188D0" fillcolor="#DACBE3" shape=ellipse style=filled] + N0 -> N1 [color="#26A69A" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#26A69A" penwidth=1.5 style=dashed label="exhibits" dir=forward] + N2 -> N3 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#A188D0" penwidth=1.5 style=solid label="interprets" dir=forward] + N4 -> N5 [color="#26A69A" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#A188D0" penwidth=1.5 style=solid label="collects" dir=forward] + N6 -> N7 [color="#A2D0FF" penwidth=1.5 style=solid label="protects" dir=forward] + N7 -> N8 [color="#A188D0" penwidth=1.5 style=dashed label="audits" dir=forward] + N8 -> N9 [color="#A2D0FF" penwidth=1.5 style=solid label="curates" dir=forward] + N9 -> N10 [color="#A2D0FF" penwidth=1.5 style=solid label="maintains" dir=forward] + N5 -> N3 [color="#000000" penwidth=1.5 style=solid label="installs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_790.dot b/train/diagrams/easy/diagrams_790.dot new file mode 100644 index 0000000000000000000000000000000000000000..51806ec70edf0e5a4449bc6417acfa89abe0c906 --- /dev/null +++ b/train/diagrams/easy/diagrams_790.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=TB + N0 [label="Predictive Maintenance for Tech" color="#8C9EFF" fillcolor="#D3D7EB" shape=inputoutput style=filled] + N1 [label="User Experience Design" color="#8C9EFF" fillcolor="#D3D7EB" shape=rect style=filled] + N2 [label="RFID for Object Tracking" color="#6EB76D" fillcolor="#E9F7E8" shape=document style=filled] + N3 [label="Exhibition Design" color="#61CAC3" fillcolor="#C2E8E6" shape=database style=filled] + N4 [label="Visitor Analytics" color="#61CAC3" fillcolor="#C2E8E6" shape=box style=filled] + N5 [label="Digital Preservation Strategies" color="#8C9EFF" fillcolor="#D3D7EB" shape=inputoutput style=filled] + N6 [label="Conservation Technology" color="#6EB76D" fillcolor="#E9F7E8" shape=diamond style=filled] + N7 [label="Exhibition Lighting Design" color="#61CAC3" fillcolor="#C2E8E6" shape=document style=filled] + N8 [label="Ticketing and Visitor Systems" color="#61CAC3" fillcolor="#C2E8E6" shape=parallelogram style=filled] + N9 [label="Digital Storytelling" color="#8C9EFF" fillcolor="#D3D7EB" shape=document style=filled] + N0 -> N1 [color="#61CAC3" penwidth=1.5 style=dashed label="renders" dir=forward] + N1 -> N2 [color="#61CAC3" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#8C9EFF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#8C9EFF" penwidth=1.5 style=solid label="informs" dir=forward] + N5 -> N6 [color="#61CAC3" penwidth=1.5 style=dashed label="integrates" dir=forward] + N6 -> N7 [color="#61CAC3" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#8C9EFF" penwidth=1.5 style=dashed label="maintains" dir=forward] + N8 -> N9 [color="#61CAC3" penwidth=1.5 style=solid label="secures" dir=forward] + N4 -> N2 [color="#61CAC3" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_790.txt b/train/diagrams/easy/diagrams_790.txt new file mode 100644 index 0000000000000000000000000000000000000000..4adaff9513de83a55e8debb78c59881679f29702 --- /dev/null +++ b/train/diagrams/easy/diagrams_790.txt @@ -0,0 +1,10 @@ +<Conservation Technology, connectedTo, Exhibition Lighting Design> +<Digital Preservation Strategies, integrates, Conservation Technology> +<Exhibition Design, connectedTo, Visitor Analytics> +<Exhibition Lighting Design, maintains, Ticketing and Visitor Systems> +<Predictive Maintenance for Tech, renders, User Experience Design> +<RFID for Object Tracking, connectedTo, Exhibition Design> +<Ticketing and Visitor Systems, secures, Digital Storytelling> +<User Experience Design, connectedTo, RFID for Object Tracking> +<Visitor Analytics, connectedTo, RFID for Object Tracking> +<Visitor Analytics, informs, Digital Preservation Strategies> diff --git a/train/diagrams/easy/diagrams_792.dot b/train/diagrams/easy/diagrams_792.dot new file mode 100644 index 0000000000000000000000000000000000000000..4c8a4f13e3641c66db7f17c858918f4c1809acc5 --- /dev/null +++ b/train/diagrams/easy/diagrams_792.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="RFID for Object Tracking" color="#AF56A6" fillcolor="#DDCEDD" shape=ellipse style=filled] + N1 [label="Community Engagement Platforms" color="#B8C0F5" fillcolor="#ECF0FD" shape=diamond style=filled] + N2 [label="Visitor Flow Analysis" color="#64B5F6" fillcolor="#E3F2FD" shape=document style=filled] + N3 [label="Multisensory Exhibits" color="#64B5F6" fillcolor="#E3F2FD" shape=document style=filled] + N4 [label="Interactive Kiosks" color="#B8C0F5" fillcolor="#ECF0FD" shape=multipledocuments style=filled] + N5 [label="Predictive Maintenance for Tech" color="#B8C0F5" fillcolor="#ECF0FD" shape=predefinedprocess style=filled] + N6 [label="Mobile App Development" color="#64B5F6" fillcolor="#E3F2FD" shape=inputoutput style=filled] + N7 [label="Educational Technology Integration" color="#64B5F6" fillcolor="#E3F2FD" shape=diamond style=filled] + N8 [label="Digital Storytelling" color="#64B5F6" fillcolor="#E3F2FD" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="exhibits" dir=forward] + N1 -> N2 [color="#B8C0F5" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#B8C0F5" penwidth=1.5 style=dashed label="entertains" dir=forward] + N4 -> N5 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#AF56A6" penwidth=1.5 style=solid label="projects" dir=forward] + N6 -> N7 [color="#AF56A6" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="maintains" dir=forward] + N5 -> N3 [color="#AF56A6" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_792.txt b/train/diagrams/easy/diagrams_792.txt new file mode 100644 index 0000000000000000000000000000000000000000..924a776f9ad418c3f1b8a03d06888374d9ee8795 --- /dev/null +++ b/train/diagrams/easy/diagrams_792.txt @@ -0,0 +1,9 @@ +<Community Engagement Platforms, connectedTo, Visitor Flow Analysis> +<Educational Technology Integration, maintains, Digital Storytelling> +<Interactive Kiosks, connectedTo, Predictive Maintenance for Tech> +<Mobile App Development, connectedTo, Educational Technology Integration> +<Multisensory Exhibits, entertains, Interactive Kiosks> +<Predictive Maintenance for Tech, connectedTo, Multisensory Exhibits> +<Predictive Maintenance for Tech, projects, Mobile App Development> +<RFID for Object Tracking, exhibits, Community Engagement Platforms> +<Visitor Flow Analysis, connectedTo, Multisensory Exhibits> diff --git a/train/diagrams/easy/diagrams_793.dot b/train/diagrams/easy/diagrams_793.dot new file mode 100644 index 0000000000000000000000000000000000000000..c86dc8d754ea328041f43be98366742eb64ed4df --- /dev/null +++ b/train/diagrams/easy/diagrams_793.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="CSR Reporting" color="#42A5F5" fillcolor="#F1F8FF" shape=inputoutput style=filled] + N1 [label="Transparent Communication" color="#F7BEE0" fillcolor="#FAEBF3" shape=rectangle style=filled] + N2 [label="Risk Assessment" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N3 [label="Ethical Leadership Development" color="#A1D7CD" fillcolor="#EDF5F3" shape=database style=filled] + N4 [label="Audit Planning" color="#A1D7CD" fillcolor="#EDF5F3" shape=action style=filled] + N5 [label="Consumer Protection Compliance" color="#F7BEE0" fillcolor="#FAEBF3" shape=vnode_shape style=filled] + N6 [label="Compliance Hotlines" color="#F7BEE0" fillcolor="#FAEBF3" shape=inputoutput style=filled] + N7 [label="Stakeholder Engagement on Ethics" color="#A1D7CD" fillcolor="#EDF5F3" shape=ellipse style=filled] + N8 [label="Compliance Training" color="#A1D7CD" fillcolor="#EDF5F3" shape=hexagon style=filled] + N9 [label="Ethical AI Guidelines" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N10 [label="Environmental Compliance" color="#42A5F5" fillcolor="#F1F8FF" shape=box style=filled] + N0 -> N1 [color="#42A5F5" penwidth=1.5 style=dashed label="audits" dir=forward] + N1 -> N2 [color="#F7BEE0" penwidth=1.5 style=solid label="accountability" dir=forward] + N2 -> N3 [color="#A1D7CD" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#A1D7CD" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="laws" dir=forward] + N5 -> N6 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="fairness" dir=forward] + N7 -> N8 [color="#42A5F5" penwidth=1.5 style=dashed label="codes" dir=forward] + N8 -> N9 [color="#42A5F5" penwidth=1.5 style=solid label="consults" dir=forward] + N9 -> N10 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N4 -> N9 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_795.dot b/train/diagrams/easy/diagrams_795.dot new file mode 100644 index 0000000000000000000000000000000000000000..b8627381de4b1d5d44945564151eac32a67e0414 --- /dev/null +++ b/train/diagrams/easy/diagrams_795.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Risk Assessment" color="#A2D0FF" fillcolor="#E8F0FF" shape=diamond style=filled] + N1 [label="Compliance Software Implementation" color="#A2D0FF" fillcolor="#E8F0FF" shape=database style=filled] + N2 [label="Bias Mitigation" color="#CB9BE1" fillcolor="#F2E6F5" shape=diamond style=filled] + N3 [label="Internal Investigations" color="#A2D0FF" fillcolor="#E8F0FF" shape=database style=filled] + N4 [label="Ethical Decision_Making Frameworks" color="#A2D0FF" fillcolor="#E8F0FF" shape=multipledocuments style=filled] + N5 [label="CSR Reporting" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N6 [label="Third_Party Due Diligence" color="#A2D0FF" fillcolor="#E8F0FF" shape=vnode_shape style=filled] + N7 [label="Conflict of Interest Management" color="#CB9BE1" fillcolor="#F2E6F5" shape=inputoutput style=filled] + N8 [label="Consumer Protection Compliance" color="#BA68C8" fillcolor="#F3E5F5" shape=hexagon style=filled] + N9 [label="Data Privacy Compliance" color="#A2D0FF" fillcolor="#E8F0FF" shape=box style=filled] + N10 [label="Product Safety Compliance" color="#A2D0FF" fillcolor="#E8F0FF" shape=predefinedprocess style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#CB9BE1" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=dashed label="standards" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="counsels" dir=forward] + N6 -> N7 [color="#CB9BE1" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="reviews" dir=forward] + N8 -> N9 [color="#CB9BE1" penwidth=1.5 style=dashed label="laws" dir=forward] + N9 -> N10 [color="#CB9BE1" penwidth=1.5 style=dashed label="secures" dir=forward] + N2 -> N7 [color="#BA68C8" penwidth=1.5 style=solid dir=forward] + N3 -> N0 [color="#BA68C8" penwidth=1.5 style=dashed label="governs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_796.dot b/train/diagrams/easy/diagrams_796.dot new file mode 100644 index 0000000000000000000000000000000000000000..b2f70a54cd113e0b13ac7c2166d65c3685b4500c --- /dev/null +++ b/train/diagrams/easy/diagrams_796.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Ethical Leadership Development" color="#7986CB" fillcolor="#E8EAF6" shape=rect style=filled] + N1 [label="Conflict of Interest Management" color="#FFB74D" fillcolor="#FFF3E0" shape=document style=filled] + N2 [label="Monitoring and Enforcement" color="#7986CB" fillcolor="#E8EAF6" shape=preparation style=filled] + N3 [label="Data Ethics" color="#7986CB" fillcolor="#E8EAF6" shape=box style=filled] + N4 [label="Ethical Decision_Making Frameworks" color="#FFB74D" fillcolor="#FFF3E0" shape=ellipse style=filled] + N5 [label="Export Control Compliance" color="#00BCD4" fillcolor="#B2EBF2" shape=parallelogram style=filled] + N6 [label="Compliance Software Implementation" color="#7986CB" fillcolor="#E8EAF6" shape=inputoutput style=filled] + N7 [label="Legal Advisory" color="#7986CB" fillcolor="#E8EAF6" shape=vnode_shape style=filled] + N8 [label="Audit Planning" color="#7986CB" fillcolor="#E8EAF6" shape=predefinedprocess style=filled] + N9 [label="Compliance Training" color="#00BCD4" fillcolor="#B2EBF2" shape=hexagon style=filled] + N10 [label="Risk Assessment" color="#7986CB" fillcolor="#E8EAF6" shape=rect style=filled] + N0 -> N1 [color="#00BCD4" penwidth=1.5 style=solid label="fairness" dir=forward] + N1 -> N2 [color="#00BCD4" penwidth=1.5 style=dashed label="laws" dir=forward] + N2 -> N3 [color="#7986CB" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#7986CB" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#00BCD4" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFB74D" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="guides" dir=forward] + N7 -> N8 [color="#FFB74D" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFB74D" penwidth=1.5 style=dashed label="enforces" dir=forward] + N9 -> N10 [color="#FFB74D" penwidth=1.5 style=dashed label="advises" dir=forward] + N5 -> N1 [color="#00BCD4" penwidth=1.5 style=solid label="reviews" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_797.dot b/train/diagrams/easy/diagrams_797.dot new file mode 100644 index 0000000000000000000000000000000000000000..2ee273cfb67fb4b478befc46a44e0876a290ba60 --- /dev/null +++ b/train/diagrams/easy/diagrams_797.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Corporate Governance Standards" color="#FFF9AE" fillcolor="#FFFCE6" shape=hexagon style=filled] + N1 [label="Ethics Committee Formation" color="#FFDA4E" fillcolor="#FFE88D" shape=rectangle style=filled] + N2 [label="Ethical AI Guidelines" color="#FFF9AE" fillcolor="#FFFCE6" shape=diamond style=filled] + N3 [label="Third_Party Due Diligence" color="#FFF9AE" fillcolor="#FFFCE6" shape=box style=filled] + N4 [label="Internal Investigations" color="#AB47BC" fillcolor="#F3E5F5" shape=preparation style=filled] + N5 [label="Data Privacy Compliance" color="#FFDA4E" fillcolor="#FFE88D" shape=inputoutput style=filled] + N6 [label="Ethical Decision_Making Frameworks" color="#AB47BC" fillcolor="#F3E5F5" shape=rectangle style=filled] + N7 [label="Healthcare Compliance" color="#AB47BC" fillcolor="#F3E5F5" shape=preparation style=filled] + N0 -> N1 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="reports" dir=forward] + N2 -> N3 [color="#FFDA4E" penwidth=1.5 style=solid label="fairness" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="reviews" dir=forward] + N4 -> N5 [color="#FFDA4E" penwidth=1.5 style=solid label="governs" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="prevents" dir=forward] + N6 -> N7 [color="#AB47BC" penwidth=1.5 style=solid dir=forward] + N2 -> N5 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_797.txt b/train/diagrams/easy/diagrams_797.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bcfb964781e1d773f6573f4cfa9c934b9d234ac --- /dev/null +++ b/train/diagrams/easy/diagrams_797.txt @@ -0,0 +1,8 @@ +<Corporate Governance Standards, connectedTo, Ethics Committee Formation> +<Data Privacy Compliance, prevents, Ethical Decision_Making Frameworks> +<Ethical AI Guidelines, connectedTo, Data Privacy Compliance> +<Ethical AI Guidelines, fairness, Third_Party Due Diligence> +<Ethical Decision_Making Frameworks, connectedTo, Healthcare Compliance> +<Ethics Committee Formation, reports, Ethical AI Guidelines> +<Internal Investigations, governs, Data Privacy Compliance> +<Third_Party Due Diligence, reviews, Internal Investigations> diff --git a/train/diagrams/easy/diagrams_798.txt b/train/diagrams/easy/diagrams_798.txt new file mode 100644 index 0000000000000000000000000000000000000000..13196a9fe63e939daf2b394aa1eab46f88a71a25 --- /dev/null +++ b/train/diagrams/easy/diagrams_798.txt @@ -0,0 +1,13 @@ +<Anti_Bribery and Corruption Compliance, connectedTo, Ethics Committee Formation> +<Compliance Software Implementation, respects, Consumer Protection Compliance> +<Compliance Training, connectedTo, Product Safety Compliance> +<Consumer Protection Compliance, governs, Third_Party Due Diligence> +<ESG Integration, connectedTo, Fair Competition Compliance> +<ESG Integration, mitigates, Compliance Training> +<Ethics Committee Formation, connectedTo, ESG Integration> +<Fair Competition Compliance, assesses, Anti_Bribery and Corruption Compliance> +<Fair Competition Compliance, regulations, Regulatory Interpretation> +<Labor Law Compliance, implements, Anti_Bribery and Corruption Compliance> +<Regulatory Interpretation, licenses, Transparent Communication> +<Third_Party Due Diligence, consults, Compliance Training> +<Transparent Communication, connectedTo, Compliance Software Implementation> diff --git a/train/diagrams/easy/diagrams_8.txt b/train/diagrams/easy/diagrams_8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6908f65a80c32c35dc6f3381191aff2fca158421 --- /dev/null +++ b/train/diagrams/easy/diagrams_8.txt @@ -0,0 +1,11 @@ +<Account Verification, rejects, Financial Advisory> +<Credit Scoring, connectedTo, Financial Reporting> +<Credit Scoring, connectedTo, Portfolio Management> +<Financial Advisory, scores, Forex Trading> +<Financial Reporting, verifies, Account Verification> +<Forex Trading, connectedTo, Venture Capital Funding> +<Merger and Acquisition, connectedTo, Credit Scoring> +<Portfolio Management, connectedTo, Account Verification> +<Portfolio Management, connectedTo, Risk Assessment> +<Risk Assessment, mitigates, Merger and Acquisition> +<Underwriting, recommends, Portfolio Management> diff --git a/train/diagrams/easy/diagrams_800.dot b/train/diagrams/easy/diagrams_800.dot new file mode 100644 index 0000000000000000000000000000000000000000..594f84a785e4cc7803662282bbc9899ed085a4b2 --- /dev/null +++ b/train/diagrams/easy/diagrams_800.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Policy Development" color="#BDBDBD" fillcolor="#F5F5F5" shape=predefinedprocess style=filled] + N1 [label="Financial Regulations Compliance" color="#BDBDBD" fillcolor="#F5F5F5" shape=hexagon style=filled] + N2 [label="Ethics Committee Formation" color="#BDBDBD" fillcolor="#F5F5F5" shape=hexagon style=filled] + N3 [label="Third_Party Due Diligence" color="#DCE775" fillcolor="#FCFCE7" shape=ellipse style=filled] + N4 [label="Audit Planning" color="#DCE775" fillcolor="#FCFCE7" shape=action style=filled] + N5 [label="Compliance Software Implementation" color="#E0E0E0" fillcolor="#EBEBEB" shape=database style=filled] + N6 [label="Supplier Code of Conduct" color="#BDBDBD" fillcolor="#F5F5F5" shape=rectangle style=filled] + N7 [label="Internal Investigations" color="#BDBDBD" fillcolor="#F5F5F5" shape=inputoutput style=filled] + N8 [label="Fair Competition Compliance" color="#E0E0E0" fillcolor="#EBEBEB" shape=parallelogram style=filled] + N9 [label="Sanctions Compliance" color="#E0E0E0" fillcolor="#EBEBEB" shape=action style=filled] + N10 [label="Product Safety Compliance" color="#E0E0E0" fillcolor="#EBEBEB" shape=box style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="reviews" dir=forward] + N1 -> N2 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#BDBDBD" penwidth=1.5 style=solid label="procedures" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#BDBDBD" penwidth=1.5 style=dashed label="licenses" dir=forward] + N5 -> N6 [color="#E0E0E0" penwidth=1.5 style=dashed label="certifies" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#BDBDBD" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#E0E0E0" penwidth=1.5 style=solid label="mitigates" dir=forward] + N6 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N3 [color="#BDBDBD" penwidth=1.5 style=dashed label="data" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_801.txt b/train/diagrams/easy/diagrams_801.txt new file mode 100644 index 0000000000000000000000000000000000000000..306f6173cf6392ec2217aa38a20080ee01560d04 --- /dev/null +++ b/train/diagrams/easy/diagrams_801.txt @@ -0,0 +1,10 @@ +<Arson Investigation, reconstructs, Expert Witness Testimony> +<Chain of Custody Management, tests, Forensic Anthropology> +<Expert Witness Testimony, connectedTo, Polygraph Examination> +<Facial Recognition, connectedTo, Malware Analysis> +<Forensic Accounting, connectedTo, Chain of Custody Management> +<Forensic Anthropology, connectedTo, Facial Recognition> +<Malware Analysis, consults, Network Forensics> +<Polygraph Examination, connectedTo, Forensic Accounting> +<Voice Recognition, autopsies, Arson Investigation> +<Voice Recognition, connectedTo, Forensic Anthropology> diff --git a/train/diagrams/easy/diagrams_803.dot b/train/diagrams/easy/diagrams_803.dot new file mode 100644 index 0000000000000000000000000000000000000000..9fbb7a3ec1b21a2387aa8c4c479d21e02e440b06 --- /dev/null +++ b/train/diagrams/easy/diagrams_803.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Vehicle Forensics" color="#BA68C8" fillcolor="#F3E5F5" shape=hexagon style=filled] + N1 [label="Forensic Interviewing" color="#FFF9AE" fillcolor="#FFFCE6" shape=rect style=filled] + N2 [label="Mobile Device Forensics" color="#BA68C8" fillcolor="#F3E5F5" shape=preparation style=filled] + N3 [label="Forensic Entomology" color="#FFF9AE" fillcolor="#FFFCE6" shape=multipledocuments style=filled] + N4 [label="Malware Analysis" color="#FFF9AE" fillcolor="#FFFCE6" shape=preparation style=filled] + N5 [label="Forensic Pathology" color="#FFC107" fillcolor="#FFECB3" shape=parallelogram style=filled] + N6 [label="Trace Evidence Analysis" color="#BA68C8" fillcolor="#F3E5F5" shape=parallelogram style=filled] + N7 [label="DNA Profiling" color="#BA68C8" fillcolor="#F3E5F5" shape=database style=filled] + N8 [label="Handwriting Analysis" color="#FFC107" fillcolor="#FFECB3" shape=rectangle style=filled] + N9 [label="Crime Scene Investigation" color="#BA68C8" fillcolor="#F3E5F5" shape=box style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFF9AE" penwidth=1.5 style=dashed label="identifies" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="examines" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="preserves_evidence" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="reconstructs" dir=forward] + N6 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed label="reports" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#BA68C8" penwidth=1.5 style=solid label="ballistics" dir=forward] + N0 -> N4 [color="#FFF9AE" penwidth=1.5 style=solid label="advises" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_803.txt b/train/diagrams/easy/diagrams_803.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e76e6230592453a6d47936cdeeb84c4497a2084 --- /dev/null +++ b/train/diagrams/easy/diagrams_803.txt @@ -0,0 +1,10 @@ +<DNA Profiling, connectedTo, Handwriting Analysis> +<Forensic Entomology, preserves_evidence, Malware Analysis> +<Forensic Interviewing, identifies, Mobile Device Forensics> +<Forensic Pathology, reconstructs, Trace Evidence Analysis> +<Handwriting Analysis, ballistics, Crime Scene Investigation> +<Malware Analysis, connectedTo, Forensic Pathology> +<Mobile Device Forensics, examines, Forensic Entomology> +<Trace Evidence Analysis, reports, DNA Profiling> +<Vehicle Forensics, advises, Malware Analysis> +<Vehicle Forensics, connectedTo, Forensic Interviewing> diff --git a/train/diagrams/easy/diagrams_805.dot b/train/diagrams/easy/diagrams_805.dot new file mode 100644 index 0000000000000000000000000000000000000000..0e077906efe88a35bb8b891aab734b028d67456c --- /dev/null +++ b/train/diagrams/easy/diagrams_805.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=BT + N0 [label="Forensic Botany" color="#61CAC3" fillcolor="#C2E8E6" shape=rectangle style=filled] + N1 [label="Evidence Collection" color="#F44336" fillcolor="#FFCDD2" shape=action style=filled] + N2 [label="Forensic Pathology" color="#FFDA4E" fillcolor="#FFE88D" shape=diamond style=filled] + N3 [label="Facial Recognition" color="#FFDA4E" fillcolor="#FFE88D" shape=vnode_shape style=filled] + N4 [label="Malware Analysis" color="#61CAC3" fillcolor="#C2E8E6" shape=database style=filled] + N5 [label="Cloud Forensics" color="#61CAC3" fillcolor="#C2E8E6" shape=rectangle style=filled] + N6 [label="Forensic Anthropology" color="#FFDA4E" fillcolor="#FFE88D" shape=hexagon style=filled] + N7 [label="Mobile Device Forensics" color="#FFDA4E" fillcolor="#FFE88D" shape=document style=filled] + N8 [label="Data Recovery" color="#FFDA4E" fillcolor="#FFE88D" shape=multipledocuments style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="ballistics" dir=forward] + N1 -> N2 [color="#61CAC3" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#61CAC3" penwidth=1.5 style=solid label="trace_evidence" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#F44336" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFDA4E" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFDA4E" penwidth=1.5 style=solid label="collects" dir=forward] + N5 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N0 -> N3 [color="#FFDA4E" penwidth=1.5 style=solid label="educates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_806.dot b/train/diagrams/easy/diagrams_806.dot new file mode 100644 index 0000000000000000000000000000000000000000..82012e399463aeb74b47020466364161032072de --- /dev/null +++ b/train/diagrams/easy/diagrams_806.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Forensic Psychology" color="#4DD0E1" fillcolor="#C9F0F0" shape=predefinedprocess style=filled] + N1 [label="Network Forensics" color="#FFC2C2" fillcolor="#FFEBEB" shape=database style=filled] + N2 [label="Trace Evidence Analysis" color="#FFF176" fillcolor="#FFFDE7" shape=ellipse style=filled] + N3 [label="Malware Analysis" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] + N4 [label="Laboratory Analysis" color="#FFF176" fillcolor="#FFFDE7" shape=vnode_shape style=filled] + N5 [label="Forensic Odontology" color="#FFC2C2" fillcolor="#FFEBEB" shape=hexagon style=filled] + N6 [label="Forensic Interviewing" color="#FFF176" fillcolor="#FFFDE7" shape=predefinedprocess style=filled] + N7 [label="Forensic Entomology" color="#4DD0E1" fillcolor="#C9F0F0" shape=diamond style=filled] + N8 [label="Digital Forensics" color="#FFF176" fillcolor="#FFFDE7" shape=inputoutput style=filled] + N9 [label="Cloud Forensics" color="#FFC2C2" fillcolor="#FFEBEB" shape=rect style=filled] + N10 [label="Data Recovery" color="#FFC2C2" fillcolor="#FFEBEB" shape=multipledocuments style=filled] + N0 -> N1 [color="#4DD0E1" penwidth=1.5 style=dashed label="fingerprints" dir=forward] + N1 -> N2 [color="#4DD0E1" penwidth=1.5 style=solid label="advises" dir=forward] + N2 -> N3 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="trains" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#FFC2C2" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="preserves_evidence" dir=forward] + N8 -> N9 [color="#FFF176" penwidth=1.5 style=solid label="trace_evidence" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="certifies" dir=forward] + N5 -> N8 [color="#FFC2C2" penwidth=1.5 style=dashed label="DNA_profiles" dir=forward] + N5 -> N10 [color="#FFF176" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_806.txt b/train/diagrams/easy/diagrams_806.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ff957cfb87e5cf054967f04d9eddc4cf43eed5a --- /dev/null +++ b/train/diagrams/easy/diagrams_806.txt @@ -0,0 +1,12 @@ +<Cloud Forensics, certifies, Data Recovery> +<Digital Forensics, trace_evidence, Cloud Forensics> +<Forensic Entomology, preserves_evidence, Digital Forensics> +<Forensic Interviewing, connectedTo, Forensic Entomology> +<Forensic Odontology, DNA_profiles, Digital Forensics> +<Forensic Odontology, connectedTo, Data Recovery> +<Forensic Odontology, connectedTo, Forensic Interviewing> +<Forensic Psychology, fingerprints, Network Forensics> +<Laboratory Analysis, trains, Forensic Odontology> +<Malware Analysis, connectedTo, Laboratory Analysis> +<Network Forensics, advises, Trace Evidence Analysis> +<Trace Evidence Analysis, connectedTo, Malware Analysis> diff --git a/train/diagrams/easy/diagrams_808.dot b/train/diagrams/easy/diagrams_808.dot new file mode 100644 index 0000000000000000000000000000000000000000..51df8aaa034cf8a7867102b1ec38cf20e8511799 --- /dev/null +++ b/train/diagrams/easy/diagrams_808.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=RL + N0 [label="DNA Profiling" color="#00BCD4" fillcolor="#B2EBF2" shape=hexagon style=filled] + N1 [label="Courtroom Presentation" color="#00BCD4" fillcolor="#B2EBF2" shape=predefinedprocess style=filled] + N2 [label="Digital Forensics" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled] + N3 [label="Forensic Psychology" color="#FFA726" fillcolor="#FFF3E0" shape=vnode_shape style=filled] + N4 [label="Evidence Collection" color="#00BCD4" fillcolor="#B2EBF2" shape=ellipse style=filled] + N5 [label="Crime Database Search" color="#00BCD4" fillcolor="#B2EBF2" shape=vnode_shape style=filled] + N6 [label="Expert Witness Testimony" color="#FFD54F" fillcolor="#FFF8E1" shape=ellipse style=filled] + N7 [label="Bloodstain Pattern Analysis" color="#FFA726" fillcolor="#FFF3E0" shape=hexagon style=filled] + N0 -> N1 [color="#FFA726" penwidth=1.5 style=dashed label="complies" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="tests" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=dashed label="processes" dir=forward] + N4 -> N5 [color="#FFA726" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#00BCD4" penwidth=1.5 style=dashed label="sketches" dir=forward] + N6 -> N4 [color="#FFD54F" penwidth=1.5 style=dashed label="detects" dir=forward] + N3 -> N2 [color="#000000" penwidth=1.5 style=dashed label="preserves_evidence" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_812.txt b/train/diagrams/easy/diagrams_812.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f4c1bba7b3c8670f15af7f74a5f77bed55561f2 --- /dev/null +++ b/train/diagrams/easy/diagrams_812.txt @@ -0,0 +1,9 @@ +<Airport Security, monitors, Counter_Propaganda> +<Airport Security, shares_info, Cybersecurity Defense> +<Biometric Screening, connectedTo, Airport Security> +<Counter_Propaganda, impacts_assesses, Crisis Response Planning> +<Crisis Response Planning, connectedTo, Information Sharing> +<Cybersecurity Defense, connectedTo, Biometric Screening> +<Information Sharing, connectedTo, Public Awareness Campaigns> +<Public Awareness Campaigns, protects_critical_infra, Terrorism Financing Interdiction> +<Terrorism Financing Interdiction, connectedTo, Cybersecurity Defense> diff --git a/train/diagrams/easy/diagrams_814.txt b/train/diagrams/easy/diagrams_814.txt new file mode 100644 index 0000000000000000000000000000000000000000..97dca1ee1418ab14607688a6bfc2d1e7066143be --- /dev/null +++ b/train/diagrams/easy/diagrams_814.txt @@ -0,0 +1,13 @@ +<Bomb Disposal, connectedTo, Counter_Propaganda> +<Counter_Propaganda, shares_info, Cybersecurity Defense> +<Cybersecurity Defense, connectedTo, Information Sharing> +<Early Warning Systems, weapons_interdicts, Psychological Operations> +<Insider Threat Programs, mitigates, Bomb Disposal> +<Legislation and Policy Development, connectedTo, Transportation Security> +<Psychological Operations, responds, Information Sharing> +<Psychological Operations, technologies_applies, Legislation and Policy Development> +<Risk_Based Security Measures, connectedTo, Insider Threat Programs> +<Risk_Based Security Measures, drills, Legislation and Policy Development> +<Surveillance and Monitoring, connectedTo, Early Warning Systems> +<Target Hardening, policies_develops, Surveillance and Monitoring> +<Transportation Security, cyber_defends, Risk_Based Security Measures> diff --git a/train/diagrams/easy/diagrams_816.dot b/train/diagrams/easy/diagrams_816.dot new file mode 100644 index 0000000000000000000000000000000000000000..06eda47d8bd449d8b28a2bbd7fa813ef5fc0f601 --- /dev/null +++ b/train/diagrams/easy/diagrams_816.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Surveillance and Monitoring" color="#FFF176" fillcolor="#FFFDE7" shape=parallelogram style=filled] + N1 [label="Behavioral Threat Assessment" color="#9FA9E1" fillcolor="#D6D9F0" shape=rectangle style=filled] + N2 [label="Intelligence Gathering" color="#FFEB3B" fillcolor="#FFF9C4" shape=document style=filled] + N3 [label="Border Security" color="#FFEB3B" fillcolor="#FFF9C4" shape=ellipse style=filled] + N4 [label="Vulnerability Assessment" color="#FFEB3B" fillcolor="#FFF9C4" shape=hexagon style=filled] + N5 [label="Early Warning Systems" color="#9FA9E1" fillcolor="#D6D9F0" shape=action style=filled] + N6 [label="Bomb Disposal" color="#FFF176" fillcolor="#FFFDE7" shape=predefinedprocess style=filled] + N7 [label="Port Security" color="#FFEB3B" fillcolor="#FFF9C4" shape=hexagon style=filled] + N8 [label="Training Exercises" color="#FFEB3B" fillcolor="#FFF9C4" shape=rectangle style=filled] + N0 -> N1 [color="#FFEB3B" penwidth=1.5 style=dashed label="protects_critical_infra" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="policies_develops" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="trains" dir=forward] + N4 -> N5 [color="#9FA9E1" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFEB3B" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N6 -> N7 [color="#9FA9E1" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N5 [color="#FFF176" penwidth=1.5 style=dashed label="risk_assesses" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_817.dot b/train/diagrams/easy/diagrams_817.dot new file mode 100644 index 0000000000000000000000000000000000000000..55544f8760ca0c4974931fa0be3b98c00a838aa2 --- /dev/null +++ b/train/diagrams/easy/diagrams_817.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=BT + N0 [label="Predictive Policing" color="#FFEB3B" fillcolor="#FFF9C4" shape=document style=filled] + N1 [label="Social Media Monitoring" color="#9FA9E1" fillcolor="#D6D9F0" shape=database style=filled] + N2 [label="Night Vision Technology" color="#90A4AE" fillcolor="#ECEFF1" shape=inputoutput style=filled] + N3 [label="Privacy Concerns Mitigation" color="#90A4AE" fillcolor="#ECEFF1" shape=action style=filled] + N4 [label="Mobile Phone Interception" color="#FFEB3B" fillcolor="#FFF9C4" shape=database style=filled] + N5 [label="Physical Security Integration" color="#90A4AE" fillcolor="#ECEFF1" shape=inputoutput style=filled] + N6 [label="Real_time Alerts" color="#FFEB3B" fillcolor="#FFF9C4" shape=inputoutput style=filled] + N7 [label="Security Personnel Operations" color="#FFEB3B" fillcolor="#FFF9C4" shape=preparation style=filled] + N8 [label="CCTV Monitoring" color="#FFEB3B" fillcolor="#FFF9C4" shape=action style=filled] + N9 [label="Asset Tracking" color="#FFEB3B" fillcolor="#FFF9C4" shape=multipledocuments style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="evidence_gathers" dir=forward] + N1 -> N2 [color="#9FA9E1" penwidth=1.5 style=dashed label="secures" dir=forward] + N2 -> N3 [color="#9FA9E1" penwidth=1.5 style=dashed label="detects" dir=forward] + N3 -> N4 [color="#9FA9E1" penwidth=1.5 style=solid label="blocks" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#9FA9E1" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFEB3B" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FFEB3B" penwidth=1.5 style=dashed dir=forward] + N4 -> N8 [color="#9FA9E1" penwidth=1.5 style=solid label="searches" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_817.txt b/train/diagrams/easy/diagrams_817.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7671968b424238020862e8b42896f817814b486 --- /dev/null +++ b/train/diagrams/easy/diagrams_817.txt @@ -0,0 +1,10 @@ +<CCTV Monitoring, connectedTo, Asset Tracking> +<Mobile Phone Interception, connectedTo, Physical Security Integration> +<Mobile Phone Interception, searches, CCTV Monitoring> +<Night Vision Technology, detects, Privacy Concerns Mitigation> +<Physical Security Integration, connectedTo, Real_time Alerts> +<Predictive Policing, evidence_gathers, Social Media Monitoring> +<Privacy Concerns Mitigation, blocks, Mobile Phone Interception> +<Real_time Alerts, connectedTo, Security Personnel Operations> +<Security Personnel Operations, connectedTo, CCTV Monitoring> +<Social Media Monitoring, secures, Night Vision Technology> diff --git a/train/diagrams/easy/diagrams_818.txt b/train/diagrams/easy/diagrams_818.txt new file mode 100644 index 0000000000000000000000000000000000000000..f64fbd127348a5aad0ad5731d9df2d1c7a297ab0 --- /dev/null +++ b/train/diagrams/easy/diagrams_818.txt @@ -0,0 +1,8 @@ +<Asset Tracking, connectedTo, Cyber Surveillance> +<Audio Surveillance, processes, Automated Threat Detection> +<Automated Threat Detection, visualizes, Security Personnel Operations> +<Cyber Surveillance, observes, Audio Surveillance> +<Ethical Guidelines, connectedTo, Audio Surveillance> +<Ethical Guidelines, regulates, Public Space Monitoring> +<Facial Recognition Systems, connectedTo, Ethical Guidelines> +<Security Personnel Operations, connectedTo, Facial Recognition Systems> diff --git a/train/diagrams/easy/diagrams_821.dot b/train/diagrams/easy/diagrams_821.dot new file mode 100644 index 0000000000000000000000000000000000000000..7d0ac9ceaa9c3780608a678e6c9687f43318c9eb --- /dev/null +++ b/train/diagrams/easy/diagrams_821.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=LR + N0 [label="Audio Surveillance" color="#81C784" fillcolor="#F1F8E9" shape=parallelogram style=filled] + N1 [label="Traffic Surveillance" color="#81C784" fillcolor="#F1F8E9" shape=ellipse style=filled] + N2 [label="Industrial Surveillance" color="#CD8FF2" fillcolor="#ECCFF5" shape=multipledocuments style=filled] + N3 [label="Video Analytics" color="#81C784" fillcolor="#F1F8E9" shape=preparation style=filled] + N4 [label="Real_time Alerts" color="#FBC02D" fillcolor="#FFFDE7" shape=vnode_shape style=filled] + N5 [label="Cyber Surveillance" color="#CD8FF2" fillcolor="#ECCFF5" shape=rect style=filled] + N6 [label="Data Storage and Retention" color="#81C784" fillcolor="#F1F8E9" shape=vnode_shape style=filled] + N7 [label="Physical Security Integration" color="#81C784" fillcolor="#F1F8E9" shape=ellipse style=filled] + N8 [label="Facial Recognition Systems" color="#81C784" fillcolor="#F1F8E9" shape=document style=filled] + N0 -> N1 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#CD8FF2" penwidth=1.5 style=dashed label="authenticates" dir=forward] + N2 -> N3 [color="#CD8FF2" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#81C784" penwidth=1.5 style=dashed label="maintains" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="ethical_considers" dir=forward] + N5 -> N6 [color="#FBC02D" penwidth=1.5 style=solid label="accesses" dir=forward] + N6 -> N7 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#CD8FF2" penwidth=1.5 style=solid dir=forward] + N6 -> N2 [color="#CD8FF2" penwidth=1.5 style=dashed label="blocks" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_821.txt b/train/diagrams/easy/diagrams_821.txt new file mode 100644 index 0000000000000000000000000000000000000000..50aa8df9d4d0bbd1d52e1f72ddc2ac30d8912994 --- /dev/null +++ b/train/diagrams/easy/diagrams_821.txt @@ -0,0 +1,9 @@ +<Audio Surveillance, connectedTo, Traffic Surveillance> +<Cyber Surveillance, accesses, Data Storage and Retention> +<Data Storage and Retention, blocks, Industrial Surveillance> +<Data Storage and Retention, connectedTo, Physical Security Integration> +<Industrial Surveillance, connectedTo, Video Analytics> +<Physical Security Integration, connectedTo, Facial Recognition Systems> +<Real_time Alerts, ethical_considers, Cyber Surveillance> +<Traffic Surveillance, authenticates, Industrial Surveillance> +<Video Analytics, maintains, Real_time Alerts> diff --git a/train/diagrams/easy/diagrams_824.txt b/train/diagrams/easy/diagrams_824.txt new file mode 100644 index 0000000000000000000000000000000000000000..04f36b2a4f5ef5f2238380c0cef1e0a1213afed9 --- /dev/null +++ b/train/diagrams/easy/diagrams_824.txt @@ -0,0 +1,8 @@ +<Anomaly Detection, connectedTo, Audio Surveillance> +<Anomaly Detection, connectedTo, Industrial Surveillance> +<Audio Surveillance, captures, Satellite Imaging> +<Facial Recognition Systems, identifies, Real_time Alerts> +<Mobile Phone Interception, processes, Industrial Surveillance> +<Real_time Alerts, connectedTo, Mobile Phone Interception> +<Satellite Imaging, secures, Facial Recognition Systems> +<Thermal Imaging, monitors, Anomaly Detection> diff --git a/train/diagrams/easy/diagrams_825.dot b/train/diagrams/easy/diagrams_825.dot new file mode 100644 index 0000000000000000000000000000000000000000..94b545ab3cfae9ef79ff02bb3a8a90e38e1b5985 --- /dev/null +++ b/train/diagrams/easy/diagrams_825.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="Public Awareness Campaigns" color="#F7BEE0" fillcolor="#FAEBF3" shape=diamond style=filled] + N1 [label="Youth Programs" color="#66BB6A" fillcolor="#E8F5E9" shape=ellipse style=filled] + N2 [label="Sexual Assault Prevention" color="#F7BEE0" fillcolor="#FAEBF3" shape=vnode_shape style=filled] + N3 [label="Identity Theft Prevention" color="#F7BEE0" fillcolor="#FAEBF3" shape=rect style=filled] + N4 [label="Community Policing" color="#00BCD4" fillcolor="#E0F7FA" shape=multipledocuments style=filled] + N5 [label="Crisis Intervention" color="#00BCD4" fillcolor="#E0F7FA" shape=document style=filled] + N6 [label="Mediation Services" color="#F7BEE0" fillcolor="#FAEBF3" shape=ellipse style=filled] + N7 [label="Policy Development for Prevention" color="#66BB6A" fillcolor="#E8F5E9" shape=multipledocuments style=filled] + N8 [label="Police_Community Relations" color="#F7BEE0" fillcolor="#FAEBF3" shape=hexagon style=filled] + N9 [label="Crime Data Analysis" color="#66BB6A" fillcolor="#E8F5E9" shape=diamond style=filled] + N10 [label="Reintegration Programs" color="#00BCD4" fillcolor="#E0F7FA" shape=database style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#66BB6A" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="audits" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="collaborates" dir=forward] + N6 -> N7 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#F7BEE0" penwidth=1.5 style=solid label="data_collects" dir=forward] + N8 -> N9 [color="#00BCD4" penwidth=1.5 style=dashed label="forecasts" dir=forward] + N9 -> N10 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N10 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N10 [color="#00BCD4" penwidth=1.5 style=dashed label="analyzes_data" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_825.txt b/train/diagrams/easy/diagrams_825.txt new file mode 100644 index 0000000000000000000000000000000000000000..813c53c450b85ff15aa41b19026541a6bb928b08 --- /dev/null +++ b/train/diagrams/easy/diagrams_825.txt @@ -0,0 +1,12 @@ +<Community Policing, audits, Crisis Intervention> +<Crime Data Analysis, connectedTo, Reintegration Programs> +<Crisis Intervention, collaborates, Mediation Services> +<Identity Theft Prevention, connectedTo, Community Policing> +<Mediation Services, connectedTo, Policy Development for Prevention> +<Police_Community Relations, forecasts, Crime Data Analysis> +<Policy Development for Prevention, analyzes_data, Reintegration Programs> +<Policy Development for Prevention, data_collects, Police_Community Relations> +<Public Awareness Campaigns, connectedTo, Youth Programs> +<Reintegration Programs, connectedTo, Police_Community Relations> +<Sexual Assault Prevention, connectedTo, Identity Theft Prevention> +<Youth Programs, connectedTo, Sexual Assault Prevention> diff --git a/train/diagrams/easy/diagrams_826.txt b/train/diagrams/easy/diagrams_826.txt new file mode 100644 index 0000000000000000000000000000000000000000..b23575ec92dbc3a9050d7f0dec6e46c288fb966a --- /dev/null +++ b/train/diagrams/easy/diagrams_826.txt @@ -0,0 +1,8 @@ +<Burglary Prevention, connectedTo, Reintegration Programs> +<Domestic Violence Prevention, certifies, Law Enforcement Training> +<Domestic Violence Prevention, connectedTo, Identity Theft Prevention> +<Identity Theft Prevention, communicates, Youth Programs> +<Reintegration Programs, data_collects, Domestic Violence Prevention> +<School Safety Programs, connectedTo, Burglary Prevention> +<Sexual Assault Prevention, connectedTo, Law Enforcement Training> +<Youth Programs, connectedTo, Sexual Assault Prevention> diff --git a/train/diagrams/easy/diagrams_829.dot b/train/diagrams/easy/diagrams_829.dot new file mode 100644 index 0000000000000000000000000000000000000000..20fffd29c28997db0c37e105c3a1925a91c25be7 --- /dev/null +++ b/train/diagrams/easy/diagrams_829.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Patrol Operations" color="#388E3C" fillcolor="#C8E6C9" shape=box style=filled] + N1 [label="Burglary Prevention" color="#388E3C" fillcolor="#C8E6C9" shape=hexagon style=filled] + N2 [label="Crime Data Analysis" color="#388E3C" fillcolor="#C8E6C9" shape=action style=filled] + N3 [label="Deterrence Strategies" color="#E91E63" fillcolor="#FCE4EC" shape=rect style=filled] + N4 [label="Technology for Prevention" color="#FF9800" fillcolor="#FFE0B2" shape=rect style=filled] + N5 [label="Gang Intervention" color="#FF9800" fillcolor="#FFE0B2" shape=predefinedprocess style=filled] + N6 [label="Youth Programs" color="#FF9800" fillcolor="#FFE0B2" shape=hexagon style=filled] + N7 [label="Behavioral Science in Prevention" color="#FF9800" fillcolor="#FFE0B2" shape=inputoutput style=filled] + N0 -> N1 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#388E3C" penwidth=1.5 style=solid label="community_engages" dir=forward] + N2 -> N3 [color="#E91E63" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#E91E63" penwidth=1.5 style=solid label="identifies_risks" dir=forward] + N5 -> N6 [color="#FF9800" penwidth=1.5 style=dashed label="alerts" dir=forward] + N6 -> N7 [color="#E91E63" penwidth=1.5 style=solid label="licenses" dir=forward] + N1 -> N5 [color="#000000" penwidth=1.5 style=solid label="patrols" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_83.txt b/train/diagrams/easy/diagrams_83.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b500a9c546a4f46efee9d9719966227eff24fd0 --- /dev/null +++ b/train/diagrams/easy/diagrams_83.txt @@ -0,0 +1,13 @@ +<Aquaculture Farming, connectedTo, Pest Spraying> +<Aquaculture Farming, predicts, Barn Cleaning> +<Barn Cleaning, develops, Fertilizer Application> +<Equipment Repair, feeds, Weed Removal> +<Farm Machinery Operation, repairs, Barn Cleaning> +<Fertilizer Application, connectedTo, Aquaculture Farming> +<Grain Drying, advises, Greenhouse Control> +<Greenhouse Control, sprays, Irrigation Scheduling> +<Packaging for Sale, innovates, Farm Machinery Operation> +<Pest Spraying, transports, Traceability System> +<Traceability System, tracks, Equipment Repair> +<Weed Removal, connectedTo, Farm Machinery Operation> +<Weed Removal, connectedTo, Grain Drying> diff --git a/train/diagrams/easy/diagrams_831.dot b/train/diagrams/easy/diagrams_831.dot new file mode 100644 index 0000000000000000000000000000000000000000..db4161f18dad2f85995e4125dccd6ed87b5a2170 --- /dev/null +++ b/train/diagrams/easy/diagrams_831.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=TB + N0 [label="Technology for Prevention" color="#A2D0FF" fillcolor="#E8F0FF" shape=box style=filled] + N1 [label="Gun Violence Prevention" color="#A1887F" fillcolor="#EFEBE9" shape=diamond style=filled] + N2 [label="Security Lighting" color="#A2D0FF" fillcolor="#E8F0FF" shape=hexagon style=filled] + N3 [label="Hotspot Policing" color="#A2D0FF" fillcolor="#E8F0FF" shape=ellipse style=filled] + N4 [label="Sexual Assault Prevention" color="#A2D0FF" fillcolor="#E8F0FF" shape=vnode_shape style=filled] + N5 [label="Mediation Services" color="#A1887F" fillcolor="#EFEBE9" shape=multipledocuments style=filled] + N6 [label="Vehicle Theft Prevention" color="#FFF8A6" fillcolor="#FFFDE0" shape=predefinedprocess style=filled] + N7 [label="Reintegration Programs" color="#A2D0FF" fillcolor="#E8F0FF" shape=preparation style=filled] + N8 [label="Cybercrime Prevention" color="#A1887F" fillcolor="#EFEBE9" shape=ellipse style=filled] + N9 [label="Gang Intervention" color="#A1887F" fillcolor="#EFEBE9" shape=document style=filled] + N10 [label="Target Hardening" color="#A2D0FF" fillcolor="#E8F0FF" shape=ellipse style=filled] + N11 [label="Fraud Prevention" color="#A1887F" fillcolor="#EFEBE9" shape=vnode_shape style=filled] + N0 -> N1 [color="#FFF8A6" penwidth=1.5 style=solid label="laws_enforces" dir=forward] + N1 -> N2 [color="#FFF8A6" penwidth=1.5 style=solid label="technologies_deploys" dir=forward] + N2 -> N3 [color="#FFF8A6" penwidth=1.5 style=solid label="rehabilitates_offenders" dir=forward] + N3 -> N4 [color="#A2D0FF" penwidth=1.5 style=solid label="analyzes_data" dir=forward] + N4 -> N5 [color="#A2D0FF" penwidth=1.5 style=solid label="crime_types" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#A2D0FF" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#FFF8A6" penwidth=1.5 style=dashed label="patrols" dir=forward] + N9 -> N10 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#A2D0FF" penwidth=1.5 style=dashed label="strategies_develops" dir=forward] + N0 -> N7 [color="#000000" penwidth=1.5 style=solid label="consults" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_831.txt b/train/diagrams/easy/diagrams_831.txt new file mode 100644 index 0000000000000000000000000000000000000000..573c1c9e4afb92fcacea9ae895cd952132351401 --- /dev/null +++ b/train/diagrams/easy/diagrams_831.txt @@ -0,0 +1,12 @@ +<Cybercrime Prevention, patrols, Gang Intervention> +<Gang Intervention, connectedTo, Target Hardening> +<Gun Violence Prevention, technologies_deploys, Security Lighting> +<Hotspot Policing, analyzes_data, Sexual Assault Prevention> +<Mediation Services, connectedTo, Vehicle Theft Prevention> +<Reintegration Programs, connectedTo, Cybercrime Prevention> +<Security Lighting, rehabilitates_offenders, Hotspot Policing> +<Sexual Assault Prevention, crime_types, Mediation Services> +<Target Hardening, strategies_develops, Fraud Prevention> +<Technology for Prevention, consults, Reintegration Programs> +<Technology for Prevention, laws_enforces, Gun Violence Prevention> +<Vehicle Theft Prevention, connectedTo, Reintegration Programs> diff --git a/train/diagrams/easy/diagrams_833.dot b/train/diagrams/easy/diagrams_833.dot new file mode 100644 index 0000000000000000000000000000000000000000..526907033f27820f9166874d217a00ba4c1a272d --- /dev/null +++ b/train/diagrams/easy/diagrams_833.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Satellite Tracking of Animals" color="#82DAFF" fillcolor="#C8EDFF" shape=predefinedprocess style=filled] + N1 [label="International Treaties Enforcement" color="#5C6BC0" fillcolor="#E8EAF6" shape=document style=filled] + N2 [label="Law Enforcement" color="#82DAFF" fillcolor="#C8EDFF" shape=action style=filled] + N3 [label="Protected Area Management" color="#4FC3F7" fillcolor="#E1F5FE" shape=inputoutput style=filled] + N4 [label="Conservation Education" color="#4FC3F7" fillcolor="#E1F5FE" shape=preparation style=filled] + N5 [label="Disease Surveillance" color="#82DAFF" fillcolor="#C8EDFF" shape=action style=filled] + N6 [label="Rewilding Initiatives" color="#82DAFF" fillcolor="#C8EDFF" shape=rect style=filled] + N7 [label="Freshwater Conservation" color="#82DAFF" fillcolor="#C8EDFF" shape=box style=filled] + N0 -> N1 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#4FC3F7" penwidth=1.5 style=solid label="anti_poaching_fights" dir=forward] + N2 -> N3 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="rescues" dir=forward] + N5 -> N6 [color="#4FC3F7" penwidth=1.5 style=dashed label="tracks_animals" dir=forward] + N6 -> N7 [color="#5C6BC0" penwidth=1.5 style=solid label="legal_enforces" dir=forward] + N1 -> N6 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_833.txt b/train/diagrams/easy/diagrams_833.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a6cc2cb1bd1b92f079af7e958bf8f49615cf868 --- /dev/null +++ b/train/diagrams/easy/diagrams_833.txt @@ -0,0 +1,8 @@ +<Conservation Education, rescues, Disease Surveillance> +<Disease Surveillance, tracks_animals, Rewilding Initiatives> +<International Treaties Enforcement, anti_poaching_fights, Law Enforcement> +<International Treaties Enforcement, connectedTo, Rewilding Initiatives> +<Law Enforcement, connectedTo, Protected Area Management> +<Protected Area Management, connectedTo, Conservation Education> +<Rewilding Initiatives, legal_enforces, Freshwater Conservation> +<Satellite Tracking of Animals, connectedTo, International Treaties Enforcement> diff --git a/train/diagrams/easy/diagrams_839.dot b/train/diagrams/easy/diagrams_839.dot new file mode 100644 index 0000000000000000000000000000000000000000..4c1e59d5469c4f0e7e678449bd401b019d40e6f5 --- /dev/null +++ b/train/diagrams/easy/diagrams_839.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=LR + N0 [label="Data Management for Conservation" color="#92C79A" fillcolor="#E8F0EA" shape=vnode_shape style=filled] + N1 [label="Wildlife Rescue and Rehabilitation" color="#92C79A" fillcolor="#E8F0EA" shape=action style=filled] + N2 [label="GIS Mapping for Habitats" color="#80DDEA" fillcolor="#D3F7F9" shape=box style=filled] + N3 [label="Drone_based Monitoring" color="#80DDEA" fillcolor="#D3F7F9" shape=box style=filled] + N4 [label="Pollution Impact Assessment" color="#80DDEA" fillcolor="#D3F7F9" shape=parallelogram style=filled] + N5 [label="Sustainable Resource Management" color="#80DDEA" fillcolor="#D3F7F9" shape=document style=filled] + N6 [label="Ecological Survey" color="#CDDC39" fillcolor="#E6EE9C" shape=inputoutput style=filled] + N7 [label="Law Enforcement" color="#92C79A" fillcolor="#E8F0EA" shape=database style=filled] + N8 [label="Protected Area Management" color="#80DDEA" fillcolor="#D3F7F9" shape=vnode_shape style=filled] + N9 [label="International Treaties Enforcement" color="#92C79A" fillcolor="#E8F0EA" shape=predefinedprocess style=filled] + N10 [label="Marine Conservation" color="#80DDEA" fillcolor="#D3F7F9" shape=ellipse style=filled] + N11 [label="Population Dynamics Study" color="#80DDEA" fillcolor="#D3F7F9" shape=vnode_shape style=filled] + N0 -> N1 [color="#CDDC39" penwidth=1.5 style=dashed label="advocates" dir=forward] + N1 -> N2 [color="#80DDEA" penwidth=1.5 style=dashed label="species_saves" dir=forward] + N2 -> N3 [color="#92C79A" penwidth=1.5 style=dashed label="models_populations" dir=forward] + N3 -> N4 [color="#80DDEA" penwidth=1.5 style=dashed label="responds" dir=forward] + N4 -> N5 [color="#80DDEA" penwidth=1.5 style=solid label="tracks_animals" dir=forward] + N5 -> N6 [color="#92C79A" penwidth=1.5 style=dashed label="alerts" dir=forward] + N6 -> N7 [color="#CDDC39" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#92C79A" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#CDDC39" penwidth=1.5 style=solid label="studies" dir=forward] + N2 -> N7 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_839.txt b/train/diagrams/easy/diagrams_839.txt new file mode 100644 index 0000000000000000000000000000000000000000..b596d91bce2b703d131f4c4e1502fed47b847dc1 --- /dev/null +++ b/train/diagrams/easy/diagrams_839.txt @@ -0,0 +1,12 @@ +<Data Management for Conservation, advocates, Wildlife Rescue and Rehabilitation> +<Drone_based Monitoring, responds, Pollution Impact Assessment> +<Ecological Survey, connectedTo, Law Enforcement> +<GIS Mapping for Habitats, connectedTo, Law Enforcement> +<GIS Mapping for Habitats, models_populations, Drone_based Monitoring> +<International Treaties Enforcement, connectedTo, Marine Conservation> +<Law Enforcement, connectedTo, Protected Area Management> +<Marine Conservation, studies, Population Dynamics Study> +<Pollution Impact Assessment, tracks_animals, Sustainable Resource Management> +<Protected Area Management, connectedTo, International Treaties Enforcement> +<Sustainable Resource Management, alerts, Ecological Survey> +<Wildlife Rescue and Rehabilitation, species_saves, GIS Mapping for Habitats> diff --git a/train/diagrams/easy/diagrams_841.txt b/train/diagrams/easy/diagrams_841.txt new file mode 100644 index 0000000000000000000000000000000000000000..d06a5f0fa45bad138444c1f8a8f1de9b7fa77891 --- /dev/null +++ b/train/diagrams/easy/diagrams_841.txt @@ -0,0 +1,11 @@ +<Acoustic Oceanography, connectedTo, Tsunami Prediction> +<Acoustic Oceanography, ecosystems, Coastal Zone Management> +<Coastal Zone Management, measures, Marine Remote Sensing> +<Marine Remote Sensing, connectedTo, Acoustic Oceanography> +<Marine Remote Sensing, connectedTo, Ocean Modeling> +<Ocean Acidification Research, salinity, Tsunami Prediction> +<Ocean Data Archiving, connectedTo, Satellite Oceanography> +<Ocean Drilling Programs, collects_data, Ocean Data Archiving> +<Ocean Modeling, reports, Ocean Drilling Programs> +<Sediment Analysis, connectedTo, Ocean Acidification Research> +<Tsunami Prediction, charts, Acoustic Oceanography> diff --git a/train/diagrams/easy/diagrams_843.dot b/train/diagrams/easy/diagrams_843.dot new file mode 100644 index 0000000000000000000000000000000000000000..7cff796d32397559ded1f5bf80f8767d60748832 --- /dev/null +++ b/train/diagrams/easy/diagrams_843.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=LR + N0 [label="Ocean Modeling" color="#F06292" fillcolor="#FCE4EC" shape=document style=filled] + N1 [label="Ocean Data Archiving" color="#BCB88A" fillcolor="#F5F5DC" shape=vnode_shape style=filled] + N2 [label="Data Visualization" color="#BDBDBD" fillcolor="#F5F5F5" shape=ellipse style=filled] + N3 [label="Salinity Measurement" color="#F06292" fillcolor="#FCE4EC" shape=multipledocuments style=filled] + N4 [label="Buoy Deployment" color="#BCB88A" fillcolor="#F5F5DC" shape=parallelogram style=filled] + N5 [label="Underwater Acoustics" color="#F06292" fillcolor="#FCE4EC" shape=parallelogram style=filled] + N6 [label="Sea Level Monitoring" color="#F06292" fillcolor="#FCE4EC" shape=box style=filled] + N7 [label="Ocean Renewable Energy" color="#BDBDBD" fillcolor="#F5F5F5" shape=box style=filled] + N8 [label="Marine Protected Area Planning" color="#F06292" fillcolor="#FCE4EC" shape=ellipse style=filled] + N9 [label="Seabed Resource Exploration" color="#F06292" fillcolor="#FCE4EC" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="samples" dir=forward] + N1 -> N2 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#F06292" penwidth=1.5 style=solid label="understands" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="measures" dir=forward] + N4 -> N5 [color="#BDBDBD" penwidth=1.5 style=dashed label="advises" dir=forward] + N5 -> N6 [color="#BCB88A" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#BDBDBD" penwidth=1.5 style=solid label="studies" dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="deploys_sensors" dir=forward] + N8 -> N9 [color="#BCB88A" penwidth=1.5 style=solid label="salinity" dir=forward] + N9 -> N7 [color="#F06292" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_844.dot b/train/diagrams/easy/diagrams_844.dot new file mode 100644 index 0000000000000000000000000000000000000000..ae56b6f8d2b7fe6696d54fc09c74570ebc5d7579 --- /dev/null +++ b/train/diagrams/easy/diagrams_844.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Coastal Erosion Research" color="#26A69A" fillcolor="#E0F2F1" shape=multipledocuments style=filled] + N1 [label="Ocean Drilling Programs" color="#9FA9E1" fillcolor="#D6D9F0" shape=document style=filled] + N2 [label="Hydrothermal Vent Exploration" color="#F06292" fillcolor="#FCE4EC" shape=ellipse style=filled] + N3 [label="Sea Level Monitoring" color="#26A69A" fillcolor="#E0F2F1" shape=rectangle style=filled] + N4 [label="Marine Geology" color="#9FA9E1" fillcolor="#D6D9F0" shape=rect style=filled] + N5 [label="Fisheries Management" color="#26A69A" fillcolor="#E0F2F1" shape=diamond style=filled] + N6 [label="Data Visualization" color="#26A69A" fillcolor="#E0F2F1" shape=database style=filled] + N7 [label="Ocean Temperature Sensing" color="#F06292" fillcolor="#FCE4EC" shape=rectangle style=filled] + N8 [label="Ocean Floor Mapping" color="#26A69A" fillcolor="#E0F2F1" shape=vnode_shape style=filled] + N9 [label="Marine Ecosystem Health" color="#F06292" fillcolor="#FCE4EC" shape=hexagon style=filled] + N10 [label="Polar Oceanography" color="#F06292" fillcolor="#FCE4EC" shape=box style=filled] + N0 -> N1 [color="#F06292" penwidth=1.5 style=solid label="visualizes_data" dir=forward] + N1 -> N2 [color="#26A69A" penwidth=1.5 style=dashed label="climate_impacts" dir=forward] + N2 -> N3 [color="#26A69A" penwidth=1.5 style=solid label="forecasts" dir=forward] + N3 -> N4 [color="#F06292" penwidth=1.5 style=dashed label="deploys_sensors" dir=forward] + N4 -> N5 [color="#F06292" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#F06292" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#9FA9E1" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="processes_images" dir=forward] + N8 -> N9 [color="#9FA9E1" penwidth=1.5 style=solid label="conserves" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=solid dir=forward] + N0 -> N2 [color="#9FA9E1" penwidth=1.5 style=dashed label="develops_instruments" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_845.txt b/train/diagrams/easy/diagrams_845.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e175f2904211d0a223d83e0e1d7acaf2ec4486f --- /dev/null +++ b/train/diagrams/easy/diagrams_845.txt @@ -0,0 +1,12 @@ +<Buoy Deployment, connectedTo, Marine Pollution Monitoring> +<Deep_Sea Exploration, connectedTo, Ocean Carbon Cycle> +<Marine Life Observation, connectedTo, Deep_Sea Exploration> +<Marine Life Observation, connectedTo, Ocean Renewable Energy> +<Marine Pollution Monitoring, analyzes_data, Marine Life Observation> +<Marine Pollution Monitoring, researches, Marine Protected Area Planning> +<Marine Protected Area Planning, connectedTo, Ocean Acidification Research> +<Ocean Acidification Research, simulates, Marine Ecosystem Health> +<Ocean Carbon Cycle, connectedTo, Ocean Renewable Energy> +<Ocean Renewable Energy, marine_life, Physical Oceanography> +<Physical Oceanography, charts, Marine Protected Area Planning> +<Tsunami Prediction, connectedTo, Buoy Deployment> diff --git a/train/diagrams/easy/diagrams_848.txt b/train/diagrams/easy/diagrams_848.txt new file mode 100644 index 0000000000000000000000000000000000000000..efdc9bc0fdd505cfed6c5934eb24e5466f261a8b --- /dev/null +++ b/train/diagrams/easy/diagrams_848.txt @@ -0,0 +1,11 @@ +<Buoy Deployment, connectedTo, Marine Ecosystem Health> +<Climate Change Impact Study, connectedTo, Coastal Erosion Research> +<Climate Change Impact Study, maps, Salinity Measurement> +<Coastal Erosion Research, marine_life, Climate Change Impact Study> +<Data Visualization, connectedTo, Seabed Resource Exploration> +<Deep_Sea Exploration, connectedTo, Marine Life Observation> +<Marine Ecosystem Health, publishes, Deep_Sea Exploration> +<Marine Life Observation, ecosystems, Ocean Renewable Energy> +<Ocean Renewable Energy, connectedTo, Sea Level Monitoring> +<Sea Level Monitoring, geology, Coastal Erosion Research> +<Seabed Resource Exploration, connectedTo, Buoy Deployment> diff --git a/train/diagrams/easy/diagrams_849.dot b/train/diagrams/easy/diagrams_849.dot new file mode 100644 index 0000000000000000000000000000000000000000..7b4bec0a5eeeb75c4dd98c676a858a6a2395126c --- /dev/null +++ b/train/diagrams/easy/diagrams_849.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=LR + N0 [label="Subsurface Imaging" color="#4285F4" fillcolor="#D0E0F8" shape=multipledocuments style=filled] + N1 [label="Glacial Seismology" color="#4CAF50" fillcolor="#C8E6C9" shape=ellipse style=filled] + N2 [label="Induced Seismicity Monitoring" color="#4285F4" fillcolor="#D0E0F8" shape=rect style=filled] + N3 [label="Strong Motion Instrumentation" color="#4285F4" fillcolor="#D0E0F8" shape=multipledocuments style=filled] + N4 [label="Seismic Data Processing" color="#4CAF50" fillcolor="#C8E6C9" shape=multipledocuments style=filled] + N5 [label="Seismic Hazard Assessment" color="#FFF8A6" fillcolor="#FFFDE0" shape=diamond style=filled] + N6 [label="Liquefaction Potential Assessment" color="#FFF8A6" fillcolor="#FFFDE0" shape=predefinedprocess style=filled] + N7 [label="Seismic Wave Analysis" color="#FFF8A6" fillcolor="#FFFDE0" shape=inputoutput style=filled] + N0 -> N1 [color="#FFF8A6" penwidth=1.5 style=solid label="warns" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="maintains_networks" dir=forward] + N2 -> N3 [color="#FFF8A6" penwidth=1.5 style=dashed label="predicts" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4CAF50" penwidth=1.5 style=dashed label="seismic_waves" dir=forward] + N5 -> N6 [color="#4285F4" penwidth=1.5 style=solid label="data_transmits" dir=forward] + N6 -> N7 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N6 -> N0 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N2 [color="#FFF8A6" penwidth=1.5 style=solid label="risk_assesses" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_855.txt b/train/diagrams/easy/diagrams_855.txt new file mode 100644 index 0000000000000000000000000000000000000000..8959518d5c5da4ceaf31393dde77a582df43af79 --- /dev/null +++ b/train/diagrams/easy/diagrams_855.txt @@ -0,0 +1,10 @@ +<Deep Earth Seismology, connectedTo, Seismic Array Deployment> +<Deep Earth Seismology, tsunamis_monitors, Microseismicity Study> +<Earthquake Prediction Research, connectedTo, Nuclear Test Monitoring> +<Glacial Seismology, ground_motion, Planetary Seismology> +<Liquefaction Potential Assessment, connectedTo, Glacial Seismology> +<Microseismicity Study, forecasts, Deep Earth Seismology> +<Nuclear Test Monitoring, responds, Strong Motion Instrumentation> +<Planetary Seismology, connectedTo, Earthquake Prediction Research> +<Seismic Array Deployment, publishes, Emergency Preparedness for Earthquakes> +<Strong Motion Instrumentation, connectedTo, Microseismicity Study> diff --git a/train/diagrams/easy/diagrams_856.txt b/train/diagrams/easy/diagrams_856.txt new file mode 100644 index 0000000000000000000000000000000000000000..f881ec4962831567bca97667953fad08b380cac0 --- /dev/null +++ b/train/diagrams/easy/diagrams_856.txt @@ -0,0 +1,9 @@ +<Fault Line Mapping, responds, Magnitude Determination> +<Magnitude Determination, connectedTo, Tsunami Warning Systems> +<Nuclear Test Monitoring, connectedTo, Fault Line Mapping> +<Seismic Risk Mitigation, connectedTo, Nuclear Test Monitoring> +<Seismic Tomography, detects, Deep Earth Seismology> +<Seismic Tomography, international_cooperates, Seismic Risk Mitigation> +<Seismic Wave Analysis, connectedTo, Tectonic Plate Movement Monitoring> +<Tectonic Plate Movement Monitoring, earthquakes_studies, Seismic Risk Mitigation> +<Tsunami Warning Systems, models, Seismic Tomography> diff --git a/train/diagrams/easy/diagrams_860.dot b/train/diagrams/easy/diagrams_860.dot new file mode 100644 index 0000000000000000000000000000000000000000..c6d0a100687a107cd6cc425f93c8ed3338ac4f47 --- /dev/null +++ b/train/diagrams/easy/diagrams_860.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=TB + N0 [label="Disease Gene Identification" color="#C0CA33" fillcolor="#F9FBE7" shape=rectangle style=filled] + N1 [label="Structural Genomics" color="#A188DB" fillcolor="#DED7F0" shape=box style=filled] + N2 [label="Pharmacogenomics" color="#A188DB" fillcolor="#DED7F0" shape=database style=filled] + N3 [label="CRISPR Gene Drive Research" color="#FF9800" fillcolor="#FFE0B2" shape=box style=filled] + N4 [label="Genomic Editing" color="#FF9800" fillcolor="#FFE0B2" shape=vnode_shape style=filled] + N5 [label="Population Genomics" color="#A188DB" fillcolor="#DED7F0" shape=ellipse style=filled] + N6 [label="Long_Read Sequencing" color="#A188DB" fillcolor="#DED7F0" shape=ellipse style=filled] + N7 [label="Gene Annotation" color="#A188DB" fillcolor="#DED7F0" shape=database style=filled] + N8 [label="Genomic Data Visualization" color="#C0CA33" fillcolor="#F9FBE7" shape=box style=filled] + N9 [label="Spatial Genomics" color="#C0CA33" fillcolor="#F9FBE7" shape=document style=filled] + N10 [label="Rare Disease Genomics" color="#A188DB" fillcolor="#DED7F0" shape=database style=filled] + N11 [label="Genetic Counseling" color="#A188DB" fillcolor="#DED7F0" shape=rectangle style=filled] + N0 -> N1 [color="#A188DB" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="diseases_links" dir=forward] + N2 -> N3 [color="#C0CA33" penwidth=1.5 style=dashed label="processes_data" dir=forward] + N3 -> N4 [color="#A188DB" penwidth=1.5 style=solid label="diagnoses" dir=forward] + N4 -> N5 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FF9800" penwidth=1.5 style=solid label="maps" dir=forward] + N6 -> N7 [color="#C0CA33" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#C0CA33" penwidth=1.5 style=solid label="shares_data" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="educates" dir=forward] + N9 -> N10 [color="#FF9800" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=dashed label="privacy_protects" dir=forward] + N5 -> N1 [color="#FF9800" penwidth=1.5 style=dashed label="bioinformatics_uses" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_862.txt b/train/diagrams/easy/diagrams_862.txt new file mode 100644 index 0000000000000000000000000000000000000000..7afa930ac1bbaa9944f83e33f0eff7943ff267de --- /dev/null +++ b/train/diagrams/easy/diagrams_862.txt @@ -0,0 +1,11 @@ +<Biomarker Discovery, mutations_detects, Variant Calling> +<CRISPR Gene Drive Research, connectedTo, Biomarker Discovery> +<CRISPR Gene Drive Research, diseases_links, Functional Genomics> +<DNA Sequencing, DNA_explores, Microbial Genomics> +<Disease Gene Identification, sequences, Synthetic Genomics> +<Functional Genomics, therapies_develops, DNA Sequencing> +<Methylation Analysis, connectedTo, Disease Gene Identification> +<Microbial Genomics, shares_data, Transcriptomics> +<Synthetic Genomics, connectedTo, CRISPR Gene Drive Research> +<Transcriptomics, visualizes_data, Long_Read Sequencing> +<Variant Calling, connectedTo, Methylation Analysis> diff --git a/train/diagrams/easy/diagrams_863.txt b/train/diagrams/easy/diagrams_863.txt new file mode 100644 index 0000000000000000000000000000000000000000..15f28c8ec37a065d7d3448a80a3380bbdfe02a13 --- /dev/null +++ b/train/diagrams/easy/diagrams_863.txt @@ -0,0 +1,13 @@ +<Bioinformatics Pipeline Development, stores_data, Next_Generation Sequencing> +<Ethical, Legal, and Social Implications, commercializes, Genomic Editing> +<Gene Expression Profiling, shares_data, CRISPR Gene Drive Research> +<Genomic Data Sharing, connectedTo, Single_Cell Genomics> +<Genomic Editing, collaborates, Personalized Medicine> +<Microbial Genomics, connectedTo, Gene Expression Profiling> +<Microbial Genomics, connectedTo, Population Genomics> +<Next_Generation Sequencing, connectedTo, Ethical, Legal, and Social Implications> +<Personalized Medicine, connectedTo, Bioinformatics Pipeline Development> +<Personalized Medicine, tools_creates, Population Genomics> +<Population Genomics, connectedTo, Microbial Genomics> +<Single_Cell Genomics, publishes, Structural Genomics> +<Structural Genomics, connectedTo, Bioinformatics Pipeline Development> diff --git a/train/diagrams/easy/diagrams_864.dot b/train/diagrams/easy/diagrams_864.dot new file mode 100644 index 0000000000000000000000000000000000000000..00c7255be0299bd09d06d20fa00f7eec1134d5a1 --- /dev/null +++ b/train/diagrams/easy/diagrams_864.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=TB + N0 [label="Biomarker Discovery" color="#7986CB" fillcolor="#E8EAF6" shape=rectangle style=filled] + N1 [label="Variant Calling" color="#7986CB" fillcolor="#E8EAF6" shape=document style=filled] + N2 [label="Cancer Genomics" color="#FFC2C2" fillcolor="#FFEBEB" shape=rectangle style=filled] + N3 [label="Spatial Genomics" color="#DCE775" fillcolor="#FCFCE7" shape=action style=filled] + N4 [label="Bioinformatics Pipeline Development" color="#DCE775" fillcolor="#FCFCE7" shape=preparation style=filled] + N5 [label="Personalized Medicine" color="#7986CB" fillcolor="#E8EAF6" shape=diamond style=filled] + N6 [label="Data Privacy in Genomics" color="#DCE775" fillcolor="#FCFCE7" shape=preparation style=filled] + N7 [label="Population Genomics" color="#FFC2C2" fillcolor="#FFEBEB" shape=rect style=filled] + N0 -> N1 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#DCE775" penwidth=1.5 style=dashed label="analyzes" dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=dashed label="commercializes" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#DCE775" penwidth=1.5 style=solid label="shares_data" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N6 [color="#DCE775" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_865.txt b/train/diagrams/easy/diagrams_865.txt new file mode 100644 index 0000000000000000000000000000000000000000..3412f56f508a9396e03980f2728e018d8aa77d48 --- /dev/null +++ b/train/diagrams/easy/diagrams_865.txt @@ -0,0 +1,10 @@ +<Automatic Speech Recognition, inputs, Multimodal Speech Processing> +<Call Center Automation, processes, Noise Reduction> +<Emotion Recognition from Voice, connectedTo, Automatic Speech Recognition> +<Medical Transcription, enhances, Emotion Recognition from Voice> +<Multimodal Speech Processing, connectedTo, Speaker Identification> +<Multimodal Speech Processing, licenses, Automatic Speech Recognition> +<Noise Reduction, connectedTo, Speech Emotion Recognition> +<Noise Reduction, protects, Call Center Automation> +<Speaker Identification, acoustic_models, Call Center Automation> +<Speech Emotion Recognition, connectedTo, Legal Transcription> diff --git a/train/diagrams/easy/diagrams_869.dot b/train/diagrams/easy/diagrams_869.dot new file mode 100644 index 0000000000000000000000000000000000000000..bb9172566a91f4f5ebacf42af63c16ac4c443e11 --- /dev/null +++ b/train/diagrams/easy/diagrams_869.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Real_Time Captioning" color="#388E3C" fillcolor="#C8E6C9" shape=inputoutput style=filled] + N1 [label="Noise Reduction" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N2 [label="Disordered Speech Recognition" color="#AED581" fillcolor="#F0F4C3" shape=hexagon style=filled] + N3 [label="Dialect Adaptation" color="#388E3C" fillcolor="#C8E6C9" shape=parallelogram style=filled] + N4 [label="Language Modeling" color="#388E3C" fillcolor="#C8E6C9" shape=action style=filled] + N5 [label="Speaker Identification" color="#AED581" fillcolor="#F0F4C3" shape=document style=filled] + N6 [label="Keyword Spotting" color="#42A5F5" fillcolor="#F1F8FF" shape=inputoutput style=filled] + N7 [label="Natural Language Understanding" color="#42A5F5" fillcolor="#F1F8FF" shape=parallelogram style=filled] + N8 [label="Linguistic Analysis" color="#42A5F5" fillcolor="#F1F8FF" shape=rectangle style=filled] + N9 [label="Accent Recognition" color="#42A5F5" fillcolor="#F1F8FF" shape=action style=filled] + N10 [label="Contextual Understanding" color="#388E3C" fillcolor="#C8E6C9" shape=inputoutput style=filled] + N11 [label="Speech Analytics" color="#388E3C" fillcolor="#C8E6C9" shape=parallelogram style=filled] + N0 -> N1 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="trains" dir=forward] + N2 -> N3 [color="#42A5F5" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#388E3C" penwidth=1.5 style=solid label="inputs" dir=forward] + N4 -> N5 [color="#AED581" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#AED581" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#42A5F5" penwidth=1.5 style=dashed label="recognizes" dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#42A5F5" penwidth=1.5 style=dashed label="monitors" dir=forward] + N4 -> N11 [color="#42A5F5" penwidth=1.5 style=dashed label="protects" dir=forward] + N3 -> N1 [color="#000000" penwidth=1.5 style=solid label="converts" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_87.txt b/train/diagrams/easy/diagrams_87.txt new file mode 100644 index 0000000000000000000000000000000000000000..e136b16a0f363bc0b842dfe101aaaf6fb50df609 --- /dev/null +++ b/train/diagrams/easy/diagrams_87.txt @@ -0,0 +1,10 @@ +<Agricultural Research, connectedTo, Pest Spraying> +<Animal Health Monitoring, conserves, Livestock Feeding> +<Animal Health Monitoring, propagates, Weed Removal> +<Automated Milking, sprays, Soil Testing> +<Barn Cleaning, connectedTo, Automated Milking> +<Disease Detection, analyzes, Barn Cleaning> +<Livestock Feeding, connectedTo, Weed Removal> +<Pest Spraying, connectedTo, Animal Health Monitoring> +<Precision Farming, prunes, Agricultural Research> +<Weed Removal, connectedTo, Disease Detection> diff --git a/train/diagrams/easy/diagrams_872.dot b/train/diagrams/easy/diagrams_872.dot new file mode 100644 index 0000000000000000000000000000000000000000..b1f119c43c2775be0ab98110b1e3c7f9c9cccab7 --- /dev/null +++ b/train/diagrams/easy/diagrams_872.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Robust Speech Recognition" color="#4FC3F7" fillcolor="#E1F5FE" shape=document style=filled] + N1 [label="Acoustic Modeling" color="#4CAF50" fillcolor="#C8E6C9" shape=box style=filled] + N2 [label="Voice Search Optimization" color="#4FC3F7" fillcolor="#E1F5FE" shape=ellipse style=filled] + N3 [label="Speech_to_Text Conversion" color="#42A5F5" fillcolor="#F1F8FF" shape=vnode_shape style=filled] + N4 [label="Call Center Automation" color="#4FC3F7" fillcolor="#E1F5FE" shape=box style=filled] + N5 [label="Voice Assistant Development" color="#4FC3F7" fillcolor="#E1F5FE" shape=database style=filled] + N6 [label="Keyword Spotting" color="#42A5F5" fillcolor="#F1F8FF" shape=rectangle style=filled] + N7 [label="Natural Language Understanding" color="#4FC3F7" fillcolor="#E1F5FE" shape=action style=filled] + N8 [label="Phonetic Transcription" color="#4FC3F7" fillcolor="#E1F5FE" shape=rectangle style=filled] + N0 -> N1 [color="#4FC3F7" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#42A5F5" penwidth=1.5 style=dashed label="processes" dir=forward] + N2 -> N3 [color="#4CAF50" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#4CAF50" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4CAF50" penwidth=1.5 style=solid label="filters" dir=forward] + N5 -> N6 [color="#42A5F5" penwidth=1.5 style=dashed label="sells" dir=forward] + N6 -> N7 [color="#42A5F5" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#4FC3F7" penwidth=1.5 style=dashed label="automates" dir=forward] + N2 -> N6 [color="#000000" penwidth=1.5 style=dashed label="designs" dir=forward] + N8 -> N2 [color="#42A5F5" penwidth=1.5 style=solid label="outputs" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_874.dot b/train/diagrams/easy/diagrams_874.dot new file mode 100644 index 0000000000000000000000000000000000000000..e00d3cd5f2f7b75a52e895131699d32bce4887f6 --- /dev/null +++ b/train/diagrams/easy/diagrams_874.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Text Classification" color="#C0CA33" fillcolor="#F9FBE7" shape=multipledocuments style=filled] + N1 [label="Text Similarity Analysis" color="#4285F4" fillcolor="#D0E0F8" shape=document style=filled] + N2 [label="Relationship Extraction" color="#92C79A" fillcolor="#E8F0EA" shape=rect style=filled] + N3 [label="Topic Modeling" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled] + N4 [label="Part_of_Speech Tagging" color="#92C79A" fillcolor="#E8F0EA" shape=parallelogram style=filled] + N5 [label="Annotation Tools" color="#92C79A" fillcolor="#E8F0EA" shape=hexagon style=filled] + N6 [label="Corpus Creation" color="#C0CA33" fillcolor="#F9FBE7" shape=vnode_shape style=filled] + N7 [label="Vector Space Models" color="#92C79A" fillcolor="#E8F0EA" shape=inputoutput style=filled] + N8 [label="Lemmatization or Stemming" color="#C0CA33" fillcolor="#F9FBE7" shape=parallelogram style=filled] + N9 [label="Social Media Text Analysis" color="#92C79A" fillcolor="#E8F0EA" shape=vnode_shape style=filled] + N10 [label="Language Translation for Text Mining" color="#4285F4" fillcolor="#D0E0F8" shape=ellipse style=filled] + N0 -> N1 [color="#92C79A" penwidth=1.5 style=dashed label="blocks" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="clusters" dir=forward] + N2 -> N3 [color="#4285F4" penwidth=1.5 style=solid label="develops_algorithms" dir=forward] + N3 -> N4 [color="#92C79A" penwidth=1.5 style=solid label="disambiguates" dir=forward] + N4 -> N5 [color="#92C79A" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#92C79A" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#4285F4" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#4285F4" penwidth=1.5 style=dashed label="sentiments" dir=forward] + N6 -> N3 [color="#000000" penwidth=1.5 style=solid label="identifies" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_877.txt b/train/diagrams/easy/diagrams_877.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa053b116c9a553c93de23245dae426f2dbf970c --- /dev/null +++ b/train/diagrams/easy/diagrams_877.txt @@ -0,0 +1,8 @@ +<Annotation Tools, connectedTo, Knowledge Graph Construction> +<Chatbot Development, trends, Social Media Text Analysis> +<Concept Extraction, researches, Annotation Tools> +<Knowledge Graph Construction, connectedTo, Deep Learning for NLP> +<Regular Expressions for Text, connectedTo, Concept Extraction> +<Relationship Extraction, cleans_data, Chatbot Development> +<Relationship Extraction, summarizes, Regular Expressions for Text> +<Social Media Text Analysis, connectedTo, Regular Expressions for Text> diff --git a/train/diagrams/easy/diagrams_879.dot b/train/diagrams/easy/diagrams_879.dot new file mode 100644 index 0000000000000000000000000000000000000000..acfa0a1a27a6879d433efbbc72184df3ed2f7b67 --- /dev/null +++ b/train/diagrams/easy/diagrams_879.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Customer Feedback Analysis" color="#8C9EFF" fillcolor="#D3D7EB" shape=action style=filled] + N1 [label="Relationship Extraction" color="#FFB2A5" fillcolor="#FFDCD6" shape=database style=filled] + N2 [label="Opinion Mining" color="#FFB2A5" fillcolor="#FFDCD6" shape=hexagon style=filled] + N3 [label="Regular Expressions for Text" color="#FFF9AE" fillcolor="#FFFCE6" shape=multipledocuments style=filled] + N4 [label="Spam Detection" color="#FFF9AE" fillcolor="#FFFCE6" shape=document style=filled] + N5 [label="Biomedical Text Mining" color="#FFF9AE" fillcolor="#FFFCE6" shape=hexagon style=filled] + N6 [label="Automated Content Tagging" color="#FFF9AE" fillcolor="#FFFCE6" shape=document style=filled] + N7 [label="Text Clustering" color="#FFF9AE" fillcolor="#FFFCE6" shape=ellipse style=filled] + N8 [label="Corpus Creation" color="#FFF9AE" fillcolor="#FFFCE6" shape=document style=filled] + N0 -> N1 [color="#FFF9AE" penwidth=1.5 style=solid label="summarizes" dir=forward] + N1 -> N2 [color="#8C9EFF" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="complies" dir=forward] + N3 -> N4 [color="#FFB2A5" penwidth=1.5 style=dashed label="interprets" dir=forward] + N4 -> N5 [color="#8C9EFF" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#FFB2A5" penwidth=1.5 style=solid dir=forward] + N3 -> N1 [color="#FFB2A5" penwidth=1.5 style=solid label="evaluates" dir=forward] + N6 -> N8 [color="#FFB2A5" penwidth=1.5 style=dashed label="recommends" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_881.txt b/train/diagrams/easy/diagrams_881.txt new file mode 100644 index 0000000000000000000000000000000000000000..896ee9018dbd5e746ebceedd9549619e5dddde8a --- /dev/null +++ b/train/diagrams/easy/diagrams_881.txt @@ -0,0 +1,11 @@ +<Anomaly Detection, connectedTo, Asset Optimization> +<Asset Optimization, risks_mitigates, Building Information Modeling Integration> +<Augmented Reality Visualization, connectedTo, Design Validation> +<Building Information Modeling Integration, visualizes, Edge Computing for Twins> +<Design Validation, assets_manages, Edge Computing for Twins> +<Design Validation, connectedTo, Simulation Platform Development> +<Digital Twin Lifecycle Management, connectedTo, Anomaly Detection> +<Edge Computing for Twins, monitors, What_If Scenario Analysis> +<Energy Consumption Optimization, connectedTo, Digital Twin Lifecycle Management> +<Risk Assessment, analyzes, Energy Consumption Optimization> +<Simulation Platform Development, failures_predicts, Risk Assessment> diff --git a/train/diagrams/easy/diagrams_884.dot b/train/diagrams/easy/diagrams_884.dot new file mode 100644 index 0000000000000000000000000000000000000000..10b8dbcc9b8200e9852f58f4c07ee37eafbf09d0 --- /dev/null +++ b/train/diagrams/easy/diagrams_884.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=RL + N0 [label="Edge Computing for Twins" color="#AF56A6" fillcolor="#DDCEDD" shape=parallelogram style=filled] + N1 [label="System Integration Architecture" color="#A1D7CD" fillcolor="#EDF5F3" shape=hexagon style=filled] + N2 [label="Enterprise Asset Management Integration" color="#A1D7CD" fillcolor="#EDF5F3" shape=vnode_shape style=filled] + N3 [label="Model Creation" color="#A1D7CD" fillcolor="#EDF5F3" shape=rect style=filled] + N4 [label="Autonomous Operations" color="#AF56A6" fillcolor="#DDCEDD" shape=diamond style=filled] + N5 [label="Historical Data Analysis" color="#42A5F5" fillcolor="#F1F8FF" shape=rectangle style=filled] + N6 [label="Real_Time Data Streaming" color="#42A5F5" fillcolor="#F1F8FF" shape=multipledocuments style=filled] + N7 [label="Virtual Prototyping" color="#42A5F5" fillcolor="#F1F8FF" shape=multipledocuments style=filled] + N8 [label="Performance Monitoring" color="#A1D7CD" fillcolor="#EDF5F3" shape=hexagon style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#A1D7CD" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="blockchain_leverages" dir=forward] + N5 -> N6 [color="#A1D7CD" penwidth=1.5 style=dashed label="secures" dir=forward] + N6 -> N7 [color="#A1D7CD" penwidth=1.5 style=dashed label="scales" dir=forward] + N7 -> N8 [color="#A1D7CD" penwidth=1.5 style=solid label="upgrades" dir=forward] + N4 -> N7 [color="#42A5F5" penwidth=1.5 style=solid label="decision_supports" dir=forward] + N7 -> N4 [color="#42A5F5" penwidth=1.5 style=dashed label="processes_improves" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_885.dot b/train/diagrams/easy/diagrams_885.dot new file mode 100644 index 0000000000000000000000000000000000000000..5f8c70b895acd2205d0e48aff51eb30d0569df0d --- /dev/null +++ b/train/diagrams/easy/diagrams_885.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=BT + N0 [label="Enterprise Asset Management Integration" color="#FF8A65" fillcolor="#FBE9E7" shape=parallelogram style=filled] + N1 [label="Energy Consumption Optimization" color="#9575CD" fillcolor="#EDE7F6" shape=action style=filled] + N2 [label="Virtual Reality Interaction" color="#388E3C" fillcolor="#F1F8E9" shape=parallelogram style=filled] + N3 [label="Smart Manufacturing" color="#FF8A65" fillcolor="#FBE9E7" shape=rectangle style=filled] + N4 [label="Remote Control Capabilities" color="#388E3C" fillcolor="#F1F8E9" shape=multipledocuments style=filled] + N5 [label="Condition Monitoring" color="#9575CD" fillcolor="#EDE7F6" shape=preparation style=filled] + N6 [label="Risk Assessment" color="#9575CD" fillcolor="#EDE7F6" shape=box style=filled] + N7 [label="Anomaly Detection" color="#9575CD" fillcolor="#EDE7F6" shape=ellipse style=filled] + N8 [label="Data Governance for Twins" color="#9575CD" fillcolor="#EDE7F6" shape=rectangle style=filled] + N9 [label="Data Security for Digital Twins" color="#388E3C" fillcolor="#F1F8E9" shape=multipledocuments style=filled] + N10 [label="What_If Scenario Analysis" color="#388E3C" fillcolor="#F1F8E9" shape=rectangle style=filled] + N0 -> N1 [color="#9575CD" penwidth=1.5 style=dashed label="IoT_integrates" dir=forward] + N1 -> N2 [color="#9575CD" penwidth=1.5 style=dashed label="blockchain_leverages" dir=forward] + N2 -> N3 [color="#388E3C" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#9575CD" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#FF8A65" penwidth=1.5 style=dashed label="performance_tracks" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#9575CD" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#FF8A65" penwidth=1.5 style=dashed label="troubleshoots" dir=forward] + N9 -> N10 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] + N9 -> N4 [color="#388E3C" penwidth=1.5 style=solid dir=forward] + N9 -> N2 [color="#000000" penwidth=1.5 style=solid label="analyzes" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_886.txt b/train/diagrams/easy/diagrams_886.txt new file mode 100644 index 0000000000000000000000000000000000000000..04f6110593bdfacc669ad386fe1c4c41fb7e8db7 --- /dev/null +++ b/train/diagrams/easy/diagrams_886.txt @@ -0,0 +1,12 @@ +<Asset Optimization, connectedTo, Virtual Prototyping> +<Building Information Modeling Integration, maintains, Simulation Platform Development> +<Cyber_Physical Systems, diagnoses, Asset Optimization> +<Cyber_Physical Systems, systems_optimizes, Virtual Reality Interaction> +<Data Governance for Twins, sensors_connects, Smart City Planning> +<Performance Monitoring, monitors, Cyber_Physical Systems> +<Real_Time Data Streaming, validates, Smart Manufacturing> +<Risk Assessment, connectedTo, Data Governance for Twins> +<Simulation Platform Development, models, Risk Assessment> +<Smart Manufacturing, connectedTo, Building Information Modeling Integration> +<Virtual Prototyping, products_enhances, Real_Time Data Streaming> +<Virtual Reality Interaction, connectedTo, Performance Monitoring> diff --git a/train/diagrams/easy/diagrams_888.dot b/train/diagrams/easy/diagrams_888.dot new file mode 100644 index 0000000000000000000000000000000000000000..7a83d8f1b09f20e6a7e809fe9495e22568cd7754 --- /dev/null +++ b/train/diagrams/easy/diagrams_888.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=TB + N0 [label="Lifecycle Management" color="#9C27B0" fillcolor="#E1BEE7" shape=rectangle style=filled] + N1 [label="Energy Consumption Optimization" color="#FFD54F" fillcolor="#FFF8E1" shape=vnode_shape style=filled] + N2 [label="Condition Monitoring" color="#9C27B0" fillcolor="#E1BEE7" shape=database style=filled] + N3 [label="Healthcare Digital Twins" color="#9575CD" fillcolor="#EDE7F6" shape=vnode_shape style=filled] + N4 [label="Predictive Maintenance" color="#9C27B0" fillcolor="#E1BEE7" shape=multipledocuments style=filled] + N5 [label="Historical Data Analysis" color="#9C27B0" fillcolor="#E1BEE7" shape=predefinedprocess style=filled] + N6 [label="Interoperability Standards" color="#9C27B0" fillcolor="#E1BEE7" shape=box style=filled] + N7 [label="Anomaly Detection" color="#9C27B0" fillcolor="#E1BEE7" shape=predefinedprocess style=filled] + N8 [label="Real_Time Data Streaming" color="#9575CD" fillcolor="#EDE7F6" shape=document style=filled] + N9 [label="Building Information Modeling Integration" color="#9C27B0" fillcolor="#E1BEE7" shape=multipledocuments style=filled] + N10 [label="Simulation and Prediction" color="#9575CD" fillcolor="#EDE7F6" shape=box style=filled] + N11 [label="Data Governance for Twins" color="#FFD54F" fillcolor="#FFF8E1" shape=ellipse style=filled] + N0 -> N1 [color="#9575CD" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#FFD54F" penwidth=1.5 style=dashed label="failures_predicts" dir=forward] + N2 -> N3 [color="#9575CD" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#9C27B0" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#9575CD" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="simulates" dir=forward] + N7 -> N8 [color="#9C27B0" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="predicts" dir=forward] + N9 -> N10 [color="#9C27B0" penwidth=1.5 style=solid label="controls" dir=forward] + N10 -> N11 [color="#9C27B0" penwidth=1.5 style=dashed label="monitors" dir=forward] + N5 -> N2 [color="#9575CD" penwidth=1.5 style=dashed label="assets_manages" dir=forward] + N1 -> N9 [color="#9575CD" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_892.dot b/train/diagrams/easy/diagrams_892.dot new file mode 100644 index 0000000000000000000000000000000000000000..4db2b15411055398bd1d3c3fd437bb487233ea18 --- /dev/null +++ b/train/diagrams/easy/diagrams_892.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=LR + N0 [label="Supply Chain Automation" color="#E0E0E0" fillcolor="#EBEBEB" shape=box style=filled] + N1 [label="Intelligent Automation" color="#E0E0E0" fillcolor="#EBEBEB" shape=action style=filled] + N2 [label="Document Processing Automation" color="#FFE69C" fillcolor="#FFF9D4" shape=rect style=filled] + N3 [label="Natural Language Processing for Automation" color="#5C6BC0" fillcolor="#E8EAF6" shape=document style=filled] + N4 [label="Scalability of Automation" color="#FFE69C" fillcolor="#FFF9D4" shape=database style=filled] + N5 [label="Return on Investment Calculation" color="#E0E0E0" fillcolor="#EBEBEB" shape=parallelogram style=filled] + N6 [label="Hyperautomation" color="#5C6BC0" fillcolor="#E8EAF6" shape=rect style=filled] + N7 [label="Automated Data Validation" color="#FFE69C" fillcolor="#FFF9D4" shape=database style=filled] + N8 [label="IT Operations Automation" color="#FFE69C" fillcolor="#FFF9D4" shape=diamond style=filled] + N9 [label="Audit Trail for Automation" color="#5C6BC0" fillcolor="#E8EAF6" shape=inputoutput style=filled] + N10 [label="Scripting for Automation" color="#E0E0E0" fillcolor="#EBEBEB" shape=box style=filled] + N11 [label="Low_Code or No_Code Automation" color="#E0E0E0" fillcolor="#EBEBEB" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#FFE69C" penwidth=1.5 style=dashed label="monitors" dir=forward] + N2 -> N3 [color="#5C6BC0" penwidth=1.5 style=dashed label="AI_applies" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#FFE69C" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#5C6BC0" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#FFE69C" penwidth=1.5 style=solid label="tasks_handles" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=solid label="automates" dir=forward] + N9 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N1 [color="#000000" penwidth=1.5 style=solid label="errors_detects" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_893.dot b/train/diagrams/easy/diagrams_893.dot new file mode 100644 index 0000000000000000000000000000000000000000..14015825d2f21adc457885e1244d843df76340c2 --- /dev/null +++ b/train/diagrams/easy/diagrams_893.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=LR + N0 [label="Robotic Process Automation Implementation" color="#9C27B0" fillcolor="#E1BEE7" shape=hexagon style=filled] + N1 [label="Process Mapping" color="#DCE775" fillcolor="#FCFCE7" shape=inputoutput style=filled] + N2 [label="Automated Testing" color="#DCE775" fillcolor="#FCFCE7" shape=ellipse style=filled] + N3 [label="Automated Data Validation" color="#E91E63" fillcolor="#F8BBD0" shape=hexagon style=filled] + N4 [label="API Automation" color="#E91E63" fillcolor="#F8BBD0" shape=action style=filled] + N5 [label="Business Process Management" color="#DCE775" fillcolor="#FCFCE7" shape=preparation style=filled] + N6 [label="IT Operations Automation" color="#9C27B0" fillcolor="#E1BEE7" shape=hexagon style=filled] + N7 [label="Error Handling in Automation" color="#9C27B0" fillcolor="#E1BEE7" shape=multipledocuments style=filled] + N8 [label="Report Generation Automation" color="#DCE775" fillcolor="#FCFCE7" shape=hexagon style=filled] + N9 [label="Change Management for Automation" color="#E91E63" fillcolor="#F8BBD0" shape=hexagon style=filled] + N10 [label="Process Mining" color="#DCE775" fillcolor="#FCFCE7" shape=ellipse style=filled] + N0 -> N1 [color="#E91E63" penwidth=1.5 style=solid label="automates" dir=forward] + N1 -> N2 [color="#E91E63" penwidth=1.5 style=solid label="AI_applies" dir=forward] + N2 -> N3 [color="#DCE775" penwidth=1.5 style=dashed label="upgrades" dir=forward] + N3 -> N4 [color="#9C27B0" penwidth=1.5 style=solid label="designs_workflows" dir=forward] + N4 -> N5 [color="#9C27B0" penwidth=1.5 style=solid label="develops_solutions" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#DCE775" penwidth=1.5 style=dashed label="tests" dir=forward] + N8 -> N9 [color="#9C27B0" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N10 -> N2 [color="#DCE775" penwidth=1.5 style=solid label="configures_rules" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_896.dot b/train/diagrams/easy/diagrams_896.dot new file mode 100644 index 0000000000000000000000000000000000000000..22b04e3578aab09b34bff49057b0d607165fc182 --- /dev/null +++ b/train/diagrams/easy/diagrams_896.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=BT + N0 [label="Decision Automation" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N1 [label="Change Management for Automation" color="#FFC2C2" fillcolor="#FFEBEB" shape=box style=filled] + N2 [label="Report Generation Automation" color="#FFC2C2" fillcolor="#FFEBEB" shape=ellipse style=filled] + N3 [label="Robotic Process Automation Implementation" color="#CB9BE1" fillcolor="#F2E6F5" shape=rect style=filled] + N4 [label="Performance Monitoring of Bots" color="#CB9BE1" fillcolor="#F2E6F5" shape=preparation style=filled] + N5 [label="Workflow Analysis" color="#4DB6AC" fillcolor="#E0F2F1" shape=document style=filled] + N6 [label="Scripting for Automation" color="#CB9BE1" fillcolor="#F2E6F5" shape=multipledocuments style=filled] + N7 [label="Integration with Existing Systems" color="#CB9BE1" fillcolor="#F2E6F5" shape=rect style=filled] + N8 [label="IT Operations Automation" color="#4DB6AC" fillcolor="#E0F2F1" shape=database style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed label="secures" dir=forward] + N1 -> N2 [color="#FFC2C2" penwidth=1.5 style=solid label="remedies_applies" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="configures_rules" dir=forward] + N3 -> N4 [color="#CB9BE1" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#CB9BE1" penwidth=1.5 style=dashed label="reports_generates" dir=forward] + N5 -> N6 [color="#4DB6AC" penwidth=1.5 style=solid label="orchestrates" dir=forward] + N6 -> N7 [color="#CB9BE1" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N6 -> N0 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_896.txt b/train/diagrams/easy/diagrams_896.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a4527c75de4c65fe1918d183986954425072770 --- /dev/null +++ b/train/diagrams/easy/diagrams_896.txt @@ -0,0 +1,9 @@ +<Change Management for Automation, remedies_applies, Report Generation Automation> +<Decision Automation, secures, Change Management for Automation> +<Integration with Existing Systems, connectedTo, IT Operations Automation> +<Performance Monitoring of Bots, reports_generates, Workflow Analysis> +<Report Generation Automation, configures_rules, Robotic Process Automation Implementation> +<Robotic Process Automation Implementation, connectedTo, Performance Monitoring of Bots> +<Scripting for Automation, connectedTo, Decision Automation> +<Scripting for Automation, connectedTo, Integration with Existing Systems> +<Workflow Analysis, orchestrates, Scripting for Automation> diff --git a/train/diagrams/easy/diagrams_90.dot b/train/diagrams/easy/diagrams_90.dot new file mode 100644 index 0000000000000000000000000000000000000000..13ea030137048708663fba8ccb4100b81c33e4c2 --- /dev/null +++ b/train/diagrams/easy/diagrams_90.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=TB + N0 [label="Rental Car Pickup" color="#FFD54F" fillcolor="#FFF8E1" shape=action style=filled] + N1 [label="Emergency Assistance" color="#FFD54F" fillcolor="#FFF8E1" shape=database style=filled] + N2 [label="Booking Modification" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled] + N3 [label="Language Translation Service" color="#CB9BE1" fillcolor="#F2E6F5" shape=rectangle style=filled] + N4 [label="Custom Tour Package Creation" color="#CB9BE1" fillcolor="#F2E6F5" shape=parallelogram style=filled] + N5 [label="Currency Exchange" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled] + N6 [label="Itinerary Planning" color="#FFD54F" fillcolor="#FFF8E1" shape=inputoutput style=filled] + N7 [label="Airport Transfer" color="#FFD54F" fillcolor="#FFF8E1" shape=multipledocuments style=filled] + N8 [label="Local Transport" color="#CB9BE1" fillcolor="#F2E6F5" shape=database style=filled] + N9 [label="Travel Insurance" color="#CB9BE1" fillcolor="#F2E6F5" shape=rect style=filled] + N10 [label="Duty_Free Shopping" color="#CB9BE1" fillcolor="#F2E6F5" shape=parallelogram style=filled] + N11 [label="Hotel Check_in" color="#FFD54F" fillcolor="#FFF8E1" shape=action style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#CB9BE1" penwidth=1.5 style=dashed label="informs" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#388E3C" penwidth=1.5 style=solid label="chooses" dir=forward] + N4 -> N5 [color="#FFD54F" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#CB9BE1" penwidth=1.5 style=dashed label="accommodates" dir=forward] + N6 -> N7 [color="#CB9BE1" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#388E3C" penwidth=1.5 style=dashed label="sustains" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="assists" dir=forward] + N9 -> N10 [color="#388E3C" penwidth=1.5 style=dashed label="collects feedback" dir=forward] + N10 -> N11 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N11 -> N10 [color="#000000" penwidth=1.5 style=solid label="guides" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_900.dot b/train/diagrams/easy/diagrams_900.dot new file mode 100644 index 0000000000000000000000000000000000000000..e7cbbc4f5d8644f5b7ab6fdb631e79199ec2ffd3 --- /dev/null +++ b/train/diagrams/easy/diagrams_900.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Supplier Quality Management" color="#4285F4" fillcolor="#D0E0F8" shape=rect style=filled] + N1 [label="Risk_Based Quality Control" color="#00BCD4" fillcolor="#B2EBF2" shape=hexagon style=filled] + N2 [label="Quality Standards Development" color="#00BCD4" fillcolor="#B2EBF2" shape=preparation style=filled] + N3 [label="Testing Methods" color="#00BCD4" fillcolor="#B2EBF2" shape=box style=filled] + N4 [label="Quality Management Systems" color="#9575CD" fillcolor="#EDE7F6" shape=diamond style=filled] + N5 [label="Non_Destructive Testing" color="#9575CD" fillcolor="#EDE7F6" shape=rect style=filled] + N6 [label="Inspection Procedures" color="#4285F4" fillcolor="#D0E0F8" shape=rectangle style=filled] + N7 [label="Automated Optical Inspection" color="#9575CD" fillcolor="#EDE7F6" shape=rect style=filled] + N0 -> N1 [color="#00BCD4" penwidth=1.5 style=dashed label="defects_detects" dir=forward] + N1 -> N2 [color="#4285F4" penwidth=1.5 style=solid label="non_conformances_identifies" dir=forward] + N2 -> N3 [color="#9575CD" penwidth=1.5 style=dashed label="data_collects" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=dashed label="reports_generates" dir=forward] + N4 -> N5 [color="#00BCD4" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#00BCD4" penwidth=1.5 style=solid label="systems_controls" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N5 -> N1 [color="#4285F4" penwidth=1.5 style=solid label="validates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_900.txt b/train/diagrams/easy/diagrams_900.txt new file mode 100644 index 0000000000000000000000000000000000000000..47b136853c18b21974fa6eca279aeda27bc3ffc8 --- /dev/null +++ b/train/diagrams/easy/diagrams_900.txt @@ -0,0 +1,8 @@ +<Inspection Procedures, connectedTo, Automated Optical Inspection> +<Non_Destructive Testing, systems_controls, Inspection Procedures> +<Non_Destructive Testing, validates, Risk_Based Quality Control> +<Quality Management Systems, connectedTo, Non_Destructive Testing> +<Quality Standards Development, data_collects, Testing Methods> +<Risk_Based Quality Control, non_conformances_identifies, Quality Standards Development> +<Supplier Quality Management, defects_detects, Risk_Based Quality Control> +<Testing Methods, reports_generates, Quality Management Systems> diff --git a/train/diagrams/easy/diagrams_903.txt b/train/diagrams/easy/diagrams_903.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d19d2c2dad271954316ea42c91b2d190e5ad234 --- /dev/null +++ b/train/diagrams/easy/diagrams_903.txt @@ -0,0 +1,12 @@ +<Corrective and Preventive Actions, root_causes_analyzes, Root Cause Analysis> +<Hardware Quality Testing, audits, Trend Analysis> +<Metrology, tests, Component Inspection> +<Non_Destructive Testing, systems_controls, Quality Data Analysis> +<Pharmaceutical Quality Control, connectedTo, Hardware Quality Testing> +<Pharmaceutical Quality Control, inspects, Statistical Process Control> +<Quality Data Analysis, connectedTo, Metrology> +<Root Cause Analysis, connectedTo, Pharmaceutical Quality Control> +<Root Cause Analysis, innovates, Statistical Process Control> +<Statistical Process Control, connectedTo, Non_Destructive Testing> +<Trend Analysis, connectedTo, X_ray Inspection> +<X_ray Inspection, connectedTo, Corrective and Preventive Actions> diff --git a/train/diagrams/easy/diagrams_904.dot b/train/diagrams/easy/diagrams_904.dot new file mode 100644 index 0000000000000000000000000000000000000000..97607bae58bae5d72486bd2132e73207e96acda3 --- /dev/null +++ b/train/diagrams/easy/diagrams_904.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=BT + N0 [label="Lean Principles in Quality" color="#94C0C0" fillcolor="#CADEDE" shape=multipledocuments style=filled] + N1 [label="Quality Planning" color="#E0E0E0" fillcolor="#EBEBEB" shape=document style=filled] + N2 [label="Quality Assurance" color="#E0E0E0" fillcolor="#EBEBEB" shape=database style=filled] + N3 [label="Software Quality Assurance" color="#94C0C0" fillcolor="#CADEDE" shape=document style=filled] + N4 [label="Hardware Quality Testing" color="#94C0C0" fillcolor="#CADEDE" shape=box style=filled] + N5 [label="Quality Standards Development" color="#E0E0E0" fillcolor="#EBEBEB" shape=diamond style=filled] + N6 [label="Automated Optical Inspection" color="#E0E0E0" fillcolor="#EBEBEB" shape=preparation style=filled] + N7 [label="Food Safety Quality Control" color="#92C79A" fillcolor="#E8F0EA" shape=parallelogram style=filled] + N8 [label="Quality Control Tools" color="#E0E0E0" fillcolor="#EBEBEB" shape=database style=filled] + N9 [label="ISO Certification" color="#E0E0E0" fillcolor="#EBEBEB" shape=preparation style=filled] + N10 [label="Continuous Improvement" color="#E0E0E0" fillcolor="#EBEBEB" shape=vnode_shape style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid label="defects_detects" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="monitors" dir=forward] + N4 -> N5 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#92C79A" penwidth=1.5 style=dashed label="products_evaluates" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#E0E0E0" penwidth=1.5 style=dashed label="processes_defines" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed label="root_causes_analyzes" dir=forward] + N9 -> N10 [color="#E0E0E0" penwidth=1.5 style=dashed dir=forward] + N1 -> N10 [color="#E0E0E0" penwidth=1.5 style=dashed label="advises" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_905.txt b/train/diagrams/easy/diagrams_905.txt new file mode 100644 index 0000000000000000000000000000000000000000..d015a8b9bf13ccead0e5831f2ebe9af357def197 --- /dev/null +++ b/train/diagrams/easy/diagrams_905.txt @@ -0,0 +1,12 @@ +<Asset Management, connectedTo, Financial Management> +<Compliance Reporting, connectedTo, Sales and Distribution> +<Data Governance, connectedTo, Sales and Distribution> +<Data Governance, optimizes, System Configuration> +<Financial Management, plans, Project Management> +<Integration with Other Systems, connectedTo, Data Governance> +<Master Data Management, manufacturing_manages, Security Management> +<Sales and Distribution, connectedTo, User Acceptance Testing> +<Security Management, connectedTo, Integration with Other Systems> +<System Configuration, analytics_provides, Compliance Reporting> +<Testing ERP Modules, manages, Master Data Management> +<User Acceptance Testing, secures, Asset Management> diff --git a/train/diagrams/easy/diagrams_906.dot b/train/diagrams/easy/diagrams_906.dot new file mode 100644 index 0000000000000000000000000000000000000000..015473e389ffac0fb629c379d1e3a5eb00bf7c5b --- /dev/null +++ b/train/diagrams/easy/diagrams_906.dot @@ -0,0 +1,20 @@ +digraph { + rankdir=TB + N0 [label="Cloud ERP Deployment" color="#FFC2C2" fillcolor="#FFEBEB" shape=document style=filled] + N1 [label="Inventory Management" color="#E57373" fillcolor="#FFEBEE" shape=parallelogram style=filled] + N2 [label="Testing ERP Modules" color="#E57373" fillcolor="#FFEBEE" shape=rect style=filled] + N3 [label="On_Premise ERP Solutions" color="#E57373" fillcolor="#FFEBEE" shape=predefinedprocess style=filled] + N4 [label="Hybrid ERP Models" color="#E57373" fillcolor="#FFEBEE" shape=inputoutput style=filled] + N5 [label="Financial Management" color="#FF8A65" fillcolor="#FBE9E7" shape=preparation style=filled] + N6 [label="ERP Consulting" color="#E57373" fillcolor="#FFEBEE" shape=multipledocuments style=filled] + N7 [label="Integration with Other Systems" color="#FFC2C2" fillcolor="#FFEBEB" shape=preparation style=filled] + N0 -> N1 [color="#FFC2C2" penwidth=1.5 style=solid label="sales_manages" dir=forward] + N1 -> N2 [color="#FF8A65" penwidth=1.5 style=dashed label="supply_chains_manages" dir=forward] + N2 -> N3 [color="#FFC2C2" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#E57373" penwidth=1.5 style=solid label="streamlines" dir=forward] + N4 -> N5 [color="#FFC2C2" penwidth=1.5 style=dashed label="forecasts" dir=forward] + N5 -> N6 [color="#E57373" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N4 [color="#000000" penwidth=1.5 style=solid label="reports" dir=forward] + N5 -> N0 [color="#FF8A65" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_906.txt b/train/diagrams/easy/diagrams_906.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e33a81713f7b7a1b37986816ea36e8e96abe26b --- /dev/null +++ b/train/diagrams/easy/diagrams_906.txt @@ -0,0 +1,9 @@ +<Cloud ERP Deployment, sales_manages, Inventory Management> +<ERP Consulting, connectedTo, Integration with Other Systems> +<Financial Management, connectedTo, Cloud ERP Deployment> +<Financial Management, connectedTo, ERP Consulting> +<Hybrid ERP Models, forecasts, Financial Management> +<Inventory Management, supply_chains_manages, Testing ERP Modules> +<On_Premise ERP Solutions, streamlines, Hybrid ERP Models> +<Testing ERP Modules, connectedTo, On_Premise ERP Solutions> +<Testing ERP Modules, reports, Hybrid ERP Models> diff --git a/train/diagrams/easy/diagrams_910.dot b/train/diagrams/easy/diagrams_910.dot new file mode 100644 index 0000000000000000000000000000000000000000..d90d2b5ea689bdfdf98329399271e7267816692a --- /dev/null +++ b/train/diagrams/easy/diagrams_910.dot @@ -0,0 +1,26 @@ +digraph { + rankdir=LR + N0 [label="User Training" color="#5C6BC0" fillcolor="#E8EAF6" shape=hexagon style=filled] + N1 [label="Master Data Management" color="#5C6BC0" fillcolor="#E8EAF6" shape=document style=filled] + N2 [label="Integration with Other Systems" color="#EAEFA5" fillcolor="#FDFCEB" shape=inputoutput style=filled] + N3 [label="Post_Go_Live Support" color="#795548" fillcolor="#D7CCC8" shape=document style=filled] + N4 [label="Customer Relationship Management" color="#EAEFA5" fillcolor="#FDFCEB" shape=multipledocuments style=filled] + N5 [label="Mobile ERP Access" color="#EAEFA5" fillcolor="#FDFCEB" shape=document style=filled] + N6 [label="Project Management" color="#795548" fillcolor="#D7CCC8" shape=ellipse style=filled] + N7 [label="Implementation Roadmap Development" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N8 [label="Financial Management" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N9 [label="ERP System Selection" color="#795548" fillcolor="#D7CCC8" shape=vnode_shape style=filled] + N10 [label="Customization" color="#795548" fillcolor="#D7CCC8" shape=hexagon style=filled] + N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed label="data_centralizes" dir=forward] + N1 -> N2 [color="#795548" penwidth=1.5 style=solid label="consults" dir=forward] + N2 -> N3 [color="#795548" penwidth=1.5 style=solid label="customer_relations_manages" dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=dashed label="protects" dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N5 -> N6 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N6 -> N7 [color="#EAEFA5" penwidth=1.5 style=dashed label="manages" dir=forward] + N7 -> N8 [color="#5C6BC0" penwidth=1.5 style=dashed label="integrates" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid dir=forward] + N9 -> N10 [color="#795548" penwidth=1.5 style=dashed label="streamlines" dir=forward] + N1 -> N6 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N5 -> N10 [color="#EAEFA5" penwidth=1.5 style=solid label="controls" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_910.txt b/train/diagrams/easy/diagrams_910.txt new file mode 100644 index 0000000000000000000000000000000000000000..6570e227ee31b1552787b2590c7be53affff9072 --- /dev/null +++ b/train/diagrams/easy/diagrams_910.txt @@ -0,0 +1,12 @@ +<Customer Relationship Management, connectedTo, Mobile ERP Access> +<ERP System Selection, streamlines, Customization> +<Financial Management, connectedTo, ERP System Selection> +<Implementation Roadmap Development, integrates, Financial Management> +<Integration with Other Systems, customer_relations_manages, Post_Go_Live Support> +<Master Data Management, connectedTo, Project Management> +<Master Data Management, consults, Integration with Other Systems> +<Mobile ERP Access, connectedTo, Project Management> +<Mobile ERP Access, controls, Customization> +<Post_Go_Live Support, protects, Customer Relationship Management> +<Project Management, manages, Implementation Roadmap Development> +<User Training, data_centralizes, Master Data Management> diff --git a/train/diagrams/easy/diagrams_911.dot b/train/diagrams/easy/diagrams_911.dot new file mode 100644 index 0000000000000000000000000000000000000000..b9b707d44f5c4029c3c43e29cd01c5aa6cd1c55b --- /dev/null +++ b/train/diagrams/easy/diagrams_911.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=RL + N0 [label="Asset Management" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled] + N1 [label="Vendor Management" color="#D3EB9F" fillcolor="#F8FDD3" shape=box style=filled] + N2 [label="Hybrid ERP Models" color="#6FE1D5" fillcolor="#C9EFEC" shape=rect style=filled] + N3 [label="Manufacturing Operations" color="#D3EB9F" fillcolor="#F8FDD3" shape=vnode_shape style=filled] + N4 [label="Mobile ERP Access" color="#EAEFA5" fillcolor="#FDFCEB" shape=rect style=filled] + N5 [label="AI or ML in ERP" color="#6FE1D5" fillcolor="#C9EFEC" shape=preparation style=filled] + N6 [label="Project Management" color="#EAEFA5" fillcolor="#FDFCEB" shape=preparation style=filled] + N7 [label="Inventory Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=inputoutput style=filled] + N8 [label="Cloud ERP Deployment" color="#D3EB9F" fillcolor="#F8FDD3" shape=multipledocuments style=filled] + N9 [label="System Upgrade" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled] + N10 [label="Financial Management" color="#6FE1D5" fillcolor="#C9EFEC" shape=inputoutput style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#6FE1D5" penwidth=1.5 style=solid label="customizes" dir=forward] + N2 -> N3 [color="#6FE1D5" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=solid label="audits" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="inventories_manages" dir=forward] + N6 -> N7 [color="#6FE1D5" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid label="secures" dir=forward] + N8 -> N9 [color="#EAEFA5" penwidth=1.5 style=dashed label="dashboards_generates" dir=forward] + N9 -> N10 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward] + N3 -> N7 [color="#D3EB9F" penwidth=1.5 style=solid label="manages" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_911.txt b/train/diagrams/easy/diagrams_911.txt new file mode 100644 index 0000000000000000000000000000000000000000..00a720e5e2e26dab89fc32e6917d14f7beda6cff --- /dev/null +++ b/train/diagrams/easy/diagrams_911.txt @@ -0,0 +1,11 @@ +<AI or ML in ERP, inventories_manages, Project Management> +<Asset Management, connectedTo, Vendor Management> +<Cloud ERP Deployment, dashboards_generates, System Upgrade> +<Hybrid ERP Models, connectedTo, Manufacturing Operations> +<Inventory Management, secures, Cloud ERP Deployment> +<Manufacturing Operations, connectedTo, Mobile ERP Access> +<Manufacturing Operations, manages, Inventory Management> +<Mobile ERP Access, audits, AI or ML in ERP> +<Project Management, connectedTo, Inventory Management> +<System Upgrade, connectedTo, Financial Management> +<Vendor Management, customizes, Hybrid ERP Models> diff --git a/train/diagrams/easy/diagrams_912.dot b/train/diagrams/easy/diagrams_912.dot new file mode 100644 index 0000000000000000000000000000000000000000..10f8784796f31d7c6517a61a451678a491534ddf --- /dev/null +++ b/train/diagrams/easy/diagrams_912.dot @@ -0,0 +1,27 @@ +digraph { + rankdir=BT + N0 [label="Sales and Distribution" color="#795548" fillcolor="#D7CCC8" shape=document style=filled] + N1 [label="Data Migration" color="#388E3C" fillcolor="#F1F8E9" shape=predefinedprocess style=filled] + N2 [label="Implementation Roadmap Development" color="#DCE775" fillcolor="#F9FBE7" shape=rectangle style=filled] + N3 [label="Mobile ERP Access" color="#388E3C" fillcolor="#F1F8E9" shape=rectangle style=filled] + N4 [label="System Configuration" color="#795548" fillcolor="#D7CCC8" shape=vnode_shape style=filled] + N5 [label="User Acceptance Testing" color="#795548" fillcolor="#D7CCC8" shape=ellipse style=filled] + N6 [label="Cloud ERP Deployment" color="#795548" fillcolor="#D7CCC8" shape=multipledocuments style=filled] + N7 [label="Manufacturing Operations" color="#388E3C" fillcolor="#F1F8E9" shape=preparation style=filled] + N8 [label="Customer Relationship Management" color="#795548" fillcolor="#D7CCC8" shape=inputoutput style=filled] + N9 [label="Compliance Reporting" color="#795548" fillcolor="#D7CCC8" shape=rect style=filled] + N10 [label="Hybrid ERP Models" color="#795548" fillcolor="#D7CCC8" shape=rect style=filled] + N11 [label="Business Process Re_engineering" color="#DCE775" fillcolor="#F9FBE7" shape=vnode_shape style=filled] + N0 -> N1 [color="#795548" penwidth=1.5 style=solid label="manufacturing_manages" dir=forward] + N1 -> N2 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#DCE775" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#DCE775" penwidth=1.5 style=solid label="data_centralizes" dir=forward] + N5 -> N6 [color="#795548" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#388E3C" penwidth=1.5 style=solid label="dashboards_generates" dir=forward] + N7 -> N8 [color="#388E3C" penwidth=1.5 style=solid label="HR_manages" dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="budgets" dir=forward] + N9 -> N10 [color="#DCE775" penwidth=1.5 style=dashed label="order_processes" dir=forward] + N10 -> N11 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N6 -> N8 [color="#000000" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_916.dot b/train/diagrams/easy/diagrams_916.dot new file mode 100644 index 0000000000000000000000000000000000000000..910ad79281b8b86ac1a003afb579b7f3d5596ed0 --- /dev/null +++ b/train/diagrams/easy/diagrams_916.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=TB + N0 [label="AI for Crop Disease Detection" color="#FFCC80" fillcolor="#FFF0CC" shape=preparation style=filled] + N1 [label="Blockchain for Agri_Supply Chain" color="#FFCC80" fillcolor="#FFF0CC" shape=database style=filled] + N2 [label="Predictive Analytics for Harvest" color="#F7BEE0" fillcolor="#FAEBF3" shape=rect style=filled] + N3 [label="Crop Insurance Assessment" color="#CDDC39" fillcolor="#E6EE9C" shape=rectangle style=filled] + N4 [label="Big Data Analytics for Farms" color="#FFCC80" fillcolor="#FFF0CC" shape=vnode_shape style=filled] + N5 [label="Carbon Farming Initiatives" color="#FFCC80" fillcolor="#FFF0CC" shape=inputoutput style=filled] + N6 [label="Farm Management Software" color="#F7BEE0" fillcolor="#FAEBF3" shape=predefinedprocess style=filled] + N7 [label="Smart Greenhouses" color="#F7BEE0" fillcolor="#FAEBF3" shape=diamond style=filled] + N8 [label="Smart Livestock Monitoring" color="#CDDC39" fillcolor="#E6EE9C" shape=rectangle style=filled] + N9 [label="Geographic Information Systems for Farms" color="#CDDC39" fillcolor="#E6EE9C" shape=preparation style=filled] + N0 -> N1 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="controls" dir=forward] + N2 -> N3 [color="#CDDC39" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#CDDC39" penwidth=1.5 style=solid label="monitors" dir=forward] + N4 -> N5 [color="#FFCC80" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=solid label="reports" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed label="manages_irrigation" dir=forward] + N7 -> N8 [color="#FFCC80" penwidth=1.5 style=solid label="waste_reduces" dir=forward] + N8 -> N9 [color="#FFCC80" penwidth=1.5 style=dashed label="automates" dir=forward] + N1 -> N4 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_916.txt b/train/diagrams/easy/diagrams_916.txt new file mode 100644 index 0000000000000000000000000000000000000000..67078f9d534e9748307db498d563e06599b050c2 --- /dev/null +++ b/train/diagrams/easy/diagrams_916.txt @@ -0,0 +1,10 @@ +<AI for Crop Disease Detection, connectedTo, Blockchain for Agri_Supply Chain> +<Big Data Analytics for Farms, connectedTo, Carbon Farming Initiatives> +<Blockchain for Agri_Supply Chain, connectedTo, Big Data Analytics for Farms> +<Blockchain for Agri_Supply Chain, controls, Predictive Analytics for Harvest> +<Carbon Farming Initiatives, reports, Farm Management Software> +<Crop Insurance Assessment, monitors, Big Data Analytics for Farms> +<Farm Management Software, manages_irrigation, Smart Greenhouses> +<Predictive Analytics for Harvest, connectedTo, Crop Insurance Assessment> +<Smart Greenhouses, waste_reduces, Smart Livestock Monitoring> +<Smart Livestock Monitoring, automates, Geographic Information Systems for Farms> diff --git a/train/diagrams/easy/diagrams_917.txt b/train/diagrams/easy/diagrams_917.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3c45ca7154efcf9dc8c71f175a6cb5ad7bb7b33 --- /dev/null +++ b/train/diagrams/easy/diagrams_917.txt @@ -0,0 +1,10 @@ +<Automated Irrigation, connectedTo, Farm Data Integration> +<Carbon Farming Initiatives, connectedTo, Smart Greenhouses> +<Farm Data Integration, livestock_raises, Market Price Forecasting> +<Farm Labor Management Software, connectedTo, Weather Station Data Integration> +<Farm Management Software, connectedTo, Sensor Deployment> +<Market Price Forecasting, connectedTo, Farm Management Software> +<Resource Optimization, complies, Farm Labor Management Software> +<Sensor Deployment, AI_applies, Carbon Farming Initiatives> +<Sensor Deployment, sustainability_ensures, Resource Optimization> +<Smart Greenhouses, reports, Resource Optimization> diff --git a/train/diagrams/easy/diagrams_921.dot b/train/diagrams/easy/diagrams_921.dot new file mode 100644 index 0000000000000000000000000000000000000000..7309cfe7798c40943cbc2b3d6bb776b962dea542 --- /dev/null +++ b/train/diagrams/easy/diagrams_921.dot @@ -0,0 +1,19 @@ +digraph { + rankdir=RL + N0 [label="Merchandise Sales" color="#388E3C" fillcolor="#C8E6C9" shape=rect style=filled] + N1 [label="Mental Health Support for Players" color="#388E3C" fillcolor="#C8E6C9" shape=parallelogram style=filled] + N2 [label="Live Streaming Production" color="#FFF8A6" fillcolor="#FFFDE0" shape=multipledocuments style=filled] + N3 [label="Esports Analytics" color="#3F51B5" fillcolor="#C5CAE9" shape=rectangle style=filled] + N4 [label="Broadcast Technology for Esports" color="#FFF8A6" fillcolor="#FFFDE0" shape=hexagon style=filled] + N5 [label="Game Server Management" color="#3F51B5" fillcolor="#C5CAE9" shape=rectangle style=filled] + N6 [label="Rules and Regulations Enforcement" color="#388E3C" fillcolor="#C8E6C9" shape=ellipse style=filled] + N7 [label="Tournament Organization" color="#FFF8A6" fillcolor="#FFFDE0" shape=multipledocuments style=filled] + N0 -> N1 [color="#3F51B5" penwidth=1.5 style=dashed label="performance_optimizes" dir=forward] + N1 -> N2 [color="#388E3C" penwidth=1.5 style=dashed label="strategies_develops" dir=forward] + N2 -> N3 [color="#3F51B5" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#FFF8A6" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#FFF8A6" penwidth=1.5 style=solid label="manages" dir=forward] + N5 -> N6 [color="#FFF8A6" penwidth=1.5 style=dashed label="health_supports" dir=forward] + N6 -> N7 [color="#388E3C" penwidth=1.5 style=dashed label="media_handles" dir=forward] + N4 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_924.dot b/train/diagrams/easy/diagrams_924.dot new file mode 100644 index 0000000000000000000000000000000000000000..aebfa1f35343a0891004387b58fed0a3008bef16 --- /dev/null +++ b/train/diagrams/easy/diagrams_924.dot @@ -0,0 +1,21 @@ +digraph { + rankdir=RL + N0 [label="Social Media Management" color="#F7BEE0" fillcolor="#FAEBF3" shape=diamond style=filled] + N1 [label="Live Streaming Production" color="#4CAF50" fillcolor="#C8E6C9" shape=diamond style=filled] + N2 [label="Anti_Cheat Measures" color="#F7BEE0" fillcolor="#FAEBF3" shape=hexagon style=filled] + N3 [label="Esports Analytics" color="#FF5722" fillcolor="#FFCCBC" shape=action style=filled] + N4 [label="Sponsorship Acquisition" color="#F7BEE0" fillcolor="#FAEBF3" shape=predefinedprocess style=filled] + N5 [label="Game Strategy Development" color="#F7BEE0" fillcolor="#FAEBF3" shape=predefinedprocess style=filled] + N6 [label="Event Broadcasting" color="#FF5722" fillcolor="#FFCCBC" shape=predefinedprocess style=filled] + N7 [label="Rules and Regulations Enforcement" color="#F7BEE0" fillcolor="#FAEBF3" shape=inputoutput style=filled] + N8 [label="Training Regimen" color="#4CAF50" fillcolor="#C8E6C9" shape=rectangle style=filled] + N0 -> N1 [color="#F7BEE0" penwidth=1.5 style=dashed label="integrity_ensures" dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="broadcasts" dir=forward] + N2 -> N3 [color="#FF5722" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#F7BEE0" penwidth=1.5 style=solid label="manages" dir=forward] + N4 -> N5 [color="#FF5722" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#4CAF50" penwidth=1.5 style=dashed label="develops_games" dir=forward] + N6 -> N7 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N4 [color="#000000" penwidth=1.5 style=dashed label="leagues_creates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_924.txt b/train/diagrams/easy/diagrams_924.txt new file mode 100644 index 0000000000000000000000000000000000000000..664b204eae291f38aeba2042a2c71438ff7de475 --- /dev/null +++ b/train/diagrams/easy/diagrams_924.txt @@ -0,0 +1,9 @@ +<Anti_Cheat Measures, connectedTo, Esports Analytics> +<Esports Analytics, manages, Sponsorship Acquisition> +<Event Broadcasting, connectedTo, Rules and Regulations Enforcement> +<Game Strategy Development, develops_games, Event Broadcasting> +<Live Streaming Production, broadcasts, Anti_Cheat Measures> +<Live Streaming Production, leagues_creates, Sponsorship Acquisition> +<Rules and Regulations Enforcement, connectedTo, Training Regimen> +<Social Media Management, integrity_ensures, Live Streaming Production> +<Sponsorship Acquisition, connectedTo, Game Strategy Development> diff --git a/train/diagrams/easy/diagrams_926.txt b/train/diagrams/easy/diagrams_926.txt new file mode 100644 index 0000000000000000000000000000000000000000..64f710ff3fc7869dc5fd31f48a4b567709a869a5 --- /dev/null +++ b/train/diagrams/easy/diagrams_926.txt @@ -0,0 +1,9 @@ +<Content Creation, connectedTo, Performance Analysis> +<Gambling and Betting Regulation, plays, Venue Setup> +<Game Publisher Relations, connectedTo, Training Regimen> +<Gaming Hardware Optimization, connectedTo, Content Creation> +<Gaming Hardware Optimization, connectedTo, Game Publisher Relations> +<League Management, creates_experiences, Gambling and Betting Regulation> +<Performance Analysis, competes, League Management> +<Training Regimen, broadcasts, Content Creation> +<Venue Setup, platforms_develops, Ticketing Sales> diff --git a/train/diagrams/easy/diagrams_928.txt b/train/diagrams/easy/diagrams_928.txt new file mode 100644 index 0000000000000000000000000000000000000000..9066d1cfc4e637b88fa80de46744b5e2a4cceff2 --- /dev/null +++ b/train/diagrams/easy/diagrams_928.txt @@ -0,0 +1,9 @@ +<Broadcast Technology for Esports, connectedTo, Media Rights Negotiation> +<Coaching Staff Management, health_supports, Team Management> +<Event Broadcasting, broadcasts, Team Management> +<Event Broadcasting, connectedTo, Broadcast Technology for Esports> +<Media Rights Negotiation, connectedTo, Sponsorship Acquisition> +<Physical Conditioning for Players, partners, Event Broadcasting> +<Social Media Management, recruits, Coaching Staff Management> +<Sponsorship Acquisition, streams, Physical Conditioning for Players> +<Team Management, tickets_sells, Social Media Management> diff --git a/train/diagrams/easy/diagrams_929.txt b/train/diagrams/easy/diagrams_929.txt new file mode 100644 index 0000000000000000000000000000000000000000..b091ef6213b95130b3a6eb5163d557affa6f769a --- /dev/null +++ b/train/diagrams/easy/diagrams_929.txt @@ -0,0 +1,12 @@ +<Computational Neuroscience, data_collects, Drug Development for Brain Disorders> +<Consciousness Studies, connectedTo, Molecular Neuroscience> +<Drug Development for Brain Disorders, connectedTo, Consciousness Studies> +<Learning Mechanisms Study, observes, Neurotransmitter Research> +<Learning Mechanisms Study, researches, Neurological Disorder Diagnosis> +<Molecular Neuroscience, connectedTo, Neuroprosthetics> +<Neural Network Analysis, connectedTo, Neurodegenerative Disease Research> +<Neurodegenerative Disease Research, circuits_understands, Neurotransmitter Research> +<Neurological Disorder Diagnosis, ethical_considers, Spike Train Analysis> +<Neurotransmitter Research, connectedTo, Transcranial Magnetic Stimulation> +<Spike Train Analysis, discovers, Computational Neuroscience> +<Transcranial Magnetic Stimulation, brains_explores, Learning Mechanisms Study> diff --git a/train/diagrams/easy/diagrams_93.dot b/train/diagrams/easy/diagrams_93.dot new file mode 100644 index 0000000000000000000000000000000000000000..e7b9b1a1dbe34b4813c0c84aedf88b01b1a759e8 --- /dev/null +++ b/train/diagrams/easy/diagrams_93.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=BT + N0 [label="Itinerary Planning" color="#FBC02D" fillcolor="#FFFDE7" shape=diamond style=filled] + N1 [label="Airport Transfer" color="#B0C5CD" fillcolor="#DFE7EB" shape=rect style=filled] + N2 [label="Lost and Found Service" color="#FBC02D" fillcolor="#FFFDE7" shape=database style=filled] + N3 [label="Rental Car Pickup" color="#FBC02D" fillcolor="#FFFDE7" shape=preparation style=filled] + N4 [label="Photo Capture" color="#FBC02D" fillcolor="#FFFDE7" shape=vnode_shape style=filled] + N5 [label="Currency Exchange" color="#D3EB9F" fillcolor="#F8FDD3" shape=parallelogram style=filled] + N6 [label="Restaurant Reservation" color="#D3EB9F" fillcolor="#F8FDD3" shape=parallelogram style=filled] + N7 [label="Duty_Free Shopping" color="#FBC02D" fillcolor="#FFFDE7" shape=hexagon style=filled] + N8 [label="Souvenir Shopping" color="#D3EB9F" fillcolor="#F8FDD3" shape=predefinedprocess style=filled] + N0 -> N1 [color="#B0C5CD" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward] + N2 -> N3 [color="#B0C5CD" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#D3EB9F" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="returns" dir=forward] + N5 -> N6 [color="#D3EB9F" penwidth=1.5 style=solid label="develops" dir=forward] + N6 -> N7 [color="#FBC02D" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#D3EB9F" penwidth=1.5 style=solid label="discovers" dir=forward] + N1 -> N0 [color="#D3EB9F" penwidth=1.5 style=solid label="documents" dir=forward] + N4 -> N0 [color="#FBC02D" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_930.txt b/train/diagrams/easy/diagrams_930.txt new file mode 100644 index 0000000000000000000000000000000000000000..077d7af2f4c08bfecbc3b20b429f19f2a705c808 --- /dev/null +++ b/train/diagrams/easy/diagrams_930.txt @@ -0,0 +1,12 @@ +<Cognitive Neuroscience, discovers, Neurodegenerative Disease Research> +<Cognitive Neuroscience, educates, Stem Cell Research> +<Drug Development for Brain Disorders, records, Neuroprosthetics> +<Learning Mechanisms Study, connectedTo, Neuroinformatics> +<Neurodegenerative Disease Research, connectedTo, Neurotransmitter Research> +<Neuroethics, connectedTo, Learning Mechanisms Study> +<Neuroinformatics, connectedTo, Brain Imaging> +<Neuroprosthetics, behavior_links, Neuroethics> +<Neurotransmitter Research, connectedTo, Spike Train Analysis> +<Spike Train Analysis, circuits_understands, Systems Neuroscience> +<Stem Cell Research, connectedTo, Drug Development for Brain Disorders> +<Systems Neuroscience, models, Cognitive Neuroscience> diff --git a/train/diagrams/easy/diagrams_932.dot b/train/diagrams/easy/diagrams_932.dot new file mode 100644 index 0000000000000000000000000000000000000000..e2b1d774ca5e9340fdf53ad8981d3e83f6f46f21 --- /dev/null +++ b/train/diagrams/easy/diagrams_932.dot @@ -0,0 +1,25 @@ +digraph { + rankdir=TB + N0 [label="Neuroethics" color="#4FC3F7" fillcolor="#E1F5FE" shape=vnode_shape style=filled] + N1 [label="Neurodegenerative Disease Research" color="#FFA726" fillcolor="#FFF3E0" shape=hexagon style=filled] + N2 [label="Deep Brain Stimulation" color="#FFA726" fillcolor="#FFF3E0" shape=multipledocuments style=filled] + N3 [label="Cognitive Neuroscience" color="#FFA726" fillcolor="#FFF3E0" shape=action style=filled] + N4 [label="Systems Neuroscience" color="#4FC3F7" fillcolor="#E1F5FE" shape=predefinedprocess style=filled] + N5 [label="Sleep Research" color="#FFA726" fillcolor="#FFF3E0" shape=inputoutput style=filled] + N6 [label="Cellular Neuroscience" color="#FFA726" fillcolor="#FFF3E0" shape=rectangle style=filled] + N7 [label="Pain Perception Research" color="#FFA726" fillcolor="#FFF3E0" shape=predefinedprocess style=filled] + N8 [label="Neurofeedback Therapy" color="#D2D2D2" fillcolor="#F0F0F0" shape=action style=filled] + N9 [label="Stem Cell Research" color="#4FC3F7" fillcolor="#E1F5FE" shape=document style=filled] + N10 [label="Brain Imaging" color="#4FC3F7" fillcolor="#E1F5FE" shape=ellipse style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=solid label="brains_explores" dir=forward] + N2 -> N3 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#D2D2D2" penwidth=1.5 style=solid label="behavior_links" dir=forward] + N5 -> N6 [color="#000000" penwidth=1.5 style=dashed label="simulates" dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=solid dir=forward] + N7 -> N8 [color="#FFA726" penwidth=1.5 style=solid dir=forward] + N8 -> N9 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#000000" penwidth=1.5 style=dashed label="educates" dir=forward] + N7 -> N3 [color="#FFA726" penwidth=1.5 style=solid label="translates" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_935.txt b/train/diagrams/easy/diagrams_935.txt new file mode 100644 index 0000000000000000000000000000000000000000..14c0f95fa9685e5faa74d8ea14ab560a65a79836 --- /dev/null +++ b/train/diagrams/easy/diagrams_935.txt @@ -0,0 +1,9 @@ +<Brain Imaging, connectedTo, Brain_Computer Interface> +<Electrophysiology, brains_explores, Synaptic Plasticity Study> +<Electrophysiology, drugs_tests, Brain Imaging> +<Neural Network Analysis, collaborates, Electrophysiology> +<Neurodegenerative Disease Research, connectedTo, Neural Network Analysis> +<Sleep Research, connectedTo, Neurodegenerative Disease Research> +<Stem Cell Research, connectedTo, Neurodegenerative Disease Research> +<Stem Cell Research, ethical_considers, Synaptic Plasticity Study> +<Synaptic Plasticity Study, connectedTo, Sleep Research> diff --git a/train/diagrams/easy/diagrams_94.dot b/train/diagrams/easy/diagrams_94.dot new file mode 100644 index 0000000000000000000000000000000000000000..680f82294efac0936cee9b7d3599fd16ad3cdbc2 --- /dev/null +++ b/train/diagrams/easy/diagrams_94.dot @@ -0,0 +1,23 @@ +digraph { + rankdir=RL + N0 [label="Flight Booking" color="#00BCD4" fillcolor="#B2EBF2" shape=preparation style=filled] + N1 [label="Tourist Information Desk" color="#4DD0E1" fillcolor="#C9F0F0" shape=vnode_shape style=filled] + N2 [label="Custom Tour Package Creation" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] + N3 [label="Return Trip" color="#4DD0E1" fillcolor="#C9F0F0" shape=multipledocuments style=filled] + N4 [label="Duty_Free Shopping" color="#4DD0E1" fillcolor="#C9F0F0" shape=document style=filled] + N5 [label="Museum Visit" color="#00BCD4" fillcolor="#B2EBF2" shape=inputoutput style=filled] + N6 [label="Historical Site Exploration" color="#2196F3" fillcolor="#BBDEFB" shape=rect style=filled] + N7 [label="Tour Guide Assignment" color="#00BCD4" fillcolor="#B2EBF2" shape=hexagon style=filled] + N8 [label="Cultural Immersion Program" color="#2196F3" fillcolor="#BBDEFB" shape=ellipse style=filled] + N9 [label="Souvenir Shopping" color="#4DD0E1" fillcolor="#C9F0F0" shape=preparation style=filled] + N0 -> N1 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward] + N1 -> N2 [color="#2196F3" penwidth=1.5 style=dashed label="collects feedback" dir=forward] + N2 -> N3 [color="#4DD0E1" penwidth=1.5 style=solid dir=forward] + N3 -> N4 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward] + N4 -> N5 [color="#4DD0E1" penwidth=1.5 style=dashed label="shares" dir=forward] + N5 -> N6 [color="#4DD0E1" penwidth=1.5 style=dashed label="modifies" dir=forward] + N6 -> N7 [color="#4DD0E1" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#2196F3" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N9 -> N3 [color="#4DD0E1" penwidth=1.5 style=solid label="reviews" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_94.txt b/train/diagrams/easy/diagrams_94.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e3f8c2954a3ad80c59221dd5ae984c94e422eb0 --- /dev/null +++ b/train/diagrams/easy/diagrams_94.txt @@ -0,0 +1,10 @@ +<Cultural Immersion Program, connectedTo, Souvenir Shopping> +<Custom Tour Package Creation, connectedTo, Return Trip> +<Duty_Free Shopping, shares, Museum Visit> +<Flight Booking, connectedTo, Tourist Information Desk> +<Historical Site Exploration, connectedTo, Tour Guide Assignment> +<Museum Visit, modifies, Historical Site Exploration> +<Return Trip, connectedTo, Duty_Free Shopping> +<Souvenir Shopping, reviews, Return Trip> +<Tour Guide Assignment, connectedTo, Cultural Immersion Program> +<Tourist Information Desk, collects feedback, Custom Tour Package Creation> diff --git a/train/diagrams/easy/diagrams_940.dot b/train/diagrams/easy/diagrams_940.dot new file mode 100644 index 0000000000000000000000000000000000000000..fe990f3c4a7d8c90805984044cd3629329057da7 --- /dev/null +++ b/train/diagrams/easy/diagrams_940.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Remote Sensing for Heritage" color="#BDBDBD" fillcolor="#F5F5F5" shape=document style=filled] + N1 [label="Adaptive Reuse of Heritage Buildings" color="#A188DB" fillcolor="#DED7F0" shape=diamond style=filled] + N2 [label="Indigenous Cultural Heritage Rights" color="#A188DB" fillcolor="#DED7F0" shape=preparation style=filled] + N3 [label="Heritage Impact Assessment" color="#BDBDBD" fillcolor="#F5F5F5" shape=document style=filled] + N4 [label="Public Education Programs" color="#A188DB" fillcolor="#DED7F0" shape=action style=filled] + N5 [label="Disaster Preparedness for Heritage" color="#B8C0F5" fillcolor="#ECF0FD" shape=rect style=filled] + N6 [label="Crowdsourcing for Heritage Data" color="#B8C0F5" fillcolor="#ECF0FD" shape=database style=filled] + N7 [label="Restoration Techniques" color="#A188DB" fillcolor="#DED7F0" shape=inputoutput style=filled] + N8 [label="Repatriation of Artifacts" color="#A188DB" fillcolor="#DED7F0" shape=action style=filled] + N9 [label="3D Scanning of Artifacts" color="#A188DB" fillcolor="#DED7F0" shape=rect style=filled] + N10 [label="Conservation Science" color="#B8C0F5" fillcolor="#ECF0FD" shape=document style=filled] + N11 [label="World Heritage Site Management" color="#A188DB" fillcolor="#DED7F0" shape=predefinedprocess style=filled] + N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] + N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="catalogs" dir=forward] + N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="restores" dir=forward] + N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="audits" dir=forward] + N4 -> N5 [color="#A188DB" penwidth=1.5 style=solid dir=forward] + N5 -> N6 [color="#B8C0F5" penwidth=1.5 style=solid label="promotes" dir=forward] + N6 -> N7 [color="#BDBDBD" penwidth=1.5 style=solid label="protects" dir=forward] + N7 -> N8 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#B8C0F5" penwidth=1.5 style=solid label="researches" dir=forward] + N9 -> N10 [color="#BDBDBD" penwidth=1.5 style=solid dir=forward] + N10 -> N11 [color="#A188DB" penwidth=1.5 style=dashed dir=forward] + N10 -> N1 [color="#B8C0F5" penwidth=1.5 style=dashed dir=forward] + N10 -> N8 [color="#BDBDBD" penwidth=1.5 style=dashed label="interprets" dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_940.txt b/train/diagrams/easy/diagrams_940.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9700bb4dcbbe4b43ffe512a68f8ce087201532a --- /dev/null +++ b/train/diagrams/easy/diagrams_940.txt @@ -0,0 +1,13 @@ +<3D Scanning of Artifacts, connectedTo, Conservation Science> +<Adaptive Reuse of Heritage Buildings, catalogs, Indigenous Cultural Heritage Rights> +<Conservation Science, connectedTo, Adaptive Reuse of Heritage Buildings> +<Conservation Science, connectedTo, World Heritage Site Management> +<Conservation Science, interprets, Repatriation of Artifacts> +<Crowdsourcing for Heritage Data, protects, Restoration Techniques> +<Disaster Preparedness for Heritage, promotes, Crowdsourcing for Heritage Data> +<Heritage Impact Assessment, audits, Public Education Programs> +<Indigenous Cultural Heritage Rights, restores, Heritage Impact Assessment> +<Public Education Programs, connectedTo, Disaster Preparedness for Heritage> +<Remote Sensing for Heritage, connectedTo, Adaptive Reuse of Heritage Buildings> +<Repatriation of Artifacts, researches, 3D Scanning of Artifacts> +<Restoration Techniques, connectedTo, Repatriation of Artifacts> diff --git a/train/diagrams/easy/diagrams_941.txt b/train/diagrams/easy/diagrams_941.txt new file mode 100644 index 0000000000000000000000000000000000000000..139acc530e7c932f861fb37b7256c50fa7560adc --- /dev/null +++ b/train/diagrams/easy/diagrams_941.txt @@ -0,0 +1,11 @@ +<Archaeological Excavation, connectedTo, Material Analysis> +<Crowdsourcing for Heritage Data, data_collects, Photogrammetry for Documentation> +<Intangible Cultural Heritage Preservation, buildings_maintains, Virtual Reality Recreations> +<Legal Protection for Heritage, digitizes, Looting Prevention> +<Material Analysis, connectedTo, Intangible Cultural Heritage Preservation> +<Material Analysis, connectedTo, Legal Protection for Heritage> +<Photogrammetry for Documentation, 3D_scans, Traditional Knowledge Documentation> +<Remote Sensing for Heritage, connectedTo, Legal Protection for Heritage> +<Traditional Knowledge Documentation, catalogs, Archaeological Excavation> +<Traditional Knowledge Documentation, connectedTo, Looting Prevention> +<Virtual Reality Recreations, connectedTo, Remote Sensing for Heritage> diff --git a/train/diagrams/easy/diagrams_942.dot b/train/diagrams/easy/diagrams_942.dot new file mode 100644 index 0000000000000000000000000000000000000000..02570db380c55ec9170d3670d3931887d1822fbf --- /dev/null +++ b/train/diagrams/easy/diagrams_942.dot @@ -0,0 +1,22 @@ +digraph { + rankdir=TB + N0 [label="Repatriation of Artifacts" color="#80DDEA" fillcolor="#D3F7F9" shape=diamond style=filled] + N1 [label="Traditional Knowledge Documentation" color="#03A9F4" fillcolor="#B3E5FC" shape=ellipse style=filled] + N2 [label="Disaster Preparedness for Heritage" color="#03A9F4" fillcolor="#B3E5FC" shape=multipledocuments style=filled] + N3 [label="Conservation Science" color="#03A9F4" fillcolor="#B3E5FC" shape=vnode_shape style=filled] + N4 [label="Legal Protection for Heritage" color="#4FC3F7" fillcolor="#E1F5FE" shape=ellipse style=filled] + N5 [label="Risk Assessment for Heritage" color="#80DDEA" fillcolor="#D3F7F9" shape=multipledocuments style=filled] + N6 [label="World Heritage Site Management" color="#4FC3F7" fillcolor="#E1F5FE" shape=diamond style=filled] + N7 [label="Illicit Trafficking Control" color="#80DDEA" fillcolor="#D3F7F9" shape=rect style=filled] + N8 [label="Public Education Programs" color="#80DDEA" fillcolor="#D3F7F9" shape=inputoutput style=filled] + N0 -> N1 [color="#4FC3F7" penwidth=1.5 style=solid label="languages_revitalizes" dir=forward] + N1 -> N2 [color="#80DDEA" penwidth=1.5 style=dashed dir=forward] + N2 -> N3 [color="#80DDEA" penwidth=1.5 style=dashed label="promotes" dir=forward] + N3 -> N4 [color="#03A9F4" penwidth=1.5 style=solid dir=forward] + N4 -> N5 [color="#03A9F4" penwidth=1.5 style=solid label="community_participates" dir=forward] + N5 -> N6 [color="#03A9F4" penwidth=1.5 style=solid dir=forward] + N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] + N7 -> N8 [color="#03A9F4" penwidth=1.5 style=solid label="restores" dir=forward] + N7 -> N2 [color="#4FC3F7" penwidth=1.5 style=dashed label="catalogs" dir=forward] + N6 -> N5 [color="#80DDEA" penwidth=1.5 style=solid dir=forward] +} \ No newline at end of file diff --git a/train/diagrams/easy/diagrams_943.txt b/train/diagrams/easy/diagrams_943.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f5649031e8985107fcad98d599b5a7825a65c25 --- /dev/null +++ b/train/diagrams/easy/diagrams_943.txt @@ -0,0 +1,9 @@ +<3D Scanning of Artifacts, traditions_sustains, Traditional Knowledge Documentation> +<Cultural Tourism Development, connectedTo, World Heritage Site Management> +<Exhibition Curation, digitizes, 3D Scanning of Artifacts> +<GIS Mapping for Heritage Sites, connectedTo, Restoration Techniques> +<GIS Mapping for Heritage Sites, displays, Legal Protection for Heritage> +<Legal Protection for Heritage, visualizes, Digital Documentation> +<Restoration Techniques, manages, Cultural Tourism Development> +<Traditional Knowledge Documentation, connectedTo, GIS Mapping for Heritage Sites> +<World Heritage Site Management, connectedTo, Legal Protection for Heritage> diff --git a/train/diagrams/easy/diagrams_95.txt b/train/diagrams/easy/diagrams_95.txt new file mode 100644 index 0000000000000000000000000000000000000000..2008c51bff1729563cd679090bc15691a279a43d --- /dev/null +++ b/train/diagrams/easy/diagrams_95.txt @@ -0,0 +1,13 @@ +<Activity Booking, entertains, Travel Blog Creation> +<Airport Transfer, connectedTo, Duty_Free Shopping> +<Airport Transfer, recommends, Flight Booking> +<Cultural Immersion Program, assigns, Trip Sharing> +<Cultural Immersion Program, visits, Flight Booking> +<Flight Booking, connectedTo, Duty_Free Shopping> +<Group Tour Coordination, applies, Museum Visit> +<Museum Visit, guides, Cultural Immersion Program> +<Spa Appointment, connectedTo, Airport Transfer> +<Tour Guide Assignment, discovers, Spa Appointment> +<Tourist Information Desk, sustains, Tour Guide Assignment> +<Travel Blog Creation, connectedTo, Tourist Information Desk> +<Trip Sharing, regulates, Activity Booking> diff --git a/train/diagrams/easy/diagrams_952.txt b/train/diagrams/easy/diagrams_952.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf9198c3bd5dff368496e1a54aaef3722a4edb5 --- /dev/null +++ b/train/diagrams/easy/diagrams_952.txt @@ -0,0 +1,9 @@ +<Artificial Cells, models, Cell_Free Systems> +<Artificial Cells, systems_develops, Regulatory Frameworks> +<Bio_logic Gates, connectedTo, Artificial Cells> +<Biofoundry Operations, regulates, Regulatory Frameworks> +<Biofuel Production, modifies, Bio_logic Gates> +<Biosecurity Protocols, connectedTo, Biofoundry Operations> +<Regulatory Frameworks, connectedTo, Biofuel Production> +<Sustainable Chemical Production, builds, Bio_logic Gates> +<Sustainable Chemical Production, connectedTo, Biosecurity Protocols> diff --git a/train/diagrams/easy/diagrams_954.txt b/train/diagrams/easy/diagrams_954.txt new file mode 100644 index 0000000000000000000000000000000000000000..83281980132fc2887c49b7a94b2259cba4b9cee9 --- /dev/null +++ b/train/diagrams/easy/diagrams_954.txt @@ -0,0 +1,11 @@ +<Adaptive Learning Systems, assesses, Curriculum Digitization> +<Curriculum Digitization, integrates, Massive Open Online Courses> +<Curriculum Digitization, robotics_integrates, Personalized Learning Paths> +<Educational Robotics, connectedTo, Virtual Reality in Education> +<Massive Open Online Courses, connectedTo, Educational Robotics> +<Parent Engagement Tools, connectedTo, Professional Development for Educators> +<Professional Development for Educators, connectedTo, Virtual Classrooms> +<Professional Development for Educators, simulates, Personalized Learning Paths> +<Remote Learning Solutions, privacy_protects, Massive Open Online Courses> +<Virtual Classrooms, connectedTo, Remote Learning Solutions> +<Virtual Reality in Education, learning_gamifies, Adaptive Learning Systems> diff --git a/train/diagrams/easy/diagrams_955.txt b/train/diagrams/easy/diagrams_955.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f718b7ff9d6ea4c339e36898dfdfe8118dbf4fc --- /dev/null +++ b/train/diagrams/easy/diagrams_955.txt @@ -0,0 +1,11 @@ +<Adaptive Learning Systems, complies, Virtual Classrooms> +<Assessment Tools, AI_applies, Educational Apps Development> +<Competency_Based Learning Platforms, learning_gamifies, Virtual Classrooms> +<Competency_Based Learning Platforms, tracks, Remote Learning Solutions> +<EdTech Hardware Solutions, connectedTo, Open Educational Resources> +<Educational Apps Development, evaluates, EdTech Hardware Solutions> +<Educational Robotics, connectedTo, Adaptive Learning Systems> +<Open Educational Resources, content_generates, E_Learning Platform Design> +<Remote Learning Solutions, connectedTo, Student Performance Tracking> +<Student Performance Tracking, connectedTo, Assessment Tools> +<Virtual Classrooms, connectedTo, Competency_Based Learning Platforms> diff --git a/train/diagrams/easy/diagrams_959.txt b/train/diagrams/easy/diagrams_959.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ad3bfb6bde2b5fc2b7e0c969642413f54bbc0ae --- /dev/null +++ b/train/diagrams/easy/diagrams_959.txt @@ -0,0 +1,8 @@ +<Accessibility in EdTech, connectedTo, Virtual Reality in Education> +<Blockchain for Educational Credentials, connectedTo, Assessment Tools> +<Collaborative Learning Platforms, tools_provides, Educational Apps Development> +<Educational Apps Development, connectedTo, Blockchain for Educational Credentials> +<Online Tutoring Platforms, connectedTo, Accessibility in EdTech> +<Online Tutoring Platforms, teachers_trains, Blockchain for Educational Credentials> +<Social_Emotional Learning Tools, administrators_assists, Collaborative Learning Platforms> +<Virtual Reality in Education, connectedTo, Social_Emotional Learning Tools> diff --git a/train/diagrams/easy/diagrams_960.dot b/train/diagrams/easy/diagrams_960.dot new file mode 100644 index 0000000000000000000000000000000000000000..f2e97ad3db44d38612a228463f8d8b78440ec6e6 --- /dev/null +++ b/train/diagrams/easy/diagrams_960.dot @@ -0,0 +1,28 @@ +digraph { + rankdir=BT + N0 [label="Blockchain for Educational Credentials" color="#4DD0E1" fillcolor="#C9F0F0" shape=box style=filled] + N1 [label="Cybersecurity for EdTech" color="#D3EB9F" fillcolor="#F8FDD3" shape=database style=filled] + N2 [label="Open Educational Resources" color="#D3EB9F" fillcolor="#F8FDD3" shape=parallelogram style=filled] + N3 [label="Adaptive Learning Systems" color="#4DD0E1" fillcolor="#C9F0F0" shape=multipledocuments style=filled] + N4 [label="Parent Engagement Tools" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] + N5 [label="Student Performance Tracking" color="#D3EB9F" fillcolor="#F8FDD3" shape=parallelogram style=filled] + N6 [label="EdTech Hardware Solutions" color="#4DD0E1" fillcolor="#C9F0F0" shape=multipledocuments style=filled] + N7 [label="Assessment Tools" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] + N8 [label="Collaborative Learning Platforms" color="#D3EB9F" fillcolor="#F8FDD3" shape=document style=filled] + N9 [label="Machine Learning for Learning Analytics" color="#795548" fillcolor="#D7CCC8" shape=predefinedprocess style=filled] + N10 [label="Personalized Learning Paths" color="#795548" fillcolor="#D7CCC8" shape=box style=filled] + N11 [label="Gamified Learning" color="#4DD0E1" fillcolor="#C9F0F0" shape=action style=filled] + N0 -> N1 [color="#D3EB9F" penwidth=1.5 style=dashed label="tools_provides" dir=forward] + N1 -> N2 [color="#4DD0E1" penwidth=1.5 style=dashed label="integrates" dir=forward] + N2 -> N3 [color="#D3EB9F" penwidth=1.5 style=solid label="manages" dir=forward] + N3 -> N4 [color="#795548" penwidth=1.5 style=solid label="evaluates" dir=forward] + N4 -> N5 [color="#D3EB9F" penwidth=1.5 style=solid label="audits" dir=forward] + N5 -> N6 [color="#795548" penwidth=1.5 style=solid label="implements" dir=forward] + N6 -> N7 [color="#795548" penwidth=1.5 style=dashed label="adaptive_learning_enables" dir=forward] + N7 -> N8 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N8 -> N9 [color="#795548" penwidth=1.5 style=dashed dir=forward] + N9 -> N10 [color="#D3EB9F" penwidth=1.5 style=dashed dir=forward] + N10 -> N11 [color="#795548" penwidth=1.5 style=solid label="learning_gamifies" dir=forward] + N11 -> N10 [color="#000000" penwidth=1.5 style=solid label="AR or VR_uses" dir=forward] + N7 -> N3 [color="#795548" penwidth=1.5 style=dashed dir=forward] +} \ No newline at end of file diff --git a/train/mermaid/hard/mermaid_1.png b/train/mermaid/hard/mermaid_1.png new file mode 100644 index 0000000000000000000000000000000000000000..05753fd1d9ed2ec43b9aa8e6378587960de24447 --- /dev/null +++ b/train/mermaid/hard/mermaid_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d7c56dad6e7a922835f114d98c8234aebab5207bcb7374b093eebd1937a451 +size 238911 diff --git a/train/mermaid/hard/mermaid_102.png b/train/mermaid/hard/mermaid_102.png new file mode 100644 index 0000000000000000000000000000000000000000..ac3dde2122e4bc33ee0b0a92f02928c59ac3b05a --- /dev/null +++ b/train/mermaid/hard/mermaid_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee4a512e91df1290de1c794e2c7cbb21de6663e4c2233ed836ffc805c9911e3 +size 167051 diff --git a/train/mermaid/hard/mermaid_104.png b/train/mermaid/hard/mermaid_104.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ad59e06faddfa5b78c7b1dcfb8ddf04a39ef69 --- /dev/null +++ b/train/mermaid/hard/mermaid_104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f816bcb3d9203dfc8c95d206dc87e016d971334dd0c684543d5509335e940b4 +size 438929 diff --git a/train/mermaid/hard/mermaid_105.png b/train/mermaid/hard/mermaid_105.png new file mode 100644 index 0000000000000000000000000000000000000000..f1bb001ae28ff6f4d73157a63c085e522328a702 --- /dev/null +++ b/train/mermaid/hard/mermaid_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca4107221b5b5a78a61803b57e75e27aaba03c7f3628e3c0542cdd9caae0041 +size 459669 diff --git a/train/mermaid/hard/mermaid_106.png b/train/mermaid/hard/mermaid_106.png new file mode 100644 index 0000000000000000000000000000000000000000..10f211d699276de82801131aad248bc6a4af773c --- /dev/null +++ b/train/mermaid/hard/mermaid_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e724313059b3c81dcf86b30de31c8b2692aeab764f221918c4799d83e8cb2732 +size 308938 diff --git a/train/mermaid/hard/mermaid_107.png b/train/mermaid/hard/mermaid_107.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7b689e0a31ae2c8959e9ed5ab64f5ef02ad0d3 --- /dev/null +++ b/train/mermaid/hard/mermaid_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f12dbae08b587d6b74903ba20a81710f21393e312cc346bac652eb72b3feca +size 553871 diff --git a/train/mermaid/hard/mermaid_109.png b/train/mermaid/hard/mermaid_109.png new file mode 100644 index 0000000000000000000000000000000000000000..b47c15b7d928ab9beb7c2128d8d3d98a1dc48438 --- /dev/null +++ b/train/mermaid/hard/mermaid_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e82da2c332297d1878e46eb38fd85c172b7b5fc267a11fcb39df2e589ac5b0 +size 413136 diff --git a/train/mermaid/hard/mermaid_110.png b/train/mermaid/hard/mermaid_110.png new file mode 100644 index 0000000000000000000000000000000000000000..c0403a60c8102c4fbbaa2732053c58f10b3e0968 --- /dev/null +++ b/train/mermaid/hard/mermaid_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b636eb74c89ecdbf9262dd5d5ee93944d40b73b747dd4ca55c2ccbd4fcd5d9 +size 177236 diff --git a/train/mermaid/hard/mermaid_114.png b/train/mermaid/hard/mermaid_114.png new file mode 100644 index 0000000000000000000000000000000000000000..52c2916db5c4e590045554a920c62dc787ad1107 --- /dev/null +++ b/train/mermaid/hard/mermaid_114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2157757331e9d787a0c76a6d67f863b2ca1bf3ab54786c814b1a75a79a805c +size 544798 diff --git a/train/mermaid/hard/mermaid_119.png b/train/mermaid/hard/mermaid_119.png new file mode 100644 index 0000000000000000000000000000000000000000..8a8a9e6933762b840a052cae678c7b241dad44fa --- /dev/null +++ b/train/mermaid/hard/mermaid_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ed65b3b00b64003cc28811140699ac8eb8e7d4a3b9ab2f9702f0b9e93d5cb5 +size 223767 diff --git a/train/mermaid/hard/mermaid_12.png b/train/mermaid/hard/mermaid_12.png new file mode 100644 index 0000000000000000000000000000000000000000..46cf05634ed1cd95a1341eb9fd14e71f34b13276 --- /dev/null +++ b/train/mermaid/hard/mermaid_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618214146616c3d491e35d95f7bd73912b5be8cb3c1a3e201996ceddfb2119df +size 495917 diff --git a/train/mermaid/hard/mermaid_120.png b/train/mermaid/hard/mermaid_120.png new file mode 100644 index 0000000000000000000000000000000000000000..5f2412bd12584afbf91460a6c27401c9f6173c08 --- /dev/null +++ b/train/mermaid/hard/mermaid_120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adf6ab2c90816f6d8f80cd85de9362e8ede9658e0ec74299a60371d38c8e8b1 +size 216754 diff --git a/train/mermaid/hard/mermaid_121.png b/train/mermaid/hard/mermaid_121.png new file mode 100644 index 0000000000000000000000000000000000000000..fbceba5e2204dcb703fb89c752a286b775269a90 --- /dev/null +++ b/train/mermaid/hard/mermaid_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1be6f8efd0f553c3e001c8e192594307014ea47cd23149e891355573b75e011 +size 139459 diff --git a/train/mermaid/hard/mermaid_126.png b/train/mermaid/hard/mermaid_126.png new file mode 100644 index 0000000000000000000000000000000000000000..5c27240b596b445259cb618ebe4947b653020dbe --- /dev/null +++ b/train/mermaid/hard/mermaid_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea49727daa1ed16c2c2109e3c71f30abb39e96f58c5f48a6ea28af37e5f7af28 +size 263078 diff --git a/train/mermaid/hard/mermaid_128.png b/train/mermaid/hard/mermaid_128.png new file mode 100644 index 0000000000000000000000000000000000000000..3769c90a7faa883668dafb987302e9d3f6fc07af --- /dev/null +++ b/train/mermaid/hard/mermaid_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d2be2d46e775231f8973a4560657409e45ac44dbebc98d128076a6712556d +size 203542 diff --git a/train/mermaid/hard/mermaid_129.png b/train/mermaid/hard/mermaid_129.png new file mode 100644 index 0000000000000000000000000000000000000000..8d85ee14af76fd1a239399d9ff5de33e23f46b06 --- /dev/null +++ b/train/mermaid/hard/mermaid_129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dae8e0f74ea4408b644315ebaa03e8fb8b7b03531c208c8d0b9a404b12ddd0 +size 231277 diff --git a/train/mermaid/hard/mermaid_13.png b/train/mermaid/hard/mermaid_13.png new file mode 100644 index 0000000000000000000000000000000000000000..da6e7d7c3938d688bf7ec410b866926edcbd8899 --- /dev/null +++ b/train/mermaid/hard/mermaid_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a6e276afb764dc87d2cc7d15ab2e65117f575f919ae8d6dd4a55712e0443e1 +size 253743 diff --git a/train/mermaid/hard/mermaid_130.png b/train/mermaid/hard/mermaid_130.png new file mode 100644 index 0000000000000000000000000000000000000000..3ecc892d5d85e2ada7d699057313de1e67ed4623 --- /dev/null +++ b/train/mermaid/hard/mermaid_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013d225c1c7f7957543aded8371349865196153cbc4d1ffaaaed4e26f02d12b0 +size 524181 diff --git a/train/mermaid/hard/mermaid_134.png b/train/mermaid/hard/mermaid_134.png new file mode 100644 index 0000000000000000000000000000000000000000..11ed2cbe17dc0e73c4963fa1f215215100e8be17 --- /dev/null +++ b/train/mermaid/hard/mermaid_134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0edfb1001c3f7b09fc826db580b5f571de6dd852b894b5062389b8ef08954a2 +size 180284 diff --git a/train/mermaid/hard/mermaid_135.png b/train/mermaid/hard/mermaid_135.png new file mode 100644 index 0000000000000000000000000000000000000000..6c563bda052d31395246ac6b624828a0314ab76d --- /dev/null +++ b/train/mermaid/hard/mermaid_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981dc3c87ce42f64f02e74a509da85038923ed8300e371ee83aba660fba3b0fd +size 382295 diff --git a/train/mermaid/hard/mermaid_140.png b/train/mermaid/hard/mermaid_140.png new file mode 100644 index 0000000000000000000000000000000000000000..886df8a67b1350086799564fa36d6b2a4d41daad --- /dev/null +++ b/train/mermaid/hard/mermaid_140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950e527365c74184d4b9d2eee4e65ceafa48fe3817f89efefffe023939a1487a +size 164986 diff --git a/train/mermaid/hard/mermaid_143.png b/train/mermaid/hard/mermaid_143.png new file mode 100644 index 0000000000000000000000000000000000000000..c8216a79e48fa0d150953b89361301a4ba3023f5 --- /dev/null +++ b/train/mermaid/hard/mermaid_143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0986e1431d8459ead6018f4fa6af4aa568f663f73f137f7f992d42fb4b0dae +size 220492 diff --git a/train/mermaid/hard/mermaid_146.png b/train/mermaid/hard/mermaid_146.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7e46384635a969dd56504268c98625fa2a649f --- /dev/null +++ b/train/mermaid/hard/mermaid_146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463662144b72c8a107b0d3c2226bff4c03f2756561d41dcb60c711e53b4aef98 +size 205843 diff --git a/train/mermaid/hard/mermaid_147.png b/train/mermaid/hard/mermaid_147.png new file mode 100644 index 0000000000000000000000000000000000000000..01591e1eafc2f929f54d9edadbf19679fdfb16d7 --- /dev/null +++ b/train/mermaid/hard/mermaid_147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d871618519621b32208a14aa44ed42c848c9e9449aa0519ebff828b78588b4b9 +size 268493 diff --git a/train/mermaid/hard/mermaid_148.png b/train/mermaid/hard/mermaid_148.png new file mode 100644 index 0000000000000000000000000000000000000000..cad710d18915d83d0ec1f2f678de8c36c874b4e5 --- /dev/null +++ b/train/mermaid/hard/mermaid_148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2cd7487c48627cce06825e0fc5ed41f9b56a7ebee28e4dd965dded5ce3f6be +size 390543 diff --git a/train/mermaid/hard/mermaid_150.png b/train/mermaid/hard/mermaid_150.png new file mode 100644 index 0000000000000000000000000000000000000000..3f393d50466d4697b75ab8dc7d2a6527a8813549 --- /dev/null +++ b/train/mermaid/hard/mermaid_150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c4810e14e769fdc20fa3087bc64938772791c740c93dbe880f0860c5862752 +size 552378 diff --git a/train/mermaid/hard/mermaid_151.png b/train/mermaid/hard/mermaid_151.png new file mode 100644 index 0000000000000000000000000000000000000000..4da8dfd2a7b41a5816af6cc0d0ea60454616378d --- /dev/null +++ b/train/mermaid/hard/mermaid_151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27af8fc12118be4c1387a5a24046fd4988d2e8b0b9de905f4f07f5a197bf339 +size 185527 diff --git a/train/mermaid/hard/mermaid_152.png b/train/mermaid/hard/mermaid_152.png new file mode 100644 index 0000000000000000000000000000000000000000..bd472a00641c163efbb62c6ce07c8833e86f7ace --- /dev/null +++ b/train/mermaid/hard/mermaid_152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef4279e61b6ff7f0ba4cf60f63c5a49b3d58b149dbd5660bab7b4642da0b266 +size 446715 diff --git a/train/mermaid/hard/mermaid_153.png b/train/mermaid/hard/mermaid_153.png new file mode 100644 index 0000000000000000000000000000000000000000..7556d470458a016efd75c52df5db9b91f4ae4ea9 --- /dev/null +++ b/train/mermaid/hard/mermaid_153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ea182723cc6785aa4cc837652e9d240644a716714517452c06adb0df39a1d0 +size 626090 diff --git a/train/mermaid/hard/mermaid_154.png b/train/mermaid/hard/mermaid_154.png new file mode 100644 index 0000000000000000000000000000000000000000..6979f8cf08b2eb81a9f41a76168ce7aafed6df0d --- /dev/null +++ b/train/mermaid/hard/mermaid_154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8dc942f8b9b3ab0655a89ace481bd36e1d02fc73ab98a293c637fb250c2be7 +size 487166 diff --git a/train/mermaid/hard/mermaid_155.png b/train/mermaid/hard/mermaid_155.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c6b95239db577e201b4af103087bbaac867745 --- /dev/null +++ b/train/mermaid/hard/mermaid_155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2a0e074fef97f69c3a409947767ef05c027c5b46474e6f9aecd3c101284ada +size 188192 diff --git a/train/mermaid/hard/mermaid_158.png b/train/mermaid/hard/mermaid_158.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b286e006c5e9934d4afd1dc6d58a68c41b6496 --- /dev/null +++ b/train/mermaid/hard/mermaid_158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409fd3e14ccc63cbaf70ddfedb4bd83569559ebb3d074b4ecdaf50638695b91d +size 372485 diff --git a/train/mermaid/hard/mermaid_16.png b/train/mermaid/hard/mermaid_16.png new file mode 100644 index 0000000000000000000000000000000000000000..b947fca28fa1c233d8037228e4b3d79fe9238610 --- /dev/null +++ b/train/mermaid/hard/mermaid_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb4c53df6c67b22a2c14eac691ca76652f192e0d2234a304ed4a7fd22dca822 +size 391988 diff --git a/train/mermaid/hard/mermaid_161.png b/train/mermaid/hard/mermaid_161.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7d85c84e2c81ef103b3d78188a34b159828b8f --- /dev/null +++ b/train/mermaid/hard/mermaid_161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53862689a1e1b55ba8dbb7df21be8b1ddece97e2aa4301e0340c128f549a01a8 +size 304388 diff --git a/train/mermaid/hard/mermaid_162.png b/train/mermaid/hard/mermaid_162.png new file mode 100644 index 0000000000000000000000000000000000000000..204fa3eb51b9a94fbf9ee5cfcead140b1ddcf586 --- /dev/null +++ b/train/mermaid/hard/mermaid_162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfab83e42d5beec2a9c521bc8cab63412fda9c6473c34624c800eab9f74ae463 +size 197697 diff --git a/train/mermaid/hard/mermaid_165.png b/train/mermaid/hard/mermaid_165.png new file mode 100644 index 0000000000000000000000000000000000000000..028c35eed66f42d868a2be24b374513a0dda8520 --- /dev/null +++ b/train/mermaid/hard/mermaid_165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ba1c2600050b7117d23417356c7f939bcd144c5b577ed84dcaa2e3bbab3cdc +size 300614 diff --git a/train/mermaid/hard/mermaid_168.png b/train/mermaid/hard/mermaid_168.png new file mode 100644 index 0000000000000000000000000000000000000000..bf50d3f97d8793c2875aeea1589dbf7b550e928f --- /dev/null +++ b/train/mermaid/hard/mermaid_168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0712714e1c1bae4c2e2d070928ff2d4ac70cb5f0d692292412ff0dc6149783a9 +size 347296 diff --git a/train/mermaid/hard/mermaid_169.png b/train/mermaid/hard/mermaid_169.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8b2b1c606572f687ec66c2e37b3bc4c8b0e6e9 --- /dev/null +++ b/train/mermaid/hard/mermaid_169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77825749c29f16ab5a96f88ca962bce605f2ee952cd622cfb349ffb8d20a9f99 +size 255307 diff --git a/train/mermaid/hard/mermaid_170.png b/train/mermaid/hard/mermaid_170.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca0f41e3eabff6f0596a1588fc16df1be89ecb3 --- /dev/null +++ b/train/mermaid/hard/mermaid_170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a93ba6d4e5f4c9c0b4bd81474affd7dd39e37edec1b9cd31a9ff47e42bb53ab +size 140945 diff --git a/train/mermaid/hard/mermaid_172.png b/train/mermaid/hard/mermaid_172.png new file mode 100644 index 0000000000000000000000000000000000000000..84fb821c5ffa00df618667ff7f6789f9e9fe7472 --- /dev/null +++ b/train/mermaid/hard/mermaid_172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e5775f9d0156190e44e5d62d5d2cb50cc3de191aa6e3579631423d09b8441f +size 375295 diff --git a/train/mermaid/hard/mermaid_173.png b/train/mermaid/hard/mermaid_173.png new file mode 100644 index 0000000000000000000000000000000000000000..a40e1913e49685a4c76c0aa67f81e7c2a1c9b744 --- /dev/null +++ b/train/mermaid/hard/mermaid_173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1d462fbfd5a86ef670293c6270b9c5bfa78ac3092e649b16043dba02782566 +size 443853 diff --git a/train/mermaid/hard/mermaid_176.png b/train/mermaid/hard/mermaid_176.png new file mode 100644 index 0000000000000000000000000000000000000000..f5cea522dce338fa7cf8efe7dd6d42dda50137f9 --- /dev/null +++ b/train/mermaid/hard/mermaid_176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0922f19d11266657b8319638bb1ab67c04ee5eaca9e37960fc5e2210c9a18d +size 579815 diff --git a/train/mermaid/hard/mermaid_18.png b/train/mermaid/hard/mermaid_18.png new file mode 100644 index 0000000000000000000000000000000000000000..8506aad7d31de3e8513f18e20522281c971bfe95 --- /dev/null +++ b/train/mermaid/hard/mermaid_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766563215bf7d21f5b301bbd96e7eca2c0569b7e69a6eef96b77ccedff71b885 +size 340188 diff --git a/train/mermaid/hard/mermaid_181.png b/train/mermaid/hard/mermaid_181.png new file mode 100644 index 0000000000000000000000000000000000000000..487000649175b1d51196883f98cc9499c5e0303d --- /dev/null +++ b/train/mermaid/hard/mermaid_181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15c4cf0527a25c33b422ba5744d4cc4eab7f7fcf261589b01344cd84f91d15b +size 195645 diff --git a/train/mermaid/hard/mermaid_184.png b/train/mermaid/hard/mermaid_184.png new file mode 100644 index 0000000000000000000000000000000000000000..4127443ebe16b6aee2ee426c37a741308926c239 --- /dev/null +++ b/train/mermaid/hard/mermaid_184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762eb9cb424f116b62a0deb7be2649d89bf85621423607006651b02f33142ff9 +size 217297 diff --git a/train/mermaid/hard/mermaid_187.png b/train/mermaid/hard/mermaid_187.png new file mode 100644 index 0000000000000000000000000000000000000000..774dce72edbf79ee9ade2714e248315ea8fb433b --- /dev/null +++ b/train/mermaid/hard/mermaid_187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f1e9ab7927098d065a562c9530f0f30b9f46a185a2fb85afc29834c78e7f1e +size 527338 diff --git a/train/mermaid/hard/mermaid_188.png b/train/mermaid/hard/mermaid_188.png new file mode 100644 index 0000000000000000000000000000000000000000..67a3d0620c19c580e0e988a860580478b836f0ff --- /dev/null +++ b/train/mermaid/hard/mermaid_188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18aa26843221df119913bbada849bcc66dd494f75542c504c94b5fab16552f67 +size 186383 diff --git a/train/mermaid/hard/mermaid_19.png b/train/mermaid/hard/mermaid_19.png new file mode 100644 index 0000000000000000000000000000000000000000..11b988856c5a4de49ade31cac57e59cd683910c5 --- /dev/null +++ b/train/mermaid/hard/mermaid_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd288a8323eb2b6c18a93e176bea2da9d2a7fadfbd0058ec3d31bfa4a68c0c96 +size 417918 diff --git a/train/mermaid/hard/mermaid_191.png b/train/mermaid/hard/mermaid_191.png new file mode 100644 index 0000000000000000000000000000000000000000..1771635f9c1f523697bd96d12ade13e4ee93664d --- /dev/null +++ b/train/mermaid/hard/mermaid_191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2db178e46cbad3f4cb96a798dd7fd21ee97b8af4c51598594b522e0d2e9346 +size 434028 diff --git a/train/mermaid/hard/mermaid_192.png b/train/mermaid/hard/mermaid_192.png new file mode 100644 index 0000000000000000000000000000000000000000..c06aef98ec53e808934fb88d97162cc7bb28a44d --- /dev/null +++ b/train/mermaid/hard/mermaid_192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9915e7b8be5a66a0a828b4fc1cab4d55064a39aaabc876066a210cbde963e291 +size 446686 diff --git a/train/mermaid/hard/mermaid_196.png b/train/mermaid/hard/mermaid_196.png new file mode 100644 index 0000000000000000000000000000000000000000..a4d0f1e6550ba7341c09ed2b731a681d901a8c81 --- /dev/null +++ b/train/mermaid/hard/mermaid_196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290ddc5f17f49ebcc5ead03e728db60c3a48646228be6bb71dba70c74ec5f1b +size 502830 diff --git a/train/mermaid/hard/mermaid_197.png b/train/mermaid/hard/mermaid_197.png new file mode 100644 index 0000000000000000000000000000000000000000..82fd9dc4a3397ce3e90580d4d076c864dbd89f2f --- /dev/null +++ b/train/mermaid/hard/mermaid_197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556f1aacd425d32ace088b5ec4d2ef21bda3a92d33d2d046da4e2aae16edd6f1 +size 419867 diff --git a/train/mermaid/hard/mermaid_198.png b/train/mermaid/hard/mermaid_198.png new file mode 100644 index 0000000000000000000000000000000000000000..c939ae032a077694b95363cba45d9eac7750ffee --- /dev/null +++ b/train/mermaid/hard/mermaid_198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b6dbdc241ec84bffb8d2d6503deb9bdb3079365cb920aff3766e6c61800ff4 +size 148334 diff --git a/train/mermaid/hard/mermaid_199.png b/train/mermaid/hard/mermaid_199.png new file mode 100644 index 0000000000000000000000000000000000000000..5466cee91485d8cbe48d878250dd13320627cf26 --- /dev/null +++ b/train/mermaid/hard/mermaid_199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa15879e5ee2465ebfda4d74c6131abaed9f222e93c6f91d894fc656e5de73a9 +size 536120 diff --git a/train/mermaid/hard/mermaid_200.png b/train/mermaid/hard/mermaid_200.png new file mode 100644 index 0000000000000000000000000000000000000000..a6263297c401747e0093bc7dda1c66cbe9b4467a --- /dev/null +++ b/train/mermaid/hard/mermaid_200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34896a04be2aea8fec48acc6cf9c2fc545539cc73e852295285f66a99ca1a9c2 +size 300531 diff --git a/train/mermaid/hard/mermaid_201.png b/train/mermaid/hard/mermaid_201.png new file mode 100644 index 0000000000000000000000000000000000000000..42403d167a9c1c8feeffce7d880dd5f840845008 --- /dev/null +++ b/train/mermaid/hard/mermaid_201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7ec3f8192eeafcf8af5cdd471fe709f20a04291c1ae02436a50df03e639cb6 +size 483134 diff --git a/train/mermaid/hard/mermaid_206.png b/train/mermaid/hard/mermaid_206.png new file mode 100644 index 0000000000000000000000000000000000000000..177ff123e2f962de93c2a2a1e926f828f7b88907 --- /dev/null +++ b/train/mermaid/hard/mermaid_206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99d13d19c328ed5c91fa4120fddbf311b74892457df5b85ce0a6fd210382309 +size 461234 diff --git a/train/mermaid/hard/mermaid_21.png b/train/mermaid/hard/mermaid_21.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbdfd03aae9252ef62babef6c46fd4c2104c0ab --- /dev/null +++ b/train/mermaid/hard/mermaid_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604f668e8b8b8827c88a072a7ca995739e665979e14ec8e0ac0d41c5b66434d9 +size 482696 diff --git a/train/mermaid/hard/mermaid_211.png b/train/mermaid/hard/mermaid_211.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0fe99734c8f0f5490e7976bf25139cd5033931 --- /dev/null +++ b/train/mermaid/hard/mermaid_211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7239bc8ef7b5a41685d2d7a1947165e80ad65e7e1165d9262a71c5c7367e5660 +size 461489 diff --git a/train/mermaid/hard/mermaid_213.png b/train/mermaid/hard/mermaid_213.png new file mode 100644 index 0000000000000000000000000000000000000000..efd195bfe57735f53587ae1f324eee520197d798 --- /dev/null +++ b/train/mermaid/hard/mermaid_213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866d776015464208ac9f4f817616c8a33b6bb8294c066ef64f53418e1087e8f7 +size 259353 diff --git a/train/mermaid/hard/mermaid_215.png b/train/mermaid/hard/mermaid_215.png new file mode 100644 index 0000000000000000000000000000000000000000..d4acaae8804f4e832b676f0ba5036848fdab03f8 --- /dev/null +++ b/train/mermaid/hard/mermaid_215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b615d00363eb0b081b7accce35156f94700a71443237aa7745a1d37a3cf320 +size 526407 diff --git a/train/mermaid/hard/mermaid_216.png b/train/mermaid/hard/mermaid_216.png new file mode 100644 index 0000000000000000000000000000000000000000..f20b4a61b4a2097bf2cf1409bc0d8f0d9cb37f37 --- /dev/null +++ b/train/mermaid/hard/mermaid_216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356c1953667bab2e2d78cee213fbd973f1941a10bdfd6ba1e969baa1eee223a7 +size 372779 diff --git a/train/mermaid/hard/mermaid_218.png b/train/mermaid/hard/mermaid_218.png new file mode 100644 index 0000000000000000000000000000000000000000..c89225727486dd891eb65f4e579ee966b2390c6f --- /dev/null +++ b/train/mermaid/hard/mermaid_218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625fe9fa7a64e7f4ae5628e1bd0054e3a1c79b2f34179e4f7eeb3ecfd369c8e0 +size 322855 diff --git a/train/mermaid/hard/mermaid_22.png b/train/mermaid/hard/mermaid_22.png new file mode 100644 index 0000000000000000000000000000000000000000..24e0b9f2ea1c0bdb5dd7b35c1796bd1590bb170e --- /dev/null +++ b/train/mermaid/hard/mermaid_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe838e173f21680700700e285ab29597972e39685a2166d2f6af620cb0647018 +size 420313 diff --git a/train/mermaid/hard/mermaid_221.png b/train/mermaid/hard/mermaid_221.png new file mode 100644 index 0000000000000000000000000000000000000000..bbed3c5711c2026326bb3cebae408225846ffc19 --- /dev/null +++ b/train/mermaid/hard/mermaid_221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c5f4c3a3ce5f58f0469699a88bf0f53336b359dbc18f9d733f2e1d18864448 +size 296101 diff --git a/train/mermaid/hard/mermaid_226.png b/train/mermaid/hard/mermaid_226.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2a1bcef2e9ff5eb67129a83df29300bcc1a153 --- /dev/null +++ b/train/mermaid/hard/mermaid_226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdb5628edf77208d82bf6af3ca1a7fdc872d2d5fb68315ff53cd4719a0c9ca9 +size 449332 diff --git a/train/mermaid/hard/mermaid_227.png b/train/mermaid/hard/mermaid_227.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5fab6342e4b4c264d5c8914c7d94e7e8038fe8 --- /dev/null +++ b/train/mermaid/hard/mermaid_227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdccf6e81f7a075ffbb89c9e7db0ff276540a37da96acc58e2ab412e78466933 +size 592698 diff --git a/train/mermaid/hard/mermaid_228.png b/train/mermaid/hard/mermaid_228.png new file mode 100644 index 0000000000000000000000000000000000000000..e42d5657897d5e73a67bce07d182ce1763e046e3 --- /dev/null +++ b/train/mermaid/hard/mermaid_228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bed5837bf51ea40a32bc7ebe496cd190a1e83f437f9adf1ea75b2824181cdbd +size 438832 diff --git a/train/mermaid/hard/mermaid_229.png b/train/mermaid/hard/mermaid_229.png new file mode 100644 index 0000000000000000000000000000000000000000..d12f4b3f5c97eb2967876f2550d8c737bd21cf94 --- /dev/null +++ b/train/mermaid/hard/mermaid_229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b28c60990f7a45db7acd6777890ee9b4b039ab27e73f78bf76c895900cf59cf +size 415755 diff --git a/train/mermaid/hard/mermaid_230.png b/train/mermaid/hard/mermaid_230.png new file mode 100644 index 0000000000000000000000000000000000000000..1a38fac6819c37949aa7dc92e7936cef26b7405c --- /dev/null +++ b/train/mermaid/hard/mermaid_230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5e9ba773e051ccd2f082be5eafeb9988a1b55a206bb834c6d0357f53623812 +size 467036 diff --git a/train/mermaid/hard/mermaid_232.png b/train/mermaid/hard/mermaid_232.png new file mode 100644 index 0000000000000000000000000000000000000000..6387e34039e2c4ce09fb19478bd9341202bbb0e6 --- /dev/null +++ b/train/mermaid/hard/mermaid_232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b1149af9db7e7b5cc055d1a696e75eed224f09d5dd7cb6b032c9fff8367326 +size 281154 diff --git a/train/mermaid/hard/mermaid_235.png b/train/mermaid/hard/mermaid_235.png new file mode 100644 index 0000000000000000000000000000000000000000..38ee981f290984d176ea6ae6ef262e9d3b639002 --- /dev/null +++ b/train/mermaid/hard/mermaid_235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bd113bf9754411e4786874ac68f2716dc474d98f6585539ced1e2cac2f4c25 +size 416120 diff --git a/train/mermaid/hard/mermaid_236.png b/train/mermaid/hard/mermaid_236.png new file mode 100644 index 0000000000000000000000000000000000000000..b97cc3e9fc7d123dbad5d06ff8f6c04cd46ba63b --- /dev/null +++ b/train/mermaid/hard/mermaid_236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c94bc8b931b72fb78eec984adf3e9fd6b10beaf114b609ada9219c0ff9ba2b +size 330391 diff --git a/train/mermaid/hard/mermaid_237.png b/train/mermaid/hard/mermaid_237.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce09ded6d4637b691d8c3a049d4102ba8ee4131 --- /dev/null +++ b/train/mermaid/hard/mermaid_237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4551eade7330f052eb8a1e8957e730f2a364af2254b03d0817f9ab892717dd32 +size 316127 diff --git a/train/mermaid/hard/mermaid_238.png b/train/mermaid/hard/mermaid_238.png new file mode 100644 index 0000000000000000000000000000000000000000..5a70a703c839d8d40762ba7b55ec71ed661b866e --- /dev/null +++ b/train/mermaid/hard/mermaid_238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80606ae05a770d8fe5199788ae00e422d677b6d153134165deb9d68074e49200 +size 215837 diff --git a/train/mermaid/hard/mermaid_239.png b/train/mermaid/hard/mermaid_239.png new file mode 100644 index 0000000000000000000000000000000000000000..278f6b42dd03a477443667d18ff2f9565c2b45ab --- /dev/null +++ b/train/mermaid/hard/mermaid_239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b631bccfba732d356c1960518b225bb40741eac252c234f3041354b6e620996 +size 496150 diff --git a/train/mermaid/hard/mermaid_24.png b/train/mermaid/hard/mermaid_24.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb0e6f99e13f4a40f925d2ea8e09becc681dfcd --- /dev/null +++ b/train/mermaid/hard/mermaid_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb54e3dfdf6ed088c3071cbcec7ebac17f9aa34a8318a65848eb6670f30745a3 +size 201047 diff --git a/train/mermaid/hard/mermaid_242.png b/train/mermaid/hard/mermaid_242.png new file mode 100644 index 0000000000000000000000000000000000000000..f22124240ed49793165b44708df373882563969e --- /dev/null +++ b/train/mermaid/hard/mermaid_242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c33e385fdd46ad4f46ec838e58f009d3a086ccd98953a77326e5fc716a8a1e +size 273262 diff --git a/train/mermaid/hard/mermaid_244.png b/train/mermaid/hard/mermaid_244.png new file mode 100644 index 0000000000000000000000000000000000000000..4d31160bf04de6f4966dbaa1e7a988e890ad459e --- /dev/null +++ b/train/mermaid/hard/mermaid_244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c2315e83f6806e0481093ea5b69e5884c195eace65f2708515afde2a7f2935 +size 262714 diff --git a/train/mermaid/hard/mermaid_245.png b/train/mermaid/hard/mermaid_245.png new file mode 100644 index 0000000000000000000000000000000000000000..09fdfa1f94683e0ac03668de91f2669925ed1444 --- /dev/null +++ b/train/mermaid/hard/mermaid_245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316f9ac011c7f7b91e8301da9b4b2650c38f59446eec7f58ba8dafa43dfa4562 +size 344439 diff --git a/train/mermaid/hard/mermaid_247.png b/train/mermaid/hard/mermaid_247.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb1c9ee248d5c7905028f230c0e95e1a61d07d7 --- /dev/null +++ b/train/mermaid/hard/mermaid_247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2142192b0e22ad0b3c3b56f47247dd2157bc5f067d962b0dd3ce2a0bcea6be5 +size 249634 diff --git a/train/mermaid/hard/mermaid_25.png b/train/mermaid/hard/mermaid_25.png new file mode 100644 index 0000000000000000000000000000000000000000..fd608b0c92498907a0ac4baee4b885127ea5f04f --- /dev/null +++ b/train/mermaid/hard/mermaid_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d158276b3805549cbf40564400853bb8346ee9e73030b3683cdd86ad92dcd6 +size 461897 diff --git a/train/mermaid/hard/mermaid_251.png b/train/mermaid/hard/mermaid_251.png new file mode 100644 index 0000000000000000000000000000000000000000..b325f889ced716dff3995dc74af4a253fe0905d9 --- /dev/null +++ b/train/mermaid/hard/mermaid_251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37f26d183457e8d738654593741f74eee9b09442849d7bdb6cf64aa7787d763 +size 316230 diff --git a/train/mermaid/hard/mermaid_253.png b/train/mermaid/hard/mermaid_253.png new file mode 100644 index 0000000000000000000000000000000000000000..3092758d7bb732186ebd1e41d038a7f930757841 --- /dev/null +++ b/train/mermaid/hard/mermaid_253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f29f934b23179af45ef961ae4dd769ed7ef1725c2be3c2c62d8c5538e9efaeb +size 189909 diff --git a/train/mermaid/hard/mermaid_256.png b/train/mermaid/hard/mermaid_256.png new file mode 100644 index 0000000000000000000000000000000000000000..d95902d3165073451f755754fdb2067b84a40872 --- /dev/null +++ b/train/mermaid/hard/mermaid_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cb51844a94111de4f5f89a5993de45b6387452f70cefdb6bdf2e8eb86a1712 +size 171697 diff --git a/train/mermaid/hard/mermaid_257.png b/train/mermaid/hard/mermaid_257.png new file mode 100644 index 0000000000000000000000000000000000000000..6fea443bf54625a855e3d43fa36cf58018759b74 --- /dev/null +++ b/train/mermaid/hard/mermaid_257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17065d2537dc44d19f8408b8d9b5dbd2c754d0d46e145974870867992031bc89 +size 377340 diff --git a/train/mermaid/hard/mermaid_259.png b/train/mermaid/hard/mermaid_259.png new file mode 100644 index 0000000000000000000000000000000000000000..187f578d6702bc975efacd34ec2097d535ee71dd --- /dev/null +++ b/train/mermaid/hard/mermaid_259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26d3aa332677c33b15cba613973afa8bd69107755ff46dadb0b0e8086c91af +size 493034 diff --git a/train/mermaid/hard/mermaid_260.png b/train/mermaid/hard/mermaid_260.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d8433312d726eb7075b27ed2267a651460c7f3 --- /dev/null +++ b/train/mermaid/hard/mermaid_260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c32f4e12e9eb4c459fb6ce4d2fdb918ee472dc6f08203957a5ead03bb87aa3f +size 459031 diff --git a/train/mermaid/hard/mermaid_262.png b/train/mermaid/hard/mermaid_262.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a24c27dcaac5a9b0546546359048fb867ff75a --- /dev/null +++ b/train/mermaid/hard/mermaid_262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512e27654e5fc2062f139cd69c874ca1fa24ebe6cee5889b3d94811e0c7b21f8 +size 243204 diff --git a/train/mermaid/hard/mermaid_265.png b/train/mermaid/hard/mermaid_265.png new file mode 100644 index 0000000000000000000000000000000000000000..7219dc96fd21b0c6dde4f905dcd796549c22a9a9 --- /dev/null +++ b/train/mermaid/hard/mermaid_265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d96a22ce17b65777304e303da4536cbc20ddd6743635ecd25f92a1a5b5e3b57 +size 189780 diff --git a/train/mermaid/hard/mermaid_267.png b/train/mermaid/hard/mermaid_267.png new file mode 100644 index 0000000000000000000000000000000000000000..6c15907f641676a8b4c4ae094c7ea607c06837fd --- /dev/null +++ b/train/mermaid/hard/mermaid_267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac58381ba55a6ca530c0f7a65e10e261e5f58798df909da685f2fcf59d3914b +size 493684 diff --git a/train/mermaid/hard/mermaid_268.png b/train/mermaid/hard/mermaid_268.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4a5e7e8330a45156f1840e47ae6ce1846cd34b --- /dev/null +++ b/train/mermaid/hard/mermaid_268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79989b0bc2aa034252c615155d2d3bae404e8971a86b44d0b40d3ca42fea6470 +size 525883 diff --git a/train/mermaid/hard/mermaid_269.png b/train/mermaid/hard/mermaid_269.png new file mode 100644 index 0000000000000000000000000000000000000000..4aeea356398cd23d946f4e8fac3964dd581202d3 --- /dev/null +++ b/train/mermaid/hard/mermaid_269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0161c138b7a2e399b1699f8f2fce1f2b9358c75b6f61f3900bb119f7e6fb1d8 +size 550930 diff --git a/train/mermaid/hard/mermaid_271.png b/train/mermaid/hard/mermaid_271.png new file mode 100644 index 0000000000000000000000000000000000000000..50a25ea2d6e432b344dc13abd8bf575b83f51e76 --- /dev/null +++ b/train/mermaid/hard/mermaid_271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1cb709323bda56671538e99381bfe59cfe4e8363c92625bd7cae236e8957d3 +size 193148 diff --git a/train/mermaid/hard/mermaid_276.png b/train/mermaid/hard/mermaid_276.png new file mode 100644 index 0000000000000000000000000000000000000000..c5403ec883ced61f5220f11563307b8f6328bf98 --- /dev/null +++ b/train/mermaid/hard/mermaid_276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638effc8ca7241ba5c060368f611290d211e3dee5f4fbf537d9aa15ffa0d06cc +size 567858 diff --git a/train/mermaid/hard/mermaid_277.png b/train/mermaid/hard/mermaid_277.png new file mode 100644 index 0000000000000000000000000000000000000000..fd106e85c8358baaa4fd67e04d9852a57b161efd --- /dev/null +++ b/train/mermaid/hard/mermaid_277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a97f932259d3a32713beff7e3e03af532917150fa9c884b8176d811d28a4a2 +size 113170 diff --git a/train/mermaid/hard/mermaid_278.png b/train/mermaid/hard/mermaid_278.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2b652e5a95b98a6b520416b39fb659994c3738 --- /dev/null +++ b/train/mermaid/hard/mermaid_278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23d5cda043c55cbd4c74d007eb88c875e2360f4e45402c58b89f067f0df55d0 +size 452971 diff --git a/train/mermaid/hard/mermaid_279.png b/train/mermaid/hard/mermaid_279.png new file mode 100644 index 0000000000000000000000000000000000000000..eb27528216328aeba4be91c636e96110c357256a --- /dev/null +++ b/train/mermaid/hard/mermaid_279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a0f4c50358ed23907c813ce9997848b2c5dcb1bb2aa09511f9eb49fbbf4816 +size 271364 diff --git a/train/mermaid/hard/mermaid_280.png b/train/mermaid/hard/mermaid_280.png new file mode 100644 index 0000000000000000000000000000000000000000..f27545c9d4da2282027229b9853433452418f822 --- /dev/null +++ b/train/mermaid/hard/mermaid_280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932234009b7d368b4764190127ab38013d4af5ef62241c6c2879d4af11566d2b +size 270753 diff --git a/train/mermaid/hard/mermaid_281.png b/train/mermaid/hard/mermaid_281.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b9fed1a7d5dbca2bf8d3a45d292b2dc844db7c --- /dev/null +++ b/train/mermaid/hard/mermaid_281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac83ec670146b871be9694e267e599900e0521962840263631f1923af472d5a +size 386384 diff --git a/train/mermaid/hard/mermaid_283.png b/train/mermaid/hard/mermaid_283.png new file mode 100644 index 0000000000000000000000000000000000000000..472613a3e707b1ac7ad8e17f658ca54208a80eaf --- /dev/null +++ b/train/mermaid/hard/mermaid_283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1446d039482b6c4d23858de8e50d597807f43a6e8acc7e5c674934450d0dcf34 +size 325170 diff --git a/train/mermaid/hard/mermaid_285.png b/train/mermaid/hard/mermaid_285.png new file mode 100644 index 0000000000000000000000000000000000000000..8c51262af741a6575532305f931f191880844c48 --- /dev/null +++ b/train/mermaid/hard/mermaid_285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8311c9d8af9ccf7957265f81870dd75dfc6fd06fcfa6da414a5d0f1d681b5e4a +size 347805 diff --git a/train/mermaid/hard/mermaid_286.png b/train/mermaid/hard/mermaid_286.png new file mode 100644 index 0000000000000000000000000000000000000000..412db1e861e211bbefc9286699d07b83de4ff78c --- /dev/null +++ b/train/mermaid/hard/mermaid_286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238ff185150c6a63c1d4b77c13038c3a543c2cd5d7e6622a41ac93b639ad1f07 +size 438015 diff --git a/train/mermaid/hard/mermaid_287.png b/train/mermaid/hard/mermaid_287.png new file mode 100644 index 0000000000000000000000000000000000000000..d13e2a06dc95fd4f72ddaa7b0def7711f37749ca --- /dev/null +++ b/train/mermaid/hard/mermaid_287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4b2c940df1d149b3f78335fb882af61b5355081eb64d04c9ad0845afb39e92 +size 192648 diff --git a/train/mermaid/hard/mermaid_289.png b/train/mermaid/hard/mermaid_289.png new file mode 100644 index 0000000000000000000000000000000000000000..d80917ff6ced66ffa552ef2c9c90b53b1994e778 --- /dev/null +++ b/train/mermaid/hard/mermaid_289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c77cd3d2d21c849bf3b260d42d86b171cbe08cf878d486f6b719f331f0f29d5 +size 482094 diff --git a/train/mermaid/hard/mermaid_292.png b/train/mermaid/hard/mermaid_292.png new file mode 100644 index 0000000000000000000000000000000000000000..b9e317c525d1c9109915802f995c318f32abdd04 --- /dev/null +++ b/train/mermaid/hard/mermaid_292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d2bd6791ba4ac54a5b0df0f972423534e5e7edbfc795ac01843a06daec0d43 +size 344752 diff --git a/train/mermaid/hard/mermaid_293.png b/train/mermaid/hard/mermaid_293.png new file mode 100644 index 0000000000000000000000000000000000000000..00b1bd3c337ae6024c1f77d0450f975188c5baed --- /dev/null +++ b/train/mermaid/hard/mermaid_293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732e1d708ebee8b62ae1cc4a18807edd56663c151eefaef42a99a080680730f6 +size 368861 diff --git a/train/mermaid/hard/mermaid_294.png b/train/mermaid/hard/mermaid_294.png new file mode 100644 index 0000000000000000000000000000000000000000..ad7717ce722f6f8405ccfa77d1934dc3d680610e --- /dev/null +++ b/train/mermaid/hard/mermaid_294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6016aef32738431770d1c97e2f8237221e6e26e9d1230ce6b80093c580b9363d +size 231906 diff --git a/train/mermaid/hard/mermaid_295.png b/train/mermaid/hard/mermaid_295.png new file mode 100644 index 0000000000000000000000000000000000000000..0315c339bfb60cd18bf520d0345efa122192b115 --- /dev/null +++ b/train/mermaid/hard/mermaid_295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5ef66c85dc12c9145c0e06ebf1b9cd1c7308304507ec3875dab22f6c986d70 +size 337884 diff --git a/train/mermaid/hard/mermaid_298.png b/train/mermaid/hard/mermaid_298.png new file mode 100644 index 0000000000000000000000000000000000000000..edeccfcb357d7b64d548c2f1434499dd8e152461 --- /dev/null +++ b/train/mermaid/hard/mermaid_298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d533a42753acfa8585e914ee952d93a648f7dc2bac8c0c8b7173fa220d3de5df +size 587324 diff --git a/train/mermaid/hard/mermaid_299.png b/train/mermaid/hard/mermaid_299.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb9b933d07be4822e73a37b792ac69f90e13c58 --- /dev/null +++ b/train/mermaid/hard/mermaid_299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7a07e51e862d1716c3aec72930a94723a88b6ddf05cc1c4f33b9b48739ca9c +size 316955 diff --git a/train/mermaid/hard/mermaid_300.png b/train/mermaid/hard/mermaid_300.png new file mode 100644 index 0000000000000000000000000000000000000000..c95655f057be8ee1d441e129702e702de91420f5 --- /dev/null +++ b/train/mermaid/hard/mermaid_300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91d58be9d0ecde8b95370425a9f13421f01e43d053e1b16cf5861167ad37300 +size 371964 diff --git a/train/mermaid/hard/mermaid_301.png b/train/mermaid/hard/mermaid_301.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b50c9035b9a0d42f38cd21ff5d915e821c5122 --- /dev/null +++ b/train/mermaid/hard/mermaid_301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf14811b3415585d05e96cbf5937c7fef679cc71aae64154812c9bfa89c04e2 +size 171055 diff --git a/train/mermaid/hard/mermaid_302.png b/train/mermaid/hard/mermaid_302.png new file mode 100644 index 0000000000000000000000000000000000000000..4611caf0d1b156c93bdedd5d76e8839361df2c71 --- /dev/null +++ b/train/mermaid/hard/mermaid_302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc764b8d2673f0d5c012901fbdd88450dd78497d68c8840012553b5e1ca6342 +size 233440 diff --git a/train/mermaid/hard/mermaid_304.png b/train/mermaid/hard/mermaid_304.png new file mode 100644 index 0000000000000000000000000000000000000000..eabb22706316289d4a8e178db2178346d93d8dac --- /dev/null +++ b/train/mermaid/hard/mermaid_304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4417f588df02a5d62d6c1526416ed72bf1267c0e8bb17a92bfc87edcaae217 +size 236748 diff --git a/train/mermaid/hard/mermaid_307.png b/train/mermaid/hard/mermaid_307.png new file mode 100644 index 0000000000000000000000000000000000000000..2995caa150f478df8f08d23019b85e8d4b51de5f --- /dev/null +++ b/train/mermaid/hard/mermaid_307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e50ef57ee920e788e0839c52304c7e88c9fa9eca7ef222679c7b819327309cf +size 174472 diff --git a/train/mermaid/hard/mermaid_308.png b/train/mermaid/hard/mermaid_308.png new file mode 100644 index 0000000000000000000000000000000000000000..5e26bc7658434a56f586f2c84b5fb7f380459db7 --- /dev/null +++ b/train/mermaid/hard/mermaid_308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c690141fc9199e589ebd9d2f16ba402027135691cc2bf60c696028aedc5e11e9 +size 501170 diff --git a/train/mermaid/hard/mermaid_310.png b/train/mermaid/hard/mermaid_310.png new file mode 100644 index 0000000000000000000000000000000000000000..2a804807a335b53b1a66d0ef8124b3059ce6e84a --- /dev/null +++ b/train/mermaid/hard/mermaid_310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dd00613a0cb825f20402a17fc586f9d98de1fed0372472cb250eb7f4f52afe +size 245141 diff --git a/train/mermaid/hard/mermaid_311.png b/train/mermaid/hard/mermaid_311.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8d3947db934faab57677cede2a751c51369f14 --- /dev/null +++ b/train/mermaid/hard/mermaid_311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8244681a669f90f5da69d9b47cb915bb9912bba0dfc9f6ce61ee9bf048e89e0c +size 672880 diff --git a/train/mermaid/hard/mermaid_312.png b/train/mermaid/hard/mermaid_312.png new file mode 100644 index 0000000000000000000000000000000000000000..e58d4f439d6c699070f77e3a0d296fd237bd2249 --- /dev/null +++ b/train/mermaid/hard/mermaid_312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4920b2aa00c2c31d4fa04c812197afe55f4a81a2e7e78be404aad012b92fe689 +size 487028 diff --git a/train/mermaid/hard/mermaid_315.png b/train/mermaid/hard/mermaid_315.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f1f400dbeda8a579c2d8775903447de1b0ef0a --- /dev/null +++ b/train/mermaid/hard/mermaid_315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614561caa28603174f2a096634d9f4d29f57e5b6a3b03b0d5445f8402ad343bc +size 636637 diff --git a/train/mermaid/hard/mermaid_318.png b/train/mermaid/hard/mermaid_318.png new file mode 100644 index 0000000000000000000000000000000000000000..603dd83337f2112ee637c0eb5fc3cf55d012582a --- /dev/null +++ b/train/mermaid/hard/mermaid_318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3c9202da3d18f06078ea02cde0e54560ddf6290d1d058e27b7a481f2f86d6c +size 174817 diff --git a/train/mermaid/hard/mermaid_32.png b/train/mermaid/hard/mermaid_32.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b6b5cb39654e1025cd28c75aff3974952c2911 --- /dev/null +++ b/train/mermaid/hard/mermaid_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6334012f0a4aa3be3475f6ad869acb63781718c58ed7b266e156c255f3c49f7 +size 372523 diff --git a/train/mermaid/hard/mermaid_325.png b/train/mermaid/hard/mermaid_325.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad6e02bedccf48fc87860bd60e1f6a2b88d7dfc --- /dev/null +++ b/train/mermaid/hard/mermaid_325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ff41795baa40e7b81cd1db06b6289ef3490e1f0db6fa3dc125760e12d82c41 +size 362300 diff --git a/train/mermaid/hard/mermaid_329.png b/train/mermaid/hard/mermaid_329.png new file mode 100644 index 0000000000000000000000000000000000000000..3352527860fdf3a0bc6f44d66f9abde1234fb124 --- /dev/null +++ b/train/mermaid/hard/mermaid_329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ed7f8d4f0306cd37029d8796701c8a08d983a0c3f3e58bb1403055226082d0 +size 522844 diff --git a/train/mermaid/hard/mermaid_335.png b/train/mermaid/hard/mermaid_335.png new file mode 100644 index 0000000000000000000000000000000000000000..9300acc9c3b6f5fddda9a65b9512badc420a06ca --- /dev/null +++ b/train/mermaid/hard/mermaid_335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be964d97e6b3f0bcca9b597e712a8da5b184bad8a1e7b5996aeafa65d859ec9 +size 483503 diff --git a/train/mermaid/hard/mermaid_336.png b/train/mermaid/hard/mermaid_336.png new file mode 100644 index 0000000000000000000000000000000000000000..d8179511b79b3371366c7485a8bf7e8619ab70e1 --- /dev/null +++ b/train/mermaid/hard/mermaid_336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87e90d7ac8e89eb9a037b31b7b74da5752620cac277c77358aecc409c6386e7 +size 213948 diff --git a/train/mermaid/hard/mermaid_337.png b/train/mermaid/hard/mermaid_337.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ec4ba07005c8c05538522e454eca63caf73ff5 --- /dev/null +++ b/train/mermaid/hard/mermaid_337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb86527d575710c5dd04b0e79e9dd12292d6f7ef7f64be14626c703b0ff1a7c +size 640469 diff --git a/train/mermaid/hard/mermaid_338.png b/train/mermaid/hard/mermaid_338.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b77468362ef6dfd8350338d29667ba9b62dda0 --- /dev/null +++ b/train/mermaid/hard/mermaid_338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd556837c9bbcab5938b20534c308218bf9099fd2f8e988492dd1d604e9b38ba +size 329277 diff --git a/train/mermaid/hard/mermaid_339.png b/train/mermaid/hard/mermaid_339.png new file mode 100644 index 0000000000000000000000000000000000000000..7b73edae2eab2610167c5dc008fc1bff4edd3695 --- /dev/null +++ b/train/mermaid/hard/mermaid_339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7095125a0a481c0178efe66eac3925dd11c084b6f06409e90702b4e7c0095c +size 187682 diff --git a/train/mermaid/hard/mermaid_34.png b/train/mermaid/hard/mermaid_34.png new file mode 100644 index 0000000000000000000000000000000000000000..847031b85f9021f700e9e970b102f2f737cdbf13 --- /dev/null +++ b/train/mermaid/hard/mermaid_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c667457a8875f6986b63f911bcb6a386df72a02911fbe16a0010257e5795a0b +size 245042 diff --git a/train/mermaid/hard/mermaid_341.png b/train/mermaid/hard/mermaid_341.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6e914beee850236e52d7271a8119cfed5dc79a --- /dev/null +++ b/train/mermaid/hard/mermaid_341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909bc4877bfc27c67b084000c0f62035214a26c32ad1e22a58d88b09220dbe39 +size 642142 diff --git a/train/mermaid/hard/mermaid_347.png b/train/mermaid/hard/mermaid_347.png new file mode 100644 index 0000000000000000000000000000000000000000..44dfe295d59fc877ad57afb4125bc44665782ea9 --- /dev/null +++ b/train/mermaid/hard/mermaid_347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2403419c0c5fa96ceab01f9938c6d4db0c4ad5506048302f393b70e0bb09e239 +size 123168 diff --git a/train/mermaid/hard/mermaid_348.png b/train/mermaid/hard/mermaid_348.png new file mode 100644 index 0000000000000000000000000000000000000000..2143d75905bb49ed4001788d4c988ba38f0f7386 --- /dev/null +++ b/train/mermaid/hard/mermaid_348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15bbf5286f68d783e0d935e3e4737f07ea5a1adb189a0f875a9571225c74cbb +size 497007 diff --git a/train/mermaid/hard/mermaid_349.png b/train/mermaid/hard/mermaid_349.png new file mode 100644 index 0000000000000000000000000000000000000000..f711d7a7c936fde18f9679be1dc746af5a448e1c --- /dev/null +++ b/train/mermaid/hard/mermaid_349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b5adb233bc2d82389e1fb2653453f8060023acb2cfd46c296d685aae7df127 +size 227191 diff --git a/train/mermaid/hard/mermaid_350.png b/train/mermaid/hard/mermaid_350.png new file mode 100644 index 0000000000000000000000000000000000000000..4e68cae9a76d56cbc4c4bd7d9376d71c23f71af2 --- /dev/null +++ b/train/mermaid/hard/mermaid_350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aa3b0a416fbe8934112c2cfba3acdb49810f87f3945876ce16b6e84adb9f90 +size 481059 diff --git a/train/mermaid/hard/mermaid_353.png b/train/mermaid/hard/mermaid_353.png new file mode 100644 index 0000000000000000000000000000000000000000..960e329f79a25ae6025e1efa753853294f634c21 --- /dev/null +++ b/train/mermaid/hard/mermaid_353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecf3063db37f0340df09f347599963fbab44853c0dbad121e05bcf39288706f +size 199200 diff --git a/train/mermaid/hard/mermaid_354.png b/train/mermaid/hard/mermaid_354.png new file mode 100644 index 0000000000000000000000000000000000000000..0b461d60118e9ebf8008cab2cc25d40c97388bd3 --- /dev/null +++ b/train/mermaid/hard/mermaid_354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e67838eeb29075f802322934a7816fe0022081c9e558b195586c519261d7861 +size 253237 diff --git a/train/mermaid/hard/mermaid_355.png b/train/mermaid/hard/mermaid_355.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff984f1963197cb01f059e5c40c61c024ef55ec --- /dev/null +++ b/train/mermaid/hard/mermaid_355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b21d3a542a44e9e231acc4dddb81291a3820a1f9ad6fd996f0ed47847b382f +size 485919 diff --git a/train/mermaid/hard/mermaid_357.png b/train/mermaid/hard/mermaid_357.png new file mode 100644 index 0000000000000000000000000000000000000000..e83bc5ff8464c08e21558e47b4bbebc2cc7fb375 --- /dev/null +++ b/train/mermaid/hard/mermaid_357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b993626e288d7605395fbde2c82dbdb604a864bcd77585af10c74f8469410f9 +size 193871 diff --git a/train/mermaid/hard/mermaid_359.png b/train/mermaid/hard/mermaid_359.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e3fe5f726dd5a07b6b092ea72588fbbf67b250 --- /dev/null +++ b/train/mermaid/hard/mermaid_359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39144e05e65d05ec4aa2b5db5c115a6a927ea132f584d57b44b1b8d9ada4e893 +size 190889 diff --git a/train/mermaid/hard/mermaid_36.png b/train/mermaid/hard/mermaid_36.png new file mode 100644 index 0000000000000000000000000000000000000000..858dbac03382536dbbe07ae1b2db13c4bde7d3d3 --- /dev/null +++ b/train/mermaid/hard/mermaid_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff116dd23ee17c7efadfddfa17fb56dc40837035a5503cc3055d0a630583d102 +size 242622 diff --git a/train/mermaid/hard/mermaid_362.png b/train/mermaid/hard/mermaid_362.png new file mode 100644 index 0000000000000000000000000000000000000000..a8603ce0a7244605f6797882833a155576e2a83f --- /dev/null +++ b/train/mermaid/hard/mermaid_362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761e2e28f9ab83a8a9ba0e207b2a5a0254489dbddebbe673dc81ca752b18bd53 +size 453084 diff --git a/train/mermaid/hard/mermaid_363.png b/train/mermaid/hard/mermaid_363.png new file mode 100644 index 0000000000000000000000000000000000000000..864338b14d70b158290ee80d0da7aa3f3f2250e5 --- /dev/null +++ b/train/mermaid/hard/mermaid_363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9441e40f95d120f42709df75ab708e3b8b24c6e39e1b9ee37b527931429f27c +size 224643 diff --git a/train/mermaid/hard/mermaid_364.png b/train/mermaid/hard/mermaid_364.png new file mode 100644 index 0000000000000000000000000000000000000000..d3007c2d618304de45a220b47a75e8e09a0c244b --- /dev/null +++ b/train/mermaid/hard/mermaid_364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2aebbf162b09afb64a030e89fbc5380c6870349f6a258c2e7d099398b42cc1 +size 361182 diff --git a/train/mermaid/hard/mermaid_365.png b/train/mermaid/hard/mermaid_365.png new file mode 100644 index 0000000000000000000000000000000000000000..ecda675055500a48e5e13697d33fc319a9bdbebf --- /dev/null +++ b/train/mermaid/hard/mermaid_365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6577c9aa0087659d0ac9f29126521fcab46d76b734d8b39373f2df59fa18e9 +size 198741 diff --git a/train/mermaid/hard/mermaid_368.png b/train/mermaid/hard/mermaid_368.png new file mode 100644 index 0000000000000000000000000000000000000000..c647aef6163b9699600e9d455ff4183dfb8d3593 --- /dev/null +++ b/train/mermaid/hard/mermaid_368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475880912e4f75e074e04a666a72b1751d90a02facb4d2aa11a1ac940ab6a0b8 +size 288752 diff --git a/train/mermaid/hard/mermaid_370.png b/train/mermaid/hard/mermaid_370.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c365da9299e38e9bf9ed7a3aa1612cb65e93d0 --- /dev/null +++ b/train/mermaid/hard/mermaid_370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1786258fa17e5af92f74ff0748c1e77ebc4f8ef9e6f0aed698c666e5dc7e2220 +size 235907 diff --git a/train/mermaid/hard/mermaid_374.png b/train/mermaid/hard/mermaid_374.png new file mode 100644 index 0000000000000000000000000000000000000000..6043e1b9159007fe70656ee6c3f425ae9ffc4877 --- /dev/null +++ b/train/mermaid/hard/mermaid_374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2347a616ba167196ff85c0f99cf9b07098d186e9f7dcc2477ab7cb7a5503694 +size 176928 diff --git a/train/mermaid/hard/mermaid_375.png b/train/mermaid/hard/mermaid_375.png new file mode 100644 index 0000000000000000000000000000000000000000..85305fff7b8920d2d372bde3f85933e21de021fe --- /dev/null +++ b/train/mermaid/hard/mermaid_375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b577b3101c15c5a33326037c9a97198edec58b24f54c61c9b3c51dd94de38527 +size 359857 diff --git a/train/mermaid/hard/mermaid_376.png b/train/mermaid/hard/mermaid_376.png new file mode 100644 index 0000000000000000000000000000000000000000..464d499e504da553d2513755f5852128c12816cc --- /dev/null +++ b/train/mermaid/hard/mermaid_376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e429cd7a5a86872867de23842ffed511665ea3f6938c6efb1a7f5d8eec284f +size 529741 diff --git a/train/mermaid/hard/mermaid_377.png b/train/mermaid/hard/mermaid_377.png new file mode 100644 index 0000000000000000000000000000000000000000..acba95294d038f1b83272277c38a63feb3020493 --- /dev/null +++ b/train/mermaid/hard/mermaid_377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b768ade7633cb2ed85a333af9228c6dafbdf3a15623e34eeef390533dff573 +size 269167 diff --git a/train/mermaid/hard/mermaid_382.png b/train/mermaid/hard/mermaid_382.png new file mode 100644 index 0000000000000000000000000000000000000000..10d1747141e67dceccf45bd51f7f3397d9c279a2 --- /dev/null +++ b/train/mermaid/hard/mermaid_382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7dc017ad3c86279a0a8bc600a6e45dd630bdd02026711aafdc6660ab0a987b +size 199745 diff --git a/train/mermaid/hard/mermaid_383.png b/train/mermaid/hard/mermaid_383.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd43352eb7634ffe0dbff970b954fddccd802e1 --- /dev/null +++ b/train/mermaid/hard/mermaid_383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e550fecfef89aaf225db8344bbe7ca03bfa4a989d506670f3d6466ac28b45702 +size 572930 diff --git a/train/mermaid/hard/mermaid_384.png b/train/mermaid/hard/mermaid_384.png new file mode 100644 index 0000000000000000000000000000000000000000..cda6c04fcfb084398d774fd3b8ae5fccd3011778 --- /dev/null +++ b/train/mermaid/hard/mermaid_384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3944c6d76aa213e27398408a22096ee6defef7411c3bc090da5ff352531bea +size 184998 diff --git a/train/mermaid/hard/mermaid_385.png b/train/mermaid/hard/mermaid_385.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc7215b098590cc83acfb5c294027b4232df4a8 --- /dev/null +++ b/train/mermaid/hard/mermaid_385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abb4e679d6e217a1ed809b64bb59b08e3a76cc29566f9752c66ef078f9f0aed +size 450829 diff --git a/train/mermaid/hard/mermaid_39.png b/train/mermaid/hard/mermaid_39.png new file mode 100644 index 0000000000000000000000000000000000000000..6cbe36f481d8d12d58991144b50014d4e2726dad --- /dev/null +++ b/train/mermaid/hard/mermaid_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaddcbb4ca50bf7ca342c3ebc75d2a8126c48834dc5a5db6f6d19ed8d1ab67c +size 366811 diff --git a/train/mermaid/hard/mermaid_390.png b/train/mermaid/hard/mermaid_390.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce40cd6493308b96e9dc9435a71c6d87f3364d3 --- /dev/null +++ b/train/mermaid/hard/mermaid_390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b12044447f1bc86a7ad0ec9304a53b57f1a0419fe0d42fd1d87bab555625726 +size 460261 diff --git a/train/mermaid/hard/mermaid_392.png b/train/mermaid/hard/mermaid_392.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d96db23efd3e4f76f0c8533675935e9aac89f0 --- /dev/null +++ b/train/mermaid/hard/mermaid_392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438d43d554049351fabf7b63b3ff7332237399c147b96220504a1b25baa9077c +size 380698 diff --git a/train/mermaid/hard/mermaid_393.png b/train/mermaid/hard/mermaid_393.png new file mode 100644 index 0000000000000000000000000000000000000000..941b9787130fde103681f62bbe51f2badc96978d --- /dev/null +++ b/train/mermaid/hard/mermaid_393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d8da52800e4b554a7df460a6c3a375826fc2101de332b078b3d91a884be269 +size 557719 diff --git a/train/mermaid/hard/mermaid_396.png b/train/mermaid/hard/mermaid_396.png new file mode 100644 index 0000000000000000000000000000000000000000..8d329d0d60b96807dad5086b7b034daa30a74430 --- /dev/null +++ b/train/mermaid/hard/mermaid_396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcee6997ac509a107595e70b985301d1919a527c677f3f18d3a1450ac9939372 +size 503916 diff --git a/train/mermaid/hard/mermaid_397.png b/train/mermaid/hard/mermaid_397.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1319ad5b5e7575bfae841602201ac49e7d0378 --- /dev/null +++ b/train/mermaid/hard/mermaid_397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40da9943ca66693577c13c132369fb4582b4184f63d74c8799cf1150ab52c55d +size 178335 diff --git a/train/mermaid/hard/mermaid_398.png b/train/mermaid/hard/mermaid_398.png new file mode 100644 index 0000000000000000000000000000000000000000..1d7416d0683f7e055669c15b74c43924cb4dd458 --- /dev/null +++ b/train/mermaid/hard/mermaid_398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c68a05198366749b970a5e9ef91e063323b52de1f8c0593d35d3bfa2b9c6bc2 +size 394341 diff --git a/train/mermaid/hard/mermaid_40.png b/train/mermaid/hard/mermaid_40.png new file mode 100644 index 0000000000000000000000000000000000000000..cf99940dd1f5ee9a7041d2b87e0e94546505c172 --- /dev/null +++ b/train/mermaid/hard/mermaid_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065d91a69ce8cb429bd5f708598b4ca9da1883e28233dba7712a6a3e3c2cc58f +size 391667 diff --git a/train/mermaid/hard/mermaid_401.png b/train/mermaid/hard/mermaid_401.png new file mode 100644 index 0000000000000000000000000000000000000000..923020bc546e38e009f90cde4288a6c4065f8c0e --- /dev/null +++ b/train/mermaid/hard/mermaid_401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e16f66394f47882f045520a5badf11aa6f8d030f10f4d9489ac4025d8b9b01 +size 363764 diff --git a/train/mermaid/hard/mermaid_402.png b/train/mermaid/hard/mermaid_402.png new file mode 100644 index 0000000000000000000000000000000000000000..3d548389856f5834cba3b661b927abb4ed334f1f --- /dev/null +++ b/train/mermaid/hard/mermaid_402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5496500494ceb0d20dde929cc7a4a43ae7b6c52acdf71f33e79cd8141f1c3f5e +size 397337 diff --git a/train/mermaid/hard/mermaid_404.png b/train/mermaid/hard/mermaid_404.png new file mode 100644 index 0000000000000000000000000000000000000000..406e6f4473317532ab9c677108fcfc92acfc3978 --- /dev/null +++ b/train/mermaid/hard/mermaid_404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6377ebbdddf187ca5dbce1959edc46f8df12fa57ea967ff6e4ee6320365d2471 +size 285646 diff --git a/train/mermaid/hard/mermaid_407.png b/train/mermaid/hard/mermaid_407.png new file mode 100644 index 0000000000000000000000000000000000000000..8b640a6beacf3ac1a0bce9ec5e16ff344dab111b --- /dev/null +++ b/train/mermaid/hard/mermaid_407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967451ca48d79c6205739b2f501207341f77b791c15e9299d43c130558a09bbc +size 301897 diff --git a/train/mermaid/hard/mermaid_409.png b/train/mermaid/hard/mermaid_409.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed0ef4103b95adccbef425ce3b470fe689e07dc --- /dev/null +++ b/train/mermaid/hard/mermaid_409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e46a18769ae5e1be9c29c6b94817bf2e159f5ddb696e61871fe53f36b46dac +size 175271 diff --git a/train/mermaid/hard/mermaid_412.png b/train/mermaid/hard/mermaid_412.png new file mode 100644 index 0000000000000000000000000000000000000000..924399b66e6fef742ed9522810e64c5b08c71dd5 --- /dev/null +++ b/train/mermaid/hard/mermaid_412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fb471b3f7ab18d762a4caa6a05e4654838d27346035821e8885ee1e68c6be4 +size 511718 diff --git a/train/mermaid/hard/mermaid_415.png b/train/mermaid/hard/mermaid_415.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec5ef52a4982e8b386eeef59aab34ca222ba8f2 --- /dev/null +++ b/train/mermaid/hard/mermaid_415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecea5b575441eb381df7eb072fd69720668ce9129f33274a1defc88713e30a0 +size 148888 diff --git a/train/mermaid/hard/mermaid_416.png b/train/mermaid/hard/mermaid_416.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a8f7bc84c22f6a9ae6aaad70610cfe9c3d524f --- /dev/null +++ b/train/mermaid/hard/mermaid_416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59725c8bac84961e2ebdc0fbf2b9eebce9ec4bb1f6dece0241768a697877998f +size 182084 diff --git a/train/mermaid/hard/mermaid_417.png b/train/mermaid/hard/mermaid_417.png new file mode 100644 index 0000000000000000000000000000000000000000..924c1d98cce5869ae6251af88392f041145543f2 --- /dev/null +++ b/train/mermaid/hard/mermaid_417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daee9c19048e2b929f73077a2c81583ca179903deda1dbdf638674b57aa31871 +size 281815 diff --git a/train/mermaid/hard/mermaid_418.png b/train/mermaid/hard/mermaid_418.png new file mode 100644 index 0000000000000000000000000000000000000000..c50b9ff8ddb01bab08caa075594821de0e576696 --- /dev/null +++ b/train/mermaid/hard/mermaid_418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4c39334f2a837af77cb68c3cab25d97424510f44884bd61f8a6619aa9ec4cb +size 465347 diff --git a/train/mermaid/hard/mermaid_419.png b/train/mermaid/hard/mermaid_419.png new file mode 100644 index 0000000000000000000000000000000000000000..4d07e16941ca635e3d4f53aa3960ac159113f461 --- /dev/null +++ b/train/mermaid/hard/mermaid_419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2a6ffc4f01770e58db6e3b659026cab4f3e70af5515970ec37d28f34b7216f +size 346167 diff --git a/train/mermaid/hard/mermaid_420.png b/train/mermaid/hard/mermaid_420.png new file mode 100644 index 0000000000000000000000000000000000000000..72d616db0dbea5f0396c396aa4f3e69e08b46e73 --- /dev/null +++ b/train/mermaid/hard/mermaid_420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2751c699b5b3764f6c2e63f8e95abed335aa3c2d0755c376b3f9df9b30bf78f +size 373645 diff --git a/train/mermaid/hard/mermaid_426.png b/train/mermaid/hard/mermaid_426.png new file mode 100644 index 0000000000000000000000000000000000000000..b18c388a11a21e9450cfa5f2b3a67ac0b5bab69e --- /dev/null +++ b/train/mermaid/hard/mermaid_426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb3e77237eb88b4e11361db5b6e621ef548bb2aa8ab0289e607983a6858f0e8 +size 218474 diff --git a/train/mermaid/hard/mermaid_428.png b/train/mermaid/hard/mermaid_428.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1ab43d1afb236ebcde131e2109785d7786c545 --- /dev/null +++ b/train/mermaid/hard/mermaid_428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c1cebecdebb2d5786fde79a6ac0d88c4b7fb6f8dd89cef9b2b809f823d521a +size 605585 diff --git a/train/mermaid/hard/mermaid_436.png b/train/mermaid/hard/mermaid_436.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b100a7410bbe9f01cbcb7ca29d36189177061f --- /dev/null +++ b/train/mermaid/hard/mermaid_436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39634208281958bad71bf1827dece765867336c10faa60328ac29f5b6be533ff +size 607216 diff --git a/train/mermaid/hard/mermaid_437.png b/train/mermaid/hard/mermaid_437.png new file mode 100644 index 0000000000000000000000000000000000000000..4b077161c987a5aae375e4f4ba8c50d300eb58a1 --- /dev/null +++ b/train/mermaid/hard/mermaid_437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0c9a083e91f59a14410d8b110f44a4a975d51852c7c797cd87400f5167b05e +size 184639 diff --git a/train/mermaid/hard/mermaid_438.png b/train/mermaid/hard/mermaid_438.png new file mode 100644 index 0000000000000000000000000000000000000000..4646349cbfa85fa2963a0cee204da68b28a640b0 --- /dev/null +++ b/train/mermaid/hard/mermaid_438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af4480fed0efd52242a589e607efa33cdbbbb1b77acb58f4052ca9c0979d3f2 +size 265080 diff --git a/train/mermaid/hard/mermaid_44.png b/train/mermaid/hard/mermaid_44.png new file mode 100644 index 0000000000000000000000000000000000000000..16b02a9c479835fcb73c81c78bd1e45f1a08ef81 --- /dev/null +++ b/train/mermaid/hard/mermaid_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f4643b440c5fda4c9ab0416382f670985cbad9d8874388e350866cca4c99a6 +size 404631 diff --git a/train/mermaid/hard/mermaid_441.png b/train/mermaid/hard/mermaid_441.png new file mode 100644 index 0000000000000000000000000000000000000000..99346cb52474c2b527b951c05f80182e09607a25 --- /dev/null +++ b/train/mermaid/hard/mermaid_441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c2a2a9300a463fae5db032b0fe5505cf60763d87b18e02c14d3b06aa453451 +size 262669 diff --git a/train/mermaid/hard/mermaid_443.png b/train/mermaid/hard/mermaid_443.png new file mode 100644 index 0000000000000000000000000000000000000000..b1910cdd82cd3a394ff32f7a4cd1a5b31fde5f9e --- /dev/null +++ b/train/mermaid/hard/mermaid_443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e971cc779c64e773fe49d364b15d850892eaf5082d848c846c656d09d22aff +size 505447 diff --git a/train/mermaid/hard/mermaid_444.png b/train/mermaid/hard/mermaid_444.png new file mode 100644 index 0000000000000000000000000000000000000000..5d712d2a48c93e1c7dea1b0a4da927897be1b5f3 --- /dev/null +++ b/train/mermaid/hard/mermaid_444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b19e711adbac1bf7fe186b7b763d4cd71cf24a6a4145dff9f8fbf461d3161e +size 489197 diff --git a/train/mermaid/hard/mermaid_445.png b/train/mermaid/hard/mermaid_445.png new file mode 100644 index 0000000000000000000000000000000000000000..32bc2a08682c077ff57996b79df6a8ba3c471f31 --- /dev/null +++ b/train/mermaid/hard/mermaid_445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a7dd46eef752931627c736160e9c6ac52d45ecf2c9097e2343aa7b03865f02 +size 248463 diff --git a/train/mermaid/hard/mermaid_447.png b/train/mermaid/hard/mermaid_447.png new file mode 100644 index 0000000000000000000000000000000000000000..420cfd1183abf3948d92ec313bd86ac74815a1ac --- /dev/null +++ b/train/mermaid/hard/mermaid_447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b47e1c203a74c365ca9d0d6d1cc05f0f7e397c6dc7dae2561eb63356dacae7 +size 214514 diff --git a/train/mermaid/hard/mermaid_45.png b/train/mermaid/hard/mermaid_45.png new file mode 100644 index 0000000000000000000000000000000000000000..5ccd50973af1cb6076c224ef84db4bc1992c3cb2 --- /dev/null +++ b/train/mermaid/hard/mermaid_45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779ed510a3d1a07b7d1ec43303f993c5022d3e0167fef13dfc527428186e4ff3 +size 194314 diff --git a/train/mermaid/hard/mermaid_452.png b/train/mermaid/hard/mermaid_452.png new file mode 100644 index 0000000000000000000000000000000000000000..32ea4575ccdfce1674d3bee644fcd670675aba61 --- /dev/null +++ b/train/mermaid/hard/mermaid_452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4255a07689acaceac8b4cf83db5674213e7f2118738e925fefcb171ed55f3e4 +size 219741 diff --git a/train/mermaid/hard/mermaid_453.png b/train/mermaid/hard/mermaid_453.png new file mode 100644 index 0000000000000000000000000000000000000000..13361a6e95645589eacec6222f12a523b5eac6c8 --- /dev/null +++ b/train/mermaid/hard/mermaid_453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31bc49aa54eaa6dd82ba640518c5e595f862161d29d7130fea2d03e6cfc62ec +size 238754 diff --git a/train/mermaid/hard/mermaid_455.png b/train/mermaid/hard/mermaid_455.png new file mode 100644 index 0000000000000000000000000000000000000000..9f3d01b0321d35de69cb18a4e5cd5fb37aab0541 --- /dev/null +++ b/train/mermaid/hard/mermaid_455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e408c5631ee829edbae0e50e75bf9776d957d730fec688784759e76c529e77 +size 239927 diff --git a/train/mermaid/hard/mermaid_456.png b/train/mermaid/hard/mermaid_456.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ddcc0903793ea7ce3d0b77853b95642b059f59 --- /dev/null +++ b/train/mermaid/hard/mermaid_456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8453625306ca47c922f8479050ce80d149390eda98361f56d8448344d9c40974 +size 275848 diff --git a/train/mermaid/hard/mermaid_457.png b/train/mermaid/hard/mermaid_457.png new file mode 100644 index 0000000000000000000000000000000000000000..66020e5824325e769673aba1c17f0c7c39872a2c --- /dev/null +++ b/train/mermaid/hard/mermaid_457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb6d534ade92b1debb6613ce41a772a6c5f7b4b62cb09bd2510e68a2a62b288 +size 446966 diff --git a/train/mermaid/hard/mermaid_459.png b/train/mermaid/hard/mermaid_459.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a34868cea12639e8265d2cbfcc9d44aa19bfa5 --- /dev/null +++ b/train/mermaid/hard/mermaid_459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40de7958321caa48966cf881a589a46d998f716b3596f3ff4760eb81e999f020 +size 377227 diff --git a/train/mermaid/hard/mermaid_463.png b/train/mermaid/hard/mermaid_463.png new file mode 100644 index 0000000000000000000000000000000000000000..f232ac9c0f958987d1f51e3b97b7eba3eea8c595 --- /dev/null +++ b/train/mermaid/hard/mermaid_463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44813c685f8231428b930dc6a6b85e6888adae384f73932a9d5f960350785281 +size 417129 diff --git a/train/mermaid/hard/mermaid_466.png b/train/mermaid/hard/mermaid_466.png new file mode 100644 index 0000000000000000000000000000000000000000..096df8dc92c1914954ddd53c809839366d9b6d2a --- /dev/null +++ b/train/mermaid/hard/mermaid_466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace49ebfaf30c87978c462ed0127669a3752fb3e2e408e02b806178038aa077e +size 162315 diff --git a/train/mermaid/hard/mermaid_467.png b/train/mermaid/hard/mermaid_467.png new file mode 100644 index 0000000000000000000000000000000000000000..86ae6d4dbd88e78926fde5c0e660b4e2cb6f72d6 --- /dev/null +++ b/train/mermaid/hard/mermaid_467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f2cb4dcae35e1549917d728d1843ef94727b8e331ab39da1c1505c0e15658b +size 184077 diff --git a/train/mermaid/hard/mermaid_470.png b/train/mermaid/hard/mermaid_470.png new file mode 100644 index 0000000000000000000000000000000000000000..29e23149929f72413860de55395f4b070e0c7d87 --- /dev/null +++ b/train/mermaid/hard/mermaid_470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1f0098e4a62902996a9fcb6403cf1217d43012e3e40ea36fa36d282a4811be +size 218292 diff --git a/train/mermaid/hard/mermaid_476.png b/train/mermaid/hard/mermaid_476.png new file mode 100644 index 0000000000000000000000000000000000000000..c764bab57855b491551b1701cf70bcfd049e859e --- /dev/null +++ b/train/mermaid/hard/mermaid_476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c838289788445d4b7802db8e6675da022dd1da0d2a22aa9790240689b85b8513 +size 124982 diff --git a/train/mermaid/hard/mermaid_477.png b/train/mermaid/hard/mermaid_477.png new file mode 100644 index 0000000000000000000000000000000000000000..77c85c6bb171ca581d84938ae84cdb17ecbf1587 --- /dev/null +++ b/train/mermaid/hard/mermaid_477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae95c53fe654a8c04f0f3c6c5e9147d181501e8270794e51171aa9f9f4a87b6f +size 441055 diff --git a/train/mermaid/hard/mermaid_479.png b/train/mermaid/hard/mermaid_479.png new file mode 100644 index 0000000000000000000000000000000000000000..96c31a55a60bc4dc6fe2aeb5b0870dba9870390b --- /dev/null +++ b/train/mermaid/hard/mermaid_479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c928c760933e92208eae01bb12df97ae9886d7262b0f0a3528c2070cc010bc +size 489012 diff --git a/train/mermaid/hard/mermaid_48.png b/train/mermaid/hard/mermaid_48.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3d451970b44e4fdebb07393fd929a6ee790af4 --- /dev/null +++ b/train/mermaid/hard/mermaid_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943cbc478d9d3880f12504897f518351f4f5221adaef45ad74bab9f612a234d5 +size 334896 diff --git a/train/mermaid/hard/mermaid_481.png b/train/mermaid/hard/mermaid_481.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0d26c831ba59f014de0e6cf5e9f8eb1ea23e23 --- /dev/null +++ b/train/mermaid/hard/mermaid_481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5ade82b142a26c1dba151269cf350cfa4fc9da14ca97a25fc8cfed1c55bbe1 +size 265396 diff --git a/train/mermaid/hard/mermaid_484.png b/train/mermaid/hard/mermaid_484.png new file mode 100644 index 0000000000000000000000000000000000000000..84d365f03d0ee87cd8e579009feedf88d8b80a53 --- /dev/null +++ b/train/mermaid/hard/mermaid_484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539d77bb5946747ee99b665e484bf2bfcb2b507514e3ca92a73ff3426af530fa +size 414569 diff --git a/train/mermaid/hard/mermaid_487.png b/train/mermaid/hard/mermaid_487.png new file mode 100644 index 0000000000000000000000000000000000000000..7809212a676dadbdebd591f8741aff1521ce557a --- /dev/null +++ b/train/mermaid/hard/mermaid_487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bd5824a5f6b786dae7e5dacb73c13afd21c255b299b359bcf61a3efdb6aa1e +size 310968 diff --git a/train/mermaid/hard/mermaid_488.png b/train/mermaid/hard/mermaid_488.png new file mode 100644 index 0000000000000000000000000000000000000000..0911db08b5021858cecb2dfd75dbd928bd878592 --- /dev/null +++ b/train/mermaid/hard/mermaid_488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4697ca106fa72f1f1ed32c86fd7490e0818599e68fef1c65cd5ebade0a6955f +size 426797 diff --git a/train/mermaid/hard/mermaid_490.png b/train/mermaid/hard/mermaid_490.png new file mode 100644 index 0000000000000000000000000000000000000000..f198fd0bca0393a60f19e3b81513fd1ec9e5cd11 --- /dev/null +++ b/train/mermaid/hard/mermaid_490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5218ba6d6865c9463bfff647d82033f20de690f597020e660f56c07b8213d3e8 +size 234660 diff --git a/train/mermaid/hard/mermaid_492.png b/train/mermaid/hard/mermaid_492.png new file mode 100644 index 0000000000000000000000000000000000000000..019dce01b433304bbefd1e47bb68db06ce13e3d4 --- /dev/null +++ b/train/mermaid/hard/mermaid_492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9c2b55cea602a4cbb2067af007d2a8ba964cbd219840a413eaad611b5f7d8b +size 231517 diff --git a/train/mermaid/hard/mermaid_497.png b/train/mermaid/hard/mermaid_497.png new file mode 100644 index 0000000000000000000000000000000000000000..dab5e059b8d367cb9b39c1b5e142688fd46ff993 --- /dev/null +++ b/train/mermaid/hard/mermaid_497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d120bd7d48cacffff68ef9fc0784175a86f808ae8b0b0870e94b064573ed00 +size 251455 diff --git a/train/mermaid/hard/mermaid_5.png b/train/mermaid/hard/mermaid_5.png new file mode 100644 index 0000000000000000000000000000000000000000..14008645708a0f53238e74e048525e4a11ea8bd0 --- /dev/null +++ b/train/mermaid/hard/mermaid_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d613a2cb134d36a9c0cc5e0906c7e37ddc231614a9c37882eecd1b11dc58c394 +size 197262 diff --git a/train/mermaid/hard/mermaid_500.png b/train/mermaid/hard/mermaid_500.png new file mode 100644 index 0000000000000000000000000000000000000000..c1445b78e8a7ca28674963e41c1430ed9a3383fc --- /dev/null +++ b/train/mermaid/hard/mermaid_500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5aadfbda2cb0f669c9e2053d7484dc1573b7109ac725fd4285df054aed2699 +size 382290 diff --git a/train/mermaid/hard/mermaid_501.png b/train/mermaid/hard/mermaid_501.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c7dc9adc3a550f0e67c3f56c37bd02dd1307b5 --- /dev/null +++ b/train/mermaid/hard/mermaid_501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054e3407c717ec13013844a0d43edb7656b76e05aff926c11be6e0c11b362d8d +size 683759 diff --git a/train/mermaid/hard/mermaid_502.png b/train/mermaid/hard/mermaid_502.png new file mode 100644 index 0000000000000000000000000000000000000000..d4d4ce9cc0972a3806ab41d5931374d300a563fa --- /dev/null +++ b/train/mermaid/hard/mermaid_502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8a2973e859e0b90b5040abd2611b3ea63dce5756f37a5c36a162d2b1112d83 +size 523949 diff --git a/train/mermaid/hard/mermaid_504.png b/train/mermaid/hard/mermaid_504.png new file mode 100644 index 0000000000000000000000000000000000000000..06c7da0e26d28be9458551f582b2d50e4378c40f --- /dev/null +++ b/train/mermaid/hard/mermaid_504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7706cddc09b495f38aa4fd6ab4f9048de878776860acac0629903c53ac431eb5 +size 224131 diff --git a/train/mermaid/hard/mermaid_505.png b/train/mermaid/hard/mermaid_505.png new file mode 100644 index 0000000000000000000000000000000000000000..3c77fc25a8e3387189743584403cca302907f60c --- /dev/null +++ b/train/mermaid/hard/mermaid_505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62216da1e9ca38d09d96a055d654eccdaee0bc11da3d9c40a163ea102906087 +size 309373 diff --git a/train/mermaid/hard/mermaid_506.png b/train/mermaid/hard/mermaid_506.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5de44a3efb3ac8790479ec3e72c8a3089f6afd --- /dev/null +++ b/train/mermaid/hard/mermaid_506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2b3b63d9ce08dafa51da96eebfa4f75e56ce48dc56ee787b8b8adaa809cd60 +size 248671 diff --git a/train/mermaid/hard/mermaid_507.png b/train/mermaid/hard/mermaid_507.png new file mode 100644 index 0000000000000000000000000000000000000000..d145a0983764fbae63d2163c8d114706a1bf42cc --- /dev/null +++ b/train/mermaid/hard/mermaid_507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cabddf789d1b90f4d6ac545f3e2d8c5d24baef3b8052c79adebc0ea6018ee8e +size 546446 diff --git a/train/mermaid/hard/mermaid_510.png b/train/mermaid/hard/mermaid_510.png new file mode 100644 index 0000000000000000000000000000000000000000..abfb2700042687cc5c7af538cb5d1a66042fd89a --- /dev/null +++ b/train/mermaid/hard/mermaid_510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1ca54b936eb476b7c6e9bcf66a92dbd18476e649ca263320447b6ca8ef245e +size 265128 diff --git a/train/mermaid/hard/mermaid_512.png b/train/mermaid/hard/mermaid_512.png new file mode 100644 index 0000000000000000000000000000000000000000..adac6a3bdf59a76277030d5dfe05c70e16aa7f90 --- /dev/null +++ b/train/mermaid/hard/mermaid_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273d667a40aac488cc5b8c85b15df0df2a64a54994b0ee5888d274742ffd389c +size 276879 diff --git a/train/mermaid/hard/mermaid_513.png b/train/mermaid/hard/mermaid_513.png new file mode 100644 index 0000000000000000000000000000000000000000..23e4e555ce128edd835d8f9a258c3d9e6bb38e56 --- /dev/null +++ b/train/mermaid/hard/mermaid_513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4165a7f439803c80ded6661ff28b88a5d93772c4634cbfcf1661ee8dde403e2 +size 745743 diff --git a/train/mermaid/hard/mermaid_514.png b/train/mermaid/hard/mermaid_514.png new file mode 100644 index 0000000000000000000000000000000000000000..86795c1336928e9ffcd8deec7c796d1f70362645 --- /dev/null +++ b/train/mermaid/hard/mermaid_514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a14c2416b7d47e5a448ae5b5ce4c4bcbb5a77165264faf3b5ae99a61119d9ae +size 596449 diff --git a/train/mermaid/hard/mermaid_515.png b/train/mermaid/hard/mermaid_515.png new file mode 100644 index 0000000000000000000000000000000000000000..dfb42ff364234a692bca084c73ee891855535fef --- /dev/null +++ b/train/mermaid/hard/mermaid_515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738d6b198a2146aafbb4739912823ed7347d29d195c28e4523a77072531e85f2 +size 262019 diff --git a/train/mermaid/hard/mermaid_516.png b/train/mermaid/hard/mermaid_516.png new file mode 100644 index 0000000000000000000000000000000000000000..594e64ed0b0872f4b3ab0698b9a9ecc60c8c72d2 --- /dev/null +++ b/train/mermaid/hard/mermaid_516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89822a44f5e7592a0abc0ba891cf753d01ef39221d6e48346b9bdd472e0b81c +size 174780 diff --git a/train/mermaid/hard/mermaid_519.png b/train/mermaid/hard/mermaid_519.png new file mode 100644 index 0000000000000000000000000000000000000000..66dce237eb5eb1cad1db83036eb3409e71bc1132 --- /dev/null +++ b/train/mermaid/hard/mermaid_519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565fd61b601ceec6b644d72e5c0385b8fe449787c566a438661e72630b42d2c +size 676210 diff --git a/train/mermaid/hard/mermaid_521.png b/train/mermaid/hard/mermaid_521.png new file mode 100644 index 0000000000000000000000000000000000000000..89ac61cf5b88cf913ecc41b8f8463a4ffac985a2 --- /dev/null +++ b/train/mermaid/hard/mermaid_521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917be62f36ea91ad11050dc7e0a5622bbefafb7ee8d9fd2476ec85ba69994dec +size 588835 diff --git a/train/mermaid/hard/mermaid_525.png b/train/mermaid/hard/mermaid_525.png new file mode 100644 index 0000000000000000000000000000000000000000..f770b79d87dba279cd53ec3aeadefef150a61a80 --- /dev/null +++ b/train/mermaid/hard/mermaid_525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ec66396103364503936232f010af761226358fa4d353feeba50fec9b1276db +size 426698 diff --git a/train/mermaid/hard/mermaid_530.png b/train/mermaid/hard/mermaid_530.png new file mode 100644 index 0000000000000000000000000000000000000000..831cc620f6561e9b14996834871c63b07fe77c2b --- /dev/null +++ b/train/mermaid/hard/mermaid_530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706321035edf84a59d615c72f48079c36eed32cff188170ca49294e40675a817 +size 345521 diff --git a/train/mermaid/hard/mermaid_532.png b/train/mermaid/hard/mermaid_532.png new file mode 100644 index 0000000000000000000000000000000000000000..0c62b32b64fadb6235230781fb67c261f2456b6b --- /dev/null +++ b/train/mermaid/hard/mermaid_532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdac8f4cdd3484260bcdf15536661aa490cf90c8c8682fad1df7a5bfad41f15a +size 257535 diff --git a/train/mermaid/hard/mermaid_534.png b/train/mermaid/hard/mermaid_534.png new file mode 100644 index 0000000000000000000000000000000000000000..5222deaf48738fd4c5c424c0e0a462ec3365ade9 --- /dev/null +++ b/train/mermaid/hard/mermaid_534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d19da26f4a93d30d6a9886efdec60682166d85f40fa2bc2a631e2c912c7489d +size 474605 diff --git a/train/mermaid/hard/mermaid_536.png b/train/mermaid/hard/mermaid_536.png new file mode 100644 index 0000000000000000000000000000000000000000..040c7329cd61938ec3825b2a4d8959c18db2f4b8 --- /dev/null +++ b/train/mermaid/hard/mermaid_536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a622a5c11c74ed427733cb367939fcb315f587dbfb5c30fa4fc2cf559a1183d2 +size 230273 diff --git a/train/mermaid/hard/mermaid_538.png b/train/mermaid/hard/mermaid_538.png new file mode 100644 index 0000000000000000000000000000000000000000..cc4dbe6af6919231bad530900969fd2592b55583 --- /dev/null +++ b/train/mermaid/hard/mermaid_538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ebd2ab46b9581bae86c8657cc064bf9f02773ffdbd5cf33e25d45c6b6eb82b +size 332179 diff --git a/train/mermaid/hard/mermaid_539.png b/train/mermaid/hard/mermaid_539.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8574ffc620441043ee49f8c2be976233f8a36e --- /dev/null +++ b/train/mermaid/hard/mermaid_539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5114a20ec52ef6a3f5f1076beb78819eefdf558e9bf36d5234584e060f32bb8 +size 204878 diff --git a/train/mermaid/hard/mermaid_540.png b/train/mermaid/hard/mermaid_540.png new file mode 100644 index 0000000000000000000000000000000000000000..e12c7f2599e55b5aeda278de7233a10cf07e0333 --- /dev/null +++ b/train/mermaid/hard/mermaid_540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5373ff041be8c3c88780aeac1b916427d7a931d90292f8167f78d98295dfc8 +size 553196 diff --git a/train/mermaid/hard/mermaid_541.png b/train/mermaid/hard/mermaid_541.png new file mode 100644 index 0000000000000000000000000000000000000000..a40cf8d442ae73ac90954a7fcded6c7c0cb6093b --- /dev/null +++ b/train/mermaid/hard/mermaid_541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e7cc3da3c998dc8b6793881bcbb229dcb1035b4c0317307c1af35b5fd9ccee +size 177959 diff --git a/train/mermaid/hard/mermaid_542.png b/train/mermaid/hard/mermaid_542.png new file mode 100644 index 0000000000000000000000000000000000000000..d23b0d52bfa9e9107ec961b4ede175728065dafa --- /dev/null +++ b/train/mermaid/hard/mermaid_542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4caa9cb5bac4cbc744c38d874d6b6ec6c1cd9d3079e86a1329f91e6fa9a95078 +size 342708 diff --git a/train/mermaid/hard/mermaid_546.png b/train/mermaid/hard/mermaid_546.png new file mode 100644 index 0000000000000000000000000000000000000000..89402d301257ac8b09c8d57124b8166ba0050647 --- /dev/null +++ b/train/mermaid/hard/mermaid_546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15b911d3ce44f6236fb8c8127abc638dfb9c6a3987457474a60869d4554b3bb +size 175521 diff --git a/train/mermaid/hard/mermaid_547.png b/train/mermaid/hard/mermaid_547.png new file mode 100644 index 0000000000000000000000000000000000000000..891d78966630feab92feef739f512c85c363f03c --- /dev/null +++ b/train/mermaid/hard/mermaid_547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf4a5649f586b689d67af377311fdcd7aee26e3169702f01af1d6f539c409aa +size 368970 diff --git a/train/mermaid/hard/mermaid_549.png b/train/mermaid/hard/mermaid_549.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0189b0b5330fcc9e9c9391d5965cad3e114c9b --- /dev/null +++ b/train/mermaid/hard/mermaid_549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5440a3ee0581907a65e11c6922385a25666fd4050f4cb5e79ac1caec176998fb +size 500851 diff --git a/train/mermaid/hard/mermaid_550.png b/train/mermaid/hard/mermaid_550.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbfd29a4ef046d8efd82b8b41477b104666951e --- /dev/null +++ b/train/mermaid/hard/mermaid_550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188fdc930603847501c907c14fcef7728f71a8227805254e32e66d2cc136186d +size 548806 diff --git a/train/mermaid/hard/mermaid_552.png b/train/mermaid/hard/mermaid_552.png new file mode 100644 index 0000000000000000000000000000000000000000..f8e4d3806546cc91711f0f83f6bdd8451b6f17e1 --- /dev/null +++ b/train/mermaid/hard/mermaid_552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71f3ea22831657b2d7e40ff6856f0ba9b57a4dcc27b5b1ad50bb3d2adb16d4a +size 522552 diff --git a/train/mermaid/hard/mermaid_553.png b/train/mermaid/hard/mermaid_553.png new file mode 100644 index 0000000000000000000000000000000000000000..11ecc73d84bf3593cc72e9ca2b4118a7e60c5100 --- /dev/null +++ b/train/mermaid/hard/mermaid_553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94f8b5a464d454a5c2b3aaee49e1ba01ab10ec05f9d53e71bd1bd027ad8394e +size 472601 diff --git a/train/mermaid/hard/mermaid_554.png b/train/mermaid/hard/mermaid_554.png new file mode 100644 index 0000000000000000000000000000000000000000..0922edb2e57342e9e84a921cbedf7dcaef483e18 --- /dev/null +++ b/train/mermaid/hard/mermaid_554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e06dae44e479bc239af011eeefdb74dcb348ff059a6aacd85e2a87369bbd59 +size 485719 diff --git a/train/mermaid/hard/mermaid_559.png b/train/mermaid/hard/mermaid_559.png new file mode 100644 index 0000000000000000000000000000000000000000..fc4f6a4fd9631e6f323382c5bbf27c381616cf4a --- /dev/null +++ b/train/mermaid/hard/mermaid_559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b19b1bfee6fa16686659140a598d0e96df5aadaa1cecebf6d63fd2d387ba03b +size 526700 diff --git a/train/mermaid/hard/mermaid_56.png b/train/mermaid/hard/mermaid_56.png new file mode 100644 index 0000000000000000000000000000000000000000..d71b2462541d36f9b6f027ab492d6b16c2263085 --- /dev/null +++ b/train/mermaid/hard/mermaid_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc9dcc0abd3f0e4b402ae705078bf82be7055461c58b0ade685dc38db5d0458 +size 476744 diff --git a/train/mermaid/hard/mermaid_560.png b/train/mermaid/hard/mermaid_560.png new file mode 100644 index 0000000000000000000000000000000000000000..2080ed8b9ec346c91ee129a86a7a1d55131e32be --- /dev/null +++ b/train/mermaid/hard/mermaid_560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfdc4bdcdc8323de2e3be7d2ca6716ea9f6996a40ce151c8a5391703c81a0fe +size 405997 diff --git a/train/mermaid/hard/mermaid_562.png b/train/mermaid/hard/mermaid_562.png new file mode 100644 index 0000000000000000000000000000000000000000..0677aa8765a2d7a97be3f7b9c2bf1a68217ca4b9 --- /dev/null +++ b/train/mermaid/hard/mermaid_562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3051f656b6bff3b555611757a4a39c8da41785b564c4c8061dcb030ea23e108e +size 633727 diff --git a/train/mermaid/hard/mermaid_564.png b/train/mermaid/hard/mermaid_564.png new file mode 100644 index 0000000000000000000000000000000000000000..22ee4a242033fc13766209b55fd5444cc8a17f47 --- /dev/null +++ b/train/mermaid/hard/mermaid_564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c516f2a809e1735ec718a65250c5aa58b294f094d2ef55eb6af94b6e47bfbed8 +size 488236 diff --git a/train/mermaid/hard/mermaid_566.png b/train/mermaid/hard/mermaid_566.png new file mode 100644 index 0000000000000000000000000000000000000000..b557a910a12eb392fdd96e7d6c92afd8205756de --- /dev/null +++ b/train/mermaid/hard/mermaid_566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1a7f56368f1692a4fdbd111a50398132aab00f94abaa95b1c1f3c06b74abc7 +size 179602 diff --git a/train/mermaid/hard/mermaid_568.png b/train/mermaid/hard/mermaid_568.png new file mode 100644 index 0000000000000000000000000000000000000000..ee3bb01b22353c8d3b6783ce61460e0310aa24d2 --- /dev/null +++ b/train/mermaid/hard/mermaid_568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c07c2a5ca857cb45bbb8f6f8d660a0783ea097046a4af500ffa176616de97b1 +size 291039 diff --git a/train/mermaid/hard/mermaid_569.png b/train/mermaid/hard/mermaid_569.png new file mode 100644 index 0000000000000000000000000000000000000000..3931327b5942f2be6de51fba8af00961810606ea --- /dev/null +++ b/train/mermaid/hard/mermaid_569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96730f258f0bdb81407d912e7a9f4fb6cda1c197d9091ab456404231d4bbd86 +size 227098 diff --git a/train/mermaid/hard/mermaid_578.png b/train/mermaid/hard/mermaid_578.png new file mode 100644 index 0000000000000000000000000000000000000000..20b6a69c66b75e45550a4735c37da7a21575284a --- /dev/null +++ b/train/mermaid/hard/mermaid_578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee4226804836c592971afc0a177e77c59533ccaed0d2542a93fb4e61b783737 +size 513384 diff --git a/train/mermaid/hard/mermaid_583.png b/train/mermaid/hard/mermaid_583.png new file mode 100644 index 0000000000000000000000000000000000000000..60001ccb59f24e114a24039e3bd6d172a2f5f133 --- /dev/null +++ b/train/mermaid/hard/mermaid_583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291c18e0357b5f822d1132533ccffcb1e4f8b2493930b516803c2754214bc756 +size 653289 diff --git a/train/mermaid/hard/mermaid_585.png b/train/mermaid/hard/mermaid_585.png new file mode 100644 index 0000000000000000000000000000000000000000..449b0901a1ab725e7c70de32d64d83df895a8f70 --- /dev/null +++ b/train/mermaid/hard/mermaid_585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6ade8e61cf4c041a534e88bcd738fda4fc9645d3e756b444c38586b684eb8c +size 510614 diff --git a/train/mermaid/hard/mermaid_589.png b/train/mermaid/hard/mermaid_589.png new file mode 100644 index 0000000000000000000000000000000000000000..063496ebca8c2b339810f3719aadc9fd237eefd6 --- /dev/null +++ b/train/mermaid/hard/mermaid_589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40659b55f6b4e29c31b9dca82b1598f6f44f0a8766891881531cc70b81eeae1 +size 399183 diff --git a/train/mermaid/hard/mermaid_591.png b/train/mermaid/hard/mermaid_591.png new file mode 100644 index 0000000000000000000000000000000000000000..0a005a63003b94c469238ef3e656bc93df5f6465 --- /dev/null +++ b/train/mermaid/hard/mermaid_591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83736ce099f22bbb38fdf246e5ac11e9895bf35ebd125d8de5880e6c6d06ba28 +size 235326 diff --git a/train/mermaid/hard/mermaid_592.png b/train/mermaid/hard/mermaid_592.png new file mode 100644 index 0000000000000000000000000000000000000000..5202c07f329614ec5ec0427379ae80f5edaf93c5 --- /dev/null +++ b/train/mermaid/hard/mermaid_592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbc756060d4134fb169683e4de87b3127b4932723f48160da825142fba0d332 +size 153378 diff --git a/train/mermaid/hard/mermaid_593.png b/train/mermaid/hard/mermaid_593.png new file mode 100644 index 0000000000000000000000000000000000000000..22dc76c76391e1238c2520058af14be21038abf6 --- /dev/null +++ b/train/mermaid/hard/mermaid_593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a41bb4b4eb89f3c98b19748d1a714320e3c5a41ce81a6a515323c7598c0b36 +size 203330 diff --git a/train/mermaid/hard/mermaid_595.png b/train/mermaid/hard/mermaid_595.png new file mode 100644 index 0000000000000000000000000000000000000000..e5549cbdd01051433ce924085d011036208ed226 --- /dev/null +++ b/train/mermaid/hard/mermaid_595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa360a8d5289c58f240b2ddf77ceb05a79623eecbe2e8d1774630ab48ebea1e6 +size 434992 diff --git a/train/mermaid/hard/mermaid_599.png b/train/mermaid/hard/mermaid_599.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7b0618cfff53afb2cfe7d12f000a6b7af1b549 --- /dev/null +++ b/train/mermaid/hard/mermaid_599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c2abaf1f5e0cc9504af02eb8054d0439e1202d00f7f706462f9136c62c58a3 +size 561032 diff --git a/train/mermaid/hard/mermaid_600.png b/train/mermaid/hard/mermaid_600.png new file mode 100644 index 0000000000000000000000000000000000000000..a8701c4c7ab34b00dabb3e430da6f9bd55a19ed4 --- /dev/null +++ b/train/mermaid/hard/mermaid_600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7de01ab0004196e22e14a2038696a8f980f2f2f171e4ab680c7b12a6f8fc4fd +size 509779 diff --git a/train/mermaid/hard/mermaid_604.png b/train/mermaid/hard/mermaid_604.png new file mode 100644 index 0000000000000000000000000000000000000000..44b81e7c67adc1c3aec4552c92a606d515d2b660 --- /dev/null +++ b/train/mermaid/hard/mermaid_604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450d3778b0a266cb1b5c99e3511fa5c4a84402be6a01a0391da50980be46c3e0 +size 187779 diff --git a/train/mermaid/hard/mermaid_606.png b/train/mermaid/hard/mermaid_606.png new file mode 100644 index 0000000000000000000000000000000000000000..8f8a0b10f6d7c8539b1178101b4013482f587065 --- /dev/null +++ b/train/mermaid/hard/mermaid_606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f3d1c53cead0a157315d0934942920341b29257297fc4b3bd493d496f5a1df +size 660162 diff --git a/train/mermaid/hard/mermaid_608.png b/train/mermaid/hard/mermaid_608.png new file mode 100644 index 0000000000000000000000000000000000000000..e044cc48927641eec669f0d4d28a57fc64b5dcb1 --- /dev/null +++ b/train/mermaid/hard/mermaid_608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b29ce849390a9671b6b3395773d6a37fc5ddb95b8fa85c6a554a434cdef8b21 +size 215356 diff --git a/train/mermaid/hard/mermaid_611.png b/train/mermaid/hard/mermaid_611.png new file mode 100644 index 0000000000000000000000000000000000000000..d4caf340ba5afff2f6e964d1f56df27b7e0ab6b3 --- /dev/null +++ b/train/mermaid/hard/mermaid_611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f93c4bc3147e530a000a9c43b7f51b6ba6f47d7071251957601c16272f4d1de +size 458110 diff --git a/train/mermaid/hard/mermaid_612.png b/train/mermaid/hard/mermaid_612.png new file mode 100644 index 0000000000000000000000000000000000000000..0a6164c154147d2b129de17ae1b0437edbd7a2e3 --- /dev/null +++ b/train/mermaid/hard/mermaid_612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b448462f912bd744bde1153b96b6dca68eba5acc474344cdeefdeeed66d24b0f +size 279022 diff --git a/train/mermaid/hard/mermaid_615.png b/train/mermaid/hard/mermaid_615.png new file mode 100644 index 0000000000000000000000000000000000000000..2390ad40d5b2948796bf7970f365c0db0ec607a5 --- /dev/null +++ b/train/mermaid/hard/mermaid_615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb9a915b0c705321fd470d6cdc322277e3519500ee8bb3443fff3c0c000611d +size 184993 diff --git a/train/mermaid/hard/mermaid_617.png b/train/mermaid/hard/mermaid_617.png new file mode 100644 index 0000000000000000000000000000000000000000..274d7fbdca821bfd2653072b4cbca11659b195a3 --- /dev/null +++ b/train/mermaid/hard/mermaid_617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8f12b23b33a90e492f97cc8a5dfd40e7e2833e57d9c4d73cb0ec886db4b5c4 +size 238311 diff --git a/train/mermaid/hard/mermaid_618.png b/train/mermaid/hard/mermaid_618.png new file mode 100644 index 0000000000000000000000000000000000000000..cb65e5b29b41c5ede0b4fcf9902a767724a7b4b6 --- /dev/null +++ b/train/mermaid/hard/mermaid_618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8431f47c392c85bac8156c114ac8517c2e94b6cb53f8a9607968cddf881370 +size 489598 diff --git a/train/mermaid/hard/mermaid_622.png b/train/mermaid/hard/mermaid_622.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a7819cb9e73684fac1f0d03a263740a93da0c5 --- /dev/null +++ b/train/mermaid/hard/mermaid_622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0bcd6c9525b9677f2570a9873dbd94110b728121320f024c7b70e6f5ccee8e +size 463222 diff --git a/train/mermaid/hard/mermaid_623.png b/train/mermaid/hard/mermaid_623.png new file mode 100644 index 0000000000000000000000000000000000000000..a3ab62921eee1d48f1766cc292498aad907149c4 --- /dev/null +++ b/train/mermaid/hard/mermaid_623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae66e7dfcdba30ef79a4c3569c93201b8f8a1aea5052c4b614b78e7d8b1690d +size 221014 diff --git a/train/mermaid/hard/mermaid_624.png b/train/mermaid/hard/mermaid_624.png new file mode 100644 index 0000000000000000000000000000000000000000..5161924df68e3d246e37e96ba6184dac60654f54 --- /dev/null +++ b/train/mermaid/hard/mermaid_624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c3c24bfedbe78d85db0dd245a473f0ec1ae99153625afe79da0f1937cc112b +size 469009 diff --git a/train/mermaid/hard/mermaid_625.png b/train/mermaid/hard/mermaid_625.png new file mode 100644 index 0000000000000000000000000000000000000000..27f5b5138cba1083129d7d11a4f37deb18a32a27 --- /dev/null +++ b/train/mermaid/hard/mermaid_625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff628e4606a8544639c3aa3105a8eddfe974e656e271b1d25f7091bc6950290 +size 586392 diff --git a/train/mermaid/hard/mermaid_627.png b/train/mermaid/hard/mermaid_627.png new file mode 100644 index 0000000000000000000000000000000000000000..cec1cab961e25dd32a53c73aca640c3e04b2efb9 --- /dev/null +++ b/train/mermaid/hard/mermaid_627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9ce98166fa73a363e685cc6aa4fbf3297e9ead82a4f0c70f7206296b61eb11 +size 195984 diff --git a/train/mermaid/hard/mermaid_628.png b/train/mermaid/hard/mermaid_628.png new file mode 100644 index 0000000000000000000000000000000000000000..6a93829b09fc99e9c01217d1635778cc6f041643 --- /dev/null +++ b/train/mermaid/hard/mermaid_628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c61325b55cb2a8bc5ba17fab92017b35c21e24adca8d901c1c41e5d79159ad9 +size 222064 diff --git a/train/mermaid/hard/mermaid_629.png b/train/mermaid/hard/mermaid_629.png new file mode 100644 index 0000000000000000000000000000000000000000..605ad91520a0cd6bb09258d5ca8181f6c95f87c7 --- /dev/null +++ b/train/mermaid/hard/mermaid_629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff51dd08de8af8df115fd5fdf67bb5bdd19e68a219ccce56c9429d5fe51fe62 +size 269348 diff --git a/train/mermaid/hard/mermaid_631.png b/train/mermaid/hard/mermaid_631.png new file mode 100644 index 0000000000000000000000000000000000000000..c08ef21f6c663a7585bc3976f7c66e748fe5c9ac --- /dev/null +++ b/train/mermaid/hard/mermaid_631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec46517e27f6fe772b6620001d82f42239dbc49488641ef111803d056bc78146 +size 384017 diff --git a/train/mermaid/hard/mermaid_632.png b/train/mermaid/hard/mermaid_632.png new file mode 100644 index 0000000000000000000000000000000000000000..739cee5d16bdd4732f6da42cb10631b1db604966 --- /dev/null +++ b/train/mermaid/hard/mermaid_632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3e22b09dda9a7c3130674d2378929a4afb752c0779c53ad3a44050f7116bbb +size 189716 diff --git a/train/mermaid/hard/mermaid_634.png b/train/mermaid/hard/mermaid_634.png new file mode 100644 index 0000000000000000000000000000000000000000..921961bfc3ace29612046d397947685b6bd4f31f --- /dev/null +++ b/train/mermaid/hard/mermaid_634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f85f958257cb306db13c58bfab0ea6cf071626d3722094a291af4ed2de461d7 +size 718362 diff --git a/train/mermaid/hard/mermaid_637.png b/train/mermaid/hard/mermaid_637.png new file mode 100644 index 0000000000000000000000000000000000000000..c54a5a5431306ed3958c65cc18f2114b8569f05f --- /dev/null +++ b/train/mermaid/hard/mermaid_637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775bbc1cfac280b895a723618ba3ee2f42a999c39d61982f8e41aadaa9a0d1b1 +size 268152 diff --git a/train/mermaid/hard/mermaid_640.png b/train/mermaid/hard/mermaid_640.png new file mode 100644 index 0000000000000000000000000000000000000000..1b894dc910b21655464d3937ae60f11be21975f1 --- /dev/null +++ b/train/mermaid/hard/mermaid_640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46cd5478f40113158a81b0d324bcc109c5abc52588665b4d7e88d080e93eb15 +size 164568 diff --git a/train/mermaid/hard/mermaid_642.png b/train/mermaid/hard/mermaid_642.png new file mode 100644 index 0000000000000000000000000000000000000000..558be48e34993c72d1f8661f98f454cd677ffff7 --- /dev/null +++ b/train/mermaid/hard/mermaid_642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc99786e717b85b5117732a782a9b3db160adbe734e9065d023a809b172b9d5 +size 399904 diff --git a/train/mermaid/hard/mermaid_643.png b/train/mermaid/hard/mermaid_643.png new file mode 100644 index 0000000000000000000000000000000000000000..36811044615047c40b1651f9bcbbe5439bb36fa1 --- /dev/null +++ b/train/mermaid/hard/mermaid_643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650a293319852a958bf264da4042abf4f0daaecd21d91dc7010604aad068f2ae +size 203416 diff --git a/train/mermaid/hard/mermaid_645.png b/train/mermaid/hard/mermaid_645.png new file mode 100644 index 0000000000000000000000000000000000000000..0e812b882fdc3baddea0e5da8727ba335222ff83 --- /dev/null +++ b/train/mermaid/hard/mermaid_645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecc867795cc4617291eb0358070d734a65b192d7520877d3c8ee8e360747048 +size 321756 diff --git a/train/mermaid/hard/mermaid_648.png b/train/mermaid/hard/mermaid_648.png new file mode 100644 index 0000000000000000000000000000000000000000..8667b54e4d11dd3b3157f0239af8d17375fa6fc7 --- /dev/null +++ b/train/mermaid/hard/mermaid_648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37df7562537ccb16bf3f5d4eae1aecf08cebdf025e03612dfdbd73879e16d6f +size 331308 diff --git a/train/mermaid/hard/mermaid_649.png b/train/mermaid/hard/mermaid_649.png new file mode 100644 index 0000000000000000000000000000000000000000..387b0b8c45602cd59065c9b80e5b9b07ad8cf7ae --- /dev/null +++ b/train/mermaid/hard/mermaid_649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446cd5368fe9bcf3cb1467ee44891bd3ff846786a68339a21ee804acb3114402 +size 184038 diff --git a/train/mermaid/hard/mermaid_650.png b/train/mermaid/hard/mermaid_650.png new file mode 100644 index 0000000000000000000000000000000000000000..a76f412141d5e536abc0b103677d98f3a3b9a9db --- /dev/null +++ b/train/mermaid/hard/mermaid_650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a9543e711b7f070c01a098db90a9efd86eb6e6a24b44b58db5fd4f96ad824e +size 161903 diff --git a/train/mermaid/hard/mermaid_651.png b/train/mermaid/hard/mermaid_651.png new file mode 100644 index 0000000000000000000000000000000000000000..66eae4aa432c853cb770a31c20dc4ec7725404f6 --- /dev/null +++ b/train/mermaid/hard/mermaid_651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d89d3d85565948f2b90f18ba9befac9dac30d0c19ab7b76daef5a69cda55ce +size 238372 diff --git a/train/mermaid/hard/mermaid_656.png b/train/mermaid/hard/mermaid_656.png new file mode 100644 index 0000000000000000000000000000000000000000..d8196852853bd5bff3a783b975017ae4c1aa3cc5 --- /dev/null +++ b/train/mermaid/hard/mermaid_656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a622b1478f99ae713aa50921e3c106c8afa1a2a9dfbcab5cdd1f48b9dec931 +size 158737 diff --git a/train/mermaid/hard/mermaid_657.png b/train/mermaid/hard/mermaid_657.png new file mode 100644 index 0000000000000000000000000000000000000000..82fe4cb88ee4af9e1967b187f20579f5f433403e --- /dev/null +++ b/train/mermaid/hard/mermaid_657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2fb70a9741bf17357a410a823aebbc54172c418a4f0a27646754d9f7199664 +size 193157 diff --git a/train/mermaid/hard/mermaid_659.png b/train/mermaid/hard/mermaid_659.png new file mode 100644 index 0000000000000000000000000000000000000000..95ac54561bc0e5c555709c709fa017dcd8c4bb8a --- /dev/null +++ b/train/mermaid/hard/mermaid_659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de71ebcd9a2976cd51bdfe9a2885d0357d851fc73a0301e899e117df188d236 +size 211762 diff --git a/train/mermaid/hard/mermaid_660.png b/train/mermaid/hard/mermaid_660.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5b818df6f73a9e8bf37a894b7db37c40015704 --- /dev/null +++ b/train/mermaid/hard/mermaid_660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dd7ee0291170e4f94649910f48e2fe8748b7611269297822ece0e69ed55d41 +size 189104 diff --git a/train/mermaid/hard/mermaid_661.png b/train/mermaid/hard/mermaid_661.png new file mode 100644 index 0000000000000000000000000000000000000000..7326125bf8dd3491e56240861b28d37c29df56b6 --- /dev/null +++ b/train/mermaid/hard/mermaid_661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b54a2924da473cc33745a3e288a5ad16d35316d4dcc023cc032708112c6f8d8 +size 495271 diff --git a/train/mermaid/hard/mermaid_664.png b/train/mermaid/hard/mermaid_664.png new file mode 100644 index 0000000000000000000000000000000000000000..0e120c993a21fcfb2635c176d95809b3084b83e9 --- /dev/null +++ b/train/mermaid/hard/mermaid_664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c22cac13ac8708121d4c5050369e6b3a4d3af4e1feb060bc3bf282b3a6665eb +size 183641 diff --git a/train/mermaid/hard/mermaid_665.png b/train/mermaid/hard/mermaid_665.png new file mode 100644 index 0000000000000000000000000000000000000000..8dbef542a4ed94432148814174fa7f2e19a043de --- /dev/null +++ b/train/mermaid/hard/mermaid_665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6526fb703a0d040907635c1f870cc45ea3d84f1da9ad7aec53c334a227ea9a93 +size 423301 diff --git a/train/mermaid/hard/mermaid_666.png b/train/mermaid/hard/mermaid_666.png new file mode 100644 index 0000000000000000000000000000000000000000..76186181a09ab516d7dfe112f6e9bf148c2bae6a --- /dev/null +++ b/train/mermaid/hard/mermaid_666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4668d705ded349e46da24d78436270c8e5640725908002b082847583f659ad41 +size 390658 diff --git a/train/mermaid/hard/mermaid_667.png b/train/mermaid/hard/mermaid_667.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7a046a766c5c5f8cd450f48696dd577d40f454 --- /dev/null +++ b/train/mermaid/hard/mermaid_667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b262384f9a8f0186ce615abf5a5375ff54be40eaeab9869be8dfe1fd34b1005 +size 220391 diff --git a/train/mermaid/hard/mermaid_67.png b/train/mermaid/hard/mermaid_67.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4a5b859e13b2d0e1bbaa2e5471ed5d4417aee9 --- /dev/null +++ b/train/mermaid/hard/mermaid_67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520c6ed213eca2bba09e2590fdf0c7f382fea83ea6634ffcd785478322662856 +size 347178 diff --git a/train/mermaid/hard/mermaid_670.png b/train/mermaid/hard/mermaid_670.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9f99a1e79566fd0a1ee0d4069ef40cb22f5c0c --- /dev/null +++ b/train/mermaid/hard/mermaid_670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdae2a83bf04697ed2c67e202d2518d050d8aa8f9475d534cb20c958be5cec02 +size 127028 diff --git a/train/mermaid/hard/mermaid_672.png b/train/mermaid/hard/mermaid_672.png new file mode 100644 index 0000000000000000000000000000000000000000..0591eccf147a8f55113800397d7ed628153869c2 --- /dev/null +++ b/train/mermaid/hard/mermaid_672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43dee06c4a46b1fe0a2cd9ecff4ec6da9535cd170e199163ea0b4b830bb2391 +size 216445 diff --git a/train/mermaid/hard/mermaid_674.png b/train/mermaid/hard/mermaid_674.png new file mode 100644 index 0000000000000000000000000000000000000000..baf0f996ffe0b09d2b7256e6efaa05de1ec7c436 --- /dev/null +++ b/train/mermaid/hard/mermaid_674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be31aafd61228b78396489f1a4d27e0c72c9dfe309a0b8f0fe8b24ca071286a3 +size 277391 diff --git a/train/mermaid/hard/mermaid_676.png b/train/mermaid/hard/mermaid_676.png new file mode 100644 index 0000000000000000000000000000000000000000..b48415455f5920a2821a1d3144d5d27456d44861 --- /dev/null +++ b/train/mermaid/hard/mermaid_676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02904910449ea481b59f450f358afcadaf3defd54148589434ab6187019809ec +size 455096 diff --git a/train/mermaid/hard/mermaid_679.png b/train/mermaid/hard/mermaid_679.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc7f0aa46389468c21cca09cbc20a70bd6e2f5a --- /dev/null +++ b/train/mermaid/hard/mermaid_679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e337e7ead7ed4ed23d030721404ec23f2c277172ff04ac9aa506a9e79e0cd6b5 +size 191744 diff --git a/train/mermaid/hard/mermaid_68.png b/train/mermaid/hard/mermaid_68.png new file mode 100644 index 0000000000000000000000000000000000000000..1b162d75a4262e010682cfad8bbd2b23f0d79a0f --- /dev/null +++ b/train/mermaid/hard/mermaid_68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae98153db29eb4d8ee2554c5783fd122c2f6fabe3dfa87566575dedc97d34c4 +size 404826 diff --git a/train/mermaid/hard/mermaid_680.png b/train/mermaid/hard/mermaid_680.png new file mode 100644 index 0000000000000000000000000000000000000000..4f022d745310a165b5c898fb567923e572a3c965 --- /dev/null +++ b/train/mermaid/hard/mermaid_680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9ae26a5af865623a291025b2e15d2812624e05f9cabe3185800a34d3325c45 +size 546147 diff --git a/train/mermaid/hard/mermaid_682.png b/train/mermaid/hard/mermaid_682.png new file mode 100644 index 0000000000000000000000000000000000000000..578828e7e0a69cd4ca50b44bb0b7ac8a50c52b68 --- /dev/null +++ b/train/mermaid/hard/mermaid_682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35af9471fdfd255cb4582da99fc37dc4b866c95274d9e4874cd0a80ac0bd197a +size 163834 diff --git a/train/mermaid/hard/mermaid_683.png b/train/mermaid/hard/mermaid_683.png new file mode 100644 index 0000000000000000000000000000000000000000..3819bb15a4d6440ee24c107d5ef38ffbeeba9168 --- /dev/null +++ b/train/mermaid/hard/mermaid_683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f06b75dace779dfedb0f8a02ae878944262f6a7ababf6ed49b7018898e66cf +size 351262 diff --git a/train/mermaid/hard/mermaid_684.png b/train/mermaid/hard/mermaid_684.png new file mode 100644 index 0000000000000000000000000000000000000000..a76c1fe74029daf74cd846b0e9f4e5fc23d395c3 --- /dev/null +++ b/train/mermaid/hard/mermaid_684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b394146c84f1fbeb73020d3aeda4e8a3342caa23483c9224983e3cac6eed48 +size 345306 diff --git a/train/mermaid/hard/mermaid_686.png b/train/mermaid/hard/mermaid_686.png new file mode 100644 index 0000000000000000000000000000000000000000..1577d6611c225741f6774324c37788a2f9954e42 --- /dev/null +++ b/train/mermaid/hard/mermaid_686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c1ba0062e6866a5bc24eda2f863e3deab5503c04fd0f899960d7f62351a23c +size 513814 diff --git a/train/mermaid/hard/mermaid_687.png b/train/mermaid/hard/mermaid_687.png new file mode 100644 index 0000000000000000000000000000000000000000..a68687e3b19050fb753aa0e989b8078904270efd --- /dev/null +++ b/train/mermaid/hard/mermaid_687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5e7a49ad332dd2959ab91ca5cc292531a4e999750e367f3b7476a3355cdba0 +size 362585 diff --git a/train/mermaid/hard/mermaid_688.png b/train/mermaid/hard/mermaid_688.png new file mode 100644 index 0000000000000000000000000000000000000000..d4823a506f232cec3926a4ce4d823873dab0f1ec --- /dev/null +++ b/train/mermaid/hard/mermaid_688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf806718a98179eaafd23b5a5fd4954183144eb65c062fefe00f0074b99ccee2 +size 140200 diff --git a/train/mermaid/hard/mermaid_69.png b/train/mermaid/hard/mermaid_69.png new file mode 100644 index 0000000000000000000000000000000000000000..1f0825f6c1db193a21d1c5d302266ee9c8b4a2ab --- /dev/null +++ b/train/mermaid/hard/mermaid_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafdd8f583f1db1f200687acf6f7ffe558d04a2c1b4847dfcedb7e37c82c1147 +size 397911 diff --git a/train/mermaid/hard/mermaid_690.png b/train/mermaid/hard/mermaid_690.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8bc1b422966cb4205124082376432f1dd72ba0 --- /dev/null +++ b/train/mermaid/hard/mermaid_690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d883ac79630b2c0616ca984a29515361813985053676f3573961032ced6002 +size 225317 diff --git a/train/mermaid/hard/mermaid_691.png b/train/mermaid/hard/mermaid_691.png new file mode 100644 index 0000000000000000000000000000000000000000..7a2793f13cf08574a3dc1777d233757f169c9037 --- /dev/null +++ b/train/mermaid/hard/mermaid_691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f620f101be4dcc1c88afe2bee1c5d234bb41920e43bfc34d67b2d1e4ff9368a4 +size 191236 diff --git a/train/mermaid/hard/mermaid_692.png b/train/mermaid/hard/mermaid_692.png new file mode 100644 index 0000000000000000000000000000000000000000..b25f3fae341c56676fc55e3d99db80ba8fd21958 --- /dev/null +++ b/train/mermaid/hard/mermaid_692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c271c3b68f18eed81639f1377104f6a902be4cba3cf64b051ae890a3c6839687 +size 225973 diff --git a/train/mermaid/hard/mermaid_694.png b/train/mermaid/hard/mermaid_694.png new file mode 100644 index 0000000000000000000000000000000000000000..20ef9eea1a55223f0ba6555f7e67629c05a0f5b1 --- /dev/null +++ b/train/mermaid/hard/mermaid_694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cd8838056450b958ad94ab5089b80b80cb64ec344c9c6a7deee84bdaf46be8 +size 351628 diff --git a/train/mermaid/hard/mermaid_696.png b/train/mermaid/hard/mermaid_696.png new file mode 100644 index 0000000000000000000000000000000000000000..5a615793fc970ce4b5aa2483237cd41cae10ce63 --- /dev/null +++ b/train/mermaid/hard/mermaid_696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44f9913fe2c25e57fdbc676e27509b6740463dc71b2f2d0798a719ffaa2dda8 +size 148880 diff --git a/train/mermaid/hard/mermaid_698.png b/train/mermaid/hard/mermaid_698.png new file mode 100644 index 0000000000000000000000000000000000000000..567950cc94dfc1ccf9ad9db7543b93e000c9ff2f --- /dev/null +++ b/train/mermaid/hard/mermaid_698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a2091a14a677eb5f9c91a6271898846e446825bb7fb8427cf95f6ca273dd0f +size 521803 diff --git a/train/mermaid/hard/mermaid_70.png b/train/mermaid/hard/mermaid_70.png new file mode 100644 index 0000000000000000000000000000000000000000..8b94a0e718c517ce209e274d00282d50fa119718 --- /dev/null +++ b/train/mermaid/hard/mermaid_70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a79cbef33505a144ecc54128a49af221e2ac6b708f8e43747504f94098fbd2 +size 314354 diff --git a/train/mermaid/hard/mermaid_700.png b/train/mermaid/hard/mermaid_700.png new file mode 100644 index 0000000000000000000000000000000000000000..c07dbe55b1b73f732325f6a4a0a685e50af49483 --- /dev/null +++ b/train/mermaid/hard/mermaid_700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddbdbb428bb1bffc6ee553a2c3fdfb9e7d880a5933858975a30dc25a7b22d72 +size 439737 diff --git a/train/mermaid/hard/mermaid_701.png b/train/mermaid/hard/mermaid_701.png new file mode 100644 index 0000000000000000000000000000000000000000..f31748b42f3f6540371a6276a674790f8dd92b45 --- /dev/null +++ b/train/mermaid/hard/mermaid_701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4f88efb17ae174a77a7164f41af35ee33d45260430cfc68e1d26f752a3298e +size 301307 diff --git a/train/mermaid/hard/mermaid_705.png b/train/mermaid/hard/mermaid_705.png new file mode 100644 index 0000000000000000000000000000000000000000..94d8a5a667d5f5e88da194d5b856182a9fd22b69 --- /dev/null +++ b/train/mermaid/hard/mermaid_705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ebcc76ad6aff57fe2098ba19dc1cdc71413e6be2f7be8165e99398b1f7bbea +size 380812 diff --git a/train/mermaid/hard/mermaid_709.png b/train/mermaid/hard/mermaid_709.png new file mode 100644 index 0000000000000000000000000000000000000000..5a587cbcceae5cef37274979871604479e4e4876 --- /dev/null +++ b/train/mermaid/hard/mermaid_709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3396355f576f28d5667297025faf915483930e203bd80616f91bcf617de192 +size 457013 diff --git a/train/mermaid/hard/mermaid_710.png b/train/mermaid/hard/mermaid_710.png new file mode 100644 index 0000000000000000000000000000000000000000..e70ba70215f045c338b71a79fb59d61359471d37 --- /dev/null +++ b/train/mermaid/hard/mermaid_710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9668e861680041084346c5c8c6c94f31ccb6fe2d2b6fa5161576a0d83fe42a40 +size 172416 diff --git a/train/mermaid/hard/mermaid_713.png b/train/mermaid/hard/mermaid_713.png new file mode 100644 index 0000000000000000000000000000000000000000..a1323243f87a580b5b2cb660fafb35c12ab5aaa9 --- /dev/null +++ b/train/mermaid/hard/mermaid_713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6343c3b78a9f7fe84a5cec3faf91f1103c1a1f62a10667e820a06dba6214c197 +size 507245 diff --git a/train/mermaid/hard/mermaid_714.png b/train/mermaid/hard/mermaid_714.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7cdfd1526eba67d9b8653a02f41a90f4fcab43 --- /dev/null +++ b/train/mermaid/hard/mermaid_714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806957b11145c7008136f0ae03240e7ad43fd375ac09e8770f98f5d052e8c21d +size 222285 diff --git a/train/mermaid/hard/mermaid_716.png b/train/mermaid/hard/mermaid_716.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d8e13f9e451fccc19cbb7c18682ae7dd240a8e --- /dev/null +++ b/train/mermaid/hard/mermaid_716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db782594a0205c94da51a2ea03899c5b55f95952b9a3483910f76145046f096a +size 435771 diff --git a/train/mermaid/hard/mermaid_717.png b/train/mermaid/hard/mermaid_717.png new file mode 100644 index 0000000000000000000000000000000000000000..24a540aab0edb2438d99483fe8b8c284a9c7b22a --- /dev/null +++ b/train/mermaid/hard/mermaid_717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd39ac64a9bb473db235e320b37b5b782f19ffcd5d64fed67abfb34e2f51ec +size 302622 diff --git a/train/mermaid/hard/mermaid_720.png b/train/mermaid/hard/mermaid_720.png new file mode 100644 index 0000000000000000000000000000000000000000..45dbc3ceceb796015f5bda43efb66735b8e1ab33 --- /dev/null +++ b/train/mermaid/hard/mermaid_720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a57473380dcf464320ff10e9852a96feec1c95fa96e975c2043ab09de5db02 +size 188727 diff --git a/train/mermaid/hard/mermaid_725.png b/train/mermaid/hard/mermaid_725.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ee94e97b0585155abca57f6d8a5b54adaba536 --- /dev/null +++ b/train/mermaid/hard/mermaid_725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75b14e9d78102878fd506070b1ce973b3b3ee65b625986cc985d829a2073fc8 +size 368044 diff --git a/train/mermaid/hard/mermaid_730.png b/train/mermaid/hard/mermaid_730.png new file mode 100644 index 0000000000000000000000000000000000000000..8cebdc0350ee0fa44c5bc5a403c0939f648963bf --- /dev/null +++ b/train/mermaid/hard/mermaid_730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c1dfe4fb0279245292e9105c76f9f13e64016ba93661ccdf710dd044efaa3e +size 217907 diff --git a/train/mermaid/hard/mermaid_732.png b/train/mermaid/hard/mermaid_732.png new file mode 100644 index 0000000000000000000000000000000000000000..7267d1697ab8b7b32a9aeee0e8102fc85c885653 --- /dev/null +++ b/train/mermaid/hard/mermaid_732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2bba51278732f77d7c42cd7fa6eacb3f79d2c924507d637df1164fabe54868 +size 376880 diff --git a/train/mermaid/hard/mermaid_734.png b/train/mermaid/hard/mermaid_734.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9a1f97c37bdbdd84704aa35e4ee219ab302b34 --- /dev/null +++ b/train/mermaid/hard/mermaid_734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d598b25685182159a3cedae3b31ce17f23c0d4e57586b73b8a75989d1039c210 +size 463133 diff --git a/train/mermaid/hard/mermaid_74.png b/train/mermaid/hard/mermaid_74.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ad8cf42578c68a72f182e20e205a4c7b168c6d --- /dev/null +++ b/train/mermaid/hard/mermaid_74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51930f789034c62db73351bffbca92841a3ba44b8f62b2d8b83cd1cbcabea833 +size 413826 diff --git a/train/mermaid/hard/mermaid_745.png b/train/mermaid/hard/mermaid_745.png new file mode 100644 index 0000000000000000000000000000000000000000..0c24c3b160e431ba9f1fc19240b1220306e3b456 --- /dev/null +++ b/train/mermaid/hard/mermaid_745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101ace405f82f276f0ee6aea8b2e6ffcaca180592dbbe0990cfda530cbfecacb +size 181063 diff --git a/train/mermaid/hard/mermaid_747.png b/train/mermaid/hard/mermaid_747.png new file mode 100644 index 0000000000000000000000000000000000000000..deb783e2563f2362d4578f7df04ce7bcea890ebe --- /dev/null +++ b/train/mermaid/hard/mermaid_747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18480478688e723486eccc57e15e40130f28aa28b0184563dd19a8e7e0112cb +size 219319 diff --git a/train/mermaid/hard/mermaid_750.png b/train/mermaid/hard/mermaid_750.png new file mode 100644 index 0000000000000000000000000000000000000000..adb364cf69cd7887168b5848291f433ebd41a0f2 --- /dev/null +++ b/train/mermaid/hard/mermaid_750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff9e6513cf116e26185288a4b12dce6563b9cc63f6a049e4b812b04eae2aef1 +size 492391 diff --git a/train/mermaid/hard/mermaid_751.png b/train/mermaid/hard/mermaid_751.png new file mode 100644 index 0000000000000000000000000000000000000000..9de1221be830c87020470e2c8e7cf73dcbdb821c --- /dev/null +++ b/train/mermaid/hard/mermaid_751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e148349187cb0b7f05296312b567f11884a0c0fb7dc6a75bbcc999c66742b35f +size 439179 diff --git a/train/mermaid/hard/mermaid_756.png b/train/mermaid/hard/mermaid_756.png new file mode 100644 index 0000000000000000000000000000000000000000..10296a85006ee460990bad101bc9ce65e15fd3bd --- /dev/null +++ b/train/mermaid/hard/mermaid_756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb65f51bfdc3c2e63ee2c81aefcb66e8c1e4a644d41b3c02584f5995c23794a8 +size 539272 diff --git a/train/mermaid/hard/mermaid_76.png b/train/mermaid/hard/mermaid_76.png new file mode 100644 index 0000000000000000000000000000000000000000..61cc5dd3818621d9392d30f3f1a8d779b71f4d66 --- /dev/null +++ b/train/mermaid/hard/mermaid_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2c3c6b313d45a41a4385102cbd2ba50c80a2532bf2cd52e67cf5b11f5d3d36 +size 478766 diff --git a/train/mermaid/hard/mermaid_761.png b/train/mermaid/hard/mermaid_761.png new file mode 100644 index 0000000000000000000000000000000000000000..036ae5d24440551f86f718de93be9393f4c8bae2 --- /dev/null +++ b/train/mermaid/hard/mermaid_761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd59e1d7e0901b6b16e7633e26a57aa9d77c7fef8ad4305711c73c84705dbb7 +size 236361 diff --git a/train/mermaid/hard/mermaid_762.png b/train/mermaid/hard/mermaid_762.png new file mode 100644 index 0000000000000000000000000000000000000000..47319ebaa3f25abc201b1fdeeda0b85e014c387f --- /dev/null +++ b/train/mermaid/hard/mermaid_762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4c36c32883a0aa82a8a9647955836af421ef64352d8d4d8151246b595da887 +size 480483 diff --git a/train/mermaid/hard/mermaid_765.png b/train/mermaid/hard/mermaid_765.png new file mode 100644 index 0000000000000000000000000000000000000000..3df5b4809c9bda5476472f3d525c968cac986924 --- /dev/null +++ b/train/mermaid/hard/mermaid_765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3633a7cec64367511ad7174df8ff1656af6b33dc83c180d90078103e6b8869 +size 430786 diff --git a/train/mermaid/hard/mermaid_767.png b/train/mermaid/hard/mermaid_767.png new file mode 100644 index 0000000000000000000000000000000000000000..80d7838f7d9ce781bd949847eff9da2a65c03413 --- /dev/null +++ b/train/mermaid/hard/mermaid_767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdcde59a571e69301a8fabbbc0ebadbd5561c0b94d20583820424c1cfe4a77a +size 511494 diff --git a/train/mermaid/hard/mermaid_772.png b/train/mermaid/hard/mermaid_772.png new file mode 100644 index 0000000000000000000000000000000000000000..b05093b79082fa15f84f3d517bd62a339b1248b4 --- /dev/null +++ b/train/mermaid/hard/mermaid_772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94befbe7fe90982a43953138f498e620574e7e32fac3afada29cee0b7453d11e +size 205508 diff --git a/train/mermaid/hard/mermaid_773.png b/train/mermaid/hard/mermaid_773.png new file mode 100644 index 0000000000000000000000000000000000000000..6d5f2f5e8b8ed8b77fbda5f4c43c80cc39496c08 --- /dev/null +++ b/train/mermaid/hard/mermaid_773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcdaa0abdb539c6d37eb0c15bd2fbd470b6f0dee5095258656a95ed93734032 +size 177380 diff --git a/train/mermaid/hard/mermaid_776.png b/train/mermaid/hard/mermaid_776.png new file mode 100644 index 0000000000000000000000000000000000000000..3980ec90b5b35887d0b827881e49239bfd55223c --- /dev/null +++ b/train/mermaid/hard/mermaid_776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ef61cf02e813e183cd9a6893eb1b73187985718be9d96f01c8dd736ee69c7f +size 480376 diff --git a/train/mermaid/hard/mermaid_777.png b/train/mermaid/hard/mermaid_777.png new file mode 100644 index 0000000000000000000000000000000000000000..10e7236b6187accff39daf395d6f91e274b36060 --- /dev/null +++ b/train/mermaid/hard/mermaid_777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdbafb30a3f9781e15dfc818c3d06e4e47ffd58ea4120890cdbc8bdb8cdcba4 +size 556720 diff --git a/train/mermaid/hard/mermaid_778.png b/train/mermaid/hard/mermaid_778.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3e329257bbceb26b487861d028c71328eab789 --- /dev/null +++ b/train/mermaid/hard/mermaid_778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228ac80673101ace007e04c6aeb9797c4b34df3cd249f642561d29ac52223a10 +size 165394 diff --git a/train/mermaid/hard/mermaid_779.png b/train/mermaid/hard/mermaid_779.png new file mode 100644 index 0000000000000000000000000000000000000000..41789020f08ba3de56deea7a0d8fb95e7fa09dbf --- /dev/null +++ b/train/mermaid/hard/mermaid_779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b004e323b784570396e89012d546ddfbe2482435e2c9c3f4fc94e6140fd3b4f5 +size 191053 diff --git a/train/mermaid/hard/mermaid_781.png b/train/mermaid/hard/mermaid_781.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc2c36a5e2c0189538a3514280cebbc9658d99e --- /dev/null +++ b/train/mermaid/hard/mermaid_781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc7a83245990cd068458521fc7f759da36dd8206f3a06e6f631af2f273ad51e +size 179322 diff --git a/train/mermaid/hard/mermaid_782.png b/train/mermaid/hard/mermaid_782.png new file mode 100644 index 0000000000000000000000000000000000000000..a3f9aa529aa9498e69655586c4472657a4e5d304 --- /dev/null +++ b/train/mermaid/hard/mermaid_782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108e2446080b4c4b7323237e79575a33c32620d24e24b75bdd2dedd2f8bf5e60 +size 280125 diff --git a/train/mermaid/hard/mermaid_783.png b/train/mermaid/hard/mermaid_783.png new file mode 100644 index 0000000000000000000000000000000000000000..6f2dc618974f83065aefc416da789685803563f5 --- /dev/null +++ b/train/mermaid/hard/mermaid_783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8e3b4d56d31fea6ee994c225ad76ebc17293dd904e4deb36a93b6a7a6addd4 +size 389701 diff --git a/train/mermaid/hard/mermaid_784.png b/train/mermaid/hard/mermaid_784.png new file mode 100644 index 0000000000000000000000000000000000000000..835500d84273f861882b744a3521ef4ed3e229b7 --- /dev/null +++ b/train/mermaid/hard/mermaid_784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee234c63ad565b22d83cf75a0bc685d44acd729b65982ccc3006a8e37258b423 +size 169858 diff --git a/train/mermaid/hard/mermaid_786.png b/train/mermaid/hard/mermaid_786.png new file mode 100644 index 0000000000000000000000000000000000000000..55b0da0454c9ad1b5d051e557bddca856d24be61 --- /dev/null +++ b/train/mermaid/hard/mermaid_786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ade09785be907b582d3e975bd73d23966ccc1b77d2f5d4c5e7099fb8da3ff1 +size 267639 diff --git a/train/mermaid/hard/mermaid_787.png b/train/mermaid/hard/mermaid_787.png new file mode 100644 index 0000000000000000000000000000000000000000..c2633eeb2d7fdb6d830b422c5d4239c5d8a69dfa --- /dev/null +++ b/train/mermaid/hard/mermaid_787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e996a78932ef7a3237500acc15e7efca48e873c9760a2a948040e3a28f97d51b +size 616959 diff --git a/train/mermaid/hard/mermaid_788.png b/train/mermaid/hard/mermaid_788.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f721a5664a09e24e54eeb2118efcc04c289370 --- /dev/null +++ b/train/mermaid/hard/mermaid_788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475ef61a8136347bd0919cd2195f01981a1488723a4748283b106679af73834c +size 522256 diff --git a/train/mermaid/hard/mermaid_789.png b/train/mermaid/hard/mermaid_789.png new file mode 100644 index 0000000000000000000000000000000000000000..51daae786ecebe73a859ba08e38141f6f1e32677 --- /dev/null +++ b/train/mermaid/hard/mermaid_789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3c18312e7d14b85e2594b58205fc570daf72ed8fe0c2eb3cebf11c5248efc8 +size 226551 diff --git a/train/mermaid/hard/mermaid_790.png b/train/mermaid/hard/mermaid_790.png new file mode 100644 index 0000000000000000000000000000000000000000..626ce2d3ea045770ef20775729463e59caa11b1b --- /dev/null +++ b/train/mermaid/hard/mermaid_790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d87317b42ba9b0fd0923b6161f2ac889cdccb56c04dd854364b9c98cd28cf48 +size 445326 diff --git a/train/mermaid/hard/mermaid_791.png b/train/mermaid/hard/mermaid_791.png new file mode 100644 index 0000000000000000000000000000000000000000..657b804706d973c5e4291d94db1c0f5ff6aa4f8e --- /dev/null +++ b/train/mermaid/hard/mermaid_791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed800518c6fe74359f40aeefe8b28361a566e8c2a2d72b06e2f3d6d4cc5ee06d +size 618813 diff --git a/train/mermaid/hard/mermaid_793.png b/train/mermaid/hard/mermaid_793.png new file mode 100644 index 0000000000000000000000000000000000000000..30c73e1ea0457020c1ae39e39348d0ca6d8e43b6 --- /dev/null +++ b/train/mermaid/hard/mermaid_793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e5c0a4e43a718d7bf378a0d386f4d5c38c7e37994e7adae4794a86da4489ff +size 157374 diff --git a/train/mermaid/hard/mermaid_794.png b/train/mermaid/hard/mermaid_794.png new file mode 100644 index 0000000000000000000000000000000000000000..24a741d6e132ca2ada25ee8cacead9021c01bca4 --- /dev/null +++ b/train/mermaid/hard/mermaid_794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b093d6afb43eef540f17154ba44f150cd0da0f1f0bdd034f22b852e10d1fac +size 519116 diff --git a/train/mermaid/hard/mermaid_795.png b/train/mermaid/hard/mermaid_795.png new file mode 100644 index 0000000000000000000000000000000000000000..7452561e439790f8294bc4f3f16da5fade7bf44d --- /dev/null +++ b/train/mermaid/hard/mermaid_795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e9f1d2faba845db63efceaad194233c2f3d25ff50632d6e84045e876c8429f +size 433681 diff --git a/train/mermaid/hard/mermaid_797.png b/train/mermaid/hard/mermaid_797.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7dafbc0b30401c3b0296a8d841fa211de8df7e --- /dev/null +++ b/train/mermaid/hard/mermaid_797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd4d950e3a5c6094ee8a3bc0b408da0980aa6e5db4f81b5d99371ed872cafc3 +size 184817 diff --git a/train/mermaid/hard/mermaid_798.png b/train/mermaid/hard/mermaid_798.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bb48f736800d86fb0a2c55d66e800002bae166 --- /dev/null +++ b/train/mermaid/hard/mermaid_798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe5cde652f0ef51467464321b8b68c652dd71557cad8ec105c88dcf2272d401 +size 178299 diff --git a/train/mermaid/hard/mermaid_8.png b/train/mermaid/hard/mermaid_8.png new file mode 100644 index 0000000000000000000000000000000000000000..0367e2c6b8a6b63e91f17c7fbed2d7be2a019cb1 --- /dev/null +++ b/train/mermaid/hard/mermaid_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a7aefeba1383552a8cdba2b2b2e6f866a17d2e25611f9079774bbc0230ccd8 +size 278680 diff --git a/train/mermaid/hard/mermaid_80.png b/train/mermaid/hard/mermaid_80.png new file mode 100644 index 0000000000000000000000000000000000000000..e927aa86229b5c7fccd11cdcc04936318a3b88ba --- /dev/null +++ b/train/mermaid/hard/mermaid_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b50f9c8e26a2f097c2c6a246c0703faf2ce4933b4bc278353d7f157e353d2c +size 382305 diff --git a/train/mermaid/hard/mermaid_802.png b/train/mermaid/hard/mermaid_802.png new file mode 100644 index 0000000000000000000000000000000000000000..b2ab5bef3c4dd7d4efe6492f443ed33b1ed36413 --- /dev/null +++ b/train/mermaid/hard/mermaid_802.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615c042b3fa67566b3ea226da01be200d1148d83056accdd9cb2b468bb248204 +size 336895 diff --git a/train/mermaid/hard/mermaid_804.png b/train/mermaid/hard/mermaid_804.png new file mode 100644 index 0000000000000000000000000000000000000000..397cf53cc387c1c436241a8eef7c2fa5a256e32b --- /dev/null +++ b/train/mermaid/hard/mermaid_804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4def5aa993d7c1d15047a20607ab903b61e74b98c3cf40dc9c18ab19478b0afd +size 332110 diff --git a/train/mermaid/hard/mermaid_805.png b/train/mermaid/hard/mermaid_805.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4d0a4f16fde7f86fb16e14dd1071d5e80a443e --- /dev/null +++ b/train/mermaid/hard/mermaid_805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d80ebdd189f8fcc87942f66e2567a8d36bb1462e8b35849771546847249d43 +size 201610 diff --git a/train/mermaid/hard/mermaid_808.png b/train/mermaid/hard/mermaid_808.png new file mode 100644 index 0000000000000000000000000000000000000000..fae83db5747fb0a46e73b6a3bdb799a6aaba6f30 --- /dev/null +++ b/train/mermaid/hard/mermaid_808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538c247eaf7417b1bdf9a0f7235e542b158910458c5307285602f58f4459a6d2 +size 233704 diff --git a/train/mermaid/hard/mermaid_811.png b/train/mermaid/hard/mermaid_811.png new file mode 100644 index 0000000000000000000000000000000000000000..fabfc54bf0fb28a1e2d38a39808a971c7cc7fdc3 --- /dev/null +++ b/train/mermaid/hard/mermaid_811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2174ca35bdd4d0a1bd2650e86e6a126f0be45fa0791c5db611bec94359b2ef +size 351448 diff --git a/train/mermaid/hard/mermaid_812.png b/train/mermaid/hard/mermaid_812.png new file mode 100644 index 0000000000000000000000000000000000000000..97e3b5c15e31a60213ce941c3ef7270c23f4a930 --- /dev/null +++ b/train/mermaid/hard/mermaid_812.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3e89fd93965ac76f31c45e3416b3f74ef14c59fd4101dd5d0321c885792a31 +size 582568 diff --git a/train/mermaid/hard/mermaid_813.png b/train/mermaid/hard/mermaid_813.png new file mode 100644 index 0000000000000000000000000000000000000000..e38fc93a09bdcc536f018a6e811ce4e67f927e60 --- /dev/null +++ b/train/mermaid/hard/mermaid_813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0ba42460a7bc040e50c0aa69caa73bc6853f4ce817a17198d65498ef88a9f7 +size 507021 diff --git a/train/mermaid/hard/mermaid_82.png b/train/mermaid/hard/mermaid_82.png new file mode 100644 index 0000000000000000000000000000000000000000..baf3dc9826e0f75a71e16a9b344eadf285cc07e8 --- /dev/null +++ b/train/mermaid/hard/mermaid_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a75d04ee4d1e0e1a4e29717db3a2eb38b2a0c28e0a09e2d29c748de7a2e38e0 +size 362589 diff --git a/train/mermaid/hard/mermaid_820.png b/train/mermaid/hard/mermaid_820.png new file mode 100644 index 0000000000000000000000000000000000000000..70a8b87ca1946b5b0305b7568f640b7cd922e5c0 --- /dev/null +++ b/train/mermaid/hard/mermaid_820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18adbffc5ed357a29e17ba6b226c0810912fa412a29dda455948583e1f124c04 +size 156651 diff --git a/train/mermaid/hard/mermaid_822.png b/train/mermaid/hard/mermaid_822.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c5da68609001be83b3d8122595bb1fbfba94fd --- /dev/null +++ b/train/mermaid/hard/mermaid_822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4261e58aba017869927ea2a7e16bae17694e4711e16a1b15cc21fd2ac334bc6 +size 228649 diff --git a/train/mermaid/hard/mermaid_824.png b/train/mermaid/hard/mermaid_824.png new file mode 100644 index 0000000000000000000000000000000000000000..db320d9fd9d3b88971b8e2323a1db6edbad8d527 --- /dev/null +++ b/train/mermaid/hard/mermaid_824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d476acf47e3fd97ab14fee9583aeb6aa75dc1f8093df5932a807cf03ece7bc +size 144792 diff --git a/train/mermaid/hard/mermaid_825.png b/train/mermaid/hard/mermaid_825.png new file mode 100644 index 0000000000000000000000000000000000000000..0b40cca162f1efecd46c645364fc31a463bf80a9 --- /dev/null +++ b/train/mermaid/hard/mermaid_825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e2c2cbd987fc4539afebb9184011264819c5028675923c9c00685216a6307d +size 186194 diff --git a/train/mermaid/hard/mermaid_827.png b/train/mermaid/hard/mermaid_827.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b0af48ea183a77b41e64fb9dd519475c89319e --- /dev/null +++ b/train/mermaid/hard/mermaid_827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2e06ace0bb444c84631aecd65c31f0621f8076ba41a356101a76ebeeb9a886 +size 214202 diff --git a/train/mermaid/hard/mermaid_828.png b/train/mermaid/hard/mermaid_828.png new file mode 100644 index 0000000000000000000000000000000000000000..58a084ec68ca7621d61658d8989be20903fc6d60 --- /dev/null +++ b/train/mermaid/hard/mermaid_828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30342f9a07480de493c8b5bf432aa35c93600e37a131519947134501a8cd10e5 +size 279416 diff --git a/train/mermaid/hard/mermaid_829.png b/train/mermaid/hard/mermaid_829.png new file mode 100644 index 0000000000000000000000000000000000000000..3a89dfc23aa9819b294b49a462946062ee1151bc --- /dev/null +++ b/train/mermaid/hard/mermaid_829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00400ffbd66c88cff459382412e76a60576dacd01ea83445d46677bc190c54c3 +size 217522 diff --git a/train/mermaid/hard/mermaid_830.png b/train/mermaid/hard/mermaid_830.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7b03fccb309da9a1139515eef8366aa3fa265d --- /dev/null +++ b/train/mermaid/hard/mermaid_830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509848f0147491b459740e7c328dfa0ba7c67114da934770eb45e5ed93ba89b9 +size 523760 diff --git a/train/mermaid/hard/mermaid_832.png b/train/mermaid/hard/mermaid_832.png new file mode 100644 index 0000000000000000000000000000000000000000..9907c1933d52b10afea3c3d4d0c800fa28d71a9c --- /dev/null +++ b/train/mermaid/hard/mermaid_832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6626e991268f915e80d22fb3561af415154a292b736a9a0f64631abb4f1e77c6 +size 249997 diff --git a/train/mermaid/hard/mermaid_835.png b/train/mermaid/hard/mermaid_835.png new file mode 100644 index 0000000000000000000000000000000000000000..78c6a1fe4e672ca4196d8bebcb396063948b0e1b --- /dev/null +++ b/train/mermaid/hard/mermaid_835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1b1a6f6c6bbe748918de9e346a0c5ff05f112d5c5780d533321154bd6d9d33 +size 391307 diff --git a/train/mermaid/hard/mermaid_836.png b/train/mermaid/hard/mermaid_836.png new file mode 100644 index 0000000000000000000000000000000000000000..7411e9a1357c86b2268b32addde856599cabfab0 --- /dev/null +++ b/train/mermaid/hard/mermaid_836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8474ff14021e92b1e97f313c1d73d94c682d954fa5bd363b5ae3c49b85b9c1 +size 474044 diff --git a/train/mermaid/hard/mermaid_838.png b/train/mermaid/hard/mermaid_838.png new file mode 100644 index 0000000000000000000000000000000000000000..062097d7ed63126ab5ea6f48a45f90a03eb64f67 --- /dev/null +++ b/train/mermaid/hard/mermaid_838.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f0044536505919285825d14b55dfc8ef90db73182c320c5edc451a7a327e8d +size 240415 diff --git a/train/mermaid/hard/mermaid_839.png b/train/mermaid/hard/mermaid_839.png new file mode 100644 index 0000000000000000000000000000000000000000..26ac22540acf61d0609479831257a6f2e0305555 --- /dev/null +++ b/train/mermaid/hard/mermaid_839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2bf4b997bed5a421d67359a11e020bcf03e6dbfbb9e7aa3c1689c43a2bd807 +size 257266 diff --git a/train/mermaid/hard/mermaid_84.png b/train/mermaid/hard/mermaid_84.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb733bf1184a9cefecbfa45075ff92dc95a1e06 --- /dev/null +++ b/train/mermaid/hard/mermaid_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bea3df8e52132246cbb7ef1bb63cad6b1568dbbeae515ce17a8735ad96b919 +size 296069 diff --git a/train/mermaid/hard/mermaid_840.png b/train/mermaid/hard/mermaid_840.png new file mode 100644 index 0000000000000000000000000000000000000000..941c6230afcbf78ca455e5af54674f782f8cbeba --- /dev/null +++ b/train/mermaid/hard/mermaid_840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b1fc65d0479c5c6dc28b839b1f3a8a1ddb61938b8039cf7a03dc3b7e355283 +size 291712 diff --git a/train/mermaid/hard/mermaid_841.png b/train/mermaid/hard/mermaid_841.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5c0b8b519e50dfcdcfdf279a4f2992a3c2aafd --- /dev/null +++ b/train/mermaid/hard/mermaid_841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fba0394d23b3cb238d9c6628dd2414052182dc51764a83b1df12663918d68e +size 264591 diff --git a/train/mermaid/hard/mermaid_843.png b/train/mermaid/hard/mermaid_843.png new file mode 100644 index 0000000000000000000000000000000000000000..c620bfd5431d38b680b2d396b60ff16cc45464a5 --- /dev/null +++ b/train/mermaid/hard/mermaid_843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53faec62603fd7803fa5b8f9970970a837f1ce5227c2c836a1473461664d532f +size 244407 diff --git a/train/mermaid/hard/mermaid_846.png b/train/mermaid/hard/mermaid_846.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2c533b832360d8094e7e2712a3520c90af9dcf --- /dev/null +++ b/train/mermaid/hard/mermaid_846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15318d3dc0ffdc99823e9bbc0df664a9e1f972626a54d00da51dbad19a69ad10 +size 273236 diff --git a/train/mermaid/hard/mermaid_847.png b/train/mermaid/hard/mermaid_847.png new file mode 100644 index 0000000000000000000000000000000000000000..5169d3893edba1a2e62e0435d21be8c42fa98387 --- /dev/null +++ b/train/mermaid/hard/mermaid_847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646199beb7bf3fab520d017b8261da6d65f85931554b3b213fb2e8fa6c1bf63f +size 525546 diff --git a/train/mermaid/hard/mermaid_849.png b/train/mermaid/hard/mermaid_849.png new file mode 100644 index 0000000000000000000000000000000000000000..929e1b06cd3e94a5a22acb58b2ba3170d2095df9 --- /dev/null +++ b/train/mermaid/hard/mermaid_849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9435a41d6977f43ea48874223ba26ec3ad2c5bc5ebe8aee92cdcd134202519a6 +size 194116 diff --git a/train/mermaid/hard/mermaid_85.png b/train/mermaid/hard/mermaid_85.png new file mode 100644 index 0000000000000000000000000000000000000000..e97876cc19985e6bdd02a1b94e61a4b3975f3951 --- /dev/null +++ b/train/mermaid/hard/mermaid_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84944b413ab69e4ff29478deddae444d821613aff2eec692105a67e339a5af1c +size 189598 diff --git a/train/mermaid/hard/mermaid_850.png b/train/mermaid/hard/mermaid_850.png new file mode 100644 index 0000000000000000000000000000000000000000..b16c01923e72fbcaf54aaef632038c23608d10b8 --- /dev/null +++ b/train/mermaid/hard/mermaid_850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7bad611267b8f99c3eb9fdce93c1e8faa607180e5fec46ec8c307359774ddb +size 175693 diff --git a/train/mermaid/hard/mermaid_852.png b/train/mermaid/hard/mermaid_852.png new file mode 100644 index 0000000000000000000000000000000000000000..a0da9910e72cba4f92f3266b7bb18ccb211a036a --- /dev/null +++ b/train/mermaid/hard/mermaid_852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8227b8d934496a2fa160270d00a8ce3d43b7b553fc36dc8154ad5c37e793da31 +size 152731 diff --git a/train/mermaid/hard/mermaid_853.png b/train/mermaid/hard/mermaid_853.png new file mode 100644 index 0000000000000000000000000000000000000000..5d06e870f604a99b9352031f5a87c68b030cbf42 --- /dev/null +++ b/train/mermaid/hard/mermaid_853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2579aac118518d4ca403525b4283b54ff8d1ff04f3b4835ba156cf4ea971620 +size 205570 diff --git a/train/mermaid/hard/mermaid_856.png b/train/mermaid/hard/mermaid_856.png new file mode 100644 index 0000000000000000000000000000000000000000..be6aee0de147ed980f1a9224e1e243ddd4ff04fb --- /dev/null +++ b/train/mermaid/hard/mermaid_856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b583daff0a97417efb99f71c7b581a66c146a757698a027a8d404a5b7ddf9a2d +size 431245 diff --git a/train/mermaid/hard/mermaid_86.png b/train/mermaid/hard/mermaid_86.png new file mode 100644 index 0000000000000000000000000000000000000000..adf7da427018daa1263c9b3659954d8232a9c490 --- /dev/null +++ b/train/mermaid/hard/mermaid_86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760ee4b3b860816c97536e80f3a2dcd3cd98c80355c208ce7afaf45fe968e08d +size 329135 diff --git a/train/mermaid/hard/mermaid_861.png b/train/mermaid/hard/mermaid_861.png new file mode 100644 index 0000000000000000000000000000000000000000..b3303d0af88d18dd1b82f3e9d5672e7fbabd5d07 --- /dev/null +++ b/train/mermaid/hard/mermaid_861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bd0f70eaa2aab4a7c178376b780846d6856f05183df59e28220c0768ab5227 +size 214379 diff --git a/train/mermaid/hard/mermaid_862.png b/train/mermaid/hard/mermaid_862.png new file mode 100644 index 0000000000000000000000000000000000000000..14d9b64b0660cf1502038b209c7967725420f390 --- /dev/null +++ b/train/mermaid/hard/mermaid_862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effd61ce3d2d3507f3a4b4e8c5290e364a90a973d40af2d19efc8a8e72756536 +size 488557 diff --git a/train/mermaid/hard/mermaid_863.png b/train/mermaid/hard/mermaid_863.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ba4d12ad79fba0118ba0be90d278c94e70a0ec --- /dev/null +++ b/train/mermaid/hard/mermaid_863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c92a3b8ea30f43409433196abec14073075a0d6d93cbe7f97fe51bded3e292 +size 181356 diff --git a/train/mermaid/hard/mermaid_865.png b/train/mermaid/hard/mermaid_865.png new file mode 100644 index 0000000000000000000000000000000000000000..047a07b3115b3b0c5e9c288ee276e0b4576cb085 --- /dev/null +++ b/train/mermaid/hard/mermaid_865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f873492c8f7a160f0a64c583a14077364b840d279f52b18feeb55ff691f74ec3 +size 173627 diff --git a/train/mermaid/hard/mermaid_870.png b/train/mermaid/hard/mermaid_870.png new file mode 100644 index 0000000000000000000000000000000000000000..dbdc18bb2d13636b726f5d37baa36765a7d30d7b --- /dev/null +++ b/train/mermaid/hard/mermaid_870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47531314f677ce68f70ff6b4b0770b62e4973be4156ab219aa165ab9043c195e +size 511848 diff --git a/train/mermaid/hard/mermaid_874.png b/train/mermaid/hard/mermaid_874.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6ba354be9f5a90c734c6ee942715a64b940586 --- /dev/null +++ b/train/mermaid/hard/mermaid_874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bef9d78a4056cbb64765614abadc079a81b5d8d9e6f5b756cc78cf9580edaf +size 165138 diff --git a/train/mermaid/hard/mermaid_875.png b/train/mermaid/hard/mermaid_875.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2475e41aa2438152cbbc55a1052391172ce67b --- /dev/null +++ b/train/mermaid/hard/mermaid_875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7f232b498f31e934f79deeaf89ddf833a7487da36563eca91e9d75cb12c18d +size 191071 diff --git a/train/mermaid/hard/mermaid_876.png b/train/mermaid/hard/mermaid_876.png new file mode 100644 index 0000000000000000000000000000000000000000..21ec51c09b2c4fba60f235cd78eb3e872cd0739f --- /dev/null +++ b/train/mermaid/hard/mermaid_876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257137ed30c6cf4d14280107acddc970658521257a0d615766c6dde0e442cb2d +size 115649 diff --git a/train/mermaid/hard/mermaid_877.png b/train/mermaid/hard/mermaid_877.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7432343a54849303407dae7e2b05d79c4a3203 --- /dev/null +++ b/train/mermaid/hard/mermaid_877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f603eb5c5a0dfb251856b7aba16a0de0e6f89abaeac34c2d7d04e92c7ee4ce7e +size 277939 diff --git a/train/mermaid/hard/mermaid_878.png b/train/mermaid/hard/mermaid_878.png new file mode 100644 index 0000000000000000000000000000000000000000..8f24cd5414dc7cb69dc75ee532a55ee9b22f2274 --- /dev/null +++ b/train/mermaid/hard/mermaid_878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394f3cffb3ee24d8fb2a3206827beaf8a1f4d9a1c6bff8388d548763579ac4f0 +size 171646 diff --git a/train/mermaid/hard/mermaid_88.png b/train/mermaid/hard/mermaid_88.png new file mode 100644 index 0000000000000000000000000000000000000000..53f5e047a6e8c1ddf92f238505e291dc9888edf6 --- /dev/null +++ b/train/mermaid/hard/mermaid_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e85e50df098a3fc86a34c1843577b55553b6dc00aaca710cef89a10313dc2 +size 221771 diff --git a/train/mermaid/hard/mermaid_880.png b/train/mermaid/hard/mermaid_880.png new file mode 100644 index 0000000000000000000000000000000000000000..391616847c554155b793db7db67c16a2365ae42c --- /dev/null +++ b/train/mermaid/hard/mermaid_880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626e9e423118490f0fe102be758d5c38172c5c89b2b77f72752af75b3cd55e53 +size 453946 diff --git a/train/mermaid/hard/mermaid_881.png b/train/mermaid/hard/mermaid_881.png new file mode 100644 index 0000000000000000000000000000000000000000..21992bdf7ca5614ff76f12a4317897ef653e208e --- /dev/null +++ b/train/mermaid/hard/mermaid_881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97af973bdf564a22f2f3fd82b23830d0a096e7b2b22865603fdd46ea26cf9061 +size 308623 diff --git a/train/mermaid/hard/mermaid_885.png b/train/mermaid/hard/mermaid_885.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5d15f9afbb75e797f520c69664ba3f5f2c3fb7 --- /dev/null +++ b/train/mermaid/hard/mermaid_885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c59463ce355160d3550e0ba3f187ad138bb5971c8cd7cf547ddc843333de1ca +size 657996 diff --git a/train/mermaid/hard/mermaid_887.png b/train/mermaid/hard/mermaid_887.png new file mode 100644 index 0000000000000000000000000000000000000000..2313aad7e7b7859c4e90de75930c05f95f43fb5c --- /dev/null +++ b/train/mermaid/hard/mermaid_887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04824460455f1db398382ae7dec6d41b12cc3a68033c127327fdc7fc5cefc655 +size 400841 diff --git a/train/mermaid/hard/mermaid_888.png b/train/mermaid/hard/mermaid_888.png new file mode 100644 index 0000000000000000000000000000000000000000..f6973e445478af552e8a647b69965aa7dcc4fe43 --- /dev/null +++ b/train/mermaid/hard/mermaid_888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6d5e44a3868e9017ac2dfba9b12fd463bb1cb68850d6b28e3205e5219c1759 +size 579650 diff --git a/train/mermaid/hard/mermaid_891.png b/train/mermaid/hard/mermaid_891.png new file mode 100644 index 0000000000000000000000000000000000000000..eedb9245bdcd25b3e145157266eaa98921a47227 --- /dev/null +++ b/train/mermaid/hard/mermaid_891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614565024089730ca348227e98e59fa3c1dd3d8f24865465ce07787980f02e69 +size 570496 diff --git a/train/mermaid/hard/mermaid_895.png b/train/mermaid/hard/mermaid_895.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d099da33078f00d9a002b790a304af0eccac9d --- /dev/null +++ b/train/mermaid/hard/mermaid_895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbb01802af4996834b82ccb7dfe9b3db552752592058f56f84add1cf98524d9 +size 328842 diff --git a/train/mermaid/hard/mermaid_899.png b/train/mermaid/hard/mermaid_899.png new file mode 100644 index 0000000000000000000000000000000000000000..b873ae567a97622e7b193e2e201a92378c87ffa0 --- /dev/null +++ b/train/mermaid/hard/mermaid_899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d9397800bc0aec99dea16d51ae7f42de58200379a0977ea9341fa79e7cd2ad +size 170968 diff --git a/train/mermaid/hard/mermaid_90.png b/train/mermaid/hard/mermaid_90.png new file mode 100644 index 0000000000000000000000000000000000000000..578030fb561007920299569b7f0e700e392f0a50 --- /dev/null +++ b/train/mermaid/hard/mermaid_90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65748bcbc7ee09fe12c78aff4779d7b5a59fee3307db6b6929cf4e31330a9b97 +size 256779 diff --git a/train/mermaid/hard/mermaid_906.png b/train/mermaid/hard/mermaid_906.png new file mode 100644 index 0000000000000000000000000000000000000000..a0448b2b0d2a2ef0b688fb6af65a98ad68d0cfc2 --- /dev/null +++ b/train/mermaid/hard/mermaid_906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d717eaeeb748e8947b00cf93c5aace5750b6360691f157be7be8dfd13d9f9f +size 317057 diff --git a/train/mermaid/hard/mermaid_907.png b/train/mermaid/hard/mermaid_907.png new file mode 100644 index 0000000000000000000000000000000000000000..434972ae136986b10f011b7a730ca91e90925f3b --- /dev/null +++ b/train/mermaid/hard/mermaid_907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a1d7b176493bbd70abe11e036a39aee3ff6a1eaa5a6c8629cb6164523ea7a1 +size 131628 diff --git a/train/mermaid/hard/mermaid_910.png b/train/mermaid/hard/mermaid_910.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec2f5ccee3f7bbefa7500aea5982bfc18d52609 --- /dev/null +++ b/train/mermaid/hard/mermaid_910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14f568451cf2aaac890e2c3cdb093fd0debe43520fa17a1728365182fd7a294 +size 381235 diff --git a/train/mermaid/hard/mermaid_911.png b/train/mermaid/hard/mermaid_911.png new file mode 100644 index 0000000000000000000000000000000000000000..9db2509921ce79cb3ca6266f5ef97efb0df4a957 --- /dev/null +++ b/train/mermaid/hard/mermaid_911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fc6a9b7da6f1448f2ae63504c3b7d9bc0aeaab9e12f11124a01f1d42bb12ba +size 484336 diff --git a/train/mermaid/hard/mermaid_912.png b/train/mermaid/hard/mermaid_912.png new file mode 100644 index 0000000000000000000000000000000000000000..3d74d35baafc197da419cb045b08bce2ac4f08bb --- /dev/null +++ b/train/mermaid/hard/mermaid_912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4743d263fc548d1bec41b4d63cfab49a36d2fde58fc3afcb89f342a977b2806 +size 402529 diff --git a/train/mermaid/hard/mermaid_913.png b/train/mermaid/hard/mermaid_913.png new file mode 100644 index 0000000000000000000000000000000000000000..d371251c9010b6e8098fa924a80cf122b04151bc --- /dev/null +++ b/train/mermaid/hard/mermaid_913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3786a509e21850bf99eecd245f3920e1512442346b03f6abc41b2a4572271d +size 493926 diff --git a/train/mermaid/hard/mermaid_914.png b/train/mermaid/hard/mermaid_914.png new file mode 100644 index 0000000000000000000000000000000000000000..4132c8e34a16570e899b7b3226ab486689dc2854 --- /dev/null +++ b/train/mermaid/hard/mermaid_914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0015976a1bca7c0071a2dbd73d65b61a8f03f341ebecd837093c23fc7daaf55 +size 204518 diff --git a/train/mermaid/hard/mermaid_916.png b/train/mermaid/hard/mermaid_916.png new file mode 100644 index 0000000000000000000000000000000000000000..28785b0b93872f0336ec1ea5e1d7773429ce3dc2 --- /dev/null +++ b/train/mermaid/hard/mermaid_916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9191758fb970ebf7bde9b99aef0dfe336298d5be9d6bf7fe3f63b727de050fc9 +size 247598 diff --git a/train/mermaid/hard/mermaid_917.png b/train/mermaid/hard/mermaid_917.png new file mode 100644 index 0000000000000000000000000000000000000000..10ad14fa47d6550157fb85722586ad98bdd6d371 --- /dev/null +++ b/train/mermaid/hard/mermaid_917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6254b85e327834bfae3b3b9c5f8351b07db154ccfa3cb4c204882410457b0e2 +size 177004 diff --git a/train/mermaid/hard/mermaid_920.png b/train/mermaid/hard/mermaid_920.png new file mode 100644 index 0000000000000000000000000000000000000000..455d77a1beb2d4d5b7b50a9f59e01ba7c7e7f495 --- /dev/null +++ b/train/mermaid/hard/mermaid_920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2cc119e90bba6dc0181ca540f12938fc5967a9bbbd9fd17b14218f90846ede +size 296189 diff --git a/train/mermaid/hard/mermaid_921.png b/train/mermaid/hard/mermaid_921.png new file mode 100644 index 0000000000000000000000000000000000000000..13c6a66d84e2a2ee5206ce8bc271ea8f973ad3b4 --- /dev/null +++ b/train/mermaid/hard/mermaid_921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811ad36edd04a0d55e78e828ea6504c341b4c418f780c319ba322c3d28982f33 +size 602534 diff --git a/train/mermaid/hard/mermaid_922.png b/train/mermaid/hard/mermaid_922.png new file mode 100644 index 0000000000000000000000000000000000000000..d84f292beaee7bbe132dfe0dfdd653d062e4a685 --- /dev/null +++ b/train/mermaid/hard/mermaid_922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a69ecb75f7b6702a43ee1b4024af12b53b726767734f4e6ab9403c3c25daef +size 188120 diff --git a/train/mermaid/hard/mermaid_923.png b/train/mermaid/hard/mermaid_923.png new file mode 100644 index 0000000000000000000000000000000000000000..17f3b7066852564da2c61f6a59a520e415a3e431 --- /dev/null +++ b/train/mermaid/hard/mermaid_923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a14e35802b782b65142f42e39ebe4dd6d1d646dc681851486b174107426430 +size 396201 diff --git a/train/mermaid/hard/mermaid_924.png b/train/mermaid/hard/mermaid_924.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0f2e54c1af170c78646b37bc1d34a0f8c221a8 --- /dev/null +++ b/train/mermaid/hard/mermaid_924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7ddd2252e44d24044a2fb265b6e7f1c2ae92bd3b8cfe2d087477eac5ad367 +size 465084 diff --git a/train/mermaid/hard/mermaid_931.png b/train/mermaid/hard/mermaid_931.png new file mode 100644 index 0000000000000000000000000000000000000000..33bea28343a40704722e4ec743a45b52a37e79f8 --- /dev/null +++ b/train/mermaid/hard/mermaid_931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaef54b489ca939de4db22ad2b1b9cecfcd61b4cb8485977abf4e03ddeb4cf0 +size 157818 diff --git a/train/mermaid/hard/mermaid_932.png b/train/mermaid/hard/mermaid_932.png new file mode 100644 index 0000000000000000000000000000000000000000..b51a34ff188eb6b51444954ec7e7e0b5ef216677 --- /dev/null +++ b/train/mermaid/hard/mermaid_932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f55294e2dfd092c8e68cbad5c9ed2f42abadd3cd969833edbc99d4628b1ace +size 463911 diff --git a/train/mermaid/hard/mermaid_933.png b/train/mermaid/hard/mermaid_933.png new file mode 100644 index 0000000000000000000000000000000000000000..81ba1173224d45c1f0eefc0882c7261f1c058621 --- /dev/null +++ b/train/mermaid/hard/mermaid_933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc01a06d688e394e2b2b280e44c68de0cf2b26513b2cd5b40bf3bf2a91392bdf +size 587403 diff --git a/train/mermaid/hard/mermaid_934.png b/train/mermaid/hard/mermaid_934.png new file mode 100644 index 0000000000000000000000000000000000000000..8da06b504b10d065fa2a0fc2c6a808d0749b437f --- /dev/null +++ b/train/mermaid/hard/mermaid_934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67e758474ccc40256c3b54444eaf986a933abb07ee75cf47159f8d997247a64 +size 437260 diff --git a/train/mermaid/hard/mermaid_937.png b/train/mermaid/hard/mermaid_937.png new file mode 100644 index 0000000000000000000000000000000000000000..fde525f31f23fdc47fdf9a10041359418d6eaabe --- /dev/null +++ b/train/mermaid/hard/mermaid_937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd9c1d355ccd0a75255887f78c8a7cb59dbdf3cb15656d80bfe6932c5fb7679 +size 238408 diff --git a/train/mermaid/hard/mermaid_938.png b/train/mermaid/hard/mermaid_938.png new file mode 100644 index 0000000000000000000000000000000000000000..6968059ab553f043fe410d049e847d4931a77ce1 --- /dev/null +++ b/train/mermaid/hard/mermaid_938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab7dbbaac7fab50feef83e28f2d1437baf7f30791aca7930b99db53ed05c796 +size 380997 diff --git a/train/mermaid/hard/mermaid_94.png b/train/mermaid/hard/mermaid_94.png new file mode 100644 index 0000000000000000000000000000000000000000..50a6c29d54d46e66de9b7d0430c5a38c37fcbe33 --- /dev/null +++ b/train/mermaid/hard/mermaid_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d0b82dcb4efe3298671d5cb8f3b6f7a0ac657a796395e3d3b79797485a11bd +size 270812 diff --git a/train/mermaid/hard/mermaid_940.png b/train/mermaid/hard/mermaid_940.png new file mode 100644 index 0000000000000000000000000000000000000000..9dcc8b6389e1cf5e255e87bf9e76ce7181cdbc5c --- /dev/null +++ b/train/mermaid/hard/mermaid_940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b45e79002327728dad7121bea980a4cb34ca4c3d3baf78fc86e3bf08660a906 +size 460087 diff --git a/train/mermaid/hard/mermaid_941.png b/train/mermaid/hard/mermaid_941.png new file mode 100644 index 0000000000000000000000000000000000000000..1f40f274684bece1a9982f0bd775f457c802eb46 --- /dev/null +++ b/train/mermaid/hard/mermaid_941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715aa142b61cc6497eecae1f38c911f8a7b1f638df495fae5bbca5e8d4b0e5b1 +size 211895 diff --git a/train/mermaid/hard/mermaid_946.png b/train/mermaid/hard/mermaid_946.png new file mode 100644 index 0000000000000000000000000000000000000000..3255089cffb3f4d6929a9f162d247d3b0e436cd7 --- /dev/null +++ b/train/mermaid/hard/mermaid_946.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdca64b61f5e819a9e1e9a76a810dfbf7c6239cec1e83bcac7bce0214e98b85 +size 459051 diff --git a/train/mermaid/hard/mermaid_947.png b/train/mermaid/hard/mermaid_947.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d42ae3eef6137ab194cf374759f3357e275eca --- /dev/null +++ b/train/mermaid/hard/mermaid_947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2608e39089c899195fdb594c63e7a3cb0675011510e7625ad2263f117b2f780 +size 152363 diff --git a/train/mermaid/hard/mermaid_95.png b/train/mermaid/hard/mermaid_95.png new file mode 100644 index 0000000000000000000000000000000000000000..080c539931109474a8b20f6faf1e6fdb8a706ec9 --- /dev/null +++ b/train/mermaid/hard/mermaid_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faba2b5bbe378796b71191f7f5d01371ce3e42b2699c4142d63a63d6f0a91d47 +size 446016 diff --git a/train/mermaid/hard/mermaid_950.png b/train/mermaid/hard/mermaid_950.png new file mode 100644 index 0000000000000000000000000000000000000000..611b32adf234c4fa5def9d5cb545b768fdf5aa5f --- /dev/null +++ b/train/mermaid/hard/mermaid_950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571cc38642069c39cae6e6e0bb31cc0075a09f6b2b2664db72c506937fbec2d9 +size 199098 diff --git a/train/mermaid/hard/mermaid_952.png b/train/mermaid/hard/mermaid_952.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ddb81dd02c2fc45fc0ac940974e1eb855d84fc --- /dev/null +++ b/train/mermaid/hard/mermaid_952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2682397a6ca24ff120c163d7904d171d9fdc0472938f1db2738f5045de5ae9c +size 247061 diff --git a/train/mermaid/hard/mermaid_954.png b/train/mermaid/hard/mermaid_954.png new file mode 100644 index 0000000000000000000000000000000000000000..0d3dac555f8e642f6b76f2a593df44b77034fb2f --- /dev/null +++ b/train/mermaid/hard/mermaid_954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7e4a8f58f645cca659110686d3b8399f2b52a94d40ce8196ea973245623b3a +size 324223 diff --git a/train/mermaid/hard/mermaid_955.png b/train/mermaid/hard/mermaid_955.png new file mode 100644 index 0000000000000000000000000000000000000000..64e377da10fa1478eba37cb8b3d5fa208c7dad62 --- /dev/null +++ b/train/mermaid/hard/mermaid_955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cc190931fe43a7854935d5659db77e948ccdbeac3764e46aadbde421d0bd77 +size 222740 diff --git a/train/mermaid/hard/mermaid_957.png b/train/mermaid/hard/mermaid_957.png new file mode 100644 index 0000000000000000000000000000000000000000..53fa4c837ba22b59e0976ba0fd82df57dc9ef89c --- /dev/null +++ b/train/mermaid/hard/mermaid_957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca9ad967229dadd896174811c39458e4d81680f1dced38bf6627f0c150af548 +size 476842 diff --git a/train/mermaid/hard/mermaid_958.png b/train/mermaid/hard/mermaid_958.png new file mode 100644 index 0000000000000000000000000000000000000000..7094be1a172842b129af09529acdf98d14949664 --- /dev/null +++ b/train/mermaid/hard/mermaid_958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8b8995cb6670ee46ed96b6eea8fb5e69966fd84b8d1ccb96eea16dfd3d1eec +size 500173 diff --git a/train/mermaid/hard/mermaid_96.png b/train/mermaid/hard/mermaid_96.png new file mode 100644 index 0000000000000000000000000000000000000000..d65fe5ca8ef072a8469ba50392ce4761fd6422a5 --- /dev/null +++ b/train/mermaid/hard/mermaid_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1beedc49c40d1edf7b94a51c81f1dbab794719ee7e02329ba11b743bf18e57 +size 389942 diff --git a/train/mermaid/hard/mermaid_97.png b/train/mermaid/hard/mermaid_97.png new file mode 100644 index 0000000000000000000000000000000000000000..36e4f393b7528256449d224335998bab67602f3e --- /dev/null +++ b/train/mermaid/hard/mermaid_97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aa5948747ad36132d72130c37b5bbefe69ec28beb54b9bb3ce12292974699e +size 596215 diff --git a/train/mermaid/hard/mermaid_98.png b/train/mermaid/hard/mermaid_98.png new file mode 100644 index 0000000000000000000000000000000000000000..271ad30afb49edb9d220d3a9c21f857906bdef2c --- /dev/null +++ b/train/mermaid/hard/mermaid_98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d27ac8578884007bd90a1b5d0983448fc380aef6f8e432c17413faaabf856c +size 510948