https://github.com/axect/suneungcalc

https://github.com/axect/suneungcalc

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Axect
  • Language: Rust
  • Default Branch: master
  • Size: 44.9 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

수능 성적 대학별 환산 프로그램

소개

이 프로그램은 수능 성적을 여러 대학의 환산 기준에 따라 변환해주는 도구입니다. 2022년부터 2024년까지의 대학별 환산 기준을 포함하고 있으며, 동일한 성적으로 각 연도별 환산 점수를 비교할 수 있습니다.

주요 기능

  • 수능 성적의 대학별 환산 점수 계산
  • 연도별(2022-2024) 환산 점수 비교
  • 표준점수, 백분위, 등급에 따른 점수 변환
  • 대학별 가중치 및 영어 등급별 점수 적용

지원 대학 목록

  • 경희대(서울)
  • 동국대
  • 국민대
  • 가톨릭대
  • 서울과학기술대
  • 숭실대
  • 아주대
  • 인하대
  • 세종대
  • 한양대(ERICA)
  • 광운대
  • 건국대

프로젝트 구조

src/ ├── lib.rs # 라이브러리 진입점 ├── main.rs # 실행 파일 ├── score.rs # 성적 처리 관련 구조체 및 함수 ├── history.rs # 연도별 데이터 처리 ├── suneung_data.rs # 수능 원점수/표준점수 데이터 └── university_weight.rs # 대학별 반영 비율 데이터

사용 방법

  1. 성적 데이터를 Parquet 형식으로 저장
  2. 다음과 같이 실행: ```bash # 2024학년도 기준으로 환산 cargo run

특정 연도 기준으로 환산

cargo run 2023 ```

성적 입력 형식

프로그램에서 사용하는 성적 데이터는 다음 과목들을 포함해야 합니다: - 국어 - 수학 - 영어 - 화학 - 지구과학

기술 스택

  • Rust
  • Peroxide (수치해석 라이브러리)
  • Apache Arrow (Parquet 파일 처리)

참고사항

  • 영어 등급별 점수는 대학별로 상이하며, 매년 변경될 수 있습니다
  • 과학탐구 과목의 경우 대학별로 반영 과목 수가 다를 수 있습니다
  • 표준점수 변환 시 스플라인 보간법을 사용하여 정확도를 높였습니다

Owner

  • Name: Tae-Geun Kim
  • Login: Axect
  • Kind: user
  • Location: Seoul, South Korea
  • Company: Yonsei Univ.

Ph.D student of particle physics & Rustacean

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 11
  • Total Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
axect a****t@o****m 11

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels