Personal website
https://altinel.dev
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
3.8 KiB
136 lines
3.8 KiB
<html>
|
|
<head>
|
|
<title>altinel.dev</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
|
|
<!--The design of this webpage is based on http://www.jeffweisbein.com-->
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #00001f;
|
|
}
|
|
#console {
|
|
font-family: courier, monospace;
|
|
color: #fff;
|
|
width:750px;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
margin-top:100px;
|
|
font-size:14px;
|
|
}
|
|
a {
|
|
color: #0bc;
|
|
text-decoration: none;
|
|
}
|
|
#a {
|
|
color: #0f0;
|
|
}
|
|
#c {
|
|
color: #0bc;
|
|
}
|
|
#b {
|
|
color: #ff0096;
|
|
}
|
|
#typed-cursor {
|
|
font-weight: 100;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
.slogan {
|
|
color: #2E3D48;
|
|
font-size: 30px;
|
|
position: absolute;
|
|
top: 50%;
|
|
text-align: center;
|
|
margin: -60px 0 0 0;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
#typed-cursor {
|
|
color: #2E3D48;
|
|
font-weight: 100;
|
|
}
|
|
#typed-cursor.blinking {
|
|
-webkit-animation: 1s blink step-end infinite;
|
|
-moz-animation: 1s blink step-end infinite;
|
|
-ms-animation: 1s blink step-end infinite;
|
|
-o-animation: 1s blink step-end infinite;
|
|
animation: 1s blink step-end infinite;
|
|
}
|
|
@keyframes "blink" {
|
|
from,to {
|
|
color: transparent;
|
|
}
|
|
50% {
|
|
color: white;
|
|
}
|
|
}
|
|
@-moz-keyframes blink {
|
|
from,to {
|
|
color: transparent;
|
|
}
|
|
50% {
|
|
color:white ;
|
|
}
|
|
}
|
|
@-webkit-keyframes "blink" {
|
|
from,to {
|
|
color: transparent;
|
|
}
|
|
50% {
|
|
color: white;
|
|
}
|
|
}
|
|
@-ms-keyframes "blink" {
|
|
from,to {
|
|
color: transparent;
|
|
}
|
|
50% {
|
|
color: white;
|
|
}
|
|
}
|
|
@-o-keyframes "blink" {
|
|
from,to {
|
|
color: transparent;
|
|
}
|
|
50% {
|
|
color: white;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span id="console"><span id="a">fazil@altinel.dev</span>:<span id="b">/var/www/</span><span id="c">$</span> whoami
|
|
<pre>
|
|
___ _ ____ ___ _
|
|
| __|/_\ |_ /|_ _|| |
|
|
| _|/ _ \ / / | | | |__
|
|
|_|/_/ \_\/___||___||____|
|
|
_ _ _____ ___ _ _ ___ _
|
|
/_\ | | |_ _||_ _|| \| || __|| |
|
|
/ _ \ | |__ | | | | | .` || _| | |__
|
|
/_/ \_\|____||_| |___||_|\_||___||____|
|
|
<!--ASCII graphic is generated using http://patorjk.com/software/taag/-->
|
|
</pre>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">/var/www/</span><span id="c">$</span> cd /home/fazil/</br>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$</span> cat fazilaltinel.txt<br></br>Research Engineer</br>(Ankara, Turkey)<br></br>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$</span> ls --human-readable -l research/topics/</br>
|
|
<pre>
|
|
Computer Vision and Deep Learning
|
|
├── Deep structured energy-based models
|
|
├── Image inpainting
|
|
└── Domain adaptation
|
|
</pre>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$</span> python education.py --all<br></br>BS, Computer Engineering, Yildiz Technical University (2010 - 2015 | Istanbul, Turkey)</br>MSc, Graduate School of Information Sciences, Tohoku University (2016 - 2018 | Sendai, Japan)<br></br>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$</span> python contact.py<br></br>Codebase (Gitea): <a href="https://git.altinel.dev/fazil">https://git.altinel.dev/fazil</a></br>LinkedIn: <a href="https://linkedin.com/in/fazilaltinel">https://linkedin.com/in/fazilaltinel</a><br></br>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$</span> ps ax</br>
|
|
<pre>
|
|
PID TTY STAT TIME COMMAND
|
|
1 tty2 R+ 0:00 <a href="/">Main</a>
|
|
2 ? Z 0:00 <a href="notes.html">Notes</a>
|
|
3 pts/0 Ss< 8875:32 <a href="publications.html">Publications</a>
|
|
4 pts/1 Rl+ 0:00 <a href="projects.html">Projects</a>
|
|
</pre>
|
|
<span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$</span> <span id="typed-cursor" class="blinking">⎕</span>
|
|
</span>
|
|
</body>
|
|
</html>
|
|
|
|
|