abhayk1201.github.io
Personal homepage: http://pages.cs.wisc.edu/~abhayk/ OR
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.4%) to scientific vocabulary
Keywords
abhay
iit
iit-kanpur
iitk
iitkanpur
indian-institute-of-technology
kanpur
machine
madison
nlp
personal-homepage
samsung
samsung-research
university-of-wisconsin
walmart
wisc
wisconsin
Last synced: 6 months ago
·
JSON representation
·
Repository
Personal homepage: http://pages.cs.wisc.edu/~abhayk/ OR
Basic Info
- Host: GitHub
- Owner: abhayk1201
- Language: HTML
- Default Branch: master
- Homepage: https://abhayk1201.github.io/
- Size: 40.7 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
abhay
iit
iit-kanpur
iitk
iitkanpur
indian-institute-of-technology
kanpur
machine
madison
nlp
personal-homepage
samsung
samsung-research
university-of-wisconsin
walmart
wisc
wisconsin
Created over 7 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Citation
README.md
Personal homepage: Abhay Kumar
|| University of Wisconsin-Madison ||
|| Samsung R&D Institite- India, Bangalore (SRIB) ||
|| Indian Institute of Technology Kanpur (IIT Kanpur) (IITK) ||
https://abhayk1201.github.io/
https://pages.cs.wisc.edu/~abhayk/
OR
http://abhayk1201.github.io/
http://pages.cs.wisc.edu/~abhayk/
Owner
- Name: Abhay Kumar
- Login: abhayk1201
- Kind: user
- Location: Madison
- Company: UW-Madison || Samsung R&D Institite || IIT Kanpur
- Website: https://abhayk1201.github.io/
- Repositories: 32
- Profile: https://github.com/abhayk1201
University of Wisconsin-Madison || Samsung R&D Institite- India, Bangalore (SRIB) || Indian Institute of Technology Kanpur (IIT Kanpur) (IITK) ||
Citation (citations.php)
<style>
html, body, form, table, div, h1, h2, h3, h4, h5, h6, img, ol, ul, li, button {
margin: 0px;
padding: 0px;
border: 0px none;
color: #fff;
}
table {
border-collapse: collapse;
background-color:#FFFFE0;
border-width: 0px;
empty-cells: show;
}
body, td {
font-size: 13px;
font-family: Arial,sans-serif;
line-height: 1.24;
color: blue;
}
.gsc_g_hist_wrp
{
padding-top: 10px !important;
}
</style>
<?php
function filter_content($content, $url)
{
$contentText = '';
$output = preg_match_all('/<div class="gsc_rsb_s gsc_prf_pnl" id="gsc_rsb_cit" role="region" aria-labelledby="gsc_prf_t-cit">(.*)<\/div><div class="gsc_rsb_s gsc_prf_pnl" id="gsc_rsb_co" role="region" aria-labelledby="gsc_prf_t-ath">/is',$content,$matches);
// if this has not worked try another variant:
if(!isset($matches[1][0]))
{
$output = preg_match_all('/<div class="gsc_rsb_s gsc_prf_pnl" id="gsc_rsb_cit" role="region" aria-labelledby="gsc_prf_t-cit">(.*)<\/div><div class="gsc_lcl" role="main" id="gsc_prf_w">/is',$content,$matches);
}
$contentText = isset($matches[1][0])?$matches[1][0]:'e1';
preg_match_all('/Citations<\/a><\/td><td class="gsc_rsb_std">(\d+)<\/td>/is',$contentText,$matches);
$citations = isset($matches[1][0])?$matches[1][0]:'e2';
preg_match_all('/h-index<\/a><\/td><td class="gsc_rsb_std">(\d+)<\/td>/is',$contentText,$matches);
$hindex = isset($matches[1][0])?$matches[1][0]:'e3';
preg_match_all('/i10-index<\/a><\/td><td class="gsc_rsb_std">(\d+)<\/td>/is',$contentText,$matches);
$i10index = isset($matches[1][0])?$matches[1][0]:'e5';
preg_match_all('/<style>(.+)/is',$contentText,$matches);
$contentText2 = isset($matches[1][0])?$matches[1][0]:'e4';
$contentText2 = '<style>'.$contentText2;
$dom = new DOMDocument();
$dom->preserveWhiteSpace = FALSE;
$dom->loadHTML($contentText2);
$dom->formatOutput = TRUE;
$links = $dom->getElementsByTagName('a');
//Loop through each <a> tags and replace them by their text content
for ($i = $links->length - 1; $i >= 0; $i--)
{
$linkNode = $links->item($i);
$text = $linkNode->textContent;
$style = $linkNode->getAttribute("style");
$class = $linkNode->getAttribute("class");
$div = $dom->createElement("div", $text);
$div->setAttribute("class","$class");
$div->setAttribute("style","$style");
$linkNode->parentNode->replaceChild($div, $linkNode);
}
$contentText2 = $dom->saveHTML();
$contentText2 = 'Citations according to <a target="_blank" href="'.$url.'">Google Scholar</a>: '.' '.'<b>'.' (Citations: '.$citations.')'.'</b>'.' '.' (h-index: '.$hindex.')'.' '.' (i10-index: '.$i10index.')'.$contentText2;
return $contentText2;
}
if($_GET["id"] != "" && $_GET["lang"] != "")
{
$curl = curl_init();
$id = htmlspecialchars($_GET['id'], ENT_QUOTES, 'UTF-8');
$lang = htmlspecialchars($_GET['lang'], ENT_QUOTES, 'UTF-8');
$url = "http://scholar.google.co.in/citations?user=".$id."&hl=".$lang;
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 60);
print filter_content( curl_exec($curl), $url );
#print curl_exec($curl);
}
else
{
print "ERROR: Cannot find Google Scholar Account </br>";
}
?>
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1