-
Notifications
You must be signed in to change notification settings - Fork 0
/
myresearch.html
105 lines (93 loc) · 3.95 KB
/
myresearch.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./images/ck-favicon.png">
<title>Dr. Chairi Kiourt</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="product.css" rel="stylesheet">
</head>
<!--
<style>
li {
margin: 10px 0;
text-align: justify;
font-size: 110%;
}
</style>
-->
<body class="text-start">
<nav class="site-header sticky-top py-1">
<div class="container d-flex flex-column flex-md-row justify-content-between">
<a class="py-2" href="./">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mx-auto">
<circle cx="12" cy="12" r="10"></circle>
<line x1="14.31" y1="8" x2="20.05" y2="17.94"></line>
<line x1="9.69" y1="8" x2="21.17" y2="8"></line>
<line x1="7.38" y1="12" x2="13.12" y2="2.06"></line>
<line x1="9.69" y1="16" x2="3.95" y2="6.06"></line>
<line x1="14.31" y1="16" x2="2.83" y2="16"></line>
<line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>
</svg>
</a>
<a class="py-2 d-none d-md-inline-block" href="./mycv.html">CV</a>
<a class="py-2 d-none d-md-inline-block" href="./publications.html">Publications</a>
<a class="py-2 d-none d-md-inline-block" href="./projects.html">Projects</a>
<a class="py-2 d-none d-md-inline-block" href="./myresearch.html">My Research</a>
<a class="py-2 d-none d-md-inline-block" href="./contactinfo.html">Contact Info</a>
</div>
</nav>
<div class="container position-relative overflow-hidden p-3">
<p>This is text of my Research</p>
</div>
<!-- -->
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<h5>Web references @</h5>
</div>
<div class="col-6 col-md">
<a href="https://orcid.org/0000-0001-8501-8899" target="_blank"><img src="./images/ordid.png" width="50"
height="50" alt=""></a>
</div>
<div class="col-6 col-md">
<a href="https://www.scopus.com/authid/detail.uri?authorId=55669286500" target="_blank"><img
src="./images/scopus.png" width="50" height="50" alt=""></a>
</div>
<div class="col-6 col-md">
<a href="https://scholar.google.gr/citations?user=jR0HOoIAAAAJ&hl=en" target="_blank"><img
src="./images/gscholar.png" width="50" height="50" alt=""></a>
</div>
<div class="col-6 col-md">
<a href="https://www.researchgate.net/profile/Chairi-Kiourt-2" target="_blank"><img
src="./images/research-gate.png" width="50" height="50" alt=""></a>
</div>
<div class="col-6 col-md">
<a href="https://athena-innovation.academia.edu/ChairiKiourt" target="_blank"><img src="./images/academia.png"
width="50" height="50" alt=""></a>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="./assets/js/vendor/popper.min.js"></script>
<script src="./dist/js/bootstrap.min.js"></script>
<script src="./assets/js/vendor/holder.min.js"></script>
<script>
Holder.addTheme('thumb', {
bg: '#55595c',
fg: '#eceeef',
text: 'Thumbnail'
});
</script>
</body>