-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvirtual_cafes.html
More file actions
77 lines (73 loc) · 3.49 KB
/
virtual_cafes.html
File metadata and controls
77 lines (73 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
title: Virtual Cafés
permalink: virtual_cafe
---
<div class="jumbotron pt-3 pb-3 text-center">
<div class="col-lg-9 offset-1 offset-sm-1 offset-md-2 offset-lg-2 offset-xl-2">
<div class="row">
<div class="col-lg-8 mt-5 pt-2">
<h1>About Virtual World Cafés</h1>
</div>
<div class="col-lg-3">
<img src="{{site.url}}{{site.baseurl}}/assets/img/robustscience-logo.png" width="150em"/>
</div>
</div>
</div>
</div>
<div class="col-sm-8 col-md-8 col-lg-8 offset-1 offset-sm-1 offset-md-2 offset-lg-2 offset-xl-2">
<div class="row">
<div class="col-lg-6">
<p><strong>One virtual platform: Virtual World Cafés supported by Mural</strong></p>
<p>
A Virtual World Café (VWC) is an online event that fosters knowledge sharing and creates opportunities
for actions. VWC participants are distributed across several breakout sessions, with participants
switching sessions periodically and getting introduced to the previous discussion at their new session
by a session lead.
</p>
<p>
<a href="http://mural.co" target="_blank">Mural</a> is a browser-based interface supporting virtual
discussions.
</p>
<p>
Our Virtual World Cafés will engage both the science and engineering communities to share knowledge and
define new collaboration opportunities through structured discussions hosted on Mural.
</p>
</div>
<div class="col-lg-6">
<p><strong>Three Virtual World Cafés for three Cohorts</strong></p>
<ul>
<li><i class="fas fa-map-marker" style="color: #565A6A"></i> <a href="/virtual_cafe/one">Virtual World
Café 1</a>: Users and scientists working with high-throughput scientific applications
</li>
<li><i class="fas fa-map-marker" style="color: #4B84C5"></i> <a href="/virtual_cafe/two">Virtual World
Café 2</a>: Developers and testers working on hardware and software systems
</li>
<li><i class="fas fa-map-marker" style="color: #B5C656"></i> <a href="/virtual_cafe/three">Virtual World
Café 3</a>: Trainers and educators working with workforce development
</li>
</ul>
<p>
Each Virtual World Café discusses current state of the practice and future roadmaps with the targeted
cohort.
</p>
</div>
<div class="col-lg-12">
<p><strong>Feedback Opportunities</strong></p>
<p>
This project needs your feedback and there are 3 ways that you can contribute:
</p>
<ol>
<li><strong>Before the VWC:</strong> On the website there is a form available, per cafe, where you
can provide use cases for the session in relation to the topic question.
</li>
<li><strong>At the VWC:</strong> Contribute to the MURAL design-thinking application tool during
and after the session.
</li>
<li><strong>After the VWC:</strong> Complete the post-workshop survey designed by the Assessment
Team.
</li>
</ol>
</div>
</div>
</div>