From version 20.1
edited by Andrea Omicini
on 11/12/2020 18:44
Change comment: There is no comment for this version
To version 25.1
edited by Andrea Omicini
on 10/08/2021 03:30
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.1

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -MoK
1 +MoK Home
Parent
... ... @@ -1,0 +1,1 @@
1 +Main.WebHome
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.1
Content
... ... @@ -1,47 +1,47 @@
1 -#includeMacros("Main.MacroSheet")#includeMacros("Publications.MacroSheet")#includeMacros("Theses.MacroSheet")#includeMacros("MoK.MacroSheet")
2 -<div id="main-view" style='float:left;width:77%;'>
1 +{{include document="Main.MacroSheet"/}}{{include document="Publications.MacroSheet"/}}{{include document="Theses.MacroSheet"/}}{{include document="MoK.MacroSheet"/}}
3 3  
4 -1 #moklong()
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
5 += #moklong() =
5 5  
6 6  #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.
7 -
8 -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~~.
9 -
8 +<p/>
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//.
10 +<p/>
10 10  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.
11 11  
12 -1.1 Contact
13 +== Contact ==
13 13  
14 -* [Stefano Mariani|StefanoMariani.WebHome] \[[Mail | mailto:s.mariani@unibo.it]\]
15 -* [Andrea Omicini | AndreaOmicini.WebHome] \[[Mail | mailto:andrea.omicini@unibo.it]\]
15 +* [[Stefano Mariani>>StefanoMariani.WebHome]] [[[Mail>>mailto:s.mariani@unibo.it]]]
16 +* [[Andrea Omicini>>AndreaOmicini.WebHome]] [[[Mail>>mailto:andrea.omicini@unibo.it]]]
16 16  
17 -1.1 Technology
18 +== Technology ==
18 18  
19 -Current #mok() implementations are based on the [#tucson() | http://tucson.unibo.it] coordination technology.
20 +Current #mok() implementations are based on the [[#tucson()>>http://tucson.unibo.it]] coordination technology.
20 20  Since they are used for tests and experiments, they are not publicly available, yet.
21 21  
22 -1.1 Main URLs
23 +== Main URLs ==
23 23  
24 -* #mok() on #apice() <<tt>http://mok.apice.unibo.it</tt>>
25 -* #mok() on FaceBook <<tt>http://www.facebook.com/MoleculesOfKnowledge</tt>>
26 -* #mok() on <a href="https://plus.google.com/112442088826421613805" rel="publisher">Google+</a> <<tt>http://plus.google.com/112442088826421613805</tt>>
25 +* #mok() on #apice() <##http://mok.apice.unibo.it##>
26 +* #mok() on FaceBook <##http://www.facebook.com/MoleculesOfKnowledge##>
27 +* #mok() on <a href="https:~//plus.google.com/112442088826421613805" rel="publisher">Google+</a> <##http://plus.google.com/112442088826421613805##>
27 27  
28 -1.1 About #mok()
29 +== About #mok() ==
29 29  
30 -1.1.1 Books
31 +=== Books ===
31 31  
32 32  * #pubATVinline('MokBookSpringer2016')
33 33  
35 +=== Papers ===
34 34  
35 -1.1.1 Papers
37 +==== Foundations ====
36 36  
37 -1.1.1.1 Foundations
38 -
39 39  #set($mokPaperlist = ['MokDcaiia2012','MokIdc2012'])
40 40  #foreach($mokPaper in $mokPaperlist)
41 41  * #pubATVinline($mokPaper)
42 42  #end
43 43  
44 -1.1.1.1 Social action
44 +==== Social action ====
45 45  
46 46  #set($mokPaperlist = ['MokAisb2013','MokAiia2015'])
47 47  #foreach($mokPaper in $mokPaperlist)
... ... @@ -48,30 +48,30 @@
48 48  * #pubATVinline($mokPaper)
49 49  #end
50 50  
51 -1.1.1.1 Expressiveness
51 +==== Expressiveness ====
52 +
52 52  #set($mokPaperlist = ['MokFocas2014','MoKParamEngWoa2013'])
53 53  #foreach($mokPaper in $mokPaperlist)
54 54  * #pubATVinline($mokPaper)
55 -
56 56  #end
57 57  
58 -1.1.1.1 #mok()-News
58 +==== #mok()-News ====
59 +
59 59  #set($mokPaperlist = ['MokSasow2012'])
60 60  #foreach($mokPaper in $mokPaperlist)
61 61  * #pubATVinline($mokPaper)
62 -
63 63  #end
64 64  
65 -1.1.1 Theses
65 +=== Theses ===
66 66  
67 67  #set($mokThesislist = ['KnowledgemoleculesMariani2011','OcchiutoMok2012'])
68 68  #foreach($mokThesis in $mokThesislist)#set($mokThesisDoc = $xwiki.getDocument("Theses.$mokThesis"))
69 -* [$mokThesisDoc.getValue('title')|Theses.$mokThesis]
69 +* [[$mokThesisDoc.getValue('title')>>Theses.$mokThesis]]
70 70  #end
71 71  
72 -1.1.1 Student Projects
72 +{{/html}}
73 +{{/velocity}}
73 73  
74 -* [RSS-based sources of knowledge in MoK-News | http://apice.unibo.it/xwiki/bin/view/Courses/SdLm1213Projects-RSSMoK]
75 +=== Student Projects ===
75 75  
76 -</div>
77 -
77 +* [[RSS-based sources of knowledge in MoK-News>>http://apice.unibo.it/xwiki/bin/view/Courses/SdLm1213Projects-RSSMoK]]

ReSpecT    TuCSoN