-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPast_events.html
More file actions
75 lines (70 loc) · 2.92 KB
/
Past_events.html
File metadata and controls
75 lines (70 loc) · 2.92 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ICMA 2022</title>
<meta name="viewport" content="width=device-width">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek,latin-ext' rel='stylesheet' type='text/css'> -->
<![if !IE]>
<!-- comment out for IE since it spams the user with warnings -->
<script type='text/javascript' src='https://code.jquery.com/jquery-1.7.1.js'></script>
<script type='text/javascript'>
$(window).load(function () { $("#navigation").height($("#content").height() + 65); });
</script>
<![endif]>
<link rel="stylesheet" type="text/css" href="resources/style.css">
</head>
<body>
<div class="wrapper">
<div id="navigation">
<ul>
<li><a href="Home.html" title="Home" class="page">Home</a></li>
<li><a href="Committees.html" title="Committees" class="page">Committees</a></li>
<li><a href="Important_dates.html" title="Important dates" class="page">Important dates</a></li>
<li><a href="Submission.html" title="Submission" class="page">Submission</a></li>
<li><a href="Contact_info.html" title="Contact info" class="page">Contact info</a></li>
<li><a href="https://vardhaman.org/about-vardhaman/" title="About Vardhaman" target="_blank"
rel="noopener noreferrer" class="page">About Venue</a></li>
</ul>
<br />
<br />
<center>
<!-- <img src="resources/logo-springer.png" height="70"> <br /> -->
<!-- <img src="resources/logo-lncs.gif" height="70"> <br /> -->
<!-- <br />
<img src="resources/logo-computers.png" width="200"> <br />
<br />
<img src="resources/logo-vardhaman.jpg" width="200"> <br />
<img src="resources/logo-cnam.jpg" width="200"> <br /><br />
<img src="resources/logo-duy-tan.png" width="200"> <br />
<img src="resources/logo-esiee.png" width="200"> <br />
<img src="resources/logo-ligm.png" width="200"> <br /><br />
<img src="resources/logo-uge.png" width="200"> <br /><br />
<br />
<img src="resources/logo-adda.png" width="100">
-->
</center>
</div>
<div id="content">
<p>
<img src="resources/pano-hyderabad.jpg" width="100%">
<div style="text-align: right; padding-right: 10px; font-size: 75%">
<a href="https://artoftravel.tips/destinations/telangana-travle-guide/">(c) photo from ArtOfTravel</a>
</div>
</p>
<h1>International Conference of materials and its applications (ICMA 2022).</h1>
<p>
<div style="padding-left: 30pt">
Online on September 10th & 11th, 2022.
</div>
</p>
<h2>
This First International conference is in submission for the affiliation of Springer. We cordially invite you to
submit your research papers on the lisited conference tracks.
</h2>
<br>
</div>
</div>
</body>
</html>