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
    Unable to calculate vocabulary similarity
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: AlexTheGreay
  • Language: HTML
  • Default Branch: main
  • Size: 49.9 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

https://alexthegreay.github.io/Alex/

Owner

  • Login: AlexTheGreay
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>Citations - AJF Portfolio</title>
  <script>
    // Immediately apply dark mode class BEFORE page loads
    if (localStorage.getItem('darkMode') === 'true') {
      document.documentElement.classList.add('dark-mode');
    }
    </script>
    
  <link rel="stylesheet" href="./style.css" />
</head>
<body>
<!-- 🔷 Wrong Francisco Box -->
<a href="https://marcaura.github.io/MarcusFrancisco/" class="corner-link" title="Not the right Francisco?">
  Wrong Twin? 
</a>
<header>
  <h1>Alexander J Francisco</h1><h2>Electrical Engineer | University at Buffalo</h2>
</header>

<nav>
  <a href="index.html">Home</a>
  <a href="reflections.html">Reflections</a>
  <a href="integrated-learning.html">Integrated Learning / Projects</a>
  <a href="resume.html">Resume/CV</a>
  <a href="coursework.html">Coursework</a>
  <a href="citations.html">Citations</a>
  <a href="contact.html">Contact</a>
</nav>

<div class="toggle-container">
  <button class="toggle-button" onclick="toggleDarkMode()">Toggle Dark Mode</button>
</div>

<div class="container">

  


  <section class="citations-section">
    <h2>Citations</h2>
    <div class="citation-box">
      <ol class="citation-list">
        <li>
          V. Zhou, <i>Neural Networks from Scratch</i>. [Online]. Available: 
          <a href="https://victorzhou.com/series/neural-networks-from-scratch/" target="_blank">
            https://victorzhou.com/series/neural-networks-from-scratch/
          </a>. [Accessed: Apr. 10, 2025].
        </li>
        <li>
          Wikipedia contributors, "File:741 op-amp schematic.svg," <i>Wikipedia, The Free Encyclopedia</i>, 
          [Online]. Available: 
          <a href="https://en.m.wikipedia.org/wiki/File:741_op-amp_schematic.svg" target="_blank">
            https://en.m.wikipedia.org/wiki/File:741_op-amp_schematic.svg
          </a>. [Accessed: Apr. 10, 2025].
        </li>
        <li>
          Alexander Francisco, <i>Homework 3: EE519 Industrial Control Systems</i>, University at Buffalo, April 2025.
        </li>
        <li>
          ChatGPT, OpenAI, "Cruise Control Simulation Game," Apr. 2025. [Online]. Available: 
          <a href="https://chat.openai.com" target="_blank">https://chat.openai.com</a>. [Accessed: Apr. 11, 2025].
        </li>
        <li>
          ChatGPT, OpenAI, "Portfolio Formatting and Layout Assistance," Apr. 2025. [Online]. Available: 
          <a href="https://chat.openai.com" target="_blank">https://chat.openai.com</a>. [Accessed: Apr. 11, 2025].
        </li>
        <li>
          A. Francisco, <i>“Coursework Section of Personal Portfolio”</i>, University at Buffalo, 2025. [Online]. Available: https://your-portfolio-link.com/coursework.html. [Accessed: Apr. 11, 2025].
        </li>
        <li>
          A. J. Francisco, <i>“Electrical Engineering Internship Reflections – Tapecon Inc.”</i>, Internal Report, April 2025.
        </li>
        <li>
          Francisco, A. Hennessy, S. (2025). <i>Garden of Amnesia</i>. Retrieved from 
          <a href="https://devpost.com/software/garden-of-amnesia" target="_blank">
            https://devpost.com/software/garden-of-amnesia
          </a>
        </li>
        
      </ol>
    </div>
  </section>
  
  
</div>




<footer>
  <p>&copy; 2025 Made by Alex J Francisco. All rights reserved.</p>
</footer>

<script src="./script.js"></script>
</body>
</html>

GitHub Events

Total
  • Push event: 51
Last Year
  • Push event: 51