-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage2.html
More file actions
88 lines (82 loc) · 3.22 KB
/
page2.html
File metadata and controls
88 lines (82 loc) · 3.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title>
Teoria-FEM-Python
</title>
<link rel="stylesheet" href="./css/uvm2013rwd.css" media="screen" />
<link rel="stylesheet" href="./css/uvm2013print.css" media="print" />
<link rel="stylesheet" href="./css/html_templates/template10rwd.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="./images/icono.ico" />
<base href="index.html" />
</head>
<body>
<div id="frame">
<header>
<nav id="topnav">
<div id="mid-wrapper">
<div id="tools_and_search">
<ul>
<li class="apply"><a href="https://github.com/ClaudioVZ?tab=repositories">GitHub</a></li>
<li class="myuvm"><a href="cv.html">CV</a></li>
<li class="myuvm"><a href="faq.html">FAQ</a></li>
</ul>
</div>
</div>
<div id="toolswrapper"></div>
</nav>
<div class="wrapper1200">
<div class="imagewrapper1200">
<img class="uvmbanner" src="./images/paisaje.jpg" alt="" />
</div>
</div>
<h2 id="subbanner">Página personal</h2>
</header>
<div class="contentwrapper">
<nav class="localnav" id="local">
<div class="homelink"><a href="index.html">Inicio</a></div>
<ul>
<li><a href="page1.html">scipy-lecture-notes-ES</a></li>
<li><strong>Teoria-FEM-Python</strong></li>
<li><a href="page7.html">Introducción a la programación</a></li>
<li><a href="page3.html">Métodos numéricos I</a></li>
<li><a href="page4.html">Métodos numéricos II</a></li>
<li><a href="page8.html">Ingeniería sanitaria</a></li>
<li><a href="page10.html">Hormigón armado</a></li>
<li><a href="page12.html">Mecánica de rocas - Introducción</a></li>
<li><a href="page11.html">Dinámica estructural - Introducción</a></li>
<li><a href="page13.html">Dinámica de fluidos computacional - Introducción</a></li>
<li><a href="page9.html">Elementos finitos con aplicaciones - Introducción</a></li>
<li><a href="page5.html">Publicaciones</a></li>
<li><a href="page6.html">Contacto</a></li>
</ul>
</nav>
<section class="maincontent">
<article id="uvmmaincontent" class="uvmpage_faculty_php">
<h3>Teoria-FEM-Python</h3>
<p>Generacíon y trazado de funciones de forma unidimensionales y bidimensionales
mediante producto interno, programado en <a href="https://www.python.org/">Python</a>.</p>
<h4>Requerimientos</h4>
<ul>
<li><a href="http://ipython.org/">IPython</a></li>
<li><a href="http://matplotlib.org/">Matplotlib</a></li>
<li><a href="http://code.enthought.com/projects/mayavi/">Mayavi</a></li>
<li><a href="http://www.numpy.org/">Numpy</a></li>
<li><a href="http://www.sympy.org/en/index.html">Sympy</a></li>
</ul>
<h4>Repositorio</h4>
<p>Código y notebooks en <a href="https://github.com/ClaudioVZ/Teoria-FEM-Python">GitHub</a></p>
</article>
</section>
</div>
</div>
<footer>
<address>
<div class="link"><a>© 2015</a></div>
<div class="clear-fix"></div>
</address>
</footer>
</body>
</html>