Difference between revisions of "CSC270 Weekly Schedule 2012"

From dftwiki3
Jump to: navigation, search
(Research)
Line 188: Line 188:
 
=Links and Resources=
 
=Links and Resources=
  
=Research=
+
* Weird: [http://www.engadget.com/2011/10/24/scientists-build-logic-gates-out-of-gut-bacteria-then-hopefully/ scientists build elementary gates] with E-Coli...
+
<!--
 
 
 
==Lab Reports for Labs 1 to 12==
 
==Lab Reports for Labs 1 to 12==
 
* Tiffany's reports for the year: [[Media:CSC270_LabReport1_2011.pdf | Lab 1]], [[Media:CSC270_LabReport2_2011.pdf | Lab 2]], [[Media:CSC270_LabReport3_2011.pdf | Lab 3]], [[Media:CSC270_LabReport4_2011.pdf | Lab 4]], [[Media:CSC270_LabReport5_2011.pdf | Lab 5]], [[Media:CSC270_LabReport6_2011.pdf | Lab 6]], [[Media:CSC270_LabReport7_2011.pdf | Lab 7]], [[Media:CSC270_LabReport8_2011.pdf | Lab 8]], [[Media:CSC270_LabReport9_2011.pdf | Lab 9]], [[Media:CSC270_LabReport10_2011.pdf | Lab 10]], [[Media:CSC270_LabReport11_2011.pdf | Lab 11]], and [[Media:CSC270_LabReport12_2011.pdf | Lab 12]].
 
* Tiffany's reports for the year: [[Media:CSC270_LabReport1_2011.pdf | Lab 1]], [[Media:CSC270_LabReport2_2011.pdf | Lab 2]], [[Media:CSC270_LabReport3_2011.pdf | Lab 3]], [[Media:CSC270_LabReport4_2011.pdf | Lab 4]], [[Media:CSC270_LabReport5_2011.pdf | Lab 5]], [[Media:CSC270_LabReport6_2011.pdf | Lab 6]], [[Media:CSC270_LabReport7_2011.pdf | Lab 7]], [[Media:CSC270_LabReport8_2011.pdf | Lab 8]], [[Media:CSC270_LabReport9_2011.pdf | Lab 9]], [[Media:CSC270_LabReport10_2011.pdf | Lab 10]], [[Media:CSC270_LabReport11_2011.pdf | Lab 11]], and [[Media:CSC270_LabReport12_2011.pdf | Lab 12]].
 +
-->
  
 
==Printing==
 
==Printing==

Revision as of 15:36, 18 January 2012

--D. Thiebaut 15:03, 18 January 2012 (EST)


Main Page | Weekly Schedule



Weekly Schedule

First Half

Week Topics Reading
Week 1
1/30
  • Monday
  • Wednesday
  • Friday

Week 2
2/6
  • Monday
  • Wednesday
  • Friday

Week 3
2/13
  • Monday
  • Wednesday
  • Friday

Week 4
2/20
  • Monday
  • Wednesday
  • Friday

Week 5
2/27
  • Monday
  • Wednesday
  • Friday

Week 6
3/5
  • Monday
  • Wednesday
  • Friday

Week 7
3/12
  • Monday
  • Wednesday
  • Friday

Week 8
3/19
  • SPRING BREAK

Second Half

Week Topics Reading
Week 9
3/26
  • Monday
  • Wednesday

Week 10
4/02
  • Monday
  • Wednesday
  • Friday

Week 11
4/09
  • Monday
  • Wednesday
  • Friday

Week 12
4/16
  • Monday
  • Wednesday
  • Friday

Week 13
4/23
  • Monday
  • Wednesday
  • Friday

Week 14
4/30
  • Monday
  • Wednesday: Last Day of Class



Links and Resources

Printing

  • How to print a text file (pure ASCII, not an MS Word document) from a beowulf account to the printer @ FH354:
  cprint -15  myFile.txt
  • How to print a pdf from a beowulf account to the printer @ FH354:
  lpr -P ford354 max232.pdf
  • How to print an image to the same printer, from a beowulf account:
  convert myImage.jpg  myImage.pdf
  lpr -P ford354 myImage.pdf

Programs

Software

Free Circuit CAD Systems
























PSpice 9

Pspice9.jpg
  • Pspice 9, Student version. An nice alternative to drawing schematics by hand.
  • This is a Windows version. (I have tried to make it work under wine/Mac OS X but haven't been able to make it load the libraries correctly)
  • Make sure you select the schematics option when installing the software.
  • Select Tools/Schematics when starting the editor
  • The schematics editor is located in C:\Program Files\OrCAD_Demo\PSpice\PDesign.exe upon installation.
  • Download here!
  • PSpice Tutorial

Integrated Circuit Data-Sheets

Ic.jpg

Motorola 68HC11 Documentation

6811.jpg





Back To Main Page