-
Notifications
You must be signed in to change notification settings - Fork 0
/
indice.html
93 lines (89 loc) · 3.49 KB
/
indice.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
<!DOCTYPE html>
<html>
<!-- General information and directives of this page. -->
<head>
<title>Carlos H. Borca - Principal</title>
<link href="styles/main.css" rel="stylesheet" type="text/css"/>
</head>
<!-- Links menu in spanish. -->
<ul class="nav">
<li><a href="indice.html"/><b>Principal</b></a></li>
<li><a href="acerca.html"/>Acerca de mí</a></li>
<li><a href="investigacion.html"/>Investigación</a></li>
<li><a href="personas.html"/>Personas</a></li>
<li><a href="publicaciones.html"/>Publicaciones</a></li>
<li><a href="eventos.html"/>Eventos</a></li>
<li><a href="iniciativas.html"/>Iniciativas</a></li>
<li><a href="recursos.html"/>Recursos</a></li>
<li><a href="index.html"/>English</a></li>
</ul>
<!-- Title and stylish image background. -->
<div>
<img style="border: 0px solid; width: 100%; height: auto;"
title="Encabezado"
src="design/encabezado.png"
alt="" hspace="0" vspace="0"/>
</div>
<!-- This is where the content of the page starts. -->
<body>
<div class="myself-image">
<table class="myself-image"
style="width:100%"
align="center">
<tr>
<td width="50%"
align="center"
valign="center">
<img class="myself-image"
style="width: 100%; height: auto;"
align="center"
src="main/carlosborca.jpg"/>
</td>
<td width="50%"
align="left"
valign="center">
<p class="myself-image">
<b>Carlos Hernán Borca Paredes, Ph. D.</b><br>
<br>
Científico II<br>
<a href="http://www.carlosborca.com"/>Química Computacional</a><br>
<a href="https://www.ptcbio.com"/>PTC Therapeutics</a><br>
<br>
<b><a href="investigacion.html"/>Intereses de Investigación:</a></b><br>
<br>
<a href="investigacion.html#Hidrogeles"/>Modelado Molecular para Farmacéutica</a><br>
<a href="investigacion.html#Campos-de-Fuerza"/>Interacciones Intermoleculares</a><br>
<a href="investigacion.html#Codigo"/>Desarrollo de Software Científico</a><br>
<a href="investigacion.html#Codigo"/>Métodos de Fragmentación</a><br>
<a href="investigacion.html#Codigo"/>Aplicaciones en Cristales Moleculares</a><br>
<!-- <a href="investigacion.html#Campos-de-Fuerza"/>Dinámica Molecular Clásica</a><br> -->
<a href="research.html#ForceFields"/>Modelos de Aprendizaje de Máquina</a><br>
<a href="investigacion.html#TFD"/>Desarrollo de Funcionales de la Densidad</a><br>
<!-- <a href="investigacion.html#Ab-Inicio"/>Fenómenos de Estados Excitados</a><br> -->
<br>
</p>
</td>
</tr>
</table>
</div>
</body>
<!-- This is where the content of the page ends. -->
<!-- Copyright information. -->
<div class="bottom">
<img style="border: 0px solid; width: 100%; height: auto;"
title="Bottom"
src="main/bottom.png"
alt="" hspace="0" vspace="0"/>
</div>
<footer>
<center>© 2022 Carlos H. Borca</center>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76513146-1', 'auto');
ga('send', 'pageview');
</script>
</html>