-
Notifications
You must be signed in to change notification settings - Fork 0
/
Misc.html
131 lines (107 loc) · 3.5 KB
/
Misc.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
119
120
121
122
123
124
125
126
127
128
129
130
131
<html>
<head>
<title>
Amir Mashmool
</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Amir Mashmool </title>
<META NAME="DESCRIPTION" CONTENT="This is my personal blog, where I share about my Education, Research and my Activities.">
<META NAME="KEYWORDS" CONTENT="Amir Mashmool , Mashmool, Mashmoul, امیر مشمول, مشمول">
<link href="common.css" rel="stylesheet" type="text/css">
<link href="index.css" rel="stylesheet" type="text/css">
<style type="text/css">
/* Define a CSS style for the image */
#erdos_image {
display: block; /* Set the display property to 'block' to ensure it's a block-level element */
max-width: 60%; /* Set the maximum width of the image to the width of its container */
height: auto; /* Automatically adjust the height to maintain aspect ratio */
margin-top: 10px; /* Add some top margin for spacing */
margin-left: auto; /* Set left margin to auto for centering */
margin-right: auto; /* Set right margin to auto for centering */
}
</style>
<script language="javascript">
function toggleDiv(divid)
{
varon = divid + 'on';
varoff = divid + 'off';
if(document.getElementById(varon).style.display == 'block')
{
document.getElementById(varon).style.display = 'none';
document.getElementById(varoff).style.display = 'block';
}
else
{
document.getElementById(varoff).style.display = 'none';
document.getElementById(varon).style.display = 'block'
}
}
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
</head>
<body style=" padding: 10px; margin: 0px;">
<div id="header"></div>
<div id="site_menu_first">
<p>
<img id="logo" src="Images/logo11.png" alt="logo" style="float:center;" >
<br>
<br>
<br><br><br>
<strong style="color: rgb(0, 0, 0); font-family: Trebuchet MS;">
<font size="-4">
<i><br></i>
</font></b></strong>
</p>
</div>
<div id="site_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li>|</li>
<li><a href="Bio.html">Bio</a></li>
<li>|</li>
<li><a href="research.html">Research</a></li>
<li>|</li>
<li><a href="publications.html">Publications</a></li>
<li>|</li>
<li><a href="collaborations.html">Collabrations</a></li>
<li>|</li>
<li><a href="activities.html">Service</a></li>
<li>|</li>
<li><a href="projects.html">Projects</a></li>
<li>|</li>
<li><a href="Gallery.html">Gallery</a></li>
<li>|</li>
<li><a id="selected_menu" href="Misc.html">Misc.</a></li>
<li>|</li>
<li><a href="Note.html">Note</a></li>
<li>|</li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<div class="section">
<font size="+0">
<b>
List of Software Engineering Conferences
</b>
</font></strong>
<br>
<ul>
<li> <a href="./images/listSECONF.pdf" target="_blank"> Download PDF File</a> </li>
</div>
</div>
</body>
</html>