From version 34.1
edited by Andrea Omicini
on 10/08/2021 03:38
Change comment: There is no comment for this version
To version 23.1
edited by Andrea Omicini
on 10/08/2021 03:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 1.0
Content
... ... @@ -1,79 +1,78 @@
1 -{{include document="Main.MacroSheet"/}}{{include document="Publications.MacroSheet"/}}{{include document="Theses.MacroSheet"/}}{{include document="MoK.MacroSheet"/}}
1 +#includeMacros("Main.MacroSheet")#includeMacros("Publications.MacroSheet")#includeMacros("Theses.MacroSheet")#includeMacros("MoK.MacroSheet")
2 2  
3 ->{{velocity}}#moklong(){{/velocity}} ({{mok/}} for short) is a model for knowledge self-organisation, exploiting the biochemical metaphor for its basic abstractions, and biochemical coordination as its coordination model.
4 ->As far as the basic #mok() abstractions are concerned, in {{mok/}} knowledge //atoms// are generated by knowledge sources in shared spaces – //compartments// –, self-aggregate to shape knowledge //molecules//, and autonomously move toward knowledge consumers, whose actions (either epistemic or not) are represented as //enzymes//.
5 ->As far as the {{mok/}} computational model is concerned, {{mok/}} features biochemical tuple spaces for the creation, aggregation, diffusion and consumption of knowledge atoms and molecules.
3 +<div id="main-view" style='float:left;width:77%;'>
6 6  
7 -== Contact ==
5 +1 #moklong()
8 8  
9 -* [[Stefano Mariani>>StefanoMariani.WebHome]] [[[Mail>>mailto:s.mariani@unibo.it]]]
10 -* [[Andrea Omicini>>AndreaOmicini.WebHome]] [[[Mail>>mailto:andrea.omicini@unibo.it]]]
7 +#moklong() (#mok() for short) is a model for knowledge self-organisation, exploiting the biochemical metaphor for its basic abstractions, and biochemical coordination as its coordination model.
11 11  
12 -== Technology ==
9 +As far as the basic #mok() abstractions are concerned, in #mok() knowledge ~~atoms~~ are generated by knowledge sources in shared spaces &mdash; ~~compartments~~ &mdash;, self-aggregate to shape knowledge ~~molecules~~, and autonomously move toward knowledge consumers, whose actions (either epistemic or not) are represented as ~~enzymes~~.
13 13  
14 -Current {{mok/}} implementations are based on the [[{{tucson/}}>>http://tucson.unibo.it]] coordination technology.
11 +As far as the #mok() computational model is concerned, #mok() features biochemical tuple spaces for the creation, aggregation, diffusion and consumption of knowledge atoms and molecules.
12 +
13 +1.1 Contact
14 +
15 +* [Stefano Mariani|StefanoMariani.WebHome] \[[Mail | mailto:s.mariani@unibo.it]\]
16 +* [Andrea Omicini | AndreaOmicini.WebHome] \[[Mail | mailto:andrea.omicini@unibo.it]\]
17 +
18 +1.1 Technology
19 +
20 +Current #mok() implementations are based on the [#tucson() | http://tucson.unibo.it] coordination technology.
15 15  Since they are used for tests and experiments, they are not publicly available, yet.
16 16  
17 -== Main links ==
23 +1.1 Main URLs
18 18  
19 -* [[{{mok/}} on #apice()>>http://mok.apice.unibo.it]]
20 -* [[{{mok/}} on FaceBook>>http://www.facebook.com/MoleculesOfKnowledge]]
25 +* #mok() on #apice() <<tt>http://mok.apice.unibo.it</tt>>
26 +* #mok() on FaceBook <<tt>http://www.facebook.com/MoleculesOfKnowledge</tt>>
27 +* #mok() on <a href="https://plus.google.com/112442088826421613805" rel="publisher">Google+</a> <<tt>http://plus.google.com/112442088826421613805</tt>>
21 21  
22 -== Main {{mok/}} Sources ==
29 +1.1 About #mok()
23 23  
24 -=== Books ===
31 +1.1.1 Books
25 25  
26 -{{velocity}}
27 -* #pubATVinline('MokBookSpringer2016')
28 -{{/velocity}}
33 +* #pubATVinline('MokBookSpringer2016')
29 29  
30 -=== Papers ===
31 31  
32 -==== Foundations ====
36 +1.1.1 Papers
33 33  
34 -{{velocity}}
38 +1.1.1.1 Foundations
39 +
35 35  #set($mokPaperlist = ['MokDcaiia2012','MokIdc2012'])
36 36  #foreach($mokPaper in $mokPaperlist)
37 37  * #pubATVinline($mokPaper)
38 38  #end
39 -{{/velocity}}
40 40  
41 -==== Social action ====
45 +1.1.1.1 Social action
42 42  
43 -{{velocity}}
44 44  #set($mokPaperlist = ['MokAisb2013','MokAiia2015'])
45 45  #foreach($mokPaper in $mokPaperlist)
46 46  * #pubATVinline($mokPaper)
47 47  #end
48 -{{/velocity}}
49 49  
50 -==== Expressiveness ====
51 -
52 -{{velocity}}
52 +1.1.1.1 Expressiveness
53 53  #set($mokPaperlist = ['MokFocas2014','MoKParamEngWoa2013'])
54 54  #foreach($mokPaper in $mokPaperlist)
55 55  * #pubATVinline($mokPaper)
56 +
56 56  #end
57 -{{/velocity}}
58 58  
59 -==== {{mok/}}-News ====
60 -
61 -{{velocity}}
59 +1.1.1.1 #mok()-News
62 62  #set($mokPaperlist = ['MokSasow2012'])
63 63  #foreach($mokPaper in $mokPaperlist)
64 64  * #pubATVinline($mokPaper)
63 +
65 65  #end
66 -{{/velocity}}
67 67  
68 -=== Theses ===
66 +1.1.1 Theses
69 69  
70 -{{velocity}}
71 71  #set($mokThesislist = ['KnowledgemoleculesMariani2011','OcchiutoMok2012'])
72 72  #foreach($mokThesis in $mokThesislist)#set($mokThesisDoc = $xwiki.getDocument("Theses.$mokThesis"))
73 -* [[$mokThesisDoc.getValue('title')>>Theses.$mokThesis]]
70 +* [$mokThesisDoc.getValue('title')|Theses.$mokThesis]
74 74  #end
75 -{{/velocity}}
76 76  
77 -=== Student Projects ===
73 +1.1.1 Student Projects
78 78  
79 -* [[RSS-based sources of knowledge in MoK-News>>http://apice.unibo.it/xwiki/bin/view/Courses/SdLm1213Projects-RSSMoK]]
75 +* [RSS-based sources of knowledge in MoK-News | http://apice.unibo.it/xwiki/bin/view/Courses/SdLm1213Projects-RSSMoK]
76 +
77 +</div>
78 +

ReSpecT    TuCSoN