diff --git a/Glossary.md b/Glossary.md index db480e5..e22a591 100644 --- a/Glossary.md +++ b/Glossary.md @@ -1,18 +1,19 @@ - **Process impact:** This file as a dictionary of terms defined as they are used during the project. Writing out the definitions of terms and acronyms here helps keep other documents more concise and precise. A shared glossary helps prevent misunderstandings and makes it easier for new team members to be productive. + Jump to: [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#g) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) | [X](#x) | [Y](#y) | [Z](#z) | -[Standard terms](glossary-std.html#standard_terms) + +[Standard terms](Glossary-Standard-Terms) -### Project-specific Terms +## Project-specific Terms _TIPs:_ @@ -34,13 +35,13 @@ _TIPs:_ and key attributes. For example, see [student](#student) and [GPA](#gpa)._ -#### A +### A -#### B +### B -#### C +### C -##### ::Class standing +#### ::Class standing - ::Computed attribute of [student](#student) based on number of academic units completed. Used to determine priority in @@ -54,16 +55,16 @@ _TIPs:_ | ::Junior | ::Between 180 and 270 units | | ::Senior | ::More than 270 units completed | -#### D +### D -#### G +### G -##### ::GEF +#### ::GEF ::_n._ The [Graph Editing Framework](http://gef.tigris.org/). An open source library for editing diagrams (boxes and arrows). -##### ::GPA +#### ::GPA ::_n._ Grade Point Average. GPA is a float between 0.00 and 4.00, accurate to 2 decimal places. Computed from average of completed @@ -71,45 +72,45 @@ course grades in transcript weighted by course units. Used to determine student ranking, and to trigger Dean's List and academic probation. -#### I +### I -##### ::ICS +#### ::ICS ::_n._ Acronym for the [School of Information and Computer Science](http://www.ics.uci.edu/) at [UC Irvine](http://www.uci.edu/). -#### S +### S -##### ::Student +#### ::Student ::_n._ A person who attends a school to earn a degree. Persistent attributes include: student_id_number (primary key), GPA, major, and years_at_school. -##### ::Senior +#### ::Senior ::_n._ A senior is special type of [undergraduate](#undergraduate) who has a certain number of course credits on his or her transcript. Years_at_school does not determine senior standing. TODO: how many credits needed? -#### T +### T -##### ::Term1D-DIAGRAM +#### ::Term1D-DIAGRAM ::Definition1 -##### ::Term2 +#### ::Term2 - ::Definition2a - ::Definition2b -##### ::Term3 +#### ::Term3 ::Definition3 -#### U +### U -##### ::Undergraduate +#### ::Undergraduate ::A type of [student](#student). _TODO: add more detail._ diff --git a/Home.md b/Home.md index 0f6eb21..fb3e6d4 100644 --- a/Home.md +++ b/Home.md @@ -1,11 +1,9 @@ - ## Project Overview ### Mission and Scope - _TODO: Answer these questions in your own words by filling in each_ #### What problem does this project address? @@ -22,7 +20,7 @@ _TODO: Answer these questions in your own words by filling in each_ #### What development methodology is being used? -::See our [software development methodology](sdm) document. +::See our [software development methodology](SDM) document. #### Where should a new team member start?