annotate index.html @ 34:b6475ae8a2c1

make example matrix inversion operands conformant
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Tue, 16 Feb 2016 09:27:45 -0800
parents 7ddf75ff9f24
children 644dbdc82430
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 ---
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 layout: default
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
3 ---
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
4
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
5 <section>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
6 <div class="row">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
7 <div class="columns medium-6">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
8 <a href="#">
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
9 <img src="{{ "/img/mesh.png" | prepend: site.baseurl }}" />
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
10 </a>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
11 </div>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
12 <div class="columns medium-6">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
13 <h2 class="home-title">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
14 <img src="{{ "/img/logo.png" | prepend: site.baseurl }}" style="float: left; height: 48px; width: auto; padding-right: 0.5rem" />
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
15 GNU Octave
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
16 </h2>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
17 <h3>Scientific Programming Language</h3>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
18 <ul>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
19 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
13
560cd6870417 use FSF preferred terminology
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 7
diff changeset
20 <li>Free software, runs on GNU/Linux, Mac, BSD, and Windows</li>
560cd6870417 use FSF preferred terminology
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 7
diff changeset
21 <li>Drop-in compatible with many Matlab scripts</li>
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
22 </ul>
29
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
23 <div>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
24 <ul class="button-group stack-for-small even-2">
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
25 <li><a href="#install" class="button">Download</a></li>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
26 <li><a href="{{site.docs_url}}" class="button">Docs</a></li>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
27 </ul>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
28 </div>
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
29 </div>
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
30 </div>
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
31 </section>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
32
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
33 <section id="syntax">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
34 <h3>Syntax Examples</h3>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
35
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
36 <div class="row">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
37 <div class="columns medium-12">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
38 <p>
13
560cd6870417 use FSF preferred terminology
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 7
diff changeset
39 The Octave syntax is largely compatible with <a href="http://www.mathworks.com/matlab">Matlab</a>. The Octave interpreter can be run in GUI mode, as a console, or invoked as part of a shell script.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
40 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
41 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
42 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
43
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
44 <div class="row">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
45 <div class="columns medium-4" >
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
46 <p>Solve systems of equations with linear algebra operations on <strong>vectors</strong> and <strong>matrices</strong></p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
47 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
48 <div class="columns medium-8">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
49 {% highlight matlab%}
34
b6475ae8a2c1 make example matrix inversion operands conformant
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 29
diff changeset
50 b = [4; 9; 2] % Column vector
b6475ae8a2c1 make example matrix inversion operands conformant
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 29
diff changeset
51 A = [ 3 4 5;
b6475ae8a2c1 make example matrix inversion operands conformant
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 29
diff changeset
52 1 3 1;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
53 3 5 9 ]
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
54 x = A \ b % Solve the system by inverting A
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
55 {% endhighlight %}
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
56 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
57 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
58
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
59 <div class="row">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
60 <div class="columns medium-4">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
61 <p>Visualize data with <strong>high-level plot commands</strong> in 2D and 3D</p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
62 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
63 <div class="columns medium-8">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
64 {% highlight matlab %}
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
65 x = -10:0.1:10 % Create an evenly-spaced vector from -10..10
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
66 y = sin(x) % y is also a vector
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
67 plot(x,y)
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
68 {% endhighlight %}
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
69 <div class="text-left">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
70 <a href="#" data-reveal-id="plotModal">
6
c5038409bf52 fix plot image path
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 5
diff changeset
71 <img src="{{ "/img/plot.png" | prepend: site.baseurl }}" style="height: 12rem; width: auto;"/>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
72 <span class="label">Expand</span>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
73 </a>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
74 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
75 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
76 </div>
27
aa7f358fe37f add link to examples on home page
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 18
diff changeset
77 <a class="button" href="{{site.baseurl}}/examples" >More Examples</a>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
78 </section>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
79
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
80 <section id="install">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
81 <h3>Install</h3>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
82 <div class="row">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
83 <div class="columns medium-8">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
84 {% include install.html %}
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
85 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
86 <div class="columns medium-4">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
87 <a href="#" data-reveal-id="guiModal">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
88 <img src="https://upload.wikimedia.org/wikipedia/en/4/48/Octave-4.0.0-rc1-Qt5.4-Linux.png" title="Octave-4.0.0-rc1-Qt5.4-Linux by Qtguy00 - Own work. Licensed under CC BY-SA 3.0 via Wikipedia"/>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
89 </a>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
90 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
91 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
92 </section>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
93
29
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
94 <section id="forge">
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
95 <h3>Octave Forge</h3>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
96 <div class="row">
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
97 <div class="columns medium-9">
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
98 <p>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
99 <a href="http://octave.sourceforge.net/">Octave Forge</a> is a central location for development of packages for GNU Octave, similar to Matlab's toolboxes. To install a package, use the pkg command from the Octave prompt by typing:
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
100 </p>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
101 {% highlight text %}
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
102 pkg install -forge package_name
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
103 pkg load package_name
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
104 {% endhighlight %}
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
105 </div>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
106 <div class="columns large-3">
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
107 <a href="http://octave.sourceforge.net/packages.php" class="button expand">Browse Packages</a>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
108 </div>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
109 </div>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
110 </section>
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
111
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
112 <section id="develop">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
113 <h3>Development</h3>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
114 <p>
29
7ddf75ff9f24 update home page organization
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 27
diff changeset
115 Octave is free software licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL)</a>. Assuming you have Mercurial installed on your machine you may obtain the latest development version of Octave sources with the following command:
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
116 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
117 <p style="margin-left:1rem"><code>hg clone http://www.octave.org/hg/octave</code></p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
118 <p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
119 If you want to participate in Octave development, join the <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a> mailing list.
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
120 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
121 </section>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
122
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
123 <section id="latest">
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
124 <div class="row">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
125 <div class="columns small-12">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
126 {% assign latest_post = site.posts.first %}
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
127 {% if latest_post %}
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
128 <div class="panel callout">
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
129 <a class="right" href="{{ "/feed.xml" | prepend: site.baseurl }}">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
130 <span class="label warning">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
131 RSS
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
132 </span>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
133 </a>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
134 <h3 class="entry-title">
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
135 <a href="{{ root_url }}{{ latest_post.url }}">{{ latest_post.title }}</a>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
136 </h3>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
137 <p class="post-meta">{{ latest_post.date | date: "%b %-d, %Y" }}</p>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
138 <div class="entry-content">{{ latest_post.content }}</div>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
139 </div>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
140 {% endif %}
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
141 </div>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
142 </div>
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
143 </section>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
144
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
145 <div id="plotModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
7
09b8b8fc3eba update paths
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 6
diff changeset
146 <img src="{{ "/img/plot.png" | prepend: site.baseurl }}" />
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
147 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
148 </div>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
149
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
150 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
151 <img src="https://upload.wikimedia.org/wikipedia/en/4/48/Octave-4.0.0-rc1-Qt5.4-Linux.png" title="Octave-4.0.0-rc1-Qt5.4-Linux by Qtguy00 - Own work. Licensed under CC BY-SA 3.0 via Wikipedia"/>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
152 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
153 </div>