Changes for page Team Design Patterns

Last modified by Mathieu Jung-Muller on 2022/04/04 13:54

From version Icon 21.1 Icon
edited by Pierre Bongrand
on 2022/03/30 18:14
Change comment: There is no comment for this version
To version Icon 21.2 Icon
edited by Pierre Bongrand
on 2022/03/30 18:41
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,13 +1,32 @@
1 -===Definition of Design Pattern symbols===
1 +===Graphical Language Definition===
2 +
3 +
4 +
5 +In order to define our design pattern we needed to work from a graphical language baseline. Our graphical language definition is coming from J van Diggelen and M Johnson work [1].
6 +
2 2  {{html}}
8 +<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/directdp.png?rev=1.1" alt="Design Pattern Calendar" width="700"/>
9 +{{/html}}
3 3  
11 +The language model of van Diggelen et al. emphasises two important aspect of work, wether it is tangible or intangible work and how much it is related to the team goal. Below are the definition of both these concepts as they are explained in their paper [1].
4 4  
5 -In order to define our design pattern we needed to work from a baseline of symbols. Our definition of symbols are coming from J van Diggelen and M Johnson work [1].
13 +Physical and Cognitive work:
14 +* //Physical work// is any type of work that relates to manipulating tangible objects in the world.
15 +* //Cognitive work// is any type work that consists of mental or information processing activities.
6 6  
7 -[[image:directdp.png]]
17 +Direct, Indirect and Off-task work:
18 +* //Direct work// is any type of work that aims at reducing the distance to the team goal.
19 +* //Indirect work// is any type of work that aims at making the team more effective or efficient at achieving the team goal, but does not move the team closer to its goal.
20 +* //Off-task work// is any type of work that is unrelated to achieving the team goal and does not have the intention of improving team effectiveness.
21 +{{html}}
8 8  
23 +<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/scalabledp.png?rev=1.1" alt="Design Pattern Calendar" width="700"/>
24 +{{/html}}
9 9  
26 +
27 +
10 10  ===General Reminder Design Pattern===
29 +{{html}}
11 11  <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_generalreminder.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/>
12 12  {{/html}}
13 13  **Overview**
... ... @@ -49,5 +49,6 @@
49 49  <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_generalactivity.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/>
50 50  {{/html}}
51 51  
71 +[1]: van Diggelen, J., & Johnson, M. (2019, September). Team design patterns. In Proceedings of the 7th International Conference on Human-Agent Interaction (pp. 118-126).
52 52  
53 53