-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchapter08.html
78 lines (75 loc) · 3.09 KB
/
chapter08.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
<!DOCTYPE HTML>
<html>
<head>
<title>OMNeT++ Book</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><span class="logo_colour"><a href="index.html">Recent Advances in Network Simulation:</a></span></h1>
<h1>The OMNeT++ Environment and its Ecosystem</h1>
</div>
</div>
<nav id="navMenu">
<ul class="sf-menu" id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Book resources</a></li>
</ul>
</nav>
</header>
<div id="site_content">
<div class="gallery">
<ul class="images">
<li class="show"><img width="950" height="300" src="images/top1.jpg" alt="simplistic 1" /></li>
<li><img width="950" height="300" src="images/top1.jpg" alt="simplistic 2" /></li>
</ul>
</div>
<div class="content">
<h2>Chapter 8:</h2>
<h3>Simulation Reproducibility with Python and Pweave</h3>
<p><a href=" https://github.com/kyeongsoo/reproducible_research">Link to
a working version of this chapter
(i.e., <a href="http://mpastell.com/pweave/">Pweave</a> source
file)</a></p>
<ul>
<li> The LaTeX source file for the publication of this chapter has
been customized manually after its generation from the
<a href="http://mpastell.com/pweave/">Pweave</a> source file.
</ul>
<p><a href="https://www.omnetpp.org/omnetpp">Installation requirements for the release considered in the book</a></p>
<h4>OMNeT++</h4>
<p><a href="https://www.omnetpp.org/omnetpp">Link to the release
considered in the book</a> (also the latest one as of 2018.10.22)</p>
<h4>Anaconda Python</h4>
<p><a href="https://www.anaconda.com/download/">Link to the latest release</a></p>
<p><a href="http://docs.anaconda.com/anaconda/faq/#how-do-i-get-anaconda-with-python-3-5-or-3-6">Link
to the instructions to get the release (i.e., version 3.6.6) considered
in the book</a></p>
</div>
</div>
<footer>
<p>Copyright © CSS3_simplistic | <a href="http://www.css3templates.co.uk">design from css3templates.co.uk</a></p>
</footer>
</div>
<p> </p>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').sooperfish();
});
</script>
</body>
</html>