buhaath.com

Static site for Semantic Scholar search

https://github.com/qudsi2525/buhaath.com

Science Score: 44.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
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Static site for Semantic Scholar search

Basic Info
  • Host: GitHub
  • Owner: Qudsi2525
  • Language: HTML
  • Default Branch: main
  • Size: 1.68 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 7 months ago
Metadata Files
Readme Citation

README.md

buhaath.com

Static site for Semantic Scholar search

Owner

  • Login: Qudsi2525
  • Kind: user

Citation (citation.html)

<!DOCTYPE html><html lang="en" dir="ltr"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/>
  <title>Citation – BuhaaTh</title><link rel="icon" href="favicon.ico"/><link rel="stylesheet" href="styles.css"/>
  <script src="https://unpkg.com/citation-js@0.5.0/build/citation.min.js"></script>
</head><body>
  <div style="max-width:900px;margin:40px auto;text-align:center;">
    <img src="header-logo.png" alt="BuhaaTh Logo" style="max-width:250px;height:auto;margin-bottom:16px;">
    <p style="font-size:14px;color:#333;margin-bottom:20px;">Enter source info below</p>
    <div style="background:#f5f5f7;border:5px solid #f5f5f7;border-radius:10px;box-shadow:0 3px 5px rgba(1,1,1,1.1);padding:20px;">
      <input id="title" placeholder="Title" style="width:100%;padding:8px;margin:6px 0;border:1px solid #ddd;border-radius:6px;">
      <input id="author" placeholder="Author (Last, First)" style="width:100%;padding:8px;margin:6px 0;border:1px solid #ddd;border-radius:6px;">
      <input id="year" placeholder="Year" style="width:100%;padding:8px;margin:6px 0;border:1px solid #ddd;border-radius:6px;">
      <button onclick="makeCitation()" style="margin-top:16px;padding:10px 20px;font-size:16px;border-radius:10px;background-color:#7C4DFF;color:#fff;border:none;cursor:pointer;">Generate</button>
      <p id="citeResult" style="margin-top:20px;color:#333;white-space:pre-wrap;"></p>
    </div>
  </div>
    <div style="text-align: center; margin-top: 30px;">
  <a href="index.html" style="padding: 10px 20px; background: #7C4DFF; color: white; text-decoration: none; border-radius: 8px;">
    ← Back to Home
  </a>
</div>
  <script>
    function makeCitation() {
      const cite = new Cite({
        title: document.getElementById('title').value,
        author: [{ literal: document.getElementById('author').value }],
        issued: { 'date-parts': [[parseInt(document.getElementById('year').value)||'']] }
      });
      document.getElementById('citeResult').innerHTML = cite.format('bibliography',{format:'text',template:'apa'});
    }
  </script>
</body></html>

GitHub Events

Total
  • Push event: 105
Last Year
  • Push event: 105