-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (79 loc) · 4.55 KB
/
index.html
File metadata and controls
89 lines (79 loc) · 4.55 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
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<!--
Site design based on:
==========================
Identity by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
==========================
Flipping card, e-mail, projects and general hacking by Phil Ewels.
-->
<html>
<head>
<script data-ad-client="ca-pub-7141910886025764" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<title>Mahlet Kassa </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script data-ad-client="ca-pub-7141910886025764" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="front">
<header>
<span class="avatar"><img src="images/mahi.jpg" width="122" height="122" /></span>
<h1>Mahlet Kassa</h1>
<p>Doctoral Student at <a href="https://www.mind-and-brain.de">the Berlin School of Mind and Brain </a></p>
</header>
<nav>
<a href="https://medium.com/@mahikassa">Articles</a>
<a href="#aboutme" class="flipper">About Me</a>
<a href="#publications" class="flipper">Publications</a>
</nav>
<footer>
<ul class="icons">
<li><a href="https://github.com/mahikassa/" class="fa-github">GitHub: @mahikassa</a></li>
<li><a href="mailto:mtk297@nyu.edu" class="fa-envelope">mahlet.takassa@gmail.com</a></li>
<li><a href="https://www.linkedin.com/in/mahlet-kassa-a9843570/" class="fa-linkedin">LinkedIn</a></li>
</ul>
<span id="linkHoverText"></span>
</footer>
</div>
<div class="back">
<section id="aboutme">
<header>
<span class="avatar"><img src="images/mahi.jpg" width="122" height="122" /></span>
</header>
<div class="card_wrapper">
<p>I am an individual motivated by interdisciplinary and personalized learning of the mind. My research interests include the self and voluntary disturbances of the self via inductions of psychedelic states. </p>
<a href="#" class="button flipper">Back</a>
</div>
</section>
<section id="publications" style="display:none;">
<h2>Publications</h2>
<div class="card_wrapper">
<h3>2023</h3>
<li><a href="https://link.springer.com/article/10.1186/s41235-023-00464-3"> The role of implicit social bias on holistic processing of out-group faces </a> </li>
</div>
<a href="#" class="button flipper">Back</a>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li><a href="https://github.com/mahikassa/mahikassa.github.io">See source code</a></li><li>Original Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>