-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 1.88 KB
/
index.html
File metadata and controls
54 lines (52 loc) · 1.88 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> Atakan Gürkan's Web Page on Github</title>
<style type="text/css">@import "./homepage.css"; </style> </head>
<body>
<div class="homepage">
<h1> Mehmet Atakan Gürkan </h1>
<div class="homehead">
<span class="hhleft">
Assistant Professor<br />
Middle East Technical University<br />
Physics Department <br />
06800 Ankara<br />
Turkey<br />
<br />
</span>
<span class="hhright">
<br />
Room: 411 (4th floor) <br />
Tel: +90-312-210 3294 <br />
Fax: +90-312-210 5099 <br />
Email: <a href="mailto:ato.gurkan@gmail.com"><span class="online">ato.gurkan@gmail.com</span></a> <br />
Web: <a href="http://www.physics.metu.edu.tr/~agurkan"><span class="online">http://www.physics.metu.edu.tr/~agurkan</span></a>
</span> </div> <br clear="all"/>
<h2> My projects on GitHub </h2>
<ul>
<li> <a href="./learning-JS">Learning Javascript</a>
<li> <a href="http://atakan.github.com/Fractal-Trails">Fractal trails</a>
<li> <a href="http://atakan.github.com/KeplerSolver">KeplerSolver</a>: A code to solve Kepler's equation for arbitrary epoch, using continued fractions.
</ul>
<h2> Useful git info </h2>
<ul>
<li> <a href="http://pages.github.com/">GitHub Pages
help</a>
<li> <a
href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html">Git
User Manual</a>
<li> Git tutorials: <a href="http://progit.org/book/">Pro Git
book</a>, <a href="http://sysmonblog.co.uk/misc/git_by_example/">Git
by example</a>, <a href="http://sixrevisions.com/resources/git-tutorials-beginners/">more
tutorials</a>, <a href="http://news.ycombinator.com/item?id=2634130">related HN discussion</a> (with more links)
</ul>
</div>
<!-- <div class="dip">
<small><i>Last update on 11 Aug 2009 by Atakan Gürkan.</i>
</small>
</div> --!>
</body> </html>