Template:Devtemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{{0}}} Development Template= | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 121: | Line 121: | ||
</noinclude> | </noinclude> | ||
=Dashboard= | |||
=X Collaboration Dashboard= | |||
<html> | |||
<head> | |||
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'> | |||
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'> | |||
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> | |||
<style type="text/css"> | |||
a:link | |||
{ | |||
color:#6495ED; | |||
} | |||
a:hover | |||
{ | |||
color:rgb(255,0,0); | |||
} | |||
.headercontainer | |||
{ | |||
width:32.75%; | |||
float:left; | |||
margin:0px 0.875% 0px 0px; | |||
} | |||
.headercontainer_map | |||
{ | |||
width:32.75% | |||
float:left; | |||
} | |||
.headercontainer_video | |||
{ | |||
width:100%; | |||
float:left; | |||
} | |||
.headercontainer_statuslog | |||
{ | |||
width:66.375%; | |||
float:left; | |||
} | |||
.fluidcontainer | |||
{ | |||
width:100%; | |||
border: 2px solid black; | |||
float:left; | |||
margin:0px 0.875% 0px 0px; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
max-height:342px; | |||
} | |||
.fluidcontainer_map | |||
{ | |||
width:32.75%; | |||
border: 2px solid black; | |||
float:left; | |||
margin:0px 0px 0px 0px; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.fluidcontainer_youtubeandstatuslog | |||
{ | |||
width:100%; | |||
max-height:242px; | |||
} | |||
.fluidWrapper | |||
{ | |||
position: relative; | |||
padding-bottom: 56.25%; /* 16:9 */ | |||
padding-top: 25px; | |||
height: 0; | |||
width:100%; | |||
height:100%; | |||
} | |||
.fluidWrapper iframe | |||
{ | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
.fluidWrapper img | |||
{ | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
h3 | |||
{ | |||
font-size:145%; | |||
font-family: 'Arvo', serif; | |||
letter-spacing:1px; | |||
margin-bottom:-3px; | |||
} | |||
h4 | |||
{ | |||
font-size:120%; | |||
font-family: 'Arvo', serif; | |||
margin-bottom:-2px; | |||
} | |||
.youtube | |||
{ | |||
width:100%; | |||
border: 2px solid black; | |||
float:left; | |||
margin-right:0.875%; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.statuslog | |||
{ | |||
width:100%; | |||
border: 2px solid black; | |||
float:left; | |||
max-height:244px; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.taskboard | |||
{ | |||
height:350px; | |||
width:100%; | |||
border:2px solid black; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.controlpanel | |||
{ | |||
border:2px solid black; | |||
height:354px; | |||
width:100%; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
</style> | |||
</head> | |||
<br style="clear:both" /> | |||
<div height="320px"> | |||
<div class="headercontainer"> | |||
<h4> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('https://docs.google.com/drawings/d/1lp3fTsiTzLC-xO4m9EaBOvXCJwGIo9Zt9vi0tYAw2S4/edit', | |||
'windowname2', | |||
'width=800, \ | |||
height=600, \ | |||
directories=no, \ | |||
location=no, \ | |||
menubar=no, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=no, \ | |||
toolbar=no'); | |||
return false;" title="OSE Systems Diagram">OSE Systems Diagram</a> | |||
</h4> | |||
<div class="fluidcontainer"> | |||
<div class="fluidWrapper"> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('https://docs.google.com/drawings/d/1lp3fTsiTzLC-xO4m9EaBOvXCJwGIo9Zt9vi0tYAw2S4/edit', | |||
'windowname2', | |||
'width=800, \ | |||
height=600, \ | |||
directories=no, \ | |||
location=no, \ | |||
menubar=no, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=no, \ | |||
toolbar=no'); | |||
return false;" title="Systems Engineering Breakdown Diagram (SEBD)"> | |||
<img height="320px" src="https://docs.google.com/drawings/pub?id=1lp3fTsiTzLC-xO4m9EaBOvXCJwGIo9Zt9vi0tYAw2S4&w=960&h=720" border="0"></a> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="headercontainer"> | |||
<h4> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('http://www.youtube.com/user/marcinose', | |||
'windowname2', | |||
'width=700, \ | |||
height=800, \ | |||
directories=no, \ | |||
location=no, \ | |||
menubar=no, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=no, \ | |||
toolbar=no'); | |||
return false;" title="Video Log">Video Log</a> | |||
</h4> | |||
<div class="youtube"> | |||
<div class="fluidWrapper"> | |||
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0"width="430.76" height="242" type="text/html" src="https://www.youtube.com/embed/qRYacJW77Gs?autoplay=0&fs=1&iv_load_policy=3&showinfo=0&rel=0&cc_load_policy=0&start=0&end=0"><div></div></iframe> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="headercontainer"> | |||
<h4> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('https://docs.google.com/presentation/d/1xAlAslbR0N6A3qcufc_w8TCtCNvMnER3fK6mM2egVvw/edit#slide=id.g5c3be0ce2d_1_28', | |||
'windowname2', | |||
'width=1800, \ | |||
height=900, \ | |||
directories=no, \ | |||
location=yes, \ | |||
menubar=yes, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=yes, \ | |||
toolbar=yes'); | |||
return false;" title="Visual Commits">Visual Commits</a> | |||
</h4> | |||
<div class="fluidcontainer"> | |||
<div class="fluidWrapper"> | |||
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSxRkCpG2fojF8j7l4o0tFgxLTFnImejnMQGWahOSW0hkiGfkCn4TUaM-0eahbqHoTc4TxA-9KLncEB/embed?start=false&loop=false&delayms=3000" frameborder="0" width="560" height="730" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<br style="clear:both" /> | |||
<div class="headercontainer"> | |||
<h4 style="display:inline;"> | |||
<a href="https://docs.google.com/spreadsheet/">Some spreadsheet</a></h4> | |||
</h4> | |||
<div class="controlpanel"> | |||
<iframe width='100%' height='350' frameborder='0' src='https://docs.google.com/presentation/d/1xAlAslbR0N6A3qcufc_w8TCtCNvMnER3fK6mM2egVvw&output=html&widget=true'></iframe> | |||
</div> | |||
</div> | |||
<div class="headercontainer"> | |||
<h4 style="display:inline;"> | |||
<a href="https://docs.google.com/document/">Some document</a></h4> | |||
</h4> | |||
<div class="controlpanel"> | |||
<iframe width='100%' height='350' frameborder='0' src='https://docs.google.com/document/&output=html&widget=true'></iframe> | |||
</div> | |||
</div> | |||
<br style="clear:both" /> | |||
</p> | |||
</html> |
Revision as of 19:46, 27 March 2020
{{{0}}} Development Template=
Description | Link to Work Product | % | |
---|---|---|---|
DESIGN | |||
1 | Requirements + Value Proposition | [[{{{0}}} Requirements + Value Proposition]] | {{{1}}} |
2 | Industry_Standards | [[{{{0}}} Industry Standards]] | {{{2}}} |
3 | Conceptual Design | [[{{{0}}} Conceptual Design]] | {{{3}}} |
4 | Module Breakdown | [[{{{0}}} Module Breakdown]] | {{{4}}} |
5 | 3D CAD | [[{{{0}}} 3D CAD]] | {{{5}}} |
6 | Calculations | [[{{{0}}} Calculations]] | {{{6}}} |
7 | Electronics Design | [[{{{0}}} Electronics Design]] | {{{7}}} |
8 | Wiring and Plumbing | [[{{{0}}} Wiring and Plumbing]] | {{{8}}} |
9 | Software | [[{{{0}}} Software]] | {{{9}}} |
BILL OF MATERIALS | |||
10 | BOM | [[{{{0}}} BOM]] | {{{10}}} |
11 | vBOM | [[{{{0}}} vBOM]] | {{{11}}} |
12 | CAM Files | [[{{{0}}} CAM Files]] | {{{12}}} |
13 | Cut List | [[{{{0}}} Cut List]] | {{{13}}} |
BUILD | |||
14 | Build Instructions | [[{{{0}}} Build Instructions]] | {{{14}}} |
15 | Fabrication Drawings | [[{{{0}}} Fabrication Drawings]] | {{{15}}} |
16 | Exploded Part Diagram | [[{{{0}}} Exploded Part Diagram]] | {{{16}}} |
17 | Production Engineering | [[{{{0}}} Production Engineering]] | {{{17}}} |
DATA COLLECTION | |||
18 | Build Pictures and Video | [[{{{0}}} Build Pictures and Video]] | {{{18}}} |
19 | Data Collection | [[{{{0}}} Data Collection]] | {{{19}}} |
20 | Future Work | [[{{{0}}} Future Work]] | {{{20}}} |
Usage
Pass in 0 parameters to show zero completion. Change these up to 10 for 0-10 completion.
The 0th parameter is the name of the development module that is being developed.
The following: {{Devtemplate|0=New Dev Project|1=0|2=0|3=0|4=0|5=0|6=0|7=0|8=0|9=0|10=0|11=0|12=0|13=0|14=0|15=0|16=0|17=0|18=0|19=0|20=0}}
Produces: New Dev Project Development Template=
Dashboard
X Collaboration Dashboard
Dashboard
X Collaboration Dashboard