Course Syllabus
@keyframes Spinner-rotate { to { transform: rotate(360deg); } } @keyframes Spinner-morph { 0% { stroke-dashoffset: 190%; } 50% { stroke-dashoffset: 50%; transform: rotate(90deg); } 100% { stroke-dashoffset: 190%; transform: rotate(360deg); } } .Spinner-root { display: inline-block; vertical-align: middle; position: relative; box-sizing: border-box; overflow: hidden; --Spinner-trackColor: #F5F5F5; --Spinner-color: #0374B5; --Spinner-xSmallSize: 1.5em; --Spinner-xSmallBorderWidth: 0.25em; --Spinner-smallSize: 3em; --Spinner-smallBorderWidth: 0.375em; --Spinner-mediumSize: 5em; --Spinner-mediumBorderWidth: 0.5em; --Spinner-largeSize: 7em; --Spinner-largeBorderWidth: 0.75em; --Spinner-inverseColor: #0374B5; } .Spinner-circleTrack { stroke: var(--Spinner-trackColor); /* Give the track extra width per UI */ stroke-width: calc(var(--Spinner-trackWidth) + 4px); } .Spinner-circleSpin { stroke-width: var(--Spinner-trackWidth); } .Spinner-x-small { width: var(--Spinner-xSmallSize); height: var(--Spinner-xSmallSize); --Spinner-trackWidth: var(--Spinner-xSmallBorderWidth); } .Spinner-x-small .Spinner-circle { width: var(--Spinner-xSmallSize); height: var(--Spinner-xSmallSize); } .Spinner-x-small .Spinner-circleSpin { stroke-dasharray: 3em; transform-origin: 50% 50%; } .Spinner-small { width: var(--Spinner-smallSize); height: var(--Spinner-smallSize); --Spinner-trackWidth: var(--Spinner-smallBorderWidth); } .Spinner-small .Spinner-circle { width: var(--Spinner-smallSize); height: var(--Spinner-smallSize); } .Spinner-small .Spinner-circleTrack, .Spinner-small .Spinner-circleSpin { stroke-dasharray: 6em; transform-origin: 50% 50%; } .Spinner-medium { width: var(--Spinner-mediumSize); height: var(--Spinner-mediumSize); --Spinner-trackWidth: var(--Spinner-mediumBorderWidth); } .Spinner-medium .Spinner-circle { stroke-width: var(--Spinner-mediumBorderWidth); width: var(--Spinner-mediumSize); height: var(--Spinner-mediumSize); } .Spinner-medium .Spinner-circleSpin { stroke-dasharray: 10.5em; transform-origin: 50% 50%; } .Spinner-large { width: var(--Spinner-largeSize); height: var(--Spinner-largeSize); --Spinner-trackWidth: var(--Spinner-largeBorderWidth); } .Spinner-large .Spinner-circle { stroke-width: var(--Spinner-largeBorderWidth); width: var(--Spinner-largeSize); height: var(--Spinner-largeSize); } .Spinner-large .Spinner-circleSpin { stroke-dasharray: 14em; transform-origin: 50% 50%; } .Spinner-circle { display: block; position: absolute; top: 0; left: 0; /* stylelint-disable-line property-blacklist */ animation-name: Spinner-rotate; animation-duration: 2.25s; animation-iteration-count: infinite; animation-timing-function: linear; } .Spinner-circleTrack, .Spinner-circleSpin { fill: none; } .Spinner-circleSpin { stroke-linecap: round; } .Spinner-root:not(.ie11) .Spinner-circleSpin { animation-name: Spinner-morph; animation-duration: 1.75s; animation-iteration-count: infinite; animation-timing-function: ease; } .Spinner-root.ie11 .Spinner-circleSpin { stroke-dashoffset: 100%; } .Spinner-default .Spinner-circleSpin { stroke: var(--Spinner-color); } .Spinner-inverse .Spinner-circleSpin { stroke: var(--Spinner-inverseColor); } MATSI 099 SU2023 COURSE SYLLABUS.docxMATSI 099 SU2023 COURSE SYLLABUS-3.docx
MATSI 099 SU2023 COURSE SYLLABUS-3.docxThis puts an anchor at the top of the page to link to within the page.MATSI 099 SU2023 COURSE SYLLABUS.docx
MATSI 099 SU2023 COURSE SYLLABUS-5.docx
Instructor: Loreta Sandoval
Office Location: Bldg. 16 Rm 202
Email: loreta.sandoval@cptc.edu
Office Hour: By Appointment
Classroom location: Bldg. 16 Rm. 202
First day of quarter: July 3, 2023
Last day of quarter: Sept. 1, 2023
The syllabus page shows a table-oriented view of the course schedule, and the basics of course grading. You can add any other comments, notes, or thoughts you have about the course structure, course policies or anything else.
To add some comments, click the "Edit" link at the top.
Course Summary:
Date | Details | Due |
---|---|---|