Course Work
This is the course schedule and the projects and tasks completed for each week
- Jan 28 - principles and practices, project management
- Feb 4 - computer-aided design
- Feb 11 - computer-controlled cutting
- Feb 18 - electronics production
- Feb 25 - 3D scanning and printing
- Mar 4 - electronics design
- Mar 11 - embedded programming
- Mar 18 - computer-controlled machining
- Mar 25 - molding and casting
Apr 1 - break
- Apr 8 - input devices
- Apr 15 - output devices
- Apr 22 - composites
- Apr 29 - networking and communications
- May 6 - interface and application programming
- May 13 - applications and implications
- May 20 - mechanical design, machine design
- May 27 - invention, intellectual property, and income
- Jun 3 - project development
- Jun 10 - project presentation
Reduction of site size
On 6th July, I was asked to reduce the size of the site from 37Mb to below 20Mb which is a tall order as I have only included the essential files in my work. Hence, the following is what I have changed in order to reduce the overall size, with hopefully having the links intact.
The external site offered: cloud.iaac.net with the current login/password is not accessible. Similarly example links using the :5001 port is blocked by the SP firewall. Hence, sometimes, things don't work as they should.
Changes made
- Removed folder files/09_fabsp. These are duplicated in the compressed file 09_fabsp.zip
- Removed files/"fp_StepperMotorRaw (copy).ino". Replaced as finalproject/fp_StepperMotorRaw.ino. Link fixed to reflect this in Stage01.html.
- Removed images/mtm_foam_cutter.mp4. File can be accessed by viewing the project at http://fabacademy.org/archives/2015/as/labs/singapore/index.html and the video at http://fabacademy.org/archives/2015/as/labs/singapore/mtm/images/foam_cutter.mp4. Changed link at c17_mechanical_design.html
- Converted all .jpg and .png files above 100KB in images/ to 640xPPP sizes with quality 60 (hopefully, they are still visible). Modified affected links (hopefully, I got them all). The following should be helpful in this:
# locate the large files, by size ls -l -S *.jpg # convert image file sizes (apply for png as well) mogrify -path fullpathto/new/ -resize 640x -quality 60 -format jpg *.jpg
After all this, is 27Mb, verified using the command "du -h -s --exclude=".hg"
Template
Click the title to download this template to add pages to the Course area. It would be easier if you created the text in a separate area, using only h1..h5 and p elements and import it directly into the spaces specified.
Not being of a artistic mind, I have shamelessly borrowed this template (simpleStyle_8) from html5webtemplates, in recognition of a simple, cool and functional webpage design.