# 碩士畢業相關規範 [TOC] ## 碩士班(全時)修課注意事項 - 畢業學分:24學分,其中15學分必須是資訊組課程 - 以下課程如果有開設,就必須修課(24學分) | 老師 | 上學期 | 下學期 | |-------|------------------------------|----------------------------------------| | 陳鴻銘 | 物件導向程式分析與設計 | 電腦繪圖與視覺模擬 | | 謝佑明 | 營建資訊系統之軟體工程 | 平行與分散式計算在工程上之應用 | | 蔡孟涵 | | 人機互動 | | 陳奕竹 | BIM API程式開發 | 人工智慧在營建工程上應用 | | 林孟彥 | 企業研究方法論 | | | 不限 | 學術論文寫作(碩二) | | ## 論文進度 ### 碩一上 - 閱讀至少20篇文獻 - [研究室發表期刊](https://ntusthcilab.weebly.com/journal-paper.html)-英文為主(37篇) - Meeting - [文獻回顧](#文獻回顧) - 寒假作業: 1. 論文題目 2. 論文大綱 3. 摘要 4. 第一章~第三章草稿 ### 碩一下 - 閱讀至少20篇文獻 - [SCI](#SCI---Science-Citation-Index(科學引文索引))為==主== - [碩博士論文網](https://ndltd.ncl.edu.tw/cgi-bin/gs32/gsweb.cgi?o=d)為==輔== - Meeting - [文獻回顧](#文獻回顧) - 確認題目/方向,摘要、文獻回顧(Chapter 2) - 暑假作業: 1. 第一章~第三章初稿 2. 研究實作 ### 碩二上 - 閱讀至少20篇文獻 - [SCI](#SCI---Science-Citation-Index(科學引文索引))為==主== - [碩博士論文網](https://ndltd.ncl.edu.tw/cgi-bin/gs32/gsweb.cgi?o=d)為==輔== - 論文寫作 - 參考「[研究室論文集](https://ntusthcilab.weebly.com/thesis.html)」及「[如何撰寫一份優良的學位論文](https://tujennhwa-blog.blogspot.com/2008/02/blog-post.html?m=1)」逐步展開論文寫作 - Meeting - [文獻回顧](#文獻回顧) or [研究進度](#研究進度) - 12月、隔年1月: 1. 摘要 2. 第一章(背景、動機、目的) 3. 第二章(文獻回顧) 4. 第三章(研究方法) ### 碩二下 - 論文寫作 - 參考「[研究室論文集](https://ntusthcilab.weebly.com/thesis.html)」及「[如何撰寫一份優良的學位論文](https://tujennhwa-blog.blogspot.com/2008/02/blog-post.html?m=1)」完善論文寫作 - Meeting - [研究進度](#研究進度) - 2月: 1. 第四章(實作) 2. 第五章(驗證、結果分析) - 3月: 1. 第六章(研究發現) 2. 第七章(結論) 3. 根據論文內容調整==摘要== - 4月:完成論文初稿 ```python= # 溫馨提醒 def evaluate_student_graduate(student: Student) -> bool: current_year: int = datetime.now().year expected_graduation_month = student.get_expected_graduation_month() expected_graduation_time: str = f"{current_year}/{expected_graduation_month}" if student.is_thesis_draft_complete(): student.schedule_final_oral_exam() student.process_graduation_exit(expected_graduation_time) return True else: next_semester_time: str = next_semester() student.process_graduation_exit(next_semester_time) return False ``` - 5月:定稿、申請口試 - [口試相關資訊傳送門](https://hackmd.io/@Y7XwYFxTTuOF5sSotsOcag/HJNt9Pjo0) ## 名詞解釋 ### SCI - Science Citation Index(科學引文索引) - [Automation in Construction](https://www.sciencedirect.com/journal/automation-in-construction) - [Advanced Engineering Informatics](https://www.sciencedirect.com/journal/advanced-engineering-informatics) - [Journal of Computing in Civil Engineering](https://ascelibrary.org/journal/jccee5) - [臺科大常用資料庫](https://library.ntust.edu.tw/p/412-1049-9643.php?Lang=zh-tw) ## Meeting ### 文獻回顧 - 時間:10分鐘/人 - 投影片內容及建議時間 1. 背景、動機、目的(2 分鐘) 2. 研究方法、實作(4 分鐘) 3. 驗證、討論(2分鐘) 4. 結論(2 分鐘) ### 研究進度 - ==**以最終口試簡報為目標進行準備**== - 時間:10分鐘/人 - :::spoiler - 投影片內容 1. 封面(題目、報告者、指導教授、[臺科Logo](https://www.secretariat.ntust.edu.tw/p/406-1063-85380,r1785.php?Lang=zh-tw)) 2. 目錄 3. 背景、動機、目的 4. 文獻回顧 5. 研究方法 6. 實作 7. 實驗、驗證結果 8. 研究發現、討論 9. 結論 10. 封底 ***備註:論文所有章節都需要包含在投影片中,如果章節內容尚未完成,放標題即可*** ## 研討會 - 必須參加至少兩場研討會 - 推薦的研討會 - [臺灣災害管理研討會]( http://www.dmst.org.tw/) - 營建工程與管理學術研討會 - 電子計算機於土木水利工程應用研討會 - 測量及空間資訊研討會 ## 其他畢業條件 - 學術研究倫理 - ==**碩一必須完成**== - [相關課程連結-傳送門](https://cla.ntust.edu.tw/p/412-1076-8603.php?Lang=zh-tw) - 完成課程後==不需要==送資料給系辦 - 英文畢業門檻 - 完成相關考試後,將成績單送至系辦 ## 相關資訊 [口試相關資訊-傳送門](https://hackmd.io/@Y7XwYFxTTuOF5sSotsOcag/HJNt9Pjo0) [離校相關資訊-傳送門](https://hackmd.io/@cb6de3L6Qtiut_3pOC1Zfg/HJ5S94P3R)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up