-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestPage.html
27 lines (27 loc) · 1.24 KB
/
testPage.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
<!DOCTYPE html>
<html>
<head>
<title> Test Page for Google Scholar Helper </title>
<!-- change it to your jquery -->
<script src=assets/js/jquery-3.4.1.min.js></script>
<!-- change it -->
<script src="assets/js/dtcGoogleScholarHelper.js"></script>
</head>
<body>
<!-- Demo -->
<p> Citaions all: <span class="dtcGoogleCitationsAll"> -0 </span> </p>
<p> Citaions recent: <span class="dtcGoogleCitionsRecent"> -0 </span> </p>
<p> h-index all: <span class="dtcGoogleHIndexAll"> -0 </span> </p>
<p> h-index recent: <span class="dtcGoogleHIndexRecent"> -0 </span> </p>
<p> i10-index all: <span class="dtcGoogleI10IndexAll"> -0 </span> </p>
<p> i10-index recent: <span class="dtcGoogleI10IndexRecent"> -0 </span> </p>
<p class="dtcGooglePaperTitle"> DopEnc: Acoustic-based Encounter Profiling Using Smartphones </p>
Citation: <span class="dtcGoogleCitationCount"> -1 </span>
<p class="dtcGooglePaperTitle"> AIDE: Augmented Onboarding of IoT Devices at Ease </p>
Citation: <span class="dtcGoogleCitationCount"> -1 </span>
<script>
// change it to your Google Scholar URL
dtcGoogleScholarHelper('https://scholar.google.com/citations?user=Xm4NYnsAAAAJ&hl=en');
</script>
</body>
</html>