-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·76 lines (73 loc) · 3.8 KB
/
Copy pathindex.html
File metadata and controls
executable file
·76 lines (73 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keywords" content="isil demir ışıl Işıl isilien" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Director of Mission Systems at Planet.">
<meta name="author" content="Isil Demir">
<link rel="shortcut icon" href="images/favicon.ico">
<title>Işıl Demir: about</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/sticky-footer-navbar.css" rel="stylesheet">
<link href="css/isilien.com.css" rel="stylesheet">
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">About</a></li>
<li><a href="cv.html">CV</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/isilien/">Github</a></li>
<li><a href="http://www.linkedin.com/in/isildemir">LinkedIn</a></li>
<li class="divider"></li>
<li><a href="contact.html">More</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<h3>Işıl Demir</h3>
</div>
<div class="row">
<div class="col-md-8">
<p>I'm the Director of Mission Systems at <a href="https://www.planet.com/">Planet</a>. The Mission Systems team develops Mission Control systems for operating, scheduling, and tasking imaging satellites in low Earth orbit; as well as infrastructure and tools for telemetry and data analysis.</p>
<p>I got my M.S. in software engineering at <a href="http://www.cmu.edu/silicon-valley/">Carnegie Mellon Silicon Valley</a>, where my area of study was big data, machine learning, and information and influence propagation.</p>
<p>Prior to my graduate studies, I focused on location based services, geosocial networking, iOS programming, and running spatial databases at <a href="http://www.visiothink.com">VisioThink Inc</a> in İstanbul. My B.S. is in <a href="http://fens.sabanciuniv.edu/cs/eng/">Computer Science and Engineering</a> from <a href="http://www.sabanciuniv.edu/en">Sabancı University</a> in İstanbul.</p>
<div class="col-xs-12"></div>
<h4>Languages <small><samp>Python, Java, C++, Objective-C</samp></small></h4>
<h4>Technologies <small><samp>*nix, AWS, InfluxDB, elasticsearch, PostgreSQL(+PostGIS), Django, Ansible</samp></small></h4>
</div>
<div class="col-md-2">
<img class="img-circle" alt="Hello world" src="images/bio3.jpg" style="width: 200px; height: 200px;">
</div>
</div>
</div> <!-- /container -->
</div> <!-- /wrap -->
<div id="footer">
<div class="container">
<p class="text-muted credit">Işıl Demir. 2019</p>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>