People
Log-in
|
Register
|
About
:
People
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
People
Hide Line numbers
1: 1 The Jadex Team 2: 3: There are several people involved in the Jadex system who are shortly presented here. 4: 5: #set($hql = ", BaseObject as obj where obj.name=doc.fullName and obj.className=’XWiki.XWikiUsers’ order by doc.creationDate asc") 6: #set($users = $xwiki.searchDocuments($hql)) 7: #if($users.size()>0) 8: <table class="references" border="0" cellspacing="20"> 9: #foreach($user in $users) 10: #set($userdoc = $xwiki.getDocument($user)) 11: #if($userdoc.jadex_role!= "" && !$userdoc.jadex_role.toLowerCase().startsWith("former ")) 12: <tr> 13: <td><strong>$userdoc.first_name $userdoc.last_name, $userdoc.jadex_role</strong></td> 14: <td rowspan="2"> 15: #if($userdoc.avatar != "") 16: <img src="$userdoc.getAttachmentURL($userdoc.avatar)" alt="$userdoc.first_name $userdoc.last_name" class="photo"/> 17: #end 18: </td> 19: </tr> 20: <tr><td>$userdoc.get("comment")</td></tr> 21: #end 22: #* 23: #set($class = $userdoc.getObject("XWiki.XWikiUsers").xWikiClass) 24: #foreach($prop in $class.properties) 25: * $prop.prettyName ($prop.name) : $userdoc.display($prop.getName()) 26: #end 27: *# 28: #end 29: </table> 30: #else 31: No users. 32: #end 33: 34: 35: 36: 1 Former project members 37: <table border="0" cellspacing="20" class="references"> 38: <tbody> 39: 40: 41: #if($users.size()>0) 42: #foreach($user in $users) 43: #set($userdoc = $xwiki.getDocument($user)) 44: #set($class = $userdoc.getObject("XWiki.XWikiUsers").xWikiClass) 45: #if($userdoc.jadex_role.toLowerCase().startsWith("former")) 46: <tr> 47: <td><strong>$userdoc.first_name $userdoc.last_name, $userdoc.jadex_role.substring(7)</strong></td> 48: <td rowspan="2"> 49: #if($userdoc.avatar != "") 50: <img src="$userdoc.getAttachmentURL($userdoc.avatar)" alt="$userdoc.first_name $userdoc.last_name" class="photo"/> 51: #end 52: </td> 53: </tr> 54: <tr><td>$userdoc.get("comment")</td></tr> 55: #end 56: #end 57: #end 58: 59: 60: <tr> 61: <td> 62: *Manuel Orben, graduating student* 63: </td> 64: <td rowspan="2">{image:manuel.jpg}</td> 65: </tr> 66: <tr> 67: <td> 68: 69: Manuel studies computer science at the University of Hamburg and 70: helps to enhance Jadex. He is concerned with agent interaction and 71: communication. Currently he is integrating an Enterprise Service Bus 72: into Jadex in order to amplify its communicational abilities, including 73: a new tool for transport management and testing. 74: 75: </td> 76: </tr> 77: 78: <tr> 79: <td> 80: *Christian Poulter, graduating student* 81: </td> 82: <td rowspan="2">{image:christian.jpg}</td> 83: </tr> 84: <tr> 85: 86: <td> 87: [Christian>http://www.poulter.de/] is a student of computer science at the University of Hamburg. 88: Within his diploma thesis he designs a group model using ideas like 89: joint intentions or the AGR model. This will allow the developer of 90: multi-agent systems to arrange several agents into teams and control 91: their interactions in an explicit way. The advantage of this approach 92: is an additional layer, which abstracts from implementation details of 93: the involved agents. 94: </td> 95: </tr> 96: 97: <tr> 98: <td> 99: *Sebastian Koppehel, graduating student* 100: </td> 101: <td rowspan="2">{image:koppehel.jpg}</td> 102: </tr> 103: <tr> 104: <td> 105: Sebastian is a student of computer science at the University of 106: Hamburg. In his diploma thesis he is looking at multi-agent simulation 107: with a special focus on simulation frameworks and simulated 108: environments. He plans to build an environment for simulation 109: scenarios based on the groundwork of Hinnerk Gildhoff. 110: </td> 111: </tr> 112: 113: <tr> 114: <td> 115: *Rüdiger Leppin* 116: </td> 117: <td rowspan="2">{image:ruediger.jpg}</td> 118: </tr> 119: <tr> 120: <td> 121: Rüdiger is a student of computer science at the University of Hamburg. His 122: current research objective is the visualisation and debugging of distributed 123: multi-agent systems. As a developer of the Jadex 124: project, he was responsible for the design and implementation of the Logger 125: agent. Also, he has developed the Jadexdoc agent documentation tool, which is similar to Javadoc. 126: </td> 127: </tr> 128: 129: <tr> 130: <td> 131: *Hinnerk Gildhoff* 132: </td> 133: <td rowspan="2">{image:hinnerk.jpg}</td> 134: </tr> 135: <tr> 136: <td> 137: As an assisting student helping to enhance Jadex, Hinnerk 138: has been working in the context of the MedPAge project, 139: which investigates agent-based coordination strategies for 140: hospital management. In course of writing his diploma thesis 141: he is currently conceiving a simulation framework to be used 142: as alternative Jadex execution environment. 143: </td> 144: </tr> 145: 146: <tr> 147: <td> 148: *Andrzej Walczak* 149: </td> 150: <td rowspan="2">{image:andrzej.jpg}</td> 151: </tr> 152: <tr> 153: <td> 154: Andrzej recently finished his diploma thesis concerning BDI agents and AI planning techniques, 155: in which he integrated a planning component into Jadex. He also implemented the 156: tracer tool for visualizing execution traces of agent systems, as well 157: as a web-bridge for using Jadex agents in Servlet-based web applications 158: and the nuggets codec for fast and efficient XML encoding of Java objects. 159: </td> 160: </tr> 161: 162: <tr> 163: <td> 164: *Sven Linstaedt* 165: </td> 166: <td rowspan="2">{image:svensmall.jpg}</td> 167: </tr> 168: <tr> 169: <td> 170: Sven has finished his diploma thesis, which focused on integrating Jadex 171: with approved middleware. He implemented a prototype of a J2EE-compliant adapter for Jadex, 172: such that agents can be deployed at any application server. 173: The main goals of the solution is to to enhances Jadex with business critical, non-functional aspects 174: like persistence, scalability and consistency of agents. 175: </td> 176: </tr> 177: 178: <tr> 179: <td> 180: *Afriyie Adwiraah* 181: </td> 182: <td rowspan="2">{image:afriyiesmall.jpg}</td> 183: </tr> 184: <tr> 185: <td> 186: Afriyie has studied computer science at the University of Hamburg. 187: In her diploma thesis, she examined how BDI agents can be helpful for information retrieval on the www. 188: She has built an application, where a population of autonomus agents is used for retrieving and classifying 189: scientific documents using a Latent Semantic Indexing based classifier. 190: </td> 191: </tr> 192: 193: <tr> 194: <td> 195: *Tobias Blasche* 196: </td> 197: <td rowspan="2">{image:tobias.jpg}</td> 198: </tr> 199: <tr> 200: <td> 201: Tobias has studied computer science at the University of Hamburg. 202: In his diploma thesis he was working on goal deliberation 203: mechanisms in BDI agents. Therefore, he concentrated on evolving 204: interferences in goal relationships ranging from negative to positive 205: ones. Besides his theoretical work he implemented a goal 206: deliberation mechanism for the Jadex system. 207: </td> 208: </tr> 209: 210: <tr> 211: <td> 212: *Kai Kinne* 213: </td> 214: <td rowspan="2">{image:kai.jpg}</td> 215: </tr> 216: <tr> 217: <td> 218: Kai was a student of computer science at the University of Hamburg. 219: His diploma thesis aimed to supporting the creation of BDI plans for agent 220: platforms like Jadex using a CASE-Tool. He devised a graphical visualisation of plans 221: and a tool to generate plan-code from visual plan models. 222: </td> 223: </tr> 224: 225: <tr> 226: <td> 227: *Alexander Scheibe* 228: </td> 229: <td rowspan="2">{image:alexS.jpg}</td> 230: </tr> 231: <tr> 232: <td> 233: Alexander has studied informatics at the University of Hamburg. In his 234: diploma thesis he designed an execution environment for FIPA protocols specified in XML. 235: This environment enables the programmer to reuse certain 236: fragments of code for different protocols and protocol instances and for 237: different agent platforms. 238: </td> 239: </tr> 240: 241: <tr> 242: <td> 243: *Henry Becker* 244: </td> 245: <td rowspan="2">{image:henry.jpg}</td> 246: </tr> 247: <tr> 248: <td> 249: Henry has studied computer science at the University of Hamburg. The 250: principal topic of his diploma thesis was the metamodelling 251: of BDI-agents. This work supplements the jadex project with a tool-based 252: modelling environment. 253: </td> 254: </tr> 255: 256: <tr> 257: <td> 258: *Mathias Harbeck* 259: </td> 260: <td rowspan="2">{image:mathias.jpg}</td> 261: </tr> 262: <tr> 263: <td> 264: Mathias has studied computer science at the University of Hamburg. He 265: has finished his diploma thesis about BDI agents on mobile devices and has 266: ported Jadex to the J2ME platform. 267: </td> 268: </tr> 269: 270: </tbody> 271: </table> 272:
Search
Navigation
About
Contact
Features
News
Overview
People
Download
Add Ons
Available Packages
License
Internal
Meetings
Thesis Abstracts
Thesis Topics
Usages
Examples
Projects
Resources
Agent Companies
Build Process
FAQ
Get Involved
Online Documentation
Publications
Teaching
Links
Agent Companies
Agent Platforms
Agent Simulation Toolkits
Users Currently Online
Guests online: 28
View Registered Users
Quick Links
Download Jadex
Browse Documentation
Read Latest News
Get Involved
SourceForge.net Page