Nov 2023: Thrilled to announce I’ve passed my Graduate Board Oral Exam! Huge thanks to Steven Salzberg, Mihaela Pertea, Ben Langmead, Liliana Florea, and Winston Timp for their invaluable service on my GBO committee.
Nov 2023: My co-authored paper introduces EASTR, a software tool designed to identify and eliminate inaccurately spliced alignment, has been published in Nature Communications!
Oct 2023: The paper I coauthored, CHESS 3, decribing a new human gene catalog, is now published in Genome Biology!
Aug 2023: My paper in iScience describes the fastest Wheeler graph recognition algorithm using renaming heuristics and SMT solver. See the WGT paper, check out GitHub and watch my RECOMB-Seq talk!
Jul 2023: I am thrilled to release Splam v1.0.2, a splice site predictor that enhances spliced alignments. Check out the Splam GitHub, preprint and documentation!
Teaching assistant for the course Cornerstone EECS Design and Implementation (EE-1006)
Teaching Assistant, Department of Electrical Engineering, National Taiwan University, 1900
Introduction
EE-1006 is the cornerstone course for Electrical Engineering undergraduates. As a teaching assistant, I designed teaching materials, wrote and maintained final project, and developed scoring program for the final project contest. In the TA teams, I was the lead developer of the scavenger-hunting car final projects.
Demo video shows one of the functions of the car - self-tracking. In this practice, students need to implement P, PI, and PID control.Demo video shows one of the functions of the car - scavenger-hunting. This is the final project of EE-1006 course. In the project, students need to make their cars be able to self-track, write python program to plan the best route, control RFID sensor to get scores at the dead ends, build the stable communication between Arduinos and their computers, and try to get as many RFID scores as they can in a limited period of time. I was responsible for designing the map, writing final project code, and developing the final project scoring server.