forked from VISSOFT-Document/VISSOFT-Document.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·500 lines (454 loc) · 21.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="VISSOFT Steering Committee">
<link rel="shortcut icon" href="vissoft-fav.png">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/font-awesome.min.css" rel="stylesheet">
<link href="./css/social-buttons.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<title>IEEE Working Conference on Software Visualization (VISSOFT)</title>
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">IEEE VISSOFT</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class=""><a href="#mission">Mission</a></li>
<li class=""><a href="#editions">Previous Editions</a></li>
<li class=""><a href="#steering">Steering Committee</a></li>
<li class=""><a href="#awards">Awards</a></li>
<li class=""><a href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<p class="pull-right visible-xs" id="news-toggle">
<button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>
</p>
<div class="row">
<div class="col-12 col-sm-12 col-lg-12">
<h2>📣 Upcoming Edition: <a href="#">VISSOFT 2024</a> @ Flagstaff, AZ, USA</h2>
<hr>
<h2 id="mission">Mission</h2>
<p>Software visualization is a broad research area encompassing concepts, methods, tools, and
techniques that assist in a range of software engineering and software development
activities. Covered aspects include the development and evaluation of approaches for
visually analyzing software and software systems, including their structure, execution
behavior, and evolution.</p>
<p>The VISSOFT IEEE Working Conference on Software Visualization continues the history of the
ACM SOFTVIS Symposium on Software Visualization and the IEEE VISSOFT International Workshop
on Visualizing Software for Understanding and Analysis. The conference focuses on
visualization techniques that target aspects of software maintenance and evolution, program
comprehension, reverse engineering, and reengineering, i.e., how visualization helps
professionals to understand, analyze, test and evolve software. We aim to gather tool
developers, experts, users, and researchers from software engineering, information
visualization, computer graphics, and human-computer interaction to discuss theoretical
foundations, algorithms, techniques, tools, and applications related to software
visualization. We seek technical papers, empirical studies, applications, or case studies
and provide a platform for presenting novel research ideas and tools.</p>
📖 The <b>VISSOFT Charter</b> can be downloaded <a href="VISSOFT_Charter.pdf">here</a>. It was
last edited on September 23, 2016.
<h2 id="editions">Previous Editions</h2>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">IEEE Working Conference on Software Visualization (VISSOFT)</h4>
</div>
<div class="panel-body">
<ul>
<li><a href="2023/index.html">VISSOFT 2023</a>, October 01-02, Bogotá, Colombia.
</li>
<li><a href="2022/index.html">VISSOFT 2022</a>, October 02-03, Limassol, Cyprus (<a
href="https://ieeexplore.ieee.org/xpl/conhome/9978165/proceeding">proceedings</a>).
</li>
<li><a href="2021/index.html">VISSOFT 2021</a>, September 27-28, hosted virtually,
originally to be held in Luxembourg City, Luxembourg (<a
href="https://ieeexplore.ieee.org/xpl/conhome/9604808/proceeding">proceedings</a>)
</li>
<li><a href="http://vissoft20.dcc.uchile.cl" target="blank">VISSOFT 2020</a>,
September 28-29, hosted virtually, originally to be held in Adelaide, Australia
(<a
href="https://ieeexplore.ieee.org/xpl/conhome/9240474/proceeding">proceedings</a>)
</li>
<li><a href="http://vissoft19.dcc.uchile.cl" target="blank">VISSOFT 2019</a>,
September 30 - October 1, Cleveland, USA (<a
href="https://ieeexplore.ieee.org/xpl/conhome/8894008/proceeding">proceedings</a>)
</li>
<li><a href="http://vissoft18.etsii.urjc.es/" target="blank">VISSOFT 2018</a>,
September 18-19, Madrid, Spain (<a
href="https://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=8090481">proceedings</a>,
<a
href="https://softvis.wordpress.com/2019/02/06/vissoft-2018-summary/">Summary</a>)
</li>
<li><a href="http://vissoft17.dcc.uchile.cl/" target="blank">VISSOFT 2017</a>,
September 18-19, Shangahi, China (<a
href="https://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=8090481">proceedings</a>,
<a href="https://photos.app.goo.gl/uGzpeB5HFI8s5CIg1">photo gallery</a>, <a
href="https://softvis.wordpress.com/2017/09/30/vissoft-2017-summary/">Summary</a>)
</li>
<li><a href="http://vissoft16.ysu.edu/" target="blank">VISSOFT 2016</a>, October
3-4, Raleigh, North Carolina, USA (<a
href="https://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=7777703">proceedings</a>,
<a
href="https://photos.google.com/share/AF1QipOXX6svcnVvoPOZpFqG5_V9kAMrYguj4vh8rdAiRkcnRGkFMWHy9c-dxBU_IXh31w?key=NlB5V1lsUXk4SkdhY2ZLWGdxZ3Z3a1h2Z3F1WkZn">photo
gallery</a>)
</li>
<li><a href="http://vissoft.dcc.uchile.cl/" target="blank">VISSOFT 2015</a>,
September 27-28, Bremen, Germany (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=7321934">proceedings</a>)
</li>
<li><a href="http://vissoft.iro.umontreal.ca/" target="blank">VISSOFT 2014</a>,
September 29-30, Victoria, CA (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=6970369">proceedings</a>)
</li>
<li><a href="http://icsm2013.tue.nl/VISSOFT" target="blank">VISSOFT 2013</a>,
September 27-28, Eindhoven, Netherlands (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=6636398">proceedings</a>)
</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">IEEE International Workshops on Visualizing Software for
Understanding and Analysis (VISSOFT)</h4>
</div>
<div class="panel-body">
<ul>
<li><a href="http://vissoft.iro.umontreal.ca/2011" target="blank">VISSOFT 2011</a>,
September 29-30, Williamsburg, Virginia, USA (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=6061589">proceedings
</a>, <a
href="https://softvis.wordpress.com/2012/02/01/vissoft-2011-paper-highlights/">Summary</a>)
</li>
<li><a href="http://vissoft.inf.unisi.ch/" target="blank">VISSOFT 2009</a>,
September 25, Edmonton, Canada (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=5314286">proceedings
</a>)</li>
<li><a href="http://www.program-comprehension.org/vissoft07/" target="blank">VISSOFT
2007</a>, June 25-26, Banff, Canada (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=4290684">proceedings
</a>)</li>
<li><a href="http://www.sdml.info/vissoft05/" target="blank">VISSOFT 2005</a>,
September 25, Budapest, Hungary (<a
href="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=11099">proceedings
</a>)</li>
<li><a href="http://keg.cs.uvic.ca/vissoft2003/" target="blank">VISSOFT 2003</a>,
September 22, Amsterdam, Netherlands (proceedings)</li>
<li>VISSOFT 2002, June 26, Paris, France (proceedings)</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">ACM Symposium on Software Visualization (<a
href="http://softvis.org/" target="blank">SOFTVIS</a>)</h4>
</div>
<div class="panel-body">
<ul>
<li><a href="http://www.st.uni-trier.de/~diehl/softvis/org/softvis10/"
target="blank">SOFTVIS 2010</a>, October 25-25, Salt Lake City, Utah, USA
(<a href="http://dl.acm.org/citation.cfm?id=1879211">proceedings</a>, <a
href="https://softvis.wordpress.com/2010/12/15/softvis-2010-highlights/">Summary</a>)
</li>
<li><a href="http://www.st.uni-trier.de/~diehl/softvis/org/softvis08/"
target="blank">SOFTVIS 2008</a>, September 16-17, Herrsching am Ammersee,
Germany (<a href="http://dl.acm.org/citation.cfm?id=1409720">proceedings</a>)
</li>
<li><a href="http://www.st.uni-trier.de/~diehl/softvis/org/softvis06/"
target="blank">SOFTVIS 2006</a>, September 4-5, Brighton, United Kindom (<a
href="http://dl.acm.org/citation.cfm?id=1148493">proceedings</a>)</li>
<li><a href="http://www.st.uni-trier.de/~diehl/softvis/org/softvis05/"
target="blank">SOFTVIS 2005</a>, September 14-15, Saint Louis, Missouri, USA
(<a
href="http://dl.acm.org/citation.cfm?id=1056018&picked=prox">proceedings</a>)
</li>
<li><a href="http://www.softvis.org/softvis03/index.html" target="blank">SOFTVIS
2003</a>, June 11-13, San Diego, California, USA (<a
href="http://dl.acm.org/citation.cfm?id=774833&picked=prox">proceedings</a>)
</li>
</ul>
</div>
</div>
</div>
<!-- Beginning of Steering Committee -->
<div class="col-12 col-sm-12 col-lg-12">
<h2 id="steering">Steering Committee</h2>
<div class="panel panel-default">
<div class="panel-body">
<div class="col-4 col-sm-4 col-lg-4">
<img src="img/people-fabian-beck.jpg" class="img-responsive">
<h4><a href="https://www.uni-bamberg.de/en/vis/team/prof-dr-fabian-beck/"
target="blank">Fabian Beck</a><br><small>Since
2015</small><br><small>University of Bamberg, <br>Germany</small>
</h4>
<hr>
<img src="img/people-rminelli.jpeg" class="img-responsive">
<h4><a href="https://robertominelli.com/" target="blank">Roberto
Minelli</a><br><small>Since 2022</small><br><small>Software Institute
– USI, Lugano,<br> Switzerland</small></h4>
<hr>
</div>
<div class="col-4 col-sm-4 col-lg-4">
<img src="img/people-mircea.jpg" class="img-responsive">
<h4><a href="https://mircealungu.com/" target="blank">Mircea
Lungu</a><br><small>Since 2022</small><br><small>IT University of
Copenhagen, <br> Denmark</small></h4>
<hr>
<img src="img/people-fabio-petrillo.jpg" class="img-responsive">
<h4><a href="https://fabiopetrillo.com/" target="blank">Fabio
Petrillo</a><br><small>Since 2020</small><br><small>École de
Technologie Supérieure (ÉTS),<br> Canada</small></h4>
<hr>
</div>
<div class="col-4 col-sm-4 col-lg-4">
<img src="img/people-leonel-merino.jpg" class="img-responsive">
<h4><a href="https://leonelmerino.github.io/" target="blank">Leonel
Merino</a><br><small>Since 2020</small><br><small>Pontifical Catholic
University of Chile,<br>Chile</small></h4>
<hr>
<img src="img/people-bonita-sharif.jpg" class="img-responsive">
<h4><a href="https://www.shbonita.me/" target="blank">Bonita Sharif</a>
(chair)<br><small>Since 2017</small><br><small>University of
Nebraska – Lincoln,<br> USA</small></h4>
<hr>
</div>
</div>
</div>
<h3>Previous Members</h3>
<ul>
<li><a href="https://www.cs.ubc.ca/~bestchai/" target="blank">Ivan Beschastnikh</a>
(From 2017 until
2022), University of British Columbia, Canada</li>
<li><a href="http://www.inf.usi.ch/postdoc/mocci/" target="blank">Andrea Mocci</a> (From
2017 until
2022), Università della Svizzera italiana, Switzerland</li>
<li><a href="https://bergel.eu" target="blank">Alexandre Bergel</a> (From 2015 until
2020), University of Chile, Chile</li>
<li><a href="http://anslow.cpsc.ucalgary.ca/" target="blank">Craig Anslow</a> (From 2015
until 2020), Victoria University of Wellington, New Zealand</li>
<li><a href="http://www.iro.umontreal.ca/~sahraouh/index_eng.html" target="blank">Houari
Sahraoui</a> (From 2013 until 2017), University of Montreal, Canada</li>
<li><a href="http://www.informatik.uni-bremen.de/~koschke/" target="blank">Rainer
Koschke</a> (From 2013 until 2017), Universitat Bremen, Germany</li>
<li><a href="http://compbio.ucdenver.edu/goerg/" target="blank">Carsten Görg</a> (From
2010 until 2017), University of Colorado, USA</li>
<li><a href="http://www.st.uni-trier.de/~diehl/" target="blank">Stephan Diehl</a>,
University of Trier, Germany</li>
<li><a href="http://eerc.wsu.edu/faculty/profiles/Christopher-Hundhausen.shtml"
target="blank">Christopher Hundhausen</a>, Washington State University, USA</li>
<li><a href="http://www.inf.usi.ch/faculty/lanza/" target="blank">Michele Lanza</a>,
University of Lugano, Switzerland</li>
<li><a href="http://www.cs.kent.edu/~jmaletic/" target="blank">Jonathan Maletic</a>,
Kent State University, USA</li>
<li><a href="http://www.cs.brown.edu/~spr/" target="blank">Steven P. Reiss</a>, Brown
University, RI, USA</li>
<li><a href="http://webhome.cs.uvic.ca/~mstorey" target="blank">Margaret-Anne
Storey</a>, University of Victoria, Canada</li>
<li><a href="http://www.cs.rug.nl/svcg/People/AlexandruTelea" target="blank">Alexandru
C. Telea</a>, University of Groningen, The Netherlands</li>
</ul>
</div>
</div>
<!-- End of Steering Committee -->
<h2 id="awards">Awards</h2>
<!-- Best Paper Awards -->
<h3>Best Paper Awards</h3>
<div class="panel panel-default">
<div class="panel-body">
<ul>
<li>
<p> VISSOFT 2023: <a href="#">
Interactively Exploring API Changes and Versioning Consistency</a>
<br>Souhaila Serbout, Diana Carolina Munoz Hurtado, and Cesare Pautasso.
</p>
</li>
<li>
<p> VISSOFT 2022: <a href="https://ieeexplore.ieee.org/document/9978329">
A New Generation of Class Blueprint</a>
<br>Nour Jihene Agouf, Stéphane Ducasse, Anne Etien and Michele Lanza.
</p>
</li>
<li>
<p> VISSOFT 2021: <a href="https://ieeexplore.ieee.org/document/9604904">Global
Overviews of Granular Test Coverage with Matrix Visualizations</a>
<br>Kaj Dreef, Vijay Krishna Palepu, and James A. Jones.
</p>
</li>
<li>
<p> VISSOFT 2020: <a
href="https://ieeexplore.ieee.org/abstract/document/9240497/">Memory
Cities: Visualizing Heap Memory Evolution Using the Software City
Metaphor</a>
<br> Markus Weninger, Lukas Makor, and Hanspeter Mössenböck.
</p>
</li>
<li>
<p> VISSOFT 2019: <a href="http://bergel.eu/MyPapers/Sand19a-Matrix.pdf">Performance
Evolution Matrix: Visualizing Performance Variations along Software
Versions</a>
<br> Juan Pablo Sandoval Alcocer, Fabian Beck, Alexandre Bergel.
</p>
</li>
<li>
<p> VISSOFT 2018: <a href="http://bergel.eu/MyPapers/Meri18a.pdf">Overcoming
Issues of 3D Software Visualization through Immersive Augmented
Reality</a>
<br> Leonel Merino, Alexandre Bergel and Oscar Nierstrasz.
</p>
</li>
<li>
<p> VISSOFT 2017: <a
href="https://www.visus.uni-stuttgart.de/uploads/tx_vispublications/vissoft17-memory-preprint.pdf">Visual
Exploration of Memory Traces and Call Stacks</a>
<br> Patrick Gralka, Christoph Schulz, Guido Reina, Daniel Weiskopf and
Thomas Ertl.
</p>
</li>
<li>
<p> VISSOFT 2016: <a href="http://scg.unibe.ch/news/2016-08-12_15-15-02Meri16a">Towards
Actionable Visualisation in Software Development</a>
<br> Leonel Merino, Mohammad Ghafari, and Oscar Nierstrasz.
</p>
</li>
<li>
<p> VISSOFT 2015: <a href="http://ieeexplore.ieee.org/document/7332413/">Hierarchical
Software Landscape Visualization for System Comprehension: A Controlled
Experiment</a>
<br> Florian Fittkau, Alexander Krause, Wilhelm Hasselbring.
</p>
</li>
</ul>
</div>
</div>
<!-- End of Best Paper Awards -->
<!-- Best Reviewer Awards -->
<h3>Best Reviewer Awards</h3>
<div class="panel panel-default">
<div class="panel-body">
<ul>
<li>
<p> VISSOFT 2022: <a href="https://orcid.org/0000-0002-7885-9857">Willy
Scheibel</a>, Hasso Plattner Institute, Germany
</p>
</li>
<li>
<p> VISSOFT 2021: <a href="https://orcid.org/0000-0002-9947-928X">Katherine E.
Isaacs</a>, University of Arizona, USA
</p>
</li>
<li>
<p> VISSOFT 2020: <a href="https://orcid.org/0000-0003-0750-0502">Alexandru C.
Telea</a>, Utrecht University, The Netherlands
</p>
</li>
</ul>
</div>
</div>
<!-- End of Best Reviewer Awards -->
<!-- MIP Awards -->
<h3>Most Influent Paper Awards (MIP)</h3>
<div class="panel panel-default">
<div class="panel-body">
<ul>
<li>
<p> VISSOFT 2023: <a href="https://ieeexplore.ieee.org/document/6650523">
Performance evolution blueprint: Understanding the impact of software evolution on performance</a>
<br>Juan Pablo Sandoval Alcocer, Alexandre Bergel, Stephane Ducasse, and Marcus Denker<br><i>Research Track</i>
</p>
</li>
<li>
<p> VISSOFT 2023: <a href="https://ieeexplore.ieee.org/document/6650536">
Live Trace Visualization for Comprehending Large Software Landscapes: The ExplorViz Approach</a>
<br>Florian Fittkau, Jan Waller, Christian Wulf, and Wilhelm Hasselbring<br><i>NIER/TD Track</i>
</p>
</li>
<li>
<p> VISSOFT 2022: <a href="https://dl.acm.org/doi/abs/10.1145/1879211.1879216">An
Interactive
Ambient Visualization for Code Smells</a>
<br>Emerson Murphy-Hill and Andrew P. Black.
</p>
</li>
<li>
<p> VISSOFT 2021: <a href="https://dl.acm.org/doi/10.1145/1879211.1879219">Software
Evolution
Storylines</a>
<br>Michael Ogawa and Kwan-Liu Ma.
</p>
</li>
<li>
<p> VISSOFT 2020: <a
href="https://ieeexplore.ieee.org/abstract/document/4290706/">Visualizing
Software Systems as Cities</a>
<br>Richard Wettel and Michele Lanza.
</p>
</li>
<li>
<p> VISSOFT 2019: <a href="https://dl.acm.org/citation.cfm?id=774844">A System
for Graph-Based Visualization of the Evolution of Software</a>
<br>Christian Collberg, Stephen Kobourov, Jasvir Nagra, Jacob Pitts, and
Kevin Wampler.
</p>
</li>
<li>
<p> VISSOFT 2018: <a
href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1684306">The
paradox of software visualization</a>
<br>Steven P. Reiss.
</p>
</li>
<li>
<p> VISSOFT 2017: <a href="https://ieeexplore.ieee.org/document/1019792/">A task
oriented view of software visualization</a>
<br>J. I. Maletic, A. Marcus and M. L. Collard.
</p>
</li>
</ul>
</div>
</div>
<!-- MIP Awards -->
<!-- Beginning of Contact -->
<div class="col-12 col-sm-12 col-lg-12">
<h2 id="about">About</h2>
<p>This webpage is maintained by the Steering Committee and was last updated on October 10,
2023. If you have any requests, please contact the chair of the Steering Committee.</p>
<p>Thanks to <a href="http://bergel.eu">Alexandre Bergel</a>, Milton Mamani, and <a
href="https://jpsandoval.github.io">Juan Pablo Sandoval</a>, as well as <a
href="http://dcc.uchile.cl">Department of Computer Science</a>, University of Chile
for maintaining and hosting the page until 2020.</p>
</div>
</div>
</div>
</div>
<p class="pull-right">
<a href="https://twitter.com/IEEEVISSOFT"><button class="btn btn-twitter"><i
class="fa fa-twitter"></i> Twitter</button></a>
</p>
<p class="pull-right">
<a href="https://www.facebook.com/pages/VISSOFT/643271652392632"><button class="btn btn-facebook"><i
class="fa fa-facebook"></i> Facebook</button></a>
</p>
</div>
<hr>
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>