|
Date & Duration |
2-1-2005 2~4pm |
|
Location |
RESCUE office |
|
Members present |
Qi, Alex, Jonathan, Vidya, Chris, Ali, Thomas, Earth, Sharad, Nalini |
|
Main Task |
1. Minute assignment
and tasks division |
|
Activities |
1. Minutes assignment:
2. IT
Solutions integration: 2.1
Data collection: this part deals with localization of people, in
particular techniques using GSM, Wi-fi and Bluetooth connectivity are
being investigated. At the moment it's not so clear how to integrate this
component in the context of the simulator. 2.2 Data dissemination: the research problem has the objective to find the best dissemination plan given agents, devices and communication channels. The model is constituted by a graph, where agents are nodes and communication channels are links. It's important in this context the concept of reliability, associated with both communication channels and devices. This component is a black box and the desire is to plug-in it into the simulator to be tested with it. 3.
Next steps: 3.1
Add some semantic to maps, that means another layer to the simulator. This
process can begin translating the current map
representation into a rooms/doors representation, according
to the original design (that now is frozen for the first
release) 3.2
Add interactions between agents: for example a Floor Warden could tell
some people how to evacuate, and they have to
move according to his instructions. 3.3
Try to combine simulation with reality (this is a future activity); for
example we can think at a real Floor Warden (say Chris) giving
instructions about evacuations. The role of sensors in this case is to
understand what the Floor Warden is doing and to interpret his
actions; how this can be translated into a simulated scenario? Thinking at
implementation this shouldn't be a big issue: as the original design
shows, the scenario generator is something separated from the simulator,
so different scenarios can be incorporated into the same simulation
logic. 3.4 The first release of the simulator should be ready in 15-20 days, and the objective is to build a system where users can start simulations over any map represented by a .gif file. Many research papers can be generated from all these challenges. 4.
Tasks division:
|
| To Do | Do what is defined in Task division |
|
Date & Duration |
1-25-2005 3~5pm |
|
Location |
RESCUE office |
|
Members present |
Chris, Vidya, Alex, Jonathan, Thomas, Ali, Qi |
|
Main Task |
1, Discuss different agent models during a crisis evacuation 2, Show the code for the demo |
|
Activities |
1, Evacuation procedures from EHS fire safety site. 1.1 What to do if there is a fire?
1.2 R.A.C.E. (Rescue Alert Confine Extinguish)
1.3 There are some questions regarding current evacuation procedures - specific questions are related to information about assembly area, fire alarms in buildings, role of building coordinator and zone captain, more information needed. 2. Possible test cases for information dissemination and information collection 2.1 Information dissemination:
Information collection
3. Current Demo http://www.itr-rescue.org/simulator/Simeva_0_1.exe Code base is in the CVS server. |
| To Do | 1,Schedule meeting with Linda Bogue to get more
information about evacuation procedures - Chris
and Vidhya
|
|
Date & Duration |
1-18-2005 |
|
Location |
RESCUE office |
|
Members present |
Chris, Sharad, Alex, Jonathan, Thomas, Ali, Qi |
|
Main Task |
|
|
Activities |
Qi did a presentation on the overal design of the project. |
| To Do |
|
Date & Duration |
1-13-2005 |
|
Location |
RESCUE office |
|
Members present |
Alex, Jonathan, Thomas, Ali, Qi |
|
Main Task |
|
|
Activities |
1, everybody present the interface design for different classes - Agent (Jonathan) - Map/Location/Information (Alex / Ali) - Sensors (Thomas) - Simulation (Qi) - Communication Media (Vidya) 2, integration of class diagram design 3, detailed sequence diagram 4, discussion In today's simulator meeting, we have discussed the following issues: 1, CVS server set up host: rescue15.ics.uci.edupath: c:\cvsroot\NEW (I changed it!!) username: alex passwd : ******** (or you can email me your unique username/passwd and I'll create one for you) protocol : pserver cvs toturial : http://www.cvsnt.org/ wiki/InstallationTips cvs client : wincvs, tortoiseCvs, eclipse(java development environment with cvs client integrated) 2, System architecture design (2a) the data structure to store the maps/Rooms/Doors (2b) models to compute evacuation plan, minmax flow model, shortest path model (2c) representation of people's location (2d) representation of Information exchange in the simulator. We agreed on Information class should define a updateKnowledge(Agent a) method which modify an agent's knowledge. In the initial version, we plan to implement MapInformation, a sub class of Information. A MapInformation class contains a map and it will try to merge two maps during updateKnowledge process. (2e) During decision-making process, an agent will o decide what type of action should be performed. Only Move/Wait in version 1. o if Move, use predefined models to analyze the knowledge in his collection and return the next Door d o Move to Door d o if successful, update location; otherwise, Wait. (due to constrains) 3, Class Diagram design UML toturial : just search "uml toturial" on google! 4, Assignment. |
| To Do |
|
Date & Duration |
1-10-2005 11am~1pm |
|
Location |
RESCUE office |
|
Members present |
Alex, Jonathan, Thomas, Ali, Qi |
|
Main Task |
1, Discuss different agent models during a crisis evacuation 2, Show the code for the demo |
|
Activities |
1, CVS server set up 2, System architecture design 3, Class Diagram design (using UML) 4, Testing Plan 5, Project timeline |
| To Do |