BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ARCADES Network - ECPv5.10.0//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ARCADES Network
X-ORIGINAL-URL:http://arcades-network.eu
X-WR-CALDESC:Events for ARCADES Network
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20170101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20171127T130000
DTEND;TZID=UTC:20171201T130000
DTSTAMP:20260307T210627
CREATED:20160507T181530Z
LAST-MODIFIED:20230112T181808Z
UID:1196-1511787600-1512133200@arcades-network.eu
SUMMARY:First Software & Industrial Workshop\, and Midterm Review\, in Athens
DESCRIPTION:1st Software and Industrial Workshop\, and Midterm Review meeting.      \n\n\nRegistration\nPlease register here no later than October 31\, 2017. You don’t have to be logged in to register.  \n\nLocation      \n\nThe meeting will take place at the cultural center of the National and Kapodistrian University of Athens\, “Kostis Palamas” building\, in downtown Athens: see the map below. Lunches and breaks will be served on site. The workshop’s dinner will be held at the restaurant “Strofi”\,  Rovertou Galli 25\, Athens.   \n\nSchedule of the event\nThe event will start on Monday early afternoon and will close on Friday early afternoon. \nThe review by the PO and the external reviewer will be from Thursday afternoon till the end. \nThere shall be two invited speakers Stefan Boschert (Siemens) and Tom Grandine (Boeing)\, also members of the Advisory committee of ARCADES. There will be presentations / software tutorials by network member RISC-Software\, as well as CAD software company Beta-CAE (Thessaloniki\, Greece). On Thursday evening\, there will be the Workshop dinner. \nA pdf version of the program is available for download.  \nMonday November 27 – UPDATED \n12:30 Lunch\n14:30 Preparation of the review\n15:30 Coffee break\n16:30 Poster Session\n17:30 Reception \n\nTuesday November 28  – UPDATED\n09:00 Invited talk: T. Grandine (Boeing): “Solving systems of spline equations: A linear programming-based approach”\, abstract\n10:00 Coffee break\n10:30 Tutorial: “Parametric surfaces – Rhino/Grasshopper Masterclass” \n\n Abstract: During the course of this Masterclass we will quickly go through the Rhinoceros3d & Grasshopper3d interface\, geometry types and modeling logic while rushing towards the goal of the creation and editing of mathematical curves & surfaces. Along the way\, principles of curvature and continuity (both for curves & surfaces) will be addressed\, as well as the parameter space of curve and surface and generalization techniques to a line & a plane\, respectively.\nSoftware requirements:\n * Operating system: Windows 7/8/10 (64-Bit)\n * Rhino3D installation. You can download a free 90 day fully functional trial version here.\n * Grasshopper plugin for Rhino3D. You can download a free 90 day fully functional trial version here.\n\n\n12:00 Lunch break\n13:15 Tutorial: “Parametric surfaces – Rhino/Grasshopper Masterclass”\n14:15 Coffee break\n14:30 Tutorial: “Parametric surfaces – Rhino/Grasshopper Masterclass”\n15:30 Coffee break\n16:00 Invited talk: β-CAE: “Introduction to Computer Aided engineering from BETA CAE’s point of view” \n\n Abstract: BETA CAE Systems is a worldwide known company that provides simulation solutions. In this presentation\, an engineer from BETA CAE Systems introduces you to the world of Computer Aided Engineering\, to the company’s software portfolio and how this fits in the industry landscape. \n\n\nWednesday November 29 \n09:00 Invited talk: S. Boschert (Siemens): “Integration of CAD and Simulation – practical examples from Industry”\n10:30 Coffee break\n11:00 Tutorial: RISC-Software: “An Introduction to Programming with the Virtual Modeling Library” \n\n Abstract: The Virtual Modeling Library (VML) is a software library\, which implements new algorithms for the exact geometric modeling of solids for real-time simulations. It supports Constructive Solid Geometry (CSG) like operations and solid sweeping. The VML supports a good scalability relating the number of modeling operations. This makes the library best suited for industrial applications with combined needs in geometric accuracy\, real-time behavior\, and scalability\, like the simulation of material removal in machining processes with high number of processing steps. Besides modeling the VML supports algorithms for interactive visualization\, collision detection between any geometry and the current geometry\, and surface verification of the current geometry against a reference CAD model. These algorithms fulfill the combined needs as well. In order to satisfy the strict timing conditions of real-time simulations\, the VML implements massive parallel algorithms\, which make best use of the potential of modern hardware architectures\, like Multi-Core Central Processing Units (CPUs) and Graphic Processing Units (GPUs). Beside the already mentioned features\, the VML offers surface export\, the definition of arbitrary sectional views\, and the ease of integration. In this tutorial you will learn how to use the VML programming interface based on Python examples. \nSoftware requirements:\n * Operating system: Windows 7/8/10 (64-Bit)\n * Text editor or IDE for Python\n * Meshlab (http://www.meshlab.net) for analyzing triangle meshes (provided on USB stick)\n * VTK with Python (http://www.vtk.org/files/release/7.1/vtkpython-7.1.1-Windows-64bit.exe) (provided on USB stick)\n * Microsoft Visual C++ 2017 Redistributable (x64) – 14.10.25017 (provided on USB stick)\n * Intel (R) C++ Redistributables on Intel (R) 64 2017.4.217.msi (provided on USB stick)\n * VML with Python wrapper module (provided on USB stick)\n * Python VML examples (provided on USB stick) \nEach participant will receive a little present in form of the “RISC Software GmbH USB stick” containing the relevant software for the tutorial. Installation should only take several minutes.\n\n12:30 Lunch break\n14:00 Tutorial: RISC-Software\n15:30 Coffee break\n16:00 Tutorial: RISC-Software\n17:00 Educational Committee meeting\n17:15 Supervisory Board meeting \n\nThursday November 30 \n09:00 Tutorial: A. Mantzaflaris (RICAM): “G+Smo: Geometry + Simulation Modules” \n\n Abstract: In this tutorial we will demonstrate the functionalities of the G+Smo library. G+Smo (Geometry + Simulation Modules\, pronounced “gismo”) is a new open-source C++ library that brings together mathematical tools for geometric design and numerical simulation. It is developed mainly by researchers and PhD students. It implements the relatively new paradigm of isogeometric analysis\, which suggests the use of a unified framework in the design and analysis pipeline. The library is partitioned into smaller entities\, called modules. Examples of available modules include the dimension-independent NURBS module\, the modeling and data fitting module\, the PDE discretization module and the adaptive spline module. The library is licensed under the Mozilla Public License v2.0.\nRequirements: For this tutorial a C++ compiler is required (eg. Visual C++ or GCC on linux) as well as ParaView and CMake. Extensive instructions are available at http://gs.jku.at/trac/gismo/wiki/public/Compiling. The source code of the library is available at https://github.com/filiatra/gismo. \n\n10:30 Coffee break\n11:00 Tutorial: A. Mantzaflaris (RICAM): “G+Smo: Geometry + Simulation Modules”\n12:00 Lunch break\n \nMidterm Review\, part A (For more info on the Midterm Review see the informal guidelines)\n13:30-15:00: Intro (Slides of the PO’s presentation)\, Tour de table\, Coordinator’s report\n15:00-15:30: Coffee break\n15:30-17:30: Fellow’s individual reports\n18:30: Workshop dinner \n\nFriday December 1st\nMidterm Review\, part B\n09:00-10:30: PO meets fellows / Innovation Radar session\n10:30-11:00: Coffee break\n11:00-11:30: Restricted session\n11:30-12:30: Feedback and open discussion. \n\nLocal information\nDirections from/To the Athens International Airport “E. Venizelos”\nThe Athens International Airport is located 27 km southeastern of Athens.  \n\nDirections to Athens center\n\nThe best is to use Metro Line 3 (subway)\, and get off at “Syntagma” stop. Timetable: 05:30-24:00. Frequency: 30′\nTaxis: the taxi stand extends from Door 4 to Door 1 at the Arrivals Level. Fee: 35 or 50 Euro at daytime or evenings\, resp.\nExpress Airport Bus X95 (to Syntagma sq.): Timetable. Runs on a 24-hour basis.\n\nDirections to the venue (“Kostis Palamas”) \n\nFrom the airport take Metro Line 3 or Express Airport Bus X95 or a taxi and at Syntagma Metro Station change to Metro Line 2. Get off at “Panepistimio” stop. From there it is a 5′ walk to the venue\, see this map.\n\n\n Lodging\nThe guests of the workshop (Industrial Partners\, invited speakers\, members of the Advisory Committee)  will be hosted at the InnAthens hotel\, see this map. \nFor the rest of the participants that need lodging here are some suggestions for lodging in Athens in the vicinity of the workshop’s venue: \n\nInn Hotel \nAthens Plaza\nAmalia Hotel Athens\nElectra Athens\nElectra Metropolis Athens\nNew Hotel\n\nSchedule of the buses and the metro can be found here
URL:http://arcades-network.eu/index.php/event/athens-school/
LOCATION:Athens\, 48\, Akadimias str. & Sina str.\, Athens\,  105 62\, Greece
ORGANIZER;CN="Ioannis%20Emiris%2C%20Christos%20Konaxis":MAILTO:emiris at di.uoa.gr, ckonaxis at di.uoa.gr
END:VEVENT
END:VCALENDAR