-
Notifications
You must be signed in to change notification settings - Fork 0
/
proj.html
118 lines (99 loc) · 2.77 KB
/
proj.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
106
107
108
109
110
111
112
113
114
115
116
117
118
<html>
<head>
<title>Farid FLICI</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SYG7V4ZKEK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SYG7V4ZKEK');
</script>
<style>
p {font-family:Palatino Linotype;
font-size:100%;
text-align:justify}
li { font-family:Palatino Linotype;
font-size:100%;
text-align:justify}
td {text-align:center}
h2 {color:blue;
font-family:Century Gothic;
text-align:left}
.zoomA {
width: 300px;
height: auto;
/* ease | ease-in | ease-out | linear */
transition: transform ease-in-out 0.3s;
}
.zoomA:hover {
transform: scale(1.7);
}
h3 {
margin: 10px 0 5px;
text-align:left
}
.topnav {
overflow: hidden;
position: fixed;
top: 0;
left:0;
width: 100%;
background-color: #05294a;
height:50px;
}
.a {color: #ffffff; text-decoration: none; }
.b {color: #12ff1a; text-decoration: none; }
.topnav_a {
float: center;
color: #ffffff;
text-align: center;
padding: 1px 1px;
text-decoration: none;
font-size: 16px;
display: block;
}
</style>
</head>
<body font-family: 'Roboto', sans-serif; color: #fff; style="margin-top: 5px; margin-left: 50px; margin-right: 50px;">
<b>
<div class="topnav">
<div class="topnav_a">
<p style="text-align:center; font-size:100%;font-family:Century Gothic; color:#ffffff; ">
<a href="./index.html" class="a" > Home</a>
<a> | </a>
<a href="./cv.html" class="a" > CV </a>
<a> | </a>
<a href="./pub.html" class="a"> Publications</a>
<a> | </a>
<a href="./tuto.html" class="a">Tutorials </a>
<a> | </a>
<a href="./conf.html" class="a" >Conferences</a>
<a> | </a>
<a href="./proj.html" class="b" >Projects</a>
<a> | </a>
<a href="./data.html" class="a" >Data</a>
<a> | </a>
<a href="./pps.html" class="a" >Simulators</a>
<a> | </a>
<a href="./rpkg.html" class="a" >R-packages</a>
<a> | </a>
<a href="./yout.html" class="a">Youtube</a>
<a> | </a>
<a href="./med.html" class="a">Media</a>
<a> | </a>
<a href="./soc.html" class="a">Social Media</a>
</p></div></div>
</b>
<hr>
<p style="color:white"> Organized Conferences </p>
<h2 id="tuto"> Research Projects </h2>
<p> Currently, I'm leading three research projects: </p>
<li> The Future of Longevity, Health, and Ageing in Algeria: Implications on Social Security and Life Insurance. </li>
<p></p>
<li> Studying Spatial Inequalities in Life Expectancy and Healthy Life Expectancy in Algeria. </li>
<p></p>
<li> Inequalities in Life Expectancy and Healthy Life Expectancy in Europe between native-born Europeans and Migrants. </li>
<hr>
</body>
</html>