X3D Model Documentation: PajekVisualizationExamples.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
  3  <X3D profile='Immersive' version='3.2 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'>
  4       <head>
  5            <meta name='titlecontent=' PajekVisualizationExamples.x3d '/>
  6            <meta name='descriptioncontent='Reverse engineer and hopefully elaborate on Pajek visualization structures'/>
  7            <meta name='creatorcontent='Don Brutzman and Elaine Reid'/>
  8            <meta name='createdcontent='17 May 2011'/>
  9            <meta name='modifiedcontent='25 September 2023'/>
 10            <meta name='referencecontent='http://pajek.imfm.si'/>
 11            <meta name='subjectcontent='network visualization'/>
 12            <meta name=' warning content=' under development '/>
 13            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/>
 14            <meta name='generatorcontent='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 15            <meta name='licensecontent='../../license.html'/>
 16       </head>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
 17       <Scene>
 18            <WorldInfo title='PajekVisualizationExamples.x3d'/>
 19            <ExternProtoDeclare name='Arcappinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '>
 20                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Arc'/>
 21                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Arc'/>
 22                 <field name='cylinderHeighttype='SFFloataccessType='initializeOnly'
                appinfo='length of Arc between Vertex locations'/>
 23                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 24                 <field name='cylinderTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Arc'/>
 25                 <field name='coneTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='see TODO items in ArcScript'/>
 26                 <field name='rotationtype='SFRotationaccessType='inputOutput'
                appinfo='orientation of Arc'/>
 27                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 28                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Arc'/>
 29                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Arc'/>
 30                 <field name='ballRadiustype='SFFloataccessType='inputOutput'
                appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/>
 31                 <field name='traceEnabledtype='SFBoolaccessType='inputOutput'
                appinfo='debug trace to Browser output console'/>
 32            </ExternProtoDeclare>
 33            <ExternProtoDeclare name='Vertexappinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '>
 34                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Vertex'/>
 35                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Vertex'/>
 36                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 37                 <field name='radiustype='SFFloataccessType='initializeOnly'
                appinfo='size of Vertex ball'/>
 38                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 39                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Vertex'/>
 40                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Vertex'/>
 41                 <field name='translationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Vertex'/>
 42                 <field name='vertexTexttype='MFStringaccessType='inputOutput'
                appinfo='labels to identify Vertex'/>
 43                 <field name='textTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Text'/>
 44                 <field name='textColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Text'/>
 45            </ExternProtoDeclare>
 46            <ExternProtoDeclare name='NetworkTextappinfo='Text describing what the Vertices and Arcs are about'   url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '>
 47                 <field name='texttype='MFStringaccessType='inputOutput'
                appinfo='information to identify the Integral Network'/>
 48            </ExternProtoDeclare>
 49            <Background groundAngle='1.309 1.570796groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7skyAngle='1.309 1.571skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/>
 50            <PointLight ambientIntensity='1location='0 0 5radius='30'/>
 51            <NavigationInfo transitionType='"ANIMATE"type='"EXAMINE" "FLY" "ANY"'/>
 52            <Viewpoint description='Inspect 15JAN2010Newmanorientation='1 0 0 -0.0997position='0 2 20'/>
 53            <ProtoInstance name='Arc'>
 54                 <fieldValue name='cylinderHeightvalue='0.63791'/>
 55                 <fieldValue name='cylinderTranslationvalue='1.12618 -1.33078 1.09551'/>
 56                 <fieldValue name='coneTranslationvalue='1.00614 -1.28028 1.18665'/>
 57                 <fieldValue name='rotationvalue='36.57712 -0.00000 48.17365 1.24749'/>
 58                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 59                 <fieldValue name='ballRadiusvalue='0.02'/>
 60                 <fieldValue name='traceEnabledvalue='false'/>
 61                 <fieldValue name='displayMode'/>
 62                 <fieldValue name='transparencyvalue='0'/>
 63            </ProtoInstance>
 64            <ProtoInstance name='Arc'>
 65                 <fieldValue name='cylinderHeightvalue='1.31883'/>
 66                 <fieldValue name='cylinderTranslationvalue='0.74153 -1.56274 1.07536'/>
 67                 <fieldValue name='coneTranslationvalue='0.26778 -1.66166 1.19862'/>
 68                 <fieldValue name='rotationvalue='32.54850 -0.00000 125.10483 1.77020'/>
 69                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 70                 <fieldValue name='ballRadiusvalue='0.02'/>
 71                 <fieldValue name='traceEnabledvalue='false'/>
 72                 <fieldValue name='displayMode'/>
 73                 <fieldValue name='transparencyvalue='0'/>
 74            </ProtoInstance>
 75            <ProtoInstance name='Arc'>
 76                 <fieldValue name='cylinderHeightvalue='1.36252'/>
 77                 <fieldValue name='cylinderTranslationvalue='1.92443 -1.34102 1.29361'/>
 78                 <fieldValue name='coneTranslationvalue='2.35090 -1.27132 1.58512'/>
 79                 <fieldValue name='rotationvalue='76.19767 0 -111.47521 1.43668'/>
 80                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 81                 <fieldValue name='ballRadiusvalue='0.02'/>
 82                 <fieldValue name='traceEnabledvalue='false'/>
 83                 <fieldValue name='displayMode'/>
 84                 <fieldValue name='transparencyvalue='0'/>
 85            </ProtoInstance>
 86            <ProtoInstance name='Arc'>
 87                 <fieldValue name='cylinderHeightvalue='2.16117'/>
 88                 <fieldValue name='cylinderTranslationvalue='1.69150 -0.40579 0.81744'/>
 89                 <fieldValue name='coneTranslationvalue='1.96790 0.46856 0.73635'/>
 90                 <fieldValue name='rotationvalue='-19.03672 0 -64.88934 0.31825'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='1.38269'/>
 99                 <fieldValue name='cylinderTranslationvalue='1.71732 -0.90484 0.63470'/>
100                 <fieldValue name='coneTranslationvalue='1.98653 -0.49959 0.42110'/>
101                 <fieldValue name='rotationvalue='-55.58371 0 -70.05461 0.70333'/>
102                 <fieldValue name='diffuseColorvalue='0 0 0'/>
103                 <fieldValue name='ballRadiusvalue='0.02'/>
104                 <fieldValue name='traceEnabledvalue='false'/>
105                 <fieldValue name='displayMode'/>
106                 <fieldValue name='transparencyvalue='0'/>
107            </ProtoInstance>
108            <ProtoInstance name='Arc'>
109                 <fieldValue name='cylinderHeightvalue='2.17718'/>
110                 <fieldValue name='cylinderTranslationvalue='2.03795 -0.92955 0.21811'/>
111                 <fieldValue name='coneTranslationvalue='2.61024 -0.50085 -0.37432'/>
112                 <fieldValue name='rotationvalue='-138.90226 0 -134.17995 1.09092'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='1.33807'/>
121                 <fieldValue name='cylinderTranslationvalue='1.62636 -1.09181 1.42697'/>
122                 <fieldValue name='coneTranslationvalue='1.82365 -0.83289 1.81832'/>
123                 <fieldValue name='rotationvalue='102.87039 0 -51.86111 1.03718'/>
124                 <fieldValue name='diffuseColorvalue='0 0 0'/>
125                 <fieldValue name='ballRadiusvalue='0.02'/>
126                 <fieldValue name='traceEnabledvalue='false'/>
127                 <fieldValue name='displayMode'/>
128                 <fieldValue name='transparencyvalue='0'/>
129            </ProtoInstance>
130            <ProtoInstance name='Arc'>
131                 <fieldValue name='cylinderHeightvalue='1.31265'/>
132                 <fieldValue name='cylinderTranslationvalue='1.21878 -1.03383 1.41277'/>
133                 <fieldValue name='coneTranslationvalue='1.10666 -0.73265 1.79100'/>
134                 <fieldValue name='rotationvalue='100.03067 -0.00000 29.65378 0.91872'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='1.30438'/>
143                 <fieldValue name='cylinderTranslationvalue='0.91874 -0.95948 0.88127'/>
144                 <fieldValue name='coneTranslationvalue='0.58042 -0.60279 0.85760'/>
145                 <fieldValue name='rotationvalue='-6.27073 0 89.66149 0.76020'/>
146                 <fieldValue name='diffuseColorvalue='0 0 0'/>
147                 <fieldValue name='ballRadiusvalue='0.02'/>
148                 <fieldValue name='traceEnabledvalue='false'/>
149                 <fieldValue name='displayMode'/>
150                 <fieldValue name='transparencyvalue='0'/>
151            </ProtoInstance>
152            <ProtoInstance name='Arc'>
153                 <fieldValue name='cylinderHeightvalue='1.38885'/>
154                 <fieldValue name='cylinderTranslationvalue='1.92672 -1.75100 0.65318'/>
155                 <fieldValue name='coneTranslationvalue='2.35743 -1.99641 0.45352'/>
156                 <fieldValue name='rotationvalue='-51.88806 0 -111.93370 2.04790'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='1.38164'/>
165                 <fieldValue name='cylinderTranslationvalue='2.05096 -1.51774 0.95924'/>
166                 <fieldValue name='coneTranslationvalue='2.57646 -1.58354 0.99506'/>
167                 <fieldValue name='rotationvalue='9.32404 0 -136.78115 1.69507'/>
168                 <fieldValue name='diffuseColorvalue='0 0 0'/>
169                 <fieldValue name='ballRadiusvalue='0.02'/>
170                 <fieldValue name='traceEnabledvalue='false'/>
171                 <fieldValue name='displayMode'/>
172                 <fieldValue name='transparencyvalue='0'/>
173            </ProtoInstance>
174            <ProtoInstance name='Arc'>
175                 <fieldValue name='cylinderHeightvalue='2.09411'/>
176                 <fieldValue name='cylinderTranslationvalue='1.30095 -1.94098 1.82531'/>
177                 <fieldValue name='coneTranslationvalue='1.24495 -2.37208 2.59854'/>
178                 <fieldValue name='rotationvalue='182.53885 -0.00000 13.21994 2.07830'/>
179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
180                 <fieldValue name='ballRadiusvalue='0.02'/>
181                 <fieldValue name='traceEnabledvalue='false'/>
182                 <fieldValue name='displayMode'/>
183                 <fieldValue name='transparencyvalue='0'/>
184            </ProtoInstance>
185            <ProtoInstance name='Arc'>
186                 <fieldValue name='cylinderHeightvalue='1.36261'/>
187                 <fieldValue name='cylinderTranslationvalue='1.18495 -1.30574 0.26838'/>
188                 <fieldValue name='coneTranslationvalue='1.04561 -1.20905 -0.22456'/>
189                 <fieldValue name='rotationvalue='-128.84775 0 36.42084 1.38423'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='1.33918'/>
198                 <fieldValue name='cylinderTranslationvalue='0.95754 -1.10443 0.49635'/>
199                 <fieldValue name='coneTranslationvalue='0.64588 -0.85505 0.17955'/>
200                 <fieldValue name='rotationvalue='-83.25338 0 81.90198 1.05942'/>
201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
202                 <fieldValue name='ballRadiusvalue='0.02'/>
203                 <fieldValue name='traceEnabledvalue='false'/>
204                 <fieldValue name='displayMode'/>
205                 <fieldValue name='transparencyvalue='0'/>
206            </ProtoInstance>
207            <ProtoInstance name='Arc'>
208                 <fieldValue name='cylinderHeightvalue='1.35729'/>
209                 <fieldValue name='cylinderTranslationvalue='1.42124 -2.08361 1.09476'/>
210                 <fieldValue name='coneTranslationvalue='1.46266 -2.58151 1.23396'/>
211                 <fieldValue name='rotationvalue='36.42838 0 -10.83885 2.85778'/>
212                 <fieldValue name='diffuseColorvalue='0 0 0'/>
213                 <fieldValue name='ballRadiusvalue='0.02'/>
214                 <fieldValue name='traceEnabledvalue='false'/>
215                 <fieldValue name='displayMode'/>
216                 <fieldValue name='transparencyvalue='0'/>
217            </ProtoInstance>
218            <ProtoInstance name='Arc'>
219                 <fieldValue name='cylinderHeightvalue='1.39091'/>
220                 <fieldValue name='cylinderTranslationvalue='1.02453 -1.92384 0.55971'/>
221                 <fieldValue name='coneTranslationvalue='0.76081 -2.30244 0.28800'/>
222                 <fieldValue name='rotationvalue='-70.58126 0 68.50461 2.35612'/>
223                 <fieldValue name='diffuseColorvalue='0 0 0'/>
224                 <fieldValue name='ballRadiusvalue='0.02'/>
225                 <fieldValue name='traceEnabledvalue='false'/>
226                 <fieldValue name='displayMode'/>
227                 <fieldValue name='transparencyvalue='0'/>
228            </ProtoInstance>
229            <ProtoInstance name='Arc'>
230                 <fieldValue name='cylinderHeightvalue='1.40189'/>
231                 <fieldValue name='cylinderTranslationvalue='1.46176 -1.72306 0.28198'/>
232                 <fieldValue name='coneTranslationvalue='1.53484 -1.94759 -0.20471'/>
233                 <fieldValue name='rotationvalue='-126.12790 0 -18.94133 1.99882'/>
234                 <fieldValue name='diffuseColorvalue='0 0 0'/>
235                 <fieldValue name='ballRadiusvalue='0.02'/>
236                 <fieldValue name='traceEnabledvalue='false'/>
237                 <fieldValue name='displayMode'/>
238                 <fieldValue name='transparencyvalue='0'/>
239            </ProtoInstance>
240            <ProtoInstance name='Arc'>
241                 <fieldValue name='cylinderHeightvalue='2.18675'/>
242                 <fieldValue name='cylinderTranslationvalue='0.33156 -1.77064 1.00555'/>
243                 <fieldValue name='coneTranslationvalue='-0.55239 -2.05962 1.08489'/>
244                 <fieldValue name='rotationvalue='18.58682 -0.00000 207.09735 1.88558'/>
245                 <fieldValue name='diffuseColorvalue='0 0 0'/>
246                 <fieldValue name='ballRadiusvalue='0.02'/>
247                 <fieldValue name='traceEnabledvalue='false'/>
248                 <fieldValue name='displayMode'/>
249                 <fieldValue name='transparencyvalue='0'/>
250            </ProtoInstance>
251            <ProtoInstance name='Arc'>
252                 <fieldValue name='cylinderHeightvalue='1.39251'/>
253                 <fieldValue name='cylinderTranslationvalue='1.66010 -2.04809 0.77308'/>
254                 <fieldValue name='coneTranslationvalue='1.88581 -2.52251 0.66560'/>
255                 <fieldValue name='rotationvalue='-27.90881 0 -58.61027 2.65663'/>
256                 <fieldValue name='diffuseColorvalue='0 0 0'/>
257                 <fieldValue name='ballRadiusvalue='0.02'/>
258                 <fieldValue name='traceEnabledvalue='false'/>
259                 <fieldValue name='displayMode'/>
260                 <fieldValue name='transparencyvalue='0'/>
261            </ProtoInstance>
262            <ProtoInstance name='Arc'>
263                 <fieldValue name='cylinderHeightvalue='0.94622'/>
264                 <fieldValue name='cylinderTranslationvalue='1.31775 -1.70722 1.29436'/>
265                 <fieldValue name='coneTranslationvalue='1.28512 -1.88928 1.54700'/>
266                 <fieldValue name='rotationvalue='76.34803 -0.00000 9.86012 2.19133'/>
267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
268                 <fieldValue name='ballRadiusvalue='0.02'/>
269                 <fieldValue name='traceEnabledvalue='false'/>
270                 <fieldValue name='displayMode'/>
271                 <fieldValue name='transparencyvalue='0'/>
272            </ProtoInstance>
273            <ProtoInstance name='Arc'>
274                 <fieldValue name='cylinderHeightvalue='0.89926'/>
275                 <fieldValue name='cylinderTranslationvalue='0.50066 -1.46141 1.25825'/>
276                 <fieldValue name='coneTranslationvalue='0.25288 -1.61082 1.24527'/>
277                 <fieldValue name='rotationvalue='-4.02861 0 76.93118 2.11282'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='0.88862'/>
286                 <fieldValue name='cylinderTranslationvalue='0.97791 -0.93250 1.59566'/>
287                 <fieldValue name='coneTranslationvalue='1.03717 -0.74249 1.79868'/>
288                 <fieldValue name='rotationvalue='63.45356 0 -18.51987 0.83882'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.95247'/>
297                 <fieldValue name='cylinderTranslationvalue='0.67787 -0.85814 1.06415'/>
298                 <fieldValue name='coneTranslationvalue='0.54013 -0.61158 0.92189'/>
299                 <fieldValue name='rotationvalue='-42.84784 0 41.48784 0.67665'/>
300                 <fieldValue name='diffuseColorvalue='0 0 0'/>
301                 <fieldValue name='ballRadiusvalue='0.02'/>
302                 <fieldValue name='traceEnabledvalue='false'/>
303                 <fieldValue name='displayMode'/>
304                 <fieldValue name='transparencyvalue='0'/>
305            </ProtoInstance>
306            <ProtoInstance name='Arc'>
307                 <fieldValue name='cylinderHeightvalue='0.93368'/>
308                 <fieldValue name='cylinderTranslationvalue='1.07688 -1.60588 1.47725'/>
309                 <fieldValue name='coneTranslationvalue='1.20279 -1.85330 1.60795'/>
310                 <fieldValue name='rotationvalue='39.77092 0 -38.31353 2.50872'/>
311                 <fieldValue name='diffuseColorvalue='0 0 0'/>
312                 <fieldValue name='ballRadiusvalue='0.02'/>
313                 <fieldValue name='traceEnabledvalue='false'/>
314                 <fieldValue name='displayMode'/>
315                 <fieldValue name='transparencyvalue='0'/>
316            </ProtoInstance>
317            <ProtoInstance name='Arc'>
318                 <fieldValue name='cylinderHeightvalue='0.92987'/>
319                 <fieldValue name='cylinderTranslationvalue='-0.29396 -1.90126 1.16830'/>
320                 <fieldValue name='coneTranslationvalue='-0.56284 -2.03761 1.12251'/>
321                 <fieldValue name='rotationvalue='-13.96168 0 81.99252 2.03438'/>
322                 <fieldValue name='diffuseColorvalue='0 0 0'/>
323                 <fieldValue name='ballRadiusvalue='0.02'/>
324                 <fieldValue name='traceEnabledvalue='false'/>
325                 <fieldValue name='displayMode'/>
326                 <fieldValue name='transparencyvalue='0'/>
327            </ProtoInstance>
328            <ProtoInstance name='Arc'>
329                 <fieldValue name='cylinderHeightvalue='0.82156'/>
330                 <fieldValue name='cylinderTranslationvalue='2.18373 -1.00072 1.80796'/>
331                 <fieldValue name='coneTranslationvalue='2.00176 -0.84858 1.88938'/>
332                 <fieldValue name='rotationvalue='26.67273 -0.00000 59.61410 0.91892'/>
333                 <fieldValue name='diffuseColorvalue='0 0 0'/>
334                 <fieldValue name='ballRadiusvalue='0.02'/>
335                 <fieldValue name='traceEnabledvalue='false'/>
336                 <fieldValue name='displayMode'/>
337                 <fieldValue name='transparencyvalue='0'/>
338            </ProtoInstance>
339            <ProtoInstance name='Arc'>
340                 <fieldValue name='cylinderHeightvalue='0.79760'/>
341                 <fieldValue name='cylinderTranslationvalue='2.60833 -1.42665 1.34023'/>
342                 <fieldValue name='coneTranslationvalue='2.68410 -1.53247 1.14001'/>
343                 <fieldValue name='rotationvalue='-66.87362 0 -25.30594 2.02988'/>
344                 <fieldValue name='diffuseColorvalue='0 0 0'/>
345                 <fieldValue name='ballRadiusvalue='0.02'/>
346                 <fieldValue name='traceEnabledvalue='false'/>
347                 <fieldValue name='displayMode'/>
348                 <fieldValue name='transparencyvalue='0'/>
349            </ProtoInstance>
350            <ProtoInstance name='Arc'>
351                 <fieldValue name='cylinderHeightvalue='1.06414'/>
352                 <fieldValue name='cylinderTranslationvalue='2.04177 0.12149 0.53952'/>
353                 <fieldValue name='coneTranslationvalue='2.05983 -0.22749 0.41173'/>
354                 <fieldValue name='rotationvalue='-36.54699 0 -5.16527 2.78738'/>
355                 <fieldValue name='diffuseColorvalue='0 0 0'/>
356                 <fieldValue name='ballRadiusvalue='0.02'/>
357                 <fieldValue name='traceEnabledvalue='false'/>
358                 <fieldValue name='displayMode'/>
359                 <fieldValue name='transparencyvalue='0'/>
360            </ProtoInstance>
361            <ProtoInstance name='Arc'>
362                 <fieldValue name='cylinderHeightvalue='1.05254'/>
363                 <fieldValue name='cylinderTranslationvalue='2.38822 -0.40227 -0.05981'/>
364                 <fieldValue name='coneTranslationvalue='2.61137 -0.41947 -0.34975'/>
365                 <fieldValue name='rotationvalue='-83.31855 0 -64.12534 1.61778'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.82384'/>
374                 <fieldValue name='cylinderTranslationvalue='1.47809 -0.69353 1.92712'/>
375                 <fieldValue name='coneTranslationvalue='1.22882 -0.65807 1.91844'/>
376                 <fieldValue name='rotationvalue='-2.83972 0 81.51489 1.42958'/>
377                 <fieldValue name='diffuseColorvalue='0 0 0'/>
378                 <fieldValue name='ballRadiusvalue='0.02'/>
379                 <fieldValue name='traceEnabledvalue='false'/>
380                 <fieldValue name='displayMode'/>
381                 <fieldValue name='transparencyvalue='0'/>
382            </ProtoInstance>
383            <ProtoInstance name='Arc'>
384                 <fieldValue name='cylinderHeightvalue='0.82626'/>
385                 <fieldValue name='cylinderTranslationvalue='0.50923 -0.63179 0.46500'/>
386                 <fieldValue name='coneTranslationvalue='0.53300 -0.72061 0.22916'/>
387                 <fieldValue name='rotationvalue='-76.98265 0 -7.75951 1.92930'/>
388                 <fieldValue name='diffuseColorvalue='0 0 0'/>
389                 <fieldValue name='ballRadiusvalue='0.02'/>
390                 <fieldValue name='traceEnabledvalue='false'/>
391                 <fieldValue name='displayMode'/>
392                 <fieldValue name='transparencyvalue='0'/>
393            </ProtoInstance>
394            <ProtoInstance name='Arc'>
395                 <fieldValue name='cylinderHeightvalue='0.80874'/>
396                 <fieldValue name='cylinderTranslationvalue='2.61062 -1.83663 0.69980'/>
397                 <fieldValue name='coneTranslationvalue='2.68570 -1.69566 0.88476'/>
398                 <fieldValue name='rotationvalue='61.21210 0 -24.84745 0.95595'/>
399                 <fieldValue name='diffuseColorvalue='0 0 0'/>
400                 <fieldValue name='ballRadiusvalue='0.02'/>
401                 <fieldValue name='traceEnabledvalue='false'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='transparencyvalue='0'/>
404            </ProtoInstance>
405            <ProtoInstance name='Arc'>
406                 <fieldValue name='cylinderHeightvalue='0.83360'/>
407                 <fieldValue name='cylinderTranslationvalue='2.21977 -2.36697 0.51364'/>
408                 <fieldValue name='coneTranslationvalue='2.05550 -2.55001 0.58751'/>
409                 <fieldValue name='rotationvalue='23.97925 -0.00000 53.32344 2.36426'/>
410                 <fieldValue name='diffuseColorvalue='0 0 0'/>
411                 <fieldValue name='ballRadiusvalue='0.02'/>
412                 <fieldValue name='traceEnabledvalue='false'/>
413                 <fieldValue name='displayMode'/>
414                 <fieldValue name='transparencyvalue='0'/>
415            </ProtoInstance>
416            <ProtoInstance name='Arc'>
417                 <fieldValue name='cylinderHeightvalue='1.16076'/>
418                 <fieldValue name='cylinderTranslationvalue='1.25165 -2.21608 2.20705'/>
419                 <fieldValue name='coneTranslationvalue='1.26382 -2.04676 1.82247'/>
420                 <fieldValue name='rotationvalue='-106.19082 0 -3.35982 1.15625'/>
421                 <fieldValue name='diffuseColorvalue='0 0 0'/>
422                 <fieldValue name='ballRadiusvalue='0.02'/>
423                 <fieldValue name='traceEnabledvalue='false'/>
424                 <fieldValue name='displayMode'/>
425                 <fieldValue name='transparencyvalue='0'/>
426            </ProtoInstance>
427            <ProtoInstance name='Arc'>
428                 <fieldValue name='cylinderHeightvalue='0.75950'/>
429                 <fieldValue name='cylinderTranslationvalue='0.77544 -0.97806 -0.14789'/>
430                 <fieldValue name='coneTranslationvalue='0.64384 -0.86157 -0.01597'/>
431                 <fieldValue name='rotationvalue='45.59438 -0.00000 45.48113 1.01206'/>
432                 <fieldValue name='diffuseColorvalue='0 0 0'/>
433                 <fieldValue name='ballRadiusvalue='0.02'/>
434                 <fieldValue name='traceEnabledvalue='false'/>
435                 <fieldValue name='displayMode'/>
436                 <fieldValue name='transparencyvalue='0'/>
437            </ProtoInstance>
438            <ProtoInstance name='Arc'>
439                 <fieldValue name='cylinderHeightvalue='0.80448'/>
440                 <fieldValue name='cylinderTranslationvalue='1.71430 -2.69958 0.95522'/>
441                 <fieldValue name='coneTranslationvalue='1.85814 -2.67819 0.76149'/>
442                 <fieldValue name='rotationvalue='-64.33719 0 -47.77142 1.48236'/>
443                 <fieldValue name='diffuseColorvalue='0 0 0'/>
444                 <fieldValue name='ballRadiusvalue='0.02'/>
445                 <fieldValue name='traceEnabledvalue='false'/>
446                 <fieldValue name='displayMode'/>
447                 <fieldValue name='transparencyvalue='0'/>
448            </ProtoInstance>
449            <ProtoInstance name='Arc'>
450                 <fieldValue name='cylinderHeightvalue='0.87687'/>
451                 <fieldValue name='cylinderTranslationvalue='1.37194 -2.35871 1.47650'/>
452                 <fieldValue name='coneTranslationvalue='1.30622 -2.11967 1.60326'/>
453                 <fieldValue name='rotationvalue='39.91965 -0.00000 20.69897 0.53845'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Vertex'>
461                 <fieldValue name='vertexTextvalue='"2010-02-09-YOUTUBE.COM-AFBLUETUBE"'/>
462                 <fieldValue name='descriptionvalue='1: 2010-02-09-YOUTUBE.COM-AFBLUETUBE'/>
463                 <fieldValue name='url'/>
464                 <fieldValue name='radiusvalue='0.1500'/>
465                 <fieldValue name='displayMode'/>
466                 <fieldValue name='diffuseColorvalue='0 0 0'/>
467                 <fieldValue name='transparencyvalue='0'/>
468                 <fieldValue name='translationvalue='1.36705 -1.43212 0.91262'/>
469                 <fieldValue name='textTranslationvalue='1.51705 -1.43212 0.91262'/>
470                 <fieldValue name='textColorvalue='0 0 0'/>
471            </ProtoInstance>
472            <ProtoInstance name='Vertex'>
473                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-09/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-09.simple" '/>
474                 <fieldValue name='descriptionvalue='2: Haiti/2010-02-09/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-09.simple'/>
475                 <fieldValue name='url'/>
476                 <fieldValue name='radiusvalue='0.1500'/>
477                 <fieldValue name='displayMode'/>
478                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
479                 <fieldValue name='transparencyvalue='0'/>
480                 <fieldValue name='translationvalue='-2.73486 2.73511 -2.73801'/>
481                 <fieldValue name='textTranslationvalue='-2.58486 2.73511 -2.73801'/>
482                 <fieldValue name='textColorvalue='0 0 0'/>
483            </ProtoInstance>
484            <ProtoInstance name='Vertex'>
485                 <fieldValue name='vertexTextvalue='"air"'/>
486                 <fieldValue name='descriptionvalue='3: air'/>
487                 <fieldValue name='url'/>
488                 <fieldValue name='radiusvalue='0.1500'/>
489                 <fieldValue name='displayMode'/>
490                 <fieldValue name='diffuseColorvalue='0 0 0'/>
491                 <fieldValue name='transparencyvalue='0'/>
492                 <fieldValue name='translationvalue='0.88531 -1.22945 1.27839'/>
493                 <fieldValue name='textTranslationvalue='1.03531 -1.22945 1.27839'/>
494                 <fieldValue name='textColorvalue='0 0 0'/>
495            </ProtoInstance>
496            <ProtoInstance name='Vertex'>
497                 <fieldValue name='vertexTextvalue='"airlift"'/>
498                 <fieldValue name='descriptionvalue='4: airlift'/>
499                 <fieldValue name='url'/>
500                 <fieldValue name='radiusvalue='0.1500'/>
501                 <fieldValue name='displayMode'/>
502                 <fieldValue name='diffuseColorvalue='0 0 0'/>
503                 <fieldValue name='transparencyvalue='0'/>
504                 <fieldValue name='translationvalue='0.11600 -1.69336 1.23810'/>
505                 <fieldValue name='textTranslationvalue='0.26600 -1.69336 1.23810'/>
506                 <fieldValue name='textColorvalue='0 0 0'/>
507            </ProtoInstance>
508            <ProtoInstance name='Vertex'>
509                 <fieldValue name='vertexTextvalue='"assisting"'/>
510                 <fieldValue name='descriptionvalue='5: assisting'/>
511                 <fieldValue name='url'/>
512                 <fieldValue name='radiusvalue='0.1500'/>
513                 <fieldValue name='displayMode'/>
514                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
515                 <fieldValue name='transparencyvalue='0'/>
516                 <fieldValue name='translationvalue='2.48180 -1.24993 1.67460'/>
517                 <fieldValue name='textTranslationvalue='2.63180 -1.24993 1.67460'/>
518                 <fieldValue name='textColorvalue='0 0 0'/>
519            </ProtoInstance>
520            <ProtoInstance name='Vertex'>
521                 <fieldValue name='vertexTextvalue='"camera"'/>
522                 <fieldValue name='descriptionvalue='6: camera'/>
523                 <fieldValue name='url'/>
524                 <fieldValue name='radiusvalue='0.1500'/>
525                 <fieldValue name='displayMode'/>
526                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
527                 <fieldValue name='transparencyvalue='0'/>
528                 <fieldValue name='translationvalue='2.01594 0.62053 0.72225'/>
529                 <fieldValue name='textTranslationvalue='2.16594 0.62053 0.72225'/>
530                 <fieldValue name='textColorvalue='0 0 0'/>
531            </ProtoInstance>
532            <ProtoInstance name='Vertex'>
533                 <fieldValue name='vertexTextvalue='"combat"'/>
534                 <fieldValue name='descriptionvalue='7: combat'/>
535                 <fieldValue name='url'/>
536                 <fieldValue name='radiusvalue='0.1500'/>
537                 <fieldValue name='displayMode'/>
538                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
539                 <fieldValue name='transparencyvalue='0'/>
540                 <fieldValue name='translationvalue='2.06760 -0.37755 0.35678'/>
541                 <fieldValue name='textTranslationvalue='2.21760 -0.37755 0.35678'/>
542                 <fieldValue name='textColorvalue='0 0 0'/>
543            </ProtoInstance>
544            <ProtoInstance name='Vertex'>
545                 <fieldValue name='vertexTextvalue='"controllers"'/>
546                 <fieldValue name='descriptionvalue='8: controllers'/>
547                 <fieldValue name='url'/>
548                 <fieldValue name='radiusvalue='0.1500'/>
549                 <fieldValue name='displayMode'/>
550                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
551                 <fieldValue name='transparencyvalue='0'/>
552                 <fieldValue name='translationvalue='2.70885 -0.42699 -0.47640'/>
553                 <fieldValue name='textTranslationvalue='2.85885 -0.42699 -0.47640'/>
554                 <fieldValue name='textColorvalue='0 0 0'/>
555            </ProtoInstance>
556            <ProtoInstance name='Vertex'>
557                 <fieldValue name='vertexTextvalue='"crews"'/>
558                 <fieldValue name='descriptionvalue='9: crews'/>
559                 <fieldValue name='url'/>
560                 <fieldValue name='radiusvalue='0.1500'/>
561                 <fieldValue name='displayMode'/>
562                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
563                 <fieldValue name='transparencyvalue='0'/>
564                 <fieldValue name='translationvalue='1.88566 -0.75151 1.94132'/>
565                 <fieldValue name='textTranslationvalue='2.03566 -0.75151 1.94132'/>
566                 <fieldValue name='textColorvalue='0 0 0'/>
567            </ProtoInstance>
568            <ProtoInstance name='Vertex'>
569                 <fieldValue name='vertexTextvalue='"delivery"'/>
570                 <fieldValue name='descriptionvalue='10: delivery'/>
571                 <fieldValue name='url'/>
572                 <fieldValue name='radiusvalue='0.1500'/>
573                 <fieldValue name='displayMode'/>
574                 <fieldValue name='diffuseColorvalue='0 0 0'/>
575                 <fieldValue name='transparencyvalue='0'/>
576                 <fieldValue name='translationvalue='1.07051 -0.63555 1.91293'/>
577                 <fieldValue name='textTranslationvalue='1.22051 -0.63555 1.91293'/>
578                 <fieldValue name='textColorvalue='0 0 0'/>
579            </ProtoInstance>
580            <ProtoInstance name='Vertex'>
581                 <fieldValue name='vertexTextvalue='"force"'/>
582                 <fieldValue name='descriptionvalue='11: force'/>
583                 <fieldValue name='url'/>
584                 <fieldValue name='radiusvalue='0.1500'/>
585                 <fieldValue name='displayMode'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='transparencyvalue='0'/>
588                 <fieldValue name='translationvalue='0.47043 -0.48683 0.84991'/>
589                 <fieldValue name='textTranslationvalue='0.62043 -0.48683 0.84991'/>
590                 <fieldValue name='textColorvalue='0 0 0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Vertex'>
593                 <fieldValue name='vertexTextvalue='"operation"'/>
594                 <fieldValue name='descriptionvalue='12: operation'/>
595                 <fieldValue name='url'/>
596                 <fieldValue name='radiusvalue='0.1500'/>
597                 <fieldValue name='displayMode'/>
598                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
599                 <fieldValue name='transparencyvalue='0'/>
600                 <fieldValue name='translationvalue='2.48639 -2.06988 0.39374'/>
601                 <fieldValue name='textTranslationvalue='2.63639 -2.06988 0.39374'/>
602                 <fieldValue name='textColorvalue='0 0 0'/>
603            </ProtoInstance>
604            <ProtoInstance name='Vertex'>
605                 <fieldValue name='vertexTextvalue='"part"'/>
606                 <fieldValue name='descriptionvalue='13: part'/>
607                 <fieldValue name='url'/>
608                 <fieldValue name='radiusvalue='0.1500'/>
609                 <fieldValue name='displayMode'/>
610                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
611                 <fieldValue name='transparencyvalue='0'/>
612                 <fieldValue name='translationvalue='2.73486 -1.60337 1.00586'/>
613                 <fieldValue name='textTranslationvalue='2.88486 -1.60337 1.00586'/>
614                 <fieldValue name='textColorvalue='0 0 0'/>
615            </ProtoInstance>
616            <ProtoInstance name='Vertex'>
617                 <fieldValue name='vertexTextvalue='"production"'/>
618                 <fieldValue name='descriptionvalue='14: production'/>
619                 <fieldValue name='url'/>
620                 <fieldValue name='radiusvalue='0.1500'/>
621                 <fieldValue name='displayMode'/>
622                 <fieldValue name='diffuseColorvalue='0 0 0'/>
623                 <fieldValue name='transparencyvalue='0'/>
624                 <fieldValue name='translationvalue='1.23485 -2.44984 2.73801'/>
625                 <fieldValue name='textTranslationvalue='1.38485 -2.44984 2.73801'/>
626                 <fieldValue name='textColorvalue='0 0 0'/>
627            </ProtoInstance>
628            <ProtoInstance name='Vertex'>
629                 <fieldValue name='vertexTextvalue='"providing"'/>
630                 <fieldValue name='descriptionvalue='15: providing'/>
631                 <fieldValue name='url'/>
632                 <fieldValue name='radiusvalue='0.1500'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='diffuseColorvalue='0 0 0'/>
635                 <fieldValue name='transparencyvalue='0'/>
636                 <fieldValue name='translationvalue='1.00284 -1.17937 -0.37586'/>
637                 <fieldValue name='textTranslationvalue='1.15284 -1.17937 -0.37586'/>
638                 <fieldValue name='textColorvalue='0 0 0'/>
639            </ProtoInstance>
640            <ProtoInstance name='Vertex'>
641                 <fieldValue name='vertexTextvalue='"responding"'/>
642                 <fieldValue name='descriptionvalue='16: responding'/>
643                 <fieldValue name='url'/>
644                 <fieldValue name='radiusvalue='0.1500'/>
645                 <fieldValue name='displayMode'/>
646                 <fieldValue name='diffuseColorvalue='0 0 0'/>
647                 <fieldValue name='transparencyvalue='0'/>
648                 <fieldValue name='translationvalue='0.54803 -0.77675 0.08009'/>
649                 <fieldValue name='textTranslationvalue='0.69803 -0.77675 0.08009'/>
650                 <fieldValue name='textColorvalue='0 0 0'/>
651            </ProtoInstance>
652            <ProtoInstance name='Vertex'>
653                 <fieldValue name='vertexTextvalue='"response"'/>
654                 <fieldValue name='descriptionvalue='17: response'/>
655                 <fieldValue name='url'/>
656                 <fieldValue name='radiusvalue='0.1500'/>
657                 <fieldValue name='displayMode'/>
658                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
659                 <fieldValue name='transparencyvalue='0'/>
660                 <fieldValue name='translationvalue='1.47544 -2.73511 1.27690'/>
661                 <fieldValue name='textTranslationvalue='1.62544 -2.73511 1.27690'/>
662                 <fieldValue name='textColorvalue='0 0 0'/>
663            </ProtoInstance>
664            <ProtoInstance name='Vertex'>
665                 <fieldValue name='vertexTextvalue='"struck"'/>
666                 <fieldValue name='descriptionvalue='18: struck'/>
667                 <fieldValue name='url'/>
668                 <fieldValue name='radiusvalue='0.1500'/>
669                 <fieldValue name='displayMode'/>
670                 <fieldValue name='diffuseColorvalue='0 0 0'/>
671                 <fieldValue name='transparencyvalue='0'/>
672                 <fieldValue name='translationvalue='0.68200 -2.41557 0.20681'/>
673                 <fieldValue name='textTranslationvalue='0.83200 -2.41557 0.20681'/>
674                 <fieldValue name='textColorvalue='0 0 0'/>
675            </ProtoInstance>
676            <ProtoInstance name='Vertex'>
677                 <fieldValue name='vertexTextvalue='"survivors"'/>
678                 <fieldValue name='descriptionvalue='19: survivors'/>
679                 <fieldValue name='url'/>
680                 <fieldValue name='radiusvalue='0.1500'/>
681                 <fieldValue name='displayMode'/>
682                 <fieldValue name='diffuseColorvalue='0 0 0'/>
683                 <fieldValue name='transparencyvalue='0'/>
684                 <fieldValue name='translationvalue='1.55646 -2.01400 -0.34866'/>
685                 <fieldValue name='textTranslationvalue='1.70646 -2.01400 -0.34866'/>
686                 <fieldValue name='textColorvalue='0 0 0'/>
687            </ProtoInstance>
688            <ProtoInstance name='Vertex'>
689                 <fieldValue name='vertexTextvalue='"teams"'/>
690                 <fieldValue name='descriptionvalue='20: teams'/>
691                 <fieldValue name='url'/>
692                 <fieldValue name='radiusvalue='0.1500'/>
693                 <fieldValue name='displayMode'/>
694                 <fieldValue name='diffuseColorvalue='0 0 0'/>
695                 <fieldValue name='transparencyvalue='0'/>
696                 <fieldValue name='translationvalue='-0.70392 -2.10916 1.09849'/>
697                 <fieldValue name='textTranslationvalue='-0.55392 -2.10916 1.09849'/>
698                 <fieldValue name='textColorvalue='0 0 0'/>
699            </ProtoInstance>
700            <ProtoInstance name='Vertex'>
701                 <fieldValue name='vertexTextvalue='"unified"'/>
702                 <fieldValue name='descriptionvalue='21: unified'/>
703                 <fieldValue name='url'/>
704                 <fieldValue name='radiusvalue='0.1500'/>
705                 <fieldValue name='displayMode'/>
706                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
707                 <fieldValue name='transparencyvalue='0'/>
708                 <fieldValue name='translationvalue='1.95315 -2.66406 0.63353'/>
709                 <fieldValue name='textTranslationvalue='2.10315 -2.66406 0.63353'/>
710                 <fieldValue name='textColorvalue='0 0 0'/>
711            </ProtoInstance>
712            <ProtoInstance name='Vertex'>
713                 <fieldValue name='vertexTextvalue='"video"'/>
714                 <fieldValue name='descriptionvalue='22: video'/>
715                 <fieldValue name='url'/>
716                 <fieldValue name='radiusvalue='0.1500'/>
717                 <fieldValue name='displayMode'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='transparencyvalue='0'/>
720                 <fieldValue name='translationvalue='1.26845 -1.98231 1.67610'/>
721                 <fieldValue name='textTranslationvalue='1.41845 -1.98231 1.67610'/>
722                 <fieldValue name='textColorvalue='0 0 0'/>
723            </ProtoInstance>
724       </Scene>
725  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
X3D Tooltips element index: Background, ExternProtoDeclare, field, fieldValue, head, meta, NavigationInfo, PointLight, ProtoInstance, Scene, Viewpoint, WorldInfo, X3D, plus documentation for accessType definitions, type definitions, XML data types, and field types

Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

line 53
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 64
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 75
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 86
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 97
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 108
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 119
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 130
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 141
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 152
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 163
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 174
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 185
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 196
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 207
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 218
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 229
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 240
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 251
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 262
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 273
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 284
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 295
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 306
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 317
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 328
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 339
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 350
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 361
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 372
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 383
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 394
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 405
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 416
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 427
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 438
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 449
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 460
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 472
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 484
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 496
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 508
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 520
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 532
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 544
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 556
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 568
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 580
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 592
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 604
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 616
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 628
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 640
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 652
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 664
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 676
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 688
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 700
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 712
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamplesIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d -->

<!-- Color-coding legend: X3D terminology <X3dNode field='value'/> matches XML terminology <XmlElement attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
    <ProtoInstance name='ProtoName'> <field name='fieldName'/> </ProtoInstance> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->