-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·119 lines (105 loc) · 5.52 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
<!--
Design by Bryant Smith
http://www.bryantsmith.com
email: templates [-at-] bryantsmith [-dot-] com
Released under Creative Commons Attribution 2.5 Generic.
In other words, do with it what you please; but please leave the link if you'd be so kind :)
Name : Space Race
Version : 1.0
Released : 2009-08-24
Modified by D. Moser in 2014-10-22
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Daniel Moser Faes - personal page</title>
</head>
<body>
<div id="page">
<div id="top">
<a href="mailto:[email protected]"><img src="contact_us.png"
alt="Contact me" title="Contact me"/></a>
<a href="./myrss.xml"><img src="rss_feed.png" alt="RSS Feed" title="RSS Feed"/></a>
</div>
<div id="header">
<h1>An astronomer...</h1>
<h2>This is my small web space. Please enjoy if you find something useful.</h2>
<h2>Follow me on
<a href="http://bit.ly/DFaes" target="_Blank">Google Scholar</a>,
<a href="http://spie.org/profile/danmoser" target="_Blank">SPIE Profile</a>,
<a href="http://lattes.cnpq.br/5840842452214445" target="_Blank">CV Lattes</a>,
<a href="http://github.com/danmoser" target="_Blank">github</a>,
<!-- <a href="https://exercism.io/profiles/danmoser" target="_Blank">Exercism</a>, -->
<a href="http://www.youtube.com/channel/UC0-v8OgnaYYJzVc48WIncXQ" target="_Blank">YouTube</a> or
<a href="https://bsky.app/profile/dan-moser.bsky.social" target="_Blank">Bluesky Social</a></h2>.
</div>
<br>
<div id="content">
<!-- <div class="content_top">
<h1>Milestones of the space race era</h1>
</div> -->
<div class="content_instance">
<a href="http://pyhdust.readthedocs.io" target="_blank"><img src="image1.jpg" alt="PyHdust" title="BeACoN tools"/></a>
<div class="content_right">
<a href="http://pyhdust.readthedocs.io" target="_blank"><h2>PyHdust: Analysis tools for astronomical data</h2></a>
<p>Documentation of my Python tools for the BeACoN group, mainly for HDUST, including spectroscopy, polarimetry and interferometry ones.</p>
</div>
</div>
<div class="content_instance">
<a href="pub/sciarts.html" target="_blank"><img src="image4.jpg" alt="Scientific publications" title="Scientific publications"/></a>
<div class="content_right">
<!-- <a href="pub/sciarts.html" target="_blank"><h2>Articles</h2></a> -->
<a href="pub/sciarts.html"><h2>Scientific publications</h2></a>
<p>Published papers, arXiv, thesis and related stuff.</p>
</div>
</div>
<div class="content_instance">
<a href="notes/index.html" target="_blank"><img src="image2.jpg" alt="Some notes..." title="Some notes..."/></a>
<div class="content_right">
<a href="notes/index.html" target="_blank"><h2>Notes and links</h2></a>
<p>Some notes and links, including Python, Astronomy and computational resources.</p>
</div>
</div>
<div class="content_instance">
<a href="personal/index.html" target="_blank"><img src="image3.jpg" alt="Personal notes" title="Personal notes"/></a>
<div class="content_right">
<a href="personal/index.html" target="_blank"><h2>Personal notes</h2></a>
<p>Personal notes and links.</p>
</div>
</div>
<!--
<div class="content_instance">
<a href="Ptest/index.html" target="_blank"><img src="image3.jpg" alt="PHP/Python test area" title="PHP/Python test area"/></a>
<div class="content_right">
<a href="Ptest/index.html" target="_blank"><h2>PHP/Python test area</h2></a>
<p>My test area for PHP/Python in the web:</p>
<p></p>
<p>It generates a list of the latest published articles of Be stars in ADS (and others), where Python reads the RSS and deliver it to PHP.</p>
</div>
</div>
-->
<!--
<div class="content_instance">
<a href="old/index.html" target="_blank"><img src="image4.jpg" alt="My old webpage" title="My old webpage"/></a>
<div class="content_right">
<a href="old/index.html" target="_blank"><h2>My old webpage</h2></a>
<p>Here my completely outdated personal page...</p>
</div>
</div>
-->
<!-- <div class="content_instance_big">
<h2>Use only this div for one big section of content</h2>
<p> </p>
<p>Instead of using this template with fixed height + images as above, and would rather just have one big content area to do what you want in, then use this div instead (content_instance_big).</p>
<p> </p>
<p> </p>
</div> -->
</div>
<div id="footer">
Template from <a href="http://www.bryantsmith.com/">Bryant Smith</a>
</div>
</div>
</body>
</html>