260 likes | 593 Views
STUDENT EXCHANGE PROGRAM . in Intelligent Computer Systems SEPICS Project Presented by Emmanouil Sinadinakis. CONTENT. Presentation of the student Presentation of the HERON laboratory Reasons for choosing SEPICS project My mission during this internship Internship project
E N D
STUDENT EXCHANGE PROGRAM in Intelligent Computer Systems SEPICS Project Presented by Emmanouil Sinadinakis
CONTENT • Presentation of the student • Presentation of the HERON laboratory • Reasons for choosing SEPICS project • My mission during this internship • Internship project • Goals to achieve • Questions
PRESENTATION OF STUDENT EmmanouilSinadinakis • Undergraduate student of Applied Informatics and Multimedia Department, TEI of Crete. • Member of European project entitled GUARANTEE (Guardian Angel For The Extended Home Environment)
PRESENTATION OF THE LABORATORY University of Montreal (Universite de Montreal) • Computer Science Department Research interests of the HERON Laboratory • Intelligent Tutoring Systems (ITS) • Artificial Intelligence • Human-computer interaction • Emotional Intelligence • Program Supervisor: Claude Frasson / Professor / Director of the HERON laboratory • My Supervisor: Pierre Chalfoun / Doctorate candidate • EU Supervisor: George Papadourakis, TEI of Crete
REASONS FOR CHOOSING SEPICS • University of Montreal is an excellent chance that was offered to me for studying abroad • Developing my knowledge • Opportunity to be a member of a new project • Experience Canadian culture and lifestyle
MY MISSION DURING THIS INTERNSHIP • Implementation of a real-time Multi-Agent architecture essential for the construction of an Intelligent learning System. • Achievements until now Following an agent methodology (TROPOS) and using an agent platform (JADE) in JAVA in a Windows environment using Eclipse • Conceiving key tasks regarding database connectivity and user modeling • Achievements until now Create, modify and search an XML file in JDOM using Java language to create the learner model
INTERNSIP PROJECTS SO FAR • Intelligent tutoring system architecture • Agent Environment in the JADE platform • Example of a JADE application • Modeling learners with XML
AGENT ENVIRONMENT AGENTS ARE: • Autonomous • Proactive • Social
JADE PLATFORM • JADE (Java Agent Development Framework) is a software framework to develop agent-based applications.
III. EXAMPLE OF A JADE APPLICATION OFBUYER & SELLER AGENT TAOM4E, a tool for working TROPOS methodology in Eclipse
GOALS OF A SELLER AGENT Goals to achieve by a Seller Agent • Register in Yellow Page • Add books • Update Catalogues of Books • Propose Offers • Sell Required Book
RUN A SELLER AGENT • Cmd:java –classpath .\lib\jade.jar;.\bin\ jade.Boot –container Seller1:bookTrading.BookSellerAgent
GOALS OF A BUYER AGENT Goals to achieve by a Buyer Agent • Submit book title • Acquire list of Seller Agents from Yellow Page • Choose the best price • Buy book
RUN A BUYER AGENT • Cmd: java –classpath .\lib\jade.jar;.\bin\ jade.Boot –container Buyer1: bookTrading.BookBuyerAgent (RING)
IV. Modeling learners with XML • Create an XML File in JDOM using JAVA • Modify an XML File in JDOM using JAVA • Filtering an XML File in JDOM using JAVA (search for specific data)
GOALS LEFT TO ACHIEVE Based on the presented JADE example: • Implementing the Database agent in the ITS • Implementing the Expert agent in the ITS • Implementing the curriculum agent with the rest • Implementing the Tutor and Learner Agent • Integrate changes with the interface
TROPOS METHODOLOGY OF MY EXAMPLE (TAOM4E Tool) • Buyer and Seller Agent