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 links in README
  • 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

Basic Info
  • Host: GitHub
  • Owner: hasoohyeon
  • Language: JavaScript
  • Default Branch: main
  • Size: 2.66 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Changelog Citation

Owner

  • Login: hasoohyeon
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>관련 인용문헌</title>
    <link rel="stylesheet" href="styles.css">
    <script src="script.js" defer></script>
</head>
<body>
    <nav>
        <ul>
            <li><a href="index.html">주요 논문</a></li>
            <li><a href="citations.html" class="active">관련 인용문헌</a></li>
            <li><a href="reactions.html">대중 반응</a></li>
        </ul>
    </nav>

    <main>
        <h1>관련 인용문헌 및 기사</h1>
        
        <div class="filter-container">
            <button class="filter-button active" onclick="filterCitations('all')">전체보기</button>
            <button class="filter-button" onclick="filterCitations('ai')">AI/머신러닝</button>
            <button class="filter-button" onclick="filterCitations('robotics')">로봇공학</button>
            <button class="filter-button" onclick="filterCitations('energy')">재생에너지</button>
        </div>

        <section class="citation" data-category="ai">
            <h2>AI 기반 제조 최적화 관련 인용문헌</h2>
            <ul>
                <li>
                    <a href="https://www.sciencedirect.com/science/article/pii/S0925527323001866">
                        "AI-Driven Process Optimization in Manufacturing Systems"
                    </a>
                    <p class="citation-info">제조 시스템의 AI 기반 최적화 방법론을 제시</p>
                </li>
                <li>
                    <a href="https://ieeexplore.ieee.org/document/9836547">
                        "Machine Learning Techniques for Manufacturing Process Optimization"
                    </a>
                    <p class="citation-info">머신러닝 기술을 활용한 제조 프로세스 최적화 연구</p>
                </li>
            </ul>
        </section>

        <section class="citation" data-category="robotics">
            <h2>로봇공학 관련 인용문헌</h2>
            <ul>
                <li>
                    <a href="https://ieeexplore.ieee.org/document/9787245">
                        "AI-Powered Robotics: Current Trends and Future Perspectives"
                    </a>
                    <p class="citation-info">AI 기술이 로봇공학에 미치는 영향과 미래 전망</p>
                </li>
                <li>
                    <a href="https://www.nature.com/articles/s41598-023-32546-8">
                        "Intelligent Robotic Systems in Industry 4.0"
                    </a>
                    <p class="citation-info">4차 산업혁명 시대의 지능형 로봇 시스템 연구</p>
                </li>
            </ul>
        </section>

        <section class="citation" data-category="energy">
            <h2>재생에너지 관련 인용문헌</h2>
            <ul>
                <li>
                    <a href="https://www.sciencedirect.com/science/article/pii/S0960148123004562">
                        "Optimization of Hybrid Renewable Energy Systems"
                    </a>
                    <p class="citation-info">하이브리드 재생에너지 시스템의 최적화 연구</p>
                </li>
                <li>
                    <a href="https://ieeexplore.ieee.org/document/9812345">
                        "Smart Grid Integration of Renewable Energy Sources"
                    </a>
                    <p class="citation-info">스마트 그리드와 재생에너지의 통합 연구</p>
                </li>
            </ul>
        </section>

        <section class="news">
            <h2>관련 뉴스 기사</h2>
            <ul>
                <li>
                    <a href="https://techcrunch.com/2023/06/15/ai-manufacturing-optimization/">
                        TechCrunch: AI의 제조 최적화 혁명
                    </a>
                    <p class="citation-info">AI 기술이 제조 산업에 미치는 영향에 대한 보도</p>
                </li>
                <li>
                    <a href="https://www.nature.com/articles/d41586-023-01987-8">
                        Nature: 로봇공학의 새로운 시대
                    </a>
                    <p class="citation-info">로봇공학의 최신 발전 동향 소개</p>
                </li>
                <li>
                    <a href="https://www.reuters.com/business/energy/2023-06-20">
                        Reuters: 재생에너지 시장의 급속한 성장
                    </a>
                    <p class="citation-info">재생에너지 산업의 성장 동향 분석</p>
                </li>
            </ul>
        </section>
    </main>

    <footer>
        <p>© 2025 공학 기술 논문 리뷰 사이트</p>
    </footer>
</body>
</html>

GitHub Events

Total
  • Push event: 2
  • Create event: 1
Last Year
  • Push event: 2
  • Create event: 1

Dependencies

client/package-lock.json npm
  • 1243 dependencies
client/package.json npm
  • chart.js ^4.4.1
  • react ^18.2.0
  • react-chartjs-2 ^5.2.0
  • react-dom ^18.2.0
  • react-scripts 5.0.1
package.json npm
  • @emotion/react ^11.11.3
  • @emotion/styled ^11.11.0
  • @mui/icons-material ^5.15.0
  • @mui/material ^5.15.0
  • chart.js ^4.4.1
  • react ^18.2.0
  • react-chartjs-2 ^5.2.0
  • react-dom ^18.2.0
  • react-scripts 5.0.1
  • recharts ^2.10.3
server/package-lock.json npm
  • @socket.io/component-emitter 3.1.2
  • @types/cors 2.8.19
  • @types/node 24.0.10
  • accepts 2.0.0
  • accepts 1.3.8
  • base64id 2.0.0
  • body-parser 2.2.0
  • bytes 3.1.2
  • call-bind-apply-helpers 1.0.2
  • call-bound 1.0.4
  • content-disposition 1.0.0
  • content-type 1.0.5
  • cookie 0.7.2
  • cookie-signature 1.2.2
  • cors 2.8.5
  • debug 4.4.1
  • debug 4.3.7
  • depd 2.0.0
  • dunder-proto 1.0.1
  • ee-first 1.1.1
  • encodeurl 2.0.0
  • engine.io 6.6.4
  • engine.io-parser 5.2.3
  • es-define-property 1.0.1
  • es-errors 1.3.0
  • es-object-atoms 1.1.1
  • escape-html 1.0.3
  • etag 1.8.1
  • express 5.1.0
  • finalhandler 2.1.0
  • forwarded 0.2.0
  • fresh 2.0.0
  • function-bind 1.1.2
  • get-intrinsic 1.3.0
  • get-proto 1.0.1
  • gopd 1.2.0
  • has-symbols 1.1.0
  • hasown 2.0.2
  • http-errors 2.0.0
  • iconv-lite 0.6.3
  • inherits 2.0.3
  • inherits 2.0.4
  • ipaddr.js 1.9.1
  • is-promise 4.0.0
  • math-intrinsics 1.1.0
  • media-typer 1.1.0
  • merge-descriptors 2.0.0
  • mime-db 1.52.0
  • mime-db 1.54.0
  • mime-types 2.1.35
  • mime-types 3.0.1
  • ms 2.1.3
  • negotiator 0.6.3
  • negotiator 1.0.0
  • object-assign 4.1.1
  • object-inspect 1.13.4
  • on-finished 2.4.1
  • once 1.4.0
  • parseurl 1.3.3
  • path 0.12.7
  • path-to-regexp 8.2.0
  • process 0.11.10
  • proxy-addr 2.0.7
  • qs 6.14.0
  • range-parser 1.2.1
  • raw-body 3.0.0
  • router 2.2.0
  • safe-buffer 5.2.1
  • safer-buffer 2.1.2
  • send 1.2.0
  • serve-static 2.2.0
  • setprototypeof 1.2.0
  • side-channel 1.1.0
  • side-channel-list 1.0.0
  • side-channel-map 1.0.1
  • side-channel-weakmap 1.0.2
  • socket.io 4.8.1
  • socket.io-adapter 2.5.5
  • socket.io-parser 4.2.4
  • statuses 2.0.1
  • statuses 2.0.2
  • toidentifier 1.0.1
  • type-is 2.0.1
  • undici-types 7.8.0
  • unpipe 1.0.0
  • util 0.10.4
  • vary 1.1.2
  • wrappy 1.0.2
  • ws 8.17.1
  • ws 8.18.3
server/package.json npm
  • express ^5.1.0
  • path ^0.12.7
  • socket.io ^4.8.1
  • ws ^8.14.2