├── .gitignore ├── _config.yml ├── LICENSE ├── README.md ├── projects.md └── starter-pack.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 OpenSUTD 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to OpenSUTD! 2 | 3 | OpenSUTD is: 4 | 5 | * a way for people to spawn decentralised initiatives 6 | * an organic movement in school to embrace open sharing and collaboration 7 | * a place for free and open knowledge sharing within and outside of the SUTD Community 8 | 9 | OpenSUTD is not a fifth-row style organisation where there is the notion of a member vs non-member. The only thing we recognise is contributions, and anyone can contribute. Contribution is not limited to code. 10 | 11 | OpenSUTD modelled after the idea of an **Open Organisation**, and we have [community standards](https://github.com/OpenSUTD/community) for all members to abide by in order to ensure a good enviroment for members to learn and contribute effectively. 12 | 13 | For an living document describing how OpenSUTD developed to where it is today, take a look [here](https://hackmd.io/J4GmoWKrSA62X93c32s-tQ?view). 14 | 15 | ## Highlights 16 | 17 | * [Projects Listing](https://github.com/OpenSUTD) 18 | * [Workshops](https://workshops.opensutd.org/) 19 | * [DiscoverSUTD](https://discover.sutd.dev/) 20 | * [SUTD Unfiltered](https://unfiltered.opensutd.org/) 21 | 22 | **Upcoming events** 23 | 24 | * *More coming soon!* 25 | 26 | ## Contributing 27 | 28 | We are always actively looking for contributors in the following areas: 29 | 30 | * Developers - Web Developers, Automation Engineers etc. 31 | * Evangelists - marketing and publicity 32 | * Artists/Designers - branding and visual identity 33 | * Community Managers and Curators 34 | * Writers (technical and non-technical) 35 | * Anything really, we're always open to new ideas! 36 | 37 | If you would like to get started but don't know how, do contact `timothy_liu[at]mymail.sutd.edu.sg`. 38 | 39 | -------------------------------------------------------------------------------- /projects.md: -------------------------------------------------------------------------------- 1 | [Home](https://opensutd.github.io/) | [**Projects**](projects.md) | [Student Starter Pack](starter-pack.md) 2 | 3 | [Student-initiated Projects](#student-initiated-projects) | [Academic Projects](#academic-projects) | [Academic Programmes](#academic-programmes) 4 | 5 | ## Student-initiated Projects 6 | 7 | Proj Name | Lead | Proj Description | External Links 8 | --------- | ---------- | ------------------- | -------------- 9 | [sutd-timetable](https://github.com/OpenSUTD/sutd-timetable) | [Kwok Shun Git](https://github.com/randName) | .ics generator for timetables | [randName/sutd-timetable](https://github.com/randName/sutd-timetable); [Website](http://sutd-timetable.herokuapp.com/) 10 | [sutd-letters](https://github.com/OpenSUTD/sutd-letters) | [Jiayu Yi](https://github.com/yi-jiayu/) | The entire alphabet in the SUTD logo style | [yi-jiayu/sutd-letters](https://github.com/yi-jiayu/sutd-letters) 11 | [SUTDtoSimei_bot](https://github.com/OpenSUTD/SUTDtoSimei_bot) | [Ang Beng Haun](https://github.com/benghaun) | Simple Telegram bot that checks bus timings to go to Simei from SUTD | [benghaun/SUTDtoSimei_bot](https://github.com/benghaun/SUTDtoSimei_bot) 12 | [deeplearning-lab](https://github.com/OpenSUTD/deeplearning-lab) | [Timothy Liu](https://github.com/tlkh) | All-in-one Deep Learning image with Jupyter Notebook | [tlkh/deeplearning-lab](https://github.com/tlkh/deeplearning-lab) 13 | [SUTD Room Automation](https://github.com/OpenSUTD/SUTD-Room-Automation) | [Kwok Shun Git](https://github.com/randName) | Hardware and Software for automating your SUTD dorm room | [randName/SUTD-Room-Automation](https://github.com/randName/SUTD-Room-Automation) 14 | [evenMoreDimension](https://github.com/OpenSUTD/evenMoreDimension) | [Yustynn Panicker](https://github.com/Yustynn) | Make eDimension better | [Yustynn/evenMoreDimension](https://github.com/Yustynn/evenMoreDimension) 15 | 16 | ## Academic Projects 17 | 18 | Course | Proj Name | Lead | Proj Description | External Links 19 | ------ | --------- | ---------- | ------------------- | -------------- 20 | 50.003 | [Blocktrace](https://github.com/OpenSUTD/blocktrace) | [Joel Huang](https://github.com/joel-huang) | Know-Your-Customer blockchain service using Hyperledger Fabric | [joel-huang/blocktrace](https://github.com/joel-huang/blocktrace) 21 | 50.002 | [Pype](https://github.com/OpenSUTD/pype) | [Joel Huang](https://github.com/joel-huang) | Can you make the smrtest moves? | [joel-huang/pype](https://github.com/joel-huang/pype) 22 | 10.009 | [SmartBin](https://github.com/OpenSUTD/SmartBin) | [Timothy Liu](https://github.com/tlkh) | A smart bin to encourage good recycling practices | [tlkh/SmartBin](https://github.com/tlkh/SmartBin) 23 | UROP | [Text Emotion Clasification](https://github.com/OpenSUTD/text-emotion-classification) | [Timothy Liu](https://github.com/tlkh) | Classify tweets into many emotional classes | [tlkh/text-emotion-classification](https://github.com/tlkh/text-emotion-classification) 24 | UROP | [Fake News Chrome Extension](https://github.com/OpenSUTD/fake-news-chrome-extension) | [Timothy Liu](https://github.com/tlkh) | A Chrome browser extension to fight Fake News | [tlkh/fake-news-chrome-extension](https://github.com/tlkh/fake-news-chrome-extension); [Website](https://tlkh.github.io/fake-news-chrome-extension/) 25 | UROP | [Face of Fonts](https://github.com/OpenSUTD/face-of-fonts) | [Hong Peng Fei](https://github.com/Emrys-Hong) | Typographical branding using deep learning | [Emrys-Hong/face-of-fonts](https://github.com/Emrys-Hong/face-of-fonts) 26 | 27 | 28 | ## Academic Programmes 29 | 30 | ### Machine Learning 31 | 32 | #### STATNLP 33 | 34 | **Project Owner: Prof. Lu Wei** 35 | 36 | Welcome to StatNLP, the NLP and Big Data Research Group in the ISTD pillar at the Singapore University of Technology and Design. Researchers in StatNLP focus on solving novel research problems in the NLP, machine learning and big data that may surpass traditional boundaries of data science technology. 37 | 38 | The StatNLP was created in 2014. Currently, it is led by Prof Lu Wei, consisting of several graduate students and researchers. The group subscribes to the design spirit of SUTD. 39 | 40 | Nevertheless, in a short period of time since its inception, the group has built a successful track record of publishing in the top ranked conferences. Members of StatNLP also collaborate with external organizations such as DSO National Laboratory. 41 | 42 | * [STATNLP](http://www.statnlp.org/) 43 | * [GitHub Organisation](https://github.com/sutd-statnlp) 44 | * [GitLab](https://gitlab.com/sutd_nlp/statnlp-core) 45 | * [PhD Students](https://github.com/SUTDNLP) 46 | -------------------------------------------------------------------------------- /starter-pack.md: -------------------------------------------------------------------------------- 1 | [Home](https://opensutd.github.io/) | [Projects](projects.md) | [**Student Starter Pack**](starter-pack.md) 2 | 3 | ## starter-pack 4 | Curated resources available to SUTD Students 5 | 6 | ### Learning/Content Starter Packs 7 | 8 | Name | Origin | License | Link 9 | ---- |------- | ------- | ---- 10 | Machine Learning | [Hong Peng Fei](https://github.com/Emrys-Hong) | N/A | [OpenSUTD/machine-learning-starter-pack](https://github.com/OpenSUTD/machine-learning-starter-pack) 11 | Supplier's List for Hardware Projects | [Lieu Wei Ying](https://github.com/weiying98) and EPD NODE | N/A | [Supplier's list for EPD projects](https://docs.google.com/spreadsheets/d/1qzwPmrW43R6tz_VcCGbVZy8k5tI_GmRzzrB79xlCzO4/edit?usp=sharing) 12 | 13 | ### Software 14 | 15 | Software | License | Link | Remarks 16 | -------- | ------- | ---- | ------------- 17 | **General** | 18 | Office 365 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | Link | Notes 19 | Adobe Creative Cloud | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | Link | Notes 20 | GitHub Student Starter Pack | ![](https://img.shields.io/badge/provided_by-GitHub-blue.svg?longCache=true&style=flat-square) | [Link](https://education.github.com/pack) | Notes 21 | Jetbrains Suite | ![](https://img.shields.io/badge/provided_by-JetBrains-blue.svg?longCache=true&style=flat-square) | Link | Notes 22 | MATLAB | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 23 | Mathematica | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 24 | EndNoteX8 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 25 | PulseSecure VPN | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 26 | **ASD** | 27 | Rhino | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 28 | Grasshopper | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 29 | Sketchup Pro 2017 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 30 | Vray 3.0 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 31 | **ESD** | 32 | Palisade | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 33 | Scilab | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 34 | **EPD** | 35 | Solidworks 2015 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 36 | CST Studio 2014 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 37 | CES Edupak | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 38 | NI-DAQmx 9.7 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 39 | NI ElVISmx 4.4 | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Link](https://downloads.sutd.edu.sg/cgi-bin/) | Notes 40 | 41 | ### Cloud & Compute Services 42 | 43 | Service | License | Link | Remarks 44 | ------- | ------- | ---- | ------- 45 | AWS Educate | ![](https://img.shields.io/badge/provided_by-AWS-blue.svg?longCache=true&style=flat-square) | [Link](https://aws.amazon.com/education/awseducate/) | Notes 46 | Google Cloud Platform (trial) | ![](https://img.shields.io/badge/provided_by-Google-blue.svg?longCache=true&style=flat-square) | [Link](https://cloud.google.com/gcp) | USD$300 credits 47 | NSCC | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [Enrolling](https://computing.sutd.edu.sg/resources/titan/titan-to-nscc/) | Notes 48 | Compute@SUTD: Hermes, Athena, Titan | ![](https://img.shields.io/badge/provided_by-SUTD-red.svg?longCache=true&style=flat-square) | [User Guides](https://sutd-compute.ml/) | 49 | 50 | --------------------------------------------------------------------------------