-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (97 loc) · 8.79 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
<!--
Automatically generated HTML file from DocOnce source
(https://github.com/hplgit/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
<meta name="description" content="Various writings">
<title>Various writings</title>
<!-- Bootstrap style: bootswatch_readable -->
<link href="http://netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">
<!-- not necessary
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
-->
<style type="text/css">
/* Add scrollbar to dropdown menus in bootstrap navigation bar */
.dropdown-menu {
height: auto;
max-height: 400px;
overflow-x: hidden;
}
/* Adds an invisible element before each target to offset for the navigation
bar */
.anchor::before {
content:"";
display:block;
height:64px; /* fixed header height for style bootswatch_readable */
margin:-64px 0 0; /* negative fixed header height */
}
</style>
</head>
<!-- tocinfo
{'highest level': 4, 'sections': []}
end of tocinfo -->
<body>
<div class="container">
<p> </p><p> </p><p> </p> <!-- add vertical space -->
<!-- ------------------- main content ---------------------- -->
<center><h1>Various writings</h1></center> <!-- document title -->
<p>
<!-- author(s): Hans Petter Langtangen -->
<center>
<b>Hans Petter Langtangen</b>
</center>
<p>
<!-- institution(s) -->
<br>
<!-- AUTHOR: Hans Petter Langtangen at Center for Biomedical Computing, Simula Research Laboratory & Department of Informatics, University of Oslo -->
<ul>
<li> Recent books:</li>
<ul>
<li> <a href="https://hplgit.github.io/prog4comp/index.html" target="_self">Programming for Computations - A Gentle Introduction to Numerical Simulations with Python or MATLAB/Octave</a></li>
<li> <a href="https://hplgit.github.io/decay-book/doc/web/index.html" target="_self">Finite Difference Computing with Exponential Decay Models</a></li>
<li> <a href="https://hplgit.github.io/scaling-book/doc/web/index.html" target="_self">Scaling of Differential Equations</a></li>
<li> <a href="https://hplgit.github.io/fdm-book/doc/web/index.html" target="_self">Finite Difference Computing with Partial Differential Equations</a></li>
<li> <a href="https://hplgit.github.io/fem-book/doc/web/index.html" target="_self">Introdution to Numerical Methods for Variational Problems</a></li>
<li> <a href="https://hplgit.github.io/fenics-tutorial/doc/web/index.html" target="_self">The FEniCS Tutorial</a></li>
</ul>
<li> How to write books in DocOnce: <a href="http://hplgit.github.io/doconce/doc/src/book/repo/doc/pub/book/html/my-book.html" target="_self">HTML</a>, <a href="http://hplgit.github.io/doconce/doc/src/book/repo/doc/pub/book/pdf/my-book-4print.pdf" target="_self">PDF</a>, <a href="http://hplgit.github.io/doconce/doc/src/book/repo/doc/pub/book/sphinx-uio2/index.html" target="_self">Sphinx UiO</a>, <a href="http://hplgit.github.io/doconce/doc/src/book/repo/doc/pub/book/sphinx-bootstrap/index.html" target="_self">Sphinx bootstrap</a></li>
<li> <a href="http://hplgit.github.io/setup4book-doconce/doc/web/index.html" target="_self">Best practice for DocOnce book writing</a></li>
<li> Quick Intro to Version Control Systems and Project Hosting Sites:</li>
<ul>
<li> Use of Bitbucket and GitHub with Git:
<a href="http://hplgit.github.io/teamods/bitgit/Langtangen_bitgit.html" target="_self">plain HTML</a> (one page), <a href="http://hplgit.github.io/teamods/bitgit/Langtangen_bitgit-bootstrap.html" target="_self">HTML bootstrap</a> (multiple pages), <a href="http://hplgit.github.io/teamods/bitgit/Langtangen_bitgit-solarized.html" target="_self">HTML solarized colors</a> (one page), <a href="http://hplgit.github.io/teamods/bitgit/html" target="_self">Sphinx HTML</a>, <a href="teamods/bitgit/Langtangen_bitgit.pdf" target="_self">PDF for electronic viewing</a>, <a href="teamods/bitgit/Langtangen_bitgit_4print.pdf" target="_self">PDF for printing</a>.</li>
<li> Use of GitHub with Git (shorter version):
<a href="http://hplgit.github.io/teamods/bitgit/Langtangen_github.html" target="_self">plain HTML</a> (one file), <a href="http://hplgit.github.io/teamods/bitgit/Langtangen_github-bootstrap.html" target="_self">HTML bootstrap</a> (multiple pages), <a href="http://hplgit.github.io/teamods/bitgit/Langtangen_github-solarized.html" target="_self">HTML solarized colors</a> (one file), <a href="http://hplgit.github.io/teamods/bitgit/html-github" target="_self">Sphinx HTML</a>, <a href="teamods/bitgit/Langtangen_github.pdf" target="_self">PDF for electronic viewing</a>, <a href="teamods/bitgit/Langtangen_github_4print.pdf" target="_self">PDF for printing</a>.</li>
</ul>
<li> How to debug Python code: <a href="teamods/debugging/debug.pdf" target="_self">PDF</a>, <a href="teamods/debugging/debug.html" target="_self">HTML bootstrap</a></li>
<li> How to Generate API Documentation with Sphinx: <a href="http://hplgit.github.io/teamods/sphinx_api/html" target="_self">Sphinx</a>, <a href="teamods/sphinx_api/Langtangen_sphinx_api.pdf" target="_self">PDF</a></li>
<li> How to access Python for doing scientific computing: <a href="edu/accesspy/accesspy.html" target="_self">HTML bootstrap</a>, <a href="edu/accesspy/accesspy_primer4-solarized.html" target="_self">HTML solarized</a>, <a href="edu/accesspy/accesspy.pdf" target="_self">PDF</a>, <a href="edu/accesspy/accesspy_primer4.html" target="_self">special HTML version for the book A primer on Scientific Programming with Python</a>. Older version: <a href="http://hplgit.github.io/teamods/ubuntu/vmware/index.html" target="_self">How To Install Ubuntu in a VMWare Fusion Virtual Machine</a></li>
<li> Common operating system tasks done in cross-platform Python code:
<a href="edu/ostasks/ostasks.html" target="_self">HTML bootstrap</a>, <a href="edu/ostasks/ostasks-solarizex.html" target="_self">HTML solarized</a>, <a href="edu/ostasks/ostasks.pdf" target="_self">PDF</a></li>
<li> Software testing with nose and pytest:
<a href="edu/testing/nose.html" target="_self">HTML bootstrap</a>, <a href="edu/testing/nose-solarizex.html" target="_self">HTML solarized</a>, <a href="edu/testing/nose.pdf" target="_self">PDF</a></li>
<li> Experience with using Python for teaching scientific computing: <a href="edu/uiopy/uiopy.html" target="_self">HTML</a>, <a href="edu/uiopy/uiopy.pdf" target="_self">PDF</a>, <a href="edu/uiopy/sphinx-fenics_minimal2/index.html" target="_self">Sphinx</a></li>
<li> Learning outcomes for computing competence: <a href="edu/py_vs_m/computing_competence.pdf" target="_self">PDF</a>, <a href="edu/py_vs_m/computing_competence.html" target="_self">HTML</a> (newer version of
Numerical programming guide - Python vs Matlab: <a href="edu/py_vs_m/numerical_programming_guide.pdf" target="_self">PDF</a>, <a href="edu/py_vs_m/numerical_programming_guide.html" target="_self">HTML</a>)</li>
<li> <a href="http://hplgit.github.com/teamods/writing_reports/index.html" target="_self">Examples on writing scientific reports in various formats (LaTeX, Sphinx, HTML, ...)</a></li>
<li> <a href="http://hplgit.github.com/doconce/doc/pub/slides/demo/index.html" target="_self">Examples on generating slides in HTML5, Beamer, Remark, etc. with numerous styles</a></li>
<li> <a href="http://hplgit.github.com/doconce/doc/pub/slides/index.html" target="_self"> What is DocOnce and how to use it</a> (slides)</li>
<li> <a href="http://hplgit.github.io/bumpy/doc/web/index.html" target="_self">Tutorials on Scientific Computing with Python</a></li>
<li> Introduction to Cython for Solving Differential Equations: <a href="http://hplgit.github.com/teamods/cyode/main_cyode.pdf" target="_self">PDF</a>, <a href="http://hplgit.github.com/teamods/cyode/main_cyode.html" target="_self">solarized HTML</a>, <a href="http://hplgit.github.com/teamods/cyode/cyode-sphinx/index.html" target="_self">Sphinx</a></li>
<li> Monte Carlo Simulation with Cython: <a href="http://hplgit.github.com/teamods/MC_cython/main_MC_cython.pdf" target="_self">PDF</a>, <a href="http://hplgit.github.com/teamods/MC_cython/main_MC_cython.html" target="_self">plain HTML</a>, <a href="http://hplgit.github.com/teamods/MC_cython/sphinx/index.html" target="_self">Sphinx</a>, <a href="http://hplgit.github.com/teamods/MC_cython/main_MC_cython-solarized.html" target="_self">Solarized HTML</a></li>
</ul>
<!-- ------------------- end of main content --------------- -->
</div> <!-- end container -->
<!-- include javascript, jQuery *first* -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!-- Bootstrap footer
<footer>
<a href="http://..."><img width="250" align=right src="http://..."></a>
</footer>
-->
</body>
</html>