{"id":31796371,"url":"https://github.com/isratijk/redirect-googlescholar","last_synced_at":"2026-02-14T21:32:04.597Z","repository":{"id":316696947,"uuid":"1064473569","full_name":"IsratIJK/redirect-googlescholar","owner":"IsratIJK","description":"Redirect gs.isratjahankhan.com to Israt's Google Scholar page","archived":false,"fork":false,"pushed_at":"2025-09-26T05:14:55.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T20:48:04.171Z","etag":null,"topics":["google","google-scholar","redirect","redirect-urls","scholar"],"latest_commit_sha":null,"homepage":"https://gs.isratjahankhan.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IsratIJK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T05:03:08.000Z","updated_at":"2025-10-01T07:23:30.000Z","dependencies_parsed_at":"2025-09-26T07:09:40.369Z","dependency_job_id":"cae940b5-67e0-4b97-85f3-1d65b4d6ed71","html_url":"https://github.com/IsratIJK/redirect-googlescholar","commit_stats":null,"previous_names":["isratijk/redirect-googlescholar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IsratIJK/redirect-googlescholar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsratIJK%2Fredirect-googlescholar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsratIJK%2Fredirect-googlescholar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsratIJK%2Fredirect-googlescholar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsratIJK%2Fredirect-googlescholar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IsratIJK","download_url":"https://codeload.github.com/IsratIJK/redirect-googlescholar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsratIJK%2Fredirect-googlescholar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29456240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","google-scholar","redirect","redirect-urls","scholar"],"created_at":"2025-10-10T20:47:59.743Z","updated_at":"2026-02-14T21:32:04.581Z","avatar_url":"https://github.com/IsratIJK.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Scholar Redirect\n\nA simple redirect service that redirects visitors from `gs.isratjahankhan.com` to Israt Jahan Khan's Google Scholar profile.\n\n## Overview\n\nThis repository contains a beautifully designed HTML redirect page that automatically redirects users to the Google Scholar profile at:\n`https://scholar.google.com/citations?user=n4mCE9QAAAAJ\u0026hl=en`\n\n## Features\n\n- **Instant Redirect**: Uses multiple redirect methods for maximum compatibility\n- **Beautiful Design**: Modern glassmorphism UI with gradient background\n- **Loading Animation**: Animated spinner to indicate redirect in progress\n- **Responsive**: Works perfectly on desktop, tablet, and mobile devices\n- **SEO Friendly**: Includes proper meta tags and canonical links\n- **Fallback Support**: Manual link for users with JavaScript disabled\n\n## Redirect Methods\n\nThe page uses three redirect methods to ensure reliability:\n\n1. **Meta Refresh**: `\u003cmeta http-equiv=\"refresh\"\u003e` for immediate redirect\n2. **JavaScript**: `window.location.href` as a backup method\n3. **Manual Link**: Clickable link for users with JavaScript disabled\n\n## Deployment\n\n### GitHub Pages\n1. Push this repository to GitHub\n2. Go to Settings \u003e Pages\n3. Select source as \"Deploy from a branch\"\n4. Choose \"main\" branch and \"/ (root)\" folder\n5. Your redirect will be available at `https://github-username.github.io/redirect-googlescholar`\n\n### Netlify\n1. Connect your GitHub repository to Netlify\n2. Deploy with default settings\n3. Configure custom domain `gs.yourdomain.com`\n\n### Vercel\n1. Import your GitHub repository to Vercel\n2. Deploy with default settings\n3. Configure custom domain `gs.yourdomain.com`\n\n### Other Hosting Providers\nSimply upload the `index.html` file to your web hosting provider's public directory.\n\n## Domain Setup\n\nTo use the custom domain `gs.yourdomain.com`:\n\n1. **DNS Configuration**: Add a CNAME record pointing to your hosting provider\n2. **SSL Certificate**: Most hosting providers offer free SSL certificates\n3. **Custom Domain**: Configure the custom domain in your hosting provider's dashboard\n\n## File Structure\n\n```\nredirect-googlescholar/\n├── index.html          # Main redirect page\n├── LICENSE            # MIT License\n└── README.md          # This file\n```\n\n## Technical Details\n\n- **HTML5**: Uses modern HTML5 structure\n- **CSS3**: Features gradient backgrounds and animations\n- **Responsive Design**: Mobile-first approach with flexible layouts\n- **Cross-browser Compatible**: Works on all modern browsers\n- **No Dependencies**: Pure HTML, CSS, and JavaScript - no external libraries\n\n## Customization\n\nTo modify the redirect destination, update the URL in three places in `index.html`:\n\n1. Meta refresh tag (line 7)\n2. Canonical link (line 8)\n3. JavaScript redirect (line 55)\n4. Manual fallback link (line 52)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n**Israt Jahan Khan**\n- Google Scholar: [Profile Link](https://scholar.google.com/citations?user=n4mCE9QAAAAJ\u0026hl=en)\n\n## Reference\n\n- Md. Fahim Bin Amin's [redirect-googlescholar](https://github.com/FahimFBA/redirect-googlescholar)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisratijk%2Fredirect-googlescholar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisratijk%2Fredirect-googlescholar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisratijk%2Fredirect-googlescholar/lists"}