-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSEST2021_eC.html
More file actions
44 lines (34 loc) · 2.88 KB
/
SEST2021_eC.html
File metadata and controls
44 lines (34 loc) · 2.88 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
<html>
<title>SEST 2021 IEEE eCopyright</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3mobile.css">
<body>
<div class="w3-container w3-card">
<h1 align="center"></h1>
</div>
<div class="w3-container w3-teal">
<h2 align="center">SEST 2021<br>IEEE Copyright Form Submission</h2>
<form action="https://ecopyright.ieee.org/ECTT/IntroPage.jsp" class="w3-input w3-border w3-hover-blue" method="post" target="_blank">
<input type="hidden" name="PubTitle" value="2021 International Conference on Smart Energy Systems and Technologies (SEST)">
<label class="w3-text-teal"><b>Paper Title:</b></label>
<input class="w3-input w3-border w3-hover-blue" name="ArtTitle" type="text" style="text-align:left" onfocus="if(this.value == 'Your Paper Title') {this.value=''}" onblur="if(this.value == ''){this.value ='Your Paper Title'}" value="Your Paper Title" size="100"><Br>
<label class="w3-text-teal"><b>Author Names:</b></label><br />
<u>Format:</u> <i>Author1FirstName Author1LastName</i> <b>and</b> <i>Author2FirstName Author2LastName</i> <b>and</b> ... <i>AuthorNFirstName AuthorNLastName</i>
<input class="w3-input w3-border w3-hover-blue" name="AuthName" type="text" style="text-align:left" onfocus="if(this.value == 'Author Names') {this.value=''}" onblur="if(this.value == ''){this.value ='Author Names'}" value="Author Names" size="100"><Br>
<label class="w3-text-teal"><b>Paper ID (as assigned by EasyChair):</b></label><br />
<input class="w3-input w3-border w3-hover-blue" name="ArtId" type="text" style="text-align:left" onfocus="if(this.value == 'Paper ID') {this.value=''}" onblur="if(this.value == ''){this.value ='Paper ID'}" value="Paper ID" size="100"><Br>
<input type="hidden" name="ArtSource" value="48500">
<label class="w3-text-teal"><b>Author Emails (comma separated):</b></label><br />
<input class="w3-input w3-border w3-hover-blue" name="AuthEmail" type="text" style="text-align:left" onfocus="if(this.value == 'author1@email.com, author2@email.com, ... authorN@email.com') {this.value=''}" onblur="if(this.value == ''){this.value ='author1@email.com, author2@email.com, ... authorN@email.com'}" value="author1@email.com, author2@email.com, ... authorN@email.com" size="100"><Br>
<input type="hidden" name="rtrnurl" value=https://sites.uwasa.fi/sest2021/>
<p align="center">
<b>Please review the form before submission to ensure the entered data corresponds exactly to the EasyChair submission.</b><br /><br />
<b>When proceeding, kindly save the PDF of the Copyright Agreement.</b><br /><br />
<i> if you experience any problems, please contact sestconference@gmail.com with the subject line [SEST2021eCopyRight]</i><br /><br />
<input name="Submit" type="submit" value="Copyright Submission"></p>
</form>
</div>
<div class="w3-container w3-card">
<h1 align="center"></h1>
</div>
</body>