-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
273 lines (231 loc) · 11.2 KB
/
index.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Plagiarism Checker</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon1.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Poppins:300,400,500,700"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#hero"><img src="img/logo.png" alt="" title="" height="50px" width="50px" /></img></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#team">Team</a></li>
</ul>
</nav>
</div>
</header>
<section id="hero">
<div class="hero-container">
<h1>Plagiarism Cops</h1>
<h2>We are a team of Anti-Cheating Squad. Be aware!!</h2>
<form class="abc" action="/upload" method="POST" enctype="multipart/form-data">
<label for="avatar" class="btn-get-started"><i class="fa fa-upload"></i> Upload PDF Document</label>
<input type="file" id="avatar" name="pdffile" accept="image/png, image/jpeg" required>
<br>
<label for="submit-btn" class="btn-get-started">Check Plagiarism</label>
<input type="submit" id="submit-btn" name="submit">
</form>
<style>
</style>
</div>
</section>
<main id="main">
<section id="about">
<div class="container">
<div class="row about-container">
<div class="col-lg-6 content order-lg-1 order-2">
<h2 class="title">Few Words About Us</h2>
<p>
PlagiarismCops is a platform to check plagiarized documents and research papers. To achieve this, we are
using efficient String Matching Algorithms and Natural Language Processing. It has many applications like
the following.
</p>
<div class="icon-box wow fadeInUp" data-wow-delay="0.2s">
<div class="icon"><i class="fa fa-check"></i></div>
<h4 class="title"><a href="">Verifying Originality</a></h4>
<p class="description">A situation faced by countless professors, teachers and other educators every day
is to verify the originality of any document. It’s also the one faced by editors in newsrooms and for
sites across the Web The goal is to either verify that the work is original or determine if it might be
plagiarized. </p>
</div>
<div class="icon-box wow fadeInUp" data-wow-delay="0.4s">
<div class="icon"><i class="fa fa-check"></i></div>
<h4 class="title"><a href="">Tracking Content Misuse</a></h4>
<p class="description">This is the more common situation we talk about on Plagiarism Today. A content
creator has written a piece of material they know to be authentic and want to track how it is being used
on the Web. This involves not merely returning one accurate result, but rather, all the results
available.</p>
</div>
<div class="icon-box wow fadeInUp" data-wow-delay="0.6s">
<div class="icon"><i class="fa fa-check"></i></div>
<h4 class="title"><a href=""></a>In-Depth Plagiarism Analysis</h4>
<p class="description">The final situation is one where one already suspects the work of being a
plagiarism and has reduced the field of candidates down to a a one or a few documents. The checker needs
to either confirm those suspicions or get a more accurate picture on just how extensive the plagiarism
is.</p>
</div>
</div>
<div class="col-lg-6 background order-lg-2 order-1 wow fadeInRight"></div>
</div>
</div>
</section>
</section>
<section id="features">
<div class="container wow fadeIn">
<div class="section-header">
<h3 class="section-title">Features</h3>
<p class="section-description">Features we offer in PlagiarismCops to detect plagiarism</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="box">
<div class="icon"><a href=""><i class="fa fa-file-text-o"></i></a></div>
<h4 class="title"><a href="">PDF</a></h4>
<p class="description">Uploading PDF Documents is supported in our portal to make it even more friendly
for scholars and researchers</p>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="box">
<div class="icon"><a href=""><i class="fa fa-align-center"></i></a></div>
<h4 class="title"><a href="">TEXT</a></h4>
<p class="description">Text based input can also be supplied to our portal to make it friendly for general
users</p>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="box">
<div class="icon"><a href=""><i class="fa fa-external-link"></i></a></div>
<h4 class="title"><a href="">URL</a></h4>
<p class="description">We return URL address of matched Web pages and PDF documents to find the actual
source of copied text</p>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="box">
<div class="icon"><a href=""><i class="fa fa-bar-chart-o"></i></a></div>
<h4 class="title"><a href="">RATIO</a></h4>
<p class="description">We also return the percentage of matched corpus of text to detect how much input
text/document is plagiarised.</p>
</div>
</div>
</div>
</div>
</section>
<section id="team">
<div class="container wow fadeInUp">
<div class="section-header">
<h3 class="section-title">Team</h3>
<p class="section-description">We are a bunch of passionate developers from Jaypee Institute of Information
Technology</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="member">
<div class="pic"><img src="img/team-1.png" alt=""></div>
<h4>Siddhant N. Trivedi</h4>
<span>I.T. Undergrad.</span>
<span>sidntrivedi012</span>
<div class="social">
<a href="https://twitter.com/sidntrivedi012" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/siddhant.trivedi.927" target="_blank"><i
class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/siddhantntrivedi/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://github.com/sidntrivedi012" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<div class="pic"><img src="img/team-2.png" alt=""></div>
<h4>Mayank Singh</h4>
<span>I.T. Undergrad.</span>
<span>code-monk08</span>
<div class="social">
<a href="https://twitter.com/codemonk08_" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/codemonk08" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/code-monk08/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/code-monk08" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<div class="pic"><img src="img/team-3.png" alt=""></div>
<h4>Aman Verma</h4>
<span>I.T. Undergrad.</span>
<span>nightwarrior-xxx</span>
<div class="social">
<a href="https://twitter.com/nightwarrior_xx" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/aman.verma.94849410" target="_blank"><i
class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/developer-aman-verma/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://github.com/nightwarrior-xxx" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<div class="pic"><img src="img/team-4.png" alt=""></div>
<h4>Aditya Raushan</h4>
<span>I.T. Undergrad.</span>
<span>araushan</span>
<div class="social">
<a href="https://twitter.com/araushan001" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/aditya.raushan.54" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/aditya-raushan-81056514b/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://github.com/araushan" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="footer-top">
<div class="container">
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>