X 2020: Difference between revisions
Jump to navigation
Jump to search
(38 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=About= | =About= | ||
We are creating a dashboard/control center for 100+ people collaborating over the [ | We are creating a dashboard/control center for 100+ people collaborating over the [https://www.opensourceecology.org/summer-x-2020/ Summer of Extreme Design-Build] program. The ideas is to facilitate building upon everyone's contributions. | ||
=Participants= | =Participants= | ||
[[Marcin Log]] - [[Benoit Log]] - [[Daniel Log]] - [[ | '''Team (13 ppl):''' [[Marcin Log]] - [[Benoit Log]] (mth 1-3) - [[Daniel Log]] - [[Kienle Log]] (mth 1) - [[Jeff Log]] - [[Jessica Log]] - [[Catarina Log]] - [[Gabe Log]] - [[Michel Log]] (mth 1) - [[William Log]] (mth 1) - [[Chris Log]] (mth 1) - [[Gary Log]] - [[Tom Log]] | ||
=X Collaboration Dashboard= | vi=X Collaboration Dashboard= | ||
<html> | <html> | ||
<head> | <head> | ||
Line 61: | Line 61: | ||
-moz-box-sizing: border-box; | -moz-box-sizing: border-box; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
max-height: | max-height:342px; | ||
} | } | ||
Line 251: | Line 251: | ||
<div class="headercontainer"> | <div class="headercontainer"> | ||
<h4> | <h4> | ||
<a href="javascript: void(0)" | <a href="javascript: void(0)" | ||
onclick="window.open('https://docs.google.com/presentation/d/ | onclick="window.open('https://docs.google.com/presentation/d/1xAlAslbR0N6A3qcufc_w8TCtCNvMnER3fK6mM2egVvw/edit#slide=id.g5c3be0ce2d_1_28', | ||
'windowname2', | 'windowname2', | ||
'width= | 'width=1800, \ | ||
height= | height=900, \ | ||
directories=no, \ | directories=no, \ | ||
location= | location=yes, \ | ||
menubar= | menubar=yes, \ | ||
resizable=no, \ | resizable=no, \ | ||
scrollbars=1, \ | scrollbars=1, \ | ||
status= | status=yes, \ | ||
toolbar= | toolbar=yes'); | ||
return false;" title=" | return false;" title="Visual Commits">Visual Commits</a> | ||
</h4> | </h4> | ||
<div class="fluidcontainer"> | <div class="fluidcontainer"> | ||
<div class="fluidWrapper"> | <div class="fluidWrapper"> | ||
<iframe src="https://docs.google.com/presentation/embed? | <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> | ||
</div> | </div> | ||
</div> | </div> | ||
<br style="clear:both" /> | <br style="clear:both" /> | ||
Line 300: | Line 282: | ||
</html> | </html> | ||
=Onboarding Process= | |||
#[[Summer X Onboarding Survey]] | |||
#[https://docs.google.com/document/d/1QRTRaE3XyfGpnXeXQ1yFhaNppxYaGwqmceS0nm7zyS4/edit# Personal Build Wishlist] | |||
#*[[Summer X Wishlist Submissions]] | |||
=Organizational Links= | |||
# | |||
=Links= | =Links= | ||
#[[Summer X Flyer]] | |||
#[[Visual Commit Protocol]] | #[[Visual Commit Protocol]] | ||
#[[OSE Workshops FB Page]] | #[[OSE Workshops FB Page]] | ||
#[[ | #[[STEAM Camp Schedule]] | ||
#[[X Modules]] | |||
Latest revision as of 10:29, 14 September 2021
About
We are creating a dashboard/control center for 100+ people collaborating over the Summer of Extreme Design-Build program. The ideas is to facilitate building upon everyone's contributions.
Participants
Team (13 ppl): Marcin Log - Benoit Log (mth 1-3) - Daniel Log - Kienle Log (mth 1) - Jeff Log - Jessica Log - Catarina Log - Gabe Log - Michel Log (mth 1) - William Log (mth 1) - Chris Log (mth 1) - Gary Log - Tom Log
vi=X Collaboration Dashboard=