Won by unanimous vote. The role includes maintaining and developing the club’s website and assisting the team in events with technical support.
Subjects:
COMP20008 Elements of Data Processing
CHEM10003 Chemistry 1
FREN10004 French 1
Engaged in meetings with the subject coordinator and the department, where our discussions revolved around various aspects of the course. These included the course structure, the level of difficulty, and the feedback received from students.
PacMan game
Built a Graphical user interface (GUI) Pacman game using a game engine library in Java programming language.
Web Search
Built a program using C language that reads paragraphs of text, builds a snippet for each paragraph according to certain rules, and then prints out that snippet. Also, the program highlights the words the user is trying to search for and counts the number of paragraphs and words per paragraph.
Process mining
Built a program using C language that used dynamic memory and linked data structures to implement a simple algorithm for discovering a process model from event data.
Data Processing
The task was to crawl through two seed links, produce a bag of words using BeautifulSoup and clean the text through pre-processing, using Python. Then a bar chart of the most common words and PCA was drawn to reduce dimensionality.