From 2c88f79a4028d4a3f06f3fc494ea0ee08cfd454b Mon Sep 17 00:00:00 2001 From: Noah Rondeau Date: Wed, 13 Nov 2019 23:59:52 -0800 Subject: [PATCH 1/2] Add electrical section skeleton --- README.md | 3 +++ elec_embed/design_process.md | 3 +++ elec_embed/overview.md | 3 +++ elec_embed/workstation.md | 22 ++++++++++++++++++++++ 4 files changed, 31 insertions(+) create mode 100644 elec_embed/design_process.md create mode 100644 elec_embed/overview.md create mode 100644 elec_embed/workstation.md diff --git a/README.md b/README.md index 24fc38c..a3888c3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ The following are entry-point links for the various sub-teams. * [Mechanical Overview](mechanical/overview.md) ### Electrical and Embedded +* [Overview](elec_embed/overview.md) __Work in progress__ +* [Electrical and Embedded Design Process](elec_embed/design_process.md) __Work in progress__ +* [Work Station](elec_embed/workstation.md) ## Systems in Use Read information on the UVic AERO existing infrastructure and technical ecosystem [here](systems/systems.md). diff --git a/elec_embed/design_process.md b/elec_embed/design_process.md new file mode 100644 index 0000000..27aee4b --- /dev/null +++ b/elec_embed/design_process.md @@ -0,0 +1,3 @@ +# Electrical and Embedded Design Process + +__Work in progress__ \ No newline at end of file diff --git a/elec_embed/overview.md b/elec_embed/overview.md new file mode 100644 index 0000000..2ff21fd --- /dev/null +++ b/elec_embed/overview.md @@ -0,0 +1,3 @@ +# Electrical and Embedded Team Overview + +__Work in progress__: this should describe what the team is, what we do, why, etc \ No newline at end of file diff --git a/elec_embed/workstation.md b/elec_embed/workstation.md new file mode 100644 index 0000000..46c1106 --- /dev/null +++ b/elec_embed/workstation.md @@ -0,0 +1,22 @@ +# The Elec and Embedded Work Station + +The Electrical team maintains a work station in the AERO office. This page is devoted to describing its organization, how to keep it clean, how to use the tools, where things are, or really anything else related. + +## The Space + +The work station is along the back wall in the left corner of the AERO room. It consists of the following: +* Shelving unit: contains most components and parts +* Soldering station: the necessary supplies and tools for soldering +* Wall-mount bins: yellow bins along the wall to hold various tools +* Appliances: oscilloscope, power supplies, and heat gun + +__Work in progress__ + +## Shelving + +__Work in progress__: description of the shelving organization + +The inventory of components can be found [here (__Work in progress link__)](). + +## Soldering station +__Work in progress__: guidelines on using the station and keeping it clean \ No newline at end of file From 1852bd74d1194750c50c87284f80e6d2691ec713 Mon Sep 17 00:00:00 2001 From: Noah Rondeau Date: Thu, 14 Nov 2019 00:01:56 -0800 Subject: [PATCH 2/2] Modify landing page title for teams --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3888c3..7042d26 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It's totally normal if you see links in pages that link to other folders. That j This page should be seen as a table of contents for the documentation. -## Sub-Teams +## Team Spaces The following are entry-point links for the various sub-teams. ### Software