added info to fit aspect ratio A4

This commit is contained in:
Kenneth Jao 2020-09-07 16:36:40 -04:00 committed by kjao
parent 58519b219b
commit 9152fefde6

View File

@ -95,25 +95,25 @@ var mainContInfo = [
date: "2016", date: "2016",
desc: "Arm tracking done through gyroscope IMUs, with 9 degrees of freedom. A testing game was created to demonstrate tracking capabilities." desc: "Arm tracking done through gyroscope IMUs, with 9 degrees of freedom. A testing game was created to demonstrate tracking capabilities."
}, },
/* { {
name: "Haptic Feedback Through Wave Interference", name: "Haptic Feedback Through Wave Interference",
caption: "Mathematical investigation of applications of wave interference", caption: "Mathematical investigation of applications of wave interference",
date: "2017", date: "2017",
desc: "A mathematical proof and experimentation of controllable wave interference to induce correct superposition. Explored multiple applications including a possibility of simulating highly accurate haptic feedback." desc: "A mathematical proof and experimentation of controllable wave interference to induce correct superposition. Explored multiple applications including a possibility of simulating highly accurate haptic feedback."
}, },
*/ { {
name: "BinBin", name: "BinBin",
caption: "Cloud storage web interface application", caption: "Cloud storage web interface application",
date: "2016", date: "2016",
desc: "Cloud database web app created to ease file downloading and storage for servers, with accounts and sharing systems." desc: "Cloud database web app created to ease file downloading and storage for servers, with accounts and sharing systems."
}, },
/* { {
name: "Hourglass", name: "Hourglass",
caption: "Collaborative school-wide online planner", caption: "Collaborative school-wide online planner",
date: "2017", date: "2017",
desc: "Online planning web app designed for academic use. Enabled users to have a collaborative planner specific to individual classes and teachers. " desc: "Online planning web app designed for academic use. Enabled users to have a collaborative planner specific to individual classes and teachers. "
} }
*/
] ]
} }
]; ];