forked from mohitrajane/accthpa19
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmission.html
More file actions
113 lines (105 loc) · 6.13 KB
/
Copy pathsubmission.html
File metadata and controls
113 lines (105 loc) · 6.13 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<title>ACCTHPA 20 - Submission</title>
</head>
<body>
<!-- Navbar -->
<div class="nav-container">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png" width="300px" height="75px"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link text-uppercase" href="organizers.html">Organisers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-uppercase" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Papers
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Submission</a>
<a class="dropdown-item" href="authors.html">Call for Papers</a>
<a class="dropdown-item" href="registration.html">Registration</a>
<a class="dropdown-item" href="accepted.html">Accepted Papers</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-uppercase" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Program
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="schedule.html">Schedule</a>
<a class="dropdown-item" href="speakers.html">Speakers</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link text-uppercase" href="sponsors.html">Sponsors <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-uppercase" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="conference.html">Conference</a>
<a class="dropdown-item" href="venue.html">Venue</a>
<a class="dropdown-item" href="contact.html">Contact</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="places.html">Places to visit</a>
<a class="dropdown-item" href="visa.html">Visa</a>
</div>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- Navbar Complete -->
<div class="container submission" style="padding-bottom: 12rem;">
<h1><span class="heading">Submission</span></h1>
<p style="padding-bottom:0">
Papers submitted for reviewing should conform to IEEE specifications.
Manuscript templates can be downloaded from <a href="http://www.ieee.org/conferences_events/conferences/publishing/templates.html">IEEE
website</a>. Or download it here:-
</p>
<div id="buttons">
<a href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/conferences/conference-template-a4.docx" class="my-button" role="button" aria-pressed="true">Microsoft Word Template</a>
<a href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/pubs/conference-latex-template_10-17-19.zip" class="my-button" role="button" aria-pressed="true"><span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> Template</a>
</div>
<p style="padding-bottom:0">
Paper submission is through EasyChair conference management system:- <br><br>
<a href="https://easychair.org/conferences/?conf=accthpa20" class="my-button" role="button" aria-pressed="true">Submit your paper</a>
</p>
<p>
All the papers will go through single-blind peer review process.
</p>
<h1><span class="heading text-uppercase">Ethics Statement</span></h1>
<p>
ACCTHPA conference follows the highest standards of publication ethics and takes all possible procedures against any publication misconduct. Any author replicating a significant part of another’s work without acknowledging him/her or passing another’s work off as his/her own are not tolerated and will not be published. If found violating this, proper action will be taken and it will be reported to the competent authority.
</p>
<p>
All authors submitting their work to the ACCTHPA conference confirms that the submitted papers are their own contributions and have not been copied in whole or in part from other works. Each submission will be anonymously reviewed by an average of three independent reviewers, to ensure standard.
</p>
</div>
<footer>
<div class="container"><hr></div>
<p>
Contact us at <a href="mailto:accthpa@fisat.ac.in">accthpa@fisat.ac.in</a> <br>
Designed and developed by <a href="https://www.linkedin.com/in/nandinimenon/" target="_blank">Nandini Menon</a> and <a href="https://www.linkedin.com/in/mohit-rajan-e-756412160/" target="_blank">Mohit Rajan E</a>.
</p>
</footer>
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>