SlideShare a Scribd company logo
Virtual Learning Technologies, Bangor, Wales – October 2012
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




              Project IVY - Using Virtual Reality for
              Interpreter-mediated Communication and Training


                                        Panagiotis D. Ritsos1, Robert Gittins1 and Jonathan C. Roberts1


                                 School of Computer Science, Bangor University, UK - {p.ritsos, r.gittins, j.c.roberts}@bangor.ac.uk)




              Lifelong Learning Programme – Project 511862-LLP-2010-1-UK-KA3-KA3MP - The IVY project has been funded with support from the European
              Commission. This publication reflects the views only of the authors, and the Commission cannot be held responsible for any use which may be made
              of the information contained therein.
Presentation Outline

                                 To present purpose of project IVY – Interpreting in Virtual Environment and
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  the IVY Virtual Environment (IVY-VE)


                                 To present the strategic decisions, resulting design and implementation progress
                                  to date, towards the creation of a prototype


                                 To provide an overview of the main features of our prototype


                                 Comment on preliminary evaluation and pinpoint identified limitation


                                 To allow for discussion on future development
Ysgol Gwyddorau Cyfrifiadurol   The Project IVY Consortium
School of Computer Science




                                University of Surrey                               (UK)

                                Uniwersystet im. Adama Mickiewicza                 (Poland)

                                University of Cyprus                               (Cyprus)

                                Steinbeis GmbH & Co. KG für Technologiertransfer   (Germany)

                                Bangor University                                  (UK)

                                Eberhard Karls Universität Tübingen                (Germany)

                                Bar Ilan University                                (Israel)
Project IVY – Scope

                                 The rise of migration and multilingualism in Europe requires professional
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  interpreters in business, legal, medical and many other settings.


                                 Future interpreters need to master an ever broadening range of interpreting
                                  skills and scenarios – training for which is often difficult to achieve with
                                  traditional teaching methods.


                                 Project IVY employs 3D virtual world technology to create an educational
                                  space that supports the acquisition and application of skills required in
                                  interpreter-mediated communication.


                                 Project IVY uses existing interpreter resources – audio and video material from
                                  previous video conferencing research.
IVY VE – Requirements

                                 To provide an intuitive, easy to use interface within a Virtual World for
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  accessing multimedia material created for interpreting training and simulation.


                                 To allow easy scenario management by users who often are not experts in
                                  commuting (i.e., can not/should not write code)...


                                 … meaning the creation and modification of existing scenarios in terms of their
                                  multimedia content, requiring basic CRUD functionality.


                                 To enable limited dialogue and monologue synthesis, resulting in the
                                  enrichment of the corpora with different language combinations of existing
                                  scenarios.
IVY Virtual Environment (IVY-VE) in a nutshell

                                 A dedicated, adaptive 3D virtual environment for
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                   o interpreting students and
                                   o future clients of interpreters


                                 Supports range of virtual interpreting scenarios (e.g., ‘business meeting’) that can
                                  be run in different modes:
                                   o Interpreting (& Learning Activity) mode, where students can practice using
                                     dialogues and monologues
                                   o Exploration mode, where clients can learn about interpreting
                                   o Live interaction mode, where both groups can engage in role plays


                                 Uses multilingual video/audio-based content for interpreting scenarios, by
                                  adapting existing multimedia corpora from the LLP project BACKBONE and the
                                  ELISA corpus, and creating three new corpora in Greek, Russian and Hebrew;

                                 Supported by two sets of pedagogical material for interpreter students and
                                  (future) ‘clients’, e.g. awareness-raising and interpreting exercises.
School of Computer Science
            Ysgol Gwyddorau Cyfrifiadurol   Project IVY – Scenario forms




                        Dialogue




Monologue
IVY Virtual World – Second Life

                                 Second Life was chosen as the Virtual World for our first prototype.
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                 Exploration of alternatives, such as OpenSim, WebGL and Unity will follow in
                                  the future.


                                 Second Life compared to alternatives (OpenSim, ActiveWorls etc) offers:

                                   o Large community, various add-ons, plugins and examples of customisations.

                                   o A platform for social interaction and education, used by numerous
                                     institutions, colleges, universities – thus increasing chances of exposure.

                                   o Accessibility via public servers and it does not require that you run the VW yourself.
IVY VE – Lack of Instancing & Scalability

                                 Due to limits on the number of primitives available to the IVY Island and the
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  lack of instancing mechanisms in SL, IVE-VE uses a collection of unique, in-
                                  world locations for each type of scenario (e.g., Classroom, Meeting Office).


                                 Therefore, a scenario may share its location with another, being carried out in a
                                  similar setting.


                                 In order to maintain consistency in the virtual world only one scenario can be
                                  played per location at a given time.


                                 Upon a scenario launch by a user, all scenarios sharing the same location
                                  become unavailable for other users.


                                 Once the user exits the selected scenario, all scenarios sharing the same
                                  location become available again.
IVY VE – Design Strategies

                                 Script things in Second Life using LSL
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                   + Comparable aesthetics and better integration with the native SL GUI
                                   + Graphics appear crispier, clearer

                                   - Scripting can be fairly static and requires coding
                                   - Communication with DBs is fairly limited in terms of size of info that can be
                                      transmitted.



                                 Rely on web application technologies as interface creation, database
                                  connectivity and overall flexibility surpasses LSL. Therefore…


                                 …either embed SL in a web application
                                   o Popular notion, no web viewer supported from Linden Labs.
                                   o Only Canvas from Tripodean Technologies appears to exist at the moment.


                                 …or ‘embed’ the web application within SL, using HTML on a Prim.
IVY VE – Implementation

                                 Our chosen implementation strategy aspires to merge useful features from both
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  alternatives, resulting into a hybrid solution.




                                 One module consists of a web application with two entry points. One entry point
                                  remains independent of SL and is used by content managers to manage scenarios
                                  and users’ information, offering basic CRUD functionality.


                                 The other end is viewable within Second Life, in the form of a ‘Heads-up-
                                  Display’ (HUD), populated from a database, showing available scenarios to the
                                  users, having a player functionality and initiating in-world teleport events.
IVY VE – User Classes and Characteristics

                                 Separating user roles allows controlled access to different parts of the application
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  as well as means of monitoring scenario selection and execution.


                                 The system’s user classes and their respective role descriptions are:

                                   o Interpreters/Users, whose purpose is to explore, participate and exercise with the
                                     scenarios in Second Life.

                                   o Observers, whose purpose is to observe other users in Second Life.

                                   o Content Managers who are responsible for user and scenario management.
IVY VE – The IVY Island

                                 Locations created according to the corpus requirements, trying to keep prim-count
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  to a minimum.


                                 Reception serves as a central hub and a HUD pick-up point.
IVY VE – Scenario Actors

                                 We populate the scenarios with additional ‘actors’. Currently these actors are
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  manually placed in each location, using Second-life ‘robots’ (bots) from
                                  Pikkubot and Thoys.


                                 Bots are controlled either by using in-world chat to issue commands directly to
                                  the bots or through a dedicated server’s telnet prompt.


                                 We currently use animation overrides, to make them appear life-like.


                                 Our aspiration is to create a service that talks to the bots and relays scenario
                                  specific information and teleport commands.


                                 However… sound does not appear to originate from the bots.
IVY VE – Web Application

                                 The IVY web application is build using the Appfuse 2 open source project
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  (appfuse.org).


                                 Appfuse, built on the Java platform, uses industry-standard features, such as
                                  Apache Maven integration, JPA support for database operations and popular
                                  web frameworks such as Spring and Apache Struts, employed in this example.


                                 Appfuse comes with out of the box features, needed in IVY-VE such as:

                                   o   Generic CRUD backend
                                   o   Authentication and authorization,
                                   o   User management
                                   o   Strong Internationalization support


                                 Our prototype is deployed using Apache Tomcat 6.x and uses the MySQL 5.x
                                  database.
IVY VE – Audio File Management

                                 The IVY-VE uses audio extracts (segments), in MPEG-2 Audio Layer III
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  format, from the LLP project BACKBONE, wrapped in XSPF (XML Shareable
                                  Playlist Format) play-lists (scripts) and played within pre-fabricated scenes.


                                 Audio segments are uniquely named and can be interchanged — within each
                                  script — to derive further language combinations of that scenario.


                                 Actors may speak for more than one consecutive segments, allowing greater
                                  flexibility in creating scripts where one talks for extended periods.


                                 However, it is assumed that only one actor talks per audio segment and there is
                                  no overlap between actor’s speech.


                                 Each script has textual information associated with it, such as brief content
                                  information, scene description and domain keywords.
IVY VE – Heads Up Display I

                                 The HUD is built using the jQuery JavaScript library, displaying the list of
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  scenarios in the database as a drill-down menu.


                                 It is normally attached to the bottom left corner of the user’s viewport.


                                 Audio is being played by means of a Flash player, parsing the XSPF playlists
                                  upon scenario selection.


                                 Navigation through the island is performed using slurls, providing direct url-
                                  like teleport links to locations within the virtual world.


                                 Each slurl is being called upon scenario launch, triggering the native SL-client
                                  teleport interface.
IVY VE – Heads Up Display II

                                 Login, form selection and language combination selection views
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                 Free Scenarios views – Scenario Info & Player




                                 Locked Scenarios views
IVY VE – Administrator’s Panel I

                                 The management console allows Content Administrators to easily populate the
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  scenario database and create XSPF playlists.


                                 New scenarios are created through a form, where administrators provide textual
                                  information (title, language combos, participants gender etc.) as well as an
                                  ordered list of the audio tracks in each scenario.


                                 Scenario textual info is stored in the DB and XSPF playlists on a separate playlist
                                  inventory.


                                 A separate listing of all the scenarios in the system allows administrators to see
                                  which user is currently working on each scenario and also fire-up their SL client
                                  and teleport to that location.
IVY VE – Administrator’s Panel II

                                 Scenario Upload Form
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                 Scenario Listing
                                 (with Teleport functionality)
IVY VE – Preliminary Functional Evaluation

                                 A preliminary evaluation of the current prototype was done by nine
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  interpreting and two virtual world experts, using talk-aloud, try-out sessions
                                  in Second Life, followed by a discussion with the assessor.


                                 The evaluation focused on the HUD functionality and in-world locations.


                                 The admin panel was not evaluated at this stage; however it has been
                                  successfully used, by content administrators, for the past four months to upload
                                  scenarios in our system.


                                 Overall opinion was quite positive and users with very limited experience in
                                  virtual worlds, gaming or similar environments felt comfortable using IVY-VE.


                                 However, a series of limitations of the current system where pinpointed…
IVY VE – Current Limitations

                                 Some users focused too much on the HUD, not paying attention to the world.
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                 No sound directionality and no visual cues on who is speaking.

                                 Interpreters were enthusiastic they have a tool – but does that generates bias?

                                 Lots of comments regarding aesthetics of locations – all participants observed
                                  and commented on the quality of locations using photorealistic graphics.


                                 No zoning, instancing and replication like in games.

                                 Limitation on available ‘prims’ affects world scalability

                                 … and consequently scenario management and execution, actor placement.

                                 Currently bots are manually placed to required scenarios – nowadays we use
                                  many bots and manage locations to cover all gender combinations in our corpus.

                                 Sound is heard only from the player controller and is not broadcast back to the
                                  world – hence observers do not hear it.
IVY VE – Future Work

                                 Currently undergoing two evaluation cycles, focused on interpreting students and
Ysgol Gwyddorau Cyfrifiadurol
School of Computer Science




                                  potential clients of interpreters during the autumn of 2012 and will attempt to get
                                  some feedback on the IVY-VE usability and resulting sense of immersion.

                                 Interpreting mode continuously enhanced with a supporting exercises, both
                                  generic to dialogues and monologues, as well as specific to particular scenarios
                                  which have an inherit challenge in interpreting practice.

                                 Use student/client feedback and experience from using IVY-VE to design a
                                  new bespoke system…

                                 ..while exploring alternative technologies that allow tighter integration with
                                  current web-based scenario system, e.g., Unity and WebGL.
Ysgol Gwyddorau Cyfrifiadurol    IVY VE – Forthcoming Events
School of Computer Science




                                 Exploiting Emerging Technologies to Prepare Interpreters and their Clients
                                  for Professional Practice, London, 23rd November 2012




                                  For more info visit:
                                  Consortium website                    http://www.virtual-interpreting.net/Seminar.html

                                  …or the Bangor IVY partner website    http://www.vmg.cs.bangor.ac.uk/IVY/
School of Computer Science
Ysgol Gwyddorau Cyfrifiadurol




                   Thank you!

More Related Content

PPTX
Using Virtual Reality for Interpreter-mediated Communication and Training
PDF
Managing Training Concepts in Multicultural Business Environments
PDF
Indicate ankara12-ivani
PDF
10 years innovation in e-learning
PDF
Eswcsummerschool2010 ontologies final
PDF
Cv miriam esteve_engieneer multimedia
PPTX
Comprehending news videotexts 1130
Using Virtual Reality for Interpreter-mediated Communication and Training
Managing Training Concepts in Multicultural Business Environments
Indicate ankara12-ivani
10 years innovation in e-learning
Eswcsummerschool2010 ontologies final
Cv miriam esteve_engieneer multimedia
Comprehending news videotexts 1130

What's hot (7)

PDF
Artigo Educon2012
PDF
Bertini - Automatic Metadata Extraction in VidiVideo & im3i @EUscreen Mykonos
PDF
Maya
PDF
Javier Diaz Presentacion Korea V4
PDF
CICT's ICT Month Celebrations - HCDG Week
PPSX
Digital technologies
PDF
Virtual Reality: Stereoscopic Imaging for Educational Institutions
Artigo Educon2012
Bertini - Automatic Metadata Extraction in VidiVideo & im3i @EUscreen Mykonos
Maya
Javier Diaz Presentacion Korea V4
CICT's ICT Month Celebrations - HCDG Week
Digital technologies
Virtual Reality: Stereoscopic Imaging for Educational Institutions
Ad

Similar to Project IVY - Using Virtual reality for interpreter-mediated communication and training (20)

PPT
Interpreting in Virtual Reality
PPT
Project IVY- Virtual Environment Development
PPT
Project IVY - Virtual Environment Development
PPT
Wonderland @ Cattid - Sun's Virtual Workplace
PDF
Workshop3 d koenraad
PPT
ICL 2011 ST.ART, AVATAR, EUROVERSITY
PDF
Mpeg v-awareness event
PDF
Challenges and requirements for a next generation service for video content s...
PPTX
WCETR 2012 VWPfE presentation
PPTX
Exploiting metadata, ontologies and semantics to design/enhance new end-user ...
PDF
AVATAR – The Course: Recommendations for Using 3D Virtual Environments for Te...
PDF
SUMA & T-MAESTRO
PDF
Visionaire project learning in 3D virtual worlds, enabling vacademia in cave
PPT
Nmc 2007 Publish
PDF
Repositories of community memory as visualized activities in 3D virtual worlds
PPT
Gsic@decl icls2012 20120701
PPT
Cnie Projet Enjeux S Diaporama Banff 2008 Va
PPTX
PDF
Things you should_know_about_future_trends
PPT
AVATAR - Added Value of teaching in a virtual world
Interpreting in Virtual Reality
Project IVY- Virtual Environment Development
Project IVY - Virtual Environment Development
Wonderland @ Cattid - Sun's Virtual Workplace
Workshop3 d koenraad
ICL 2011 ST.ART, AVATAR, EUROVERSITY
Mpeg v-awareness event
Challenges and requirements for a next generation service for video content s...
WCETR 2012 VWPfE presentation
Exploiting metadata, ontologies and semantics to design/enhance new end-user ...
AVATAR – The Course: Recommendations for Using 3D Virtual Environments for Te...
SUMA & T-MAESTRO
Visionaire project learning in 3D virtual worlds, enabling vacademia in cave
Nmc 2007 Publish
Repositories of community memory as visualized activities in 3D virtual worlds
Gsic@decl icls2012 20120701
Cnie Projet Enjeux S Diaporama Banff 2008 Va
Things you should_know_about_future_trends
AVATAR - Added Value of teaching in a virtual world
Ad

Recently uploaded (20)

PDF
Hazard Identification & Risk Assessment .pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Trump Administration's workforce development strategy
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
1_English_Language_Set_2.pdf probationary
PDF
advance database management system book.pdf
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
What if we spent less time fighting change, and more time building what’s rig...
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Hazard Identification & Risk Assessment .pdf
Supply Chain Operations Speaking Notes -ICLT Program
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
UNIT III MENTAL HEALTH NURSING ASSESSMENT
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Trump Administration's workforce development strategy
Final Presentation General Medicine 03-08-2024.pptx
1_English_Language_Set_2.pdf probationary
advance database management system book.pdf
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Chinmaya Tiranga quiz Grand Finale.pdf
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Weekly quiz Compilation Jan -July 25.pdf
Computing-Curriculum for Schools in Ghana
What if we spent less time fighting change, and more time building what’s rig...
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx

Project IVY - Using Virtual reality for interpreter-mediated communication and training

  • 1. Virtual Learning Technologies, Bangor, Wales – October 2012 Ysgol Gwyddorau Cyfrifiadurol School of Computer Science Project IVY - Using Virtual Reality for Interpreter-mediated Communication and Training Panagiotis D. Ritsos1, Robert Gittins1 and Jonathan C. Roberts1 School of Computer Science, Bangor University, UK - {p.ritsos, r.gittins, j.c.roberts}@bangor.ac.uk) Lifelong Learning Programme – Project 511862-LLP-2010-1-UK-KA3-KA3MP - The IVY project has been funded with support from the European Commission. This publication reflects the views only of the authors, and the Commission cannot be held responsible for any use which may be made of the information contained therein.
  • 2. Presentation Outline  To present purpose of project IVY – Interpreting in Virtual Environment and Ysgol Gwyddorau Cyfrifiadurol School of Computer Science the IVY Virtual Environment (IVY-VE)  To present the strategic decisions, resulting design and implementation progress to date, towards the creation of a prototype  To provide an overview of the main features of our prototype  Comment on preliminary evaluation and pinpoint identified limitation  To allow for discussion on future development
  • 3. Ysgol Gwyddorau Cyfrifiadurol The Project IVY Consortium School of Computer Science University of Surrey (UK) Uniwersystet im. Adama Mickiewicza (Poland) University of Cyprus (Cyprus) Steinbeis GmbH & Co. KG für Technologiertransfer (Germany) Bangor University (UK) Eberhard Karls Universität Tübingen (Germany) Bar Ilan University (Israel)
  • 4. Project IVY – Scope  The rise of migration and multilingualism in Europe requires professional Ysgol Gwyddorau Cyfrifiadurol School of Computer Science interpreters in business, legal, medical and many other settings.  Future interpreters need to master an ever broadening range of interpreting skills and scenarios – training for which is often difficult to achieve with traditional teaching methods.  Project IVY employs 3D virtual world technology to create an educational space that supports the acquisition and application of skills required in interpreter-mediated communication.  Project IVY uses existing interpreter resources – audio and video material from previous video conferencing research.
  • 5. IVY VE – Requirements  To provide an intuitive, easy to use interface within a Virtual World for Ysgol Gwyddorau Cyfrifiadurol School of Computer Science accessing multimedia material created for interpreting training and simulation.  To allow easy scenario management by users who often are not experts in commuting (i.e., can not/should not write code)...  … meaning the creation and modification of existing scenarios in terms of their multimedia content, requiring basic CRUD functionality.  To enable limited dialogue and monologue synthesis, resulting in the enrichment of the corpora with different language combinations of existing scenarios.
  • 6. IVY Virtual Environment (IVY-VE) in a nutshell  A dedicated, adaptive 3D virtual environment for Ysgol Gwyddorau Cyfrifiadurol School of Computer Science o interpreting students and o future clients of interpreters  Supports range of virtual interpreting scenarios (e.g., ‘business meeting’) that can be run in different modes: o Interpreting (& Learning Activity) mode, where students can practice using dialogues and monologues o Exploration mode, where clients can learn about interpreting o Live interaction mode, where both groups can engage in role plays  Uses multilingual video/audio-based content for interpreting scenarios, by adapting existing multimedia corpora from the LLP project BACKBONE and the ELISA corpus, and creating three new corpora in Greek, Russian and Hebrew;  Supported by two sets of pedagogical material for interpreter students and (future) ‘clients’, e.g. awareness-raising and interpreting exercises.
  • 7. School of Computer Science Ysgol Gwyddorau Cyfrifiadurol Project IVY – Scenario forms Dialogue Monologue
  • 8. IVY Virtual World – Second Life  Second Life was chosen as the Virtual World for our first prototype. Ysgol Gwyddorau Cyfrifiadurol School of Computer Science  Exploration of alternatives, such as OpenSim, WebGL and Unity will follow in the future.  Second Life compared to alternatives (OpenSim, ActiveWorls etc) offers: o Large community, various add-ons, plugins and examples of customisations. o A platform for social interaction and education, used by numerous institutions, colleges, universities – thus increasing chances of exposure. o Accessibility via public servers and it does not require that you run the VW yourself.
  • 9. IVY VE – Lack of Instancing & Scalability  Due to limits on the number of primitives available to the IVY Island and the Ysgol Gwyddorau Cyfrifiadurol School of Computer Science lack of instancing mechanisms in SL, IVE-VE uses a collection of unique, in- world locations for each type of scenario (e.g., Classroom, Meeting Office).  Therefore, a scenario may share its location with another, being carried out in a similar setting.  In order to maintain consistency in the virtual world only one scenario can be played per location at a given time.  Upon a scenario launch by a user, all scenarios sharing the same location become unavailable for other users.  Once the user exits the selected scenario, all scenarios sharing the same location become available again.
  • 10. IVY VE – Design Strategies  Script things in Second Life using LSL Ysgol Gwyddorau Cyfrifiadurol School of Computer Science + Comparable aesthetics and better integration with the native SL GUI + Graphics appear crispier, clearer - Scripting can be fairly static and requires coding - Communication with DBs is fairly limited in terms of size of info that can be transmitted.  Rely on web application technologies as interface creation, database connectivity and overall flexibility surpasses LSL. Therefore…  …either embed SL in a web application o Popular notion, no web viewer supported from Linden Labs. o Only Canvas from Tripodean Technologies appears to exist at the moment.  …or ‘embed’ the web application within SL, using HTML on a Prim.
  • 11. IVY VE – Implementation  Our chosen implementation strategy aspires to merge useful features from both Ysgol Gwyddorau Cyfrifiadurol School of Computer Science alternatives, resulting into a hybrid solution.  One module consists of a web application with two entry points. One entry point remains independent of SL and is used by content managers to manage scenarios and users’ information, offering basic CRUD functionality.  The other end is viewable within Second Life, in the form of a ‘Heads-up- Display’ (HUD), populated from a database, showing available scenarios to the users, having a player functionality and initiating in-world teleport events.
  • 12. IVY VE – User Classes and Characteristics  Separating user roles allows controlled access to different parts of the application Ysgol Gwyddorau Cyfrifiadurol School of Computer Science as well as means of monitoring scenario selection and execution.  The system’s user classes and their respective role descriptions are: o Interpreters/Users, whose purpose is to explore, participate and exercise with the scenarios in Second Life. o Observers, whose purpose is to observe other users in Second Life. o Content Managers who are responsible for user and scenario management.
  • 13. IVY VE – The IVY Island  Locations created according to the corpus requirements, trying to keep prim-count Ysgol Gwyddorau Cyfrifiadurol School of Computer Science to a minimum.  Reception serves as a central hub and a HUD pick-up point.
  • 14. IVY VE – Scenario Actors  We populate the scenarios with additional ‘actors’. Currently these actors are Ysgol Gwyddorau Cyfrifiadurol School of Computer Science manually placed in each location, using Second-life ‘robots’ (bots) from Pikkubot and Thoys.  Bots are controlled either by using in-world chat to issue commands directly to the bots or through a dedicated server’s telnet prompt.  We currently use animation overrides, to make them appear life-like.  Our aspiration is to create a service that talks to the bots and relays scenario specific information and teleport commands.  However… sound does not appear to originate from the bots.
  • 15. IVY VE – Web Application  The IVY web application is build using the Appfuse 2 open source project Ysgol Gwyddorau Cyfrifiadurol School of Computer Science (appfuse.org).  Appfuse, built on the Java platform, uses industry-standard features, such as Apache Maven integration, JPA support for database operations and popular web frameworks such as Spring and Apache Struts, employed in this example.  Appfuse comes with out of the box features, needed in IVY-VE such as: o Generic CRUD backend o Authentication and authorization, o User management o Strong Internationalization support  Our prototype is deployed using Apache Tomcat 6.x and uses the MySQL 5.x database.
  • 16. IVY VE – Audio File Management  The IVY-VE uses audio extracts (segments), in MPEG-2 Audio Layer III Ysgol Gwyddorau Cyfrifiadurol School of Computer Science format, from the LLP project BACKBONE, wrapped in XSPF (XML Shareable Playlist Format) play-lists (scripts) and played within pre-fabricated scenes.  Audio segments are uniquely named and can be interchanged — within each script — to derive further language combinations of that scenario.  Actors may speak for more than one consecutive segments, allowing greater flexibility in creating scripts where one talks for extended periods.  However, it is assumed that only one actor talks per audio segment and there is no overlap between actor’s speech.  Each script has textual information associated with it, such as brief content information, scene description and domain keywords.
  • 17. IVY VE – Heads Up Display I  The HUD is built using the jQuery JavaScript library, displaying the list of Ysgol Gwyddorau Cyfrifiadurol School of Computer Science scenarios in the database as a drill-down menu.  It is normally attached to the bottom left corner of the user’s viewport.  Audio is being played by means of a Flash player, parsing the XSPF playlists upon scenario selection.  Navigation through the island is performed using slurls, providing direct url- like teleport links to locations within the virtual world.  Each slurl is being called upon scenario launch, triggering the native SL-client teleport interface.
  • 18. IVY VE – Heads Up Display II  Login, form selection and language combination selection views Ysgol Gwyddorau Cyfrifiadurol School of Computer Science  Free Scenarios views – Scenario Info & Player  Locked Scenarios views
  • 19. IVY VE – Administrator’s Panel I  The management console allows Content Administrators to easily populate the Ysgol Gwyddorau Cyfrifiadurol School of Computer Science scenario database and create XSPF playlists.  New scenarios are created through a form, where administrators provide textual information (title, language combos, participants gender etc.) as well as an ordered list of the audio tracks in each scenario.  Scenario textual info is stored in the DB and XSPF playlists on a separate playlist inventory.  A separate listing of all the scenarios in the system allows administrators to see which user is currently working on each scenario and also fire-up their SL client and teleport to that location.
  • 20. IVY VE – Administrator’s Panel II  Scenario Upload Form Ysgol Gwyddorau Cyfrifiadurol School of Computer Science  Scenario Listing (with Teleport functionality)
  • 21. IVY VE – Preliminary Functional Evaluation  A preliminary evaluation of the current prototype was done by nine Ysgol Gwyddorau Cyfrifiadurol School of Computer Science interpreting and two virtual world experts, using talk-aloud, try-out sessions in Second Life, followed by a discussion with the assessor.  The evaluation focused on the HUD functionality and in-world locations.  The admin panel was not evaluated at this stage; however it has been successfully used, by content administrators, for the past four months to upload scenarios in our system.  Overall opinion was quite positive and users with very limited experience in virtual worlds, gaming or similar environments felt comfortable using IVY-VE.  However, a series of limitations of the current system where pinpointed…
  • 22. IVY VE – Current Limitations  Some users focused too much on the HUD, not paying attention to the world. Ysgol Gwyddorau Cyfrifiadurol School of Computer Science  No sound directionality and no visual cues on who is speaking.  Interpreters were enthusiastic they have a tool – but does that generates bias?  Lots of comments regarding aesthetics of locations – all participants observed and commented on the quality of locations using photorealistic graphics.  No zoning, instancing and replication like in games.  Limitation on available ‘prims’ affects world scalability  … and consequently scenario management and execution, actor placement.  Currently bots are manually placed to required scenarios – nowadays we use many bots and manage locations to cover all gender combinations in our corpus.  Sound is heard only from the player controller and is not broadcast back to the world – hence observers do not hear it.
  • 23. IVY VE – Future Work  Currently undergoing two evaluation cycles, focused on interpreting students and Ysgol Gwyddorau Cyfrifiadurol School of Computer Science potential clients of interpreters during the autumn of 2012 and will attempt to get some feedback on the IVY-VE usability and resulting sense of immersion.  Interpreting mode continuously enhanced with a supporting exercises, both generic to dialogues and monologues, as well as specific to particular scenarios which have an inherit challenge in interpreting practice.  Use student/client feedback and experience from using IVY-VE to design a new bespoke system…  ..while exploring alternative technologies that allow tighter integration with current web-based scenario system, e.g., Unity and WebGL.
  • 24. Ysgol Gwyddorau Cyfrifiadurol IVY VE – Forthcoming Events School of Computer Science  Exploiting Emerging Technologies to Prepare Interpreters and their Clients for Professional Practice, London, 23rd November 2012 For more info visit: Consortium website http://www.virtual-interpreting.net/Seminar.html …or the Bangor IVY partner website http://www.vmg.cs.bangor.ac.uk/IVY/
  • 25. School of Computer Science Ysgol Gwyddorau Cyfrifiadurol Thank you!

Editor's Notes

  • #7: Slide for SL Conference and VMG only – need to set the scene, something not necessary for our partners!
  • #8: Slide for SL Conference and VMG only – need to set the scene, something not necessary for our partners!