annotate index.md @ 44:dbc6628a3c05

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