-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (89 loc) · 3.26 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
<!DOCTYPE html>
<html>
<!-- General information and directives of this page. -->
<head>
<title>Carlos H. Borca - Main</title>
<link href="styles/main.css" rel="stylesheet" type="text/css"/>
</head>
<!-- Links menu in english. -->
<ul class="nav">
<li><a href="index.html"/><b>Main</b></a></li>
<li><a href="about.html"/>About</a></li>
<li><a href="research.html"/>Research</a></li>
<li><a href="people.html"/>People</a></li>
<li><a href="publications.html"/>Publications</a></li>
<li><a href="events.html"/>Events</a></li>
<li><a href="outreach.html"/>Outreach</a></li>
<li><a href="resources.html"/>Resources</a></li>
<li><a href="indice.html"/>Español</a></li>
</ul>
<!-- Title and stylish image background. -->
<div>
<img style="border: 0px solid; width: 100%; height: auto;"
title="Header"
src="design/header.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>
Scientist II<br>
<a href="http://www.carlosborca.com"/>Computational Chemistry</a><br>
<a href="https://www.ptcbio.com"/>PTC Therapeutics</a><br>
<br>
<b><a href="research.html"/>Research Interests:</a></b><br>
<br>
<a href="research.html#Hydrogels"/>Molecular Modeling for Pharmaceutics</a><br>
<a href="research.html#ForceFields"/>Intermolecular Interactions</a><br>
<a href="research.html#Code"/>Scientific Software Development</a><br>
<a href="research.html#Code"/>Fragmentation Methods</a><br>
<a href="research.html#Code"/>Applications on Molecular Crystals</a><br>
<!-- <a href="research.html#ForceFields"/>Classical Molecular Dynamics</a><br> -->
<a href="research.html#ForceFields"/>Machine-learning Models</a><br>
<a href="research.html#DFT"/>Density Functional Development</a><br>
<!-- <a href="research.html#Ab-Initio"/>Excited-state Phenomena</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>