EU Horizon2020 MSCA ITN ETN ACROSSING

Size: px
Start display at page:

Download "EU Horizon2020 MSCA ITN ETN ACROSSING"

Transcription

1 Ref. Ares(2016) /04/2016 EU Horizon2020 MSCA ITN ETN ACROSSING 01 January December 2019 Deliverable D4.1 Project website and Mailing lists, Forum Deliverable Title Website Work Package WP4 Due Date 3/31/2016 Dissemination Level Public Main Author ISOIN Other Authors DMU Status of the Document Description Authors Review Date First draft Second draft Final Version José Antonio Carvajal, Elisa Jimeno, Miguel Ángel Estudillo José Antonio Carvajal, Elisa Jimeno, Miguel Ángel Estudillo, Liming (Luke) Chen José Antonio Carvajal, Elisa Jimeno, Miguel Ángel Estudillo Acrossing Partners 03/14/2016 Feng Chen 03/25/ /30/2016 Deliverable Summary This document corresponds to the Deliverable D4.1 Project website and Mailing lists, Forum of the Work Package 4 Dissemination and Exploitation. It describes, in the first place, the choice made for the implementation of the website compared to other technological options available. Next section describes the necessary modules to This project has received funding from the European Union s Horizon 2020 Research and Innovation Program, MSCA ITN ETN under grant agreement No

2 implement all the functionalities required for the website, with a special focus in accessibility requirements. Besides, theme selected for a responsive design, as well as different roles defined for the access to the website are also described. Next section provides an in-depth description about the content structure of the website, providing several snapshots to appreciate its look&feel. Finally and prior to the conclusions, there is a dedicated section for the other two main outcomes of the deliverable: mailing lists and forum. Disclaimer The sole responsibility for the content of this publication lies with the authors. It does not necessarily reflect the opinion of the European Commission. The European Commission is not responsible for any use that may be made of the information contained therein. Copyright This document may not be copied, reproduced, or modified in whole or in part for any purpose without written permission from the ACROSSING Consortium. In addition, an acknowledgement of the authors of the document and all applicable portions of the copyright notice must be clearly referenced. All rights reserved. This document may change without notice. P a g e 1 A C R O S S I N G D e l i v e r a b l e

3 Contents List of Acronyms... 3 Index of Figures Deliverable Description Content Manager or Conventional Website Necessary Modules File Browser Module CKEditor Module Captcha Module Drag & Drop Module Google Analytics Module Event Calendar Module Forum Module Other Modules Accessibility and Accessibility Modules Themes and Roles Content Structure Mailing Lists and Forum Mailing Lists Forum Conclusions Annex I. References P a g e 2 A C R O S S I N G D e l i v e r a b l e

4 List of Acronyms ACROSSING - API - Application Programming Interface CAPTCHA - Completely Automated Public Turing test to tell Computers and Humans Apart CCK - Content Construction Kit CMS - Content Manager Solutions ESR - Early Stage Researcher HTML - HyperText Markup Language SEO - Search Engine Optimization URL - Uniform Resource Locator WCAG - Web Content Accessibility Guidelines WYSIWYG - What You See Is What You Get P a g e 3 A C R O S S I N G D e l i v e r a b l e

5 Index of Figures Figure 1. Main requirements needed... 5 Figure 2. Mockup initial design of Acrossing Website... 5 Figure 3. View of the complete permissions list Figure 4. Website 7 Figure 5. Filebrowser module Figure 6. CKEditor module Figure 7. CKEditor interface Figure 8. Captcha module Figure 9. recaptcha module Figure 10. User Interface of the re-captcha module Figure 11. Drag&Drop module Figure 12. User Interface of the Drag&Drop module Figure 13. Google Analytics module Figure 14. User Interface of the Google Analytics module Figure 15. Event Calendar module Figure 16. Display of the calendar in large size Figure 17. Display of the calendar in smaller size Figure 18. CCK Accessibility module Figure 19. Accessibility modules Figure 20. Permissions for the FileBrowser module for the different roles defined Figure 21. Accessibility modules Figure 22. Selected theme: SIMPLECORP 7.X Figure 23. Website s main view Figure 24. Website s main menu Figure 25. diagram showing the navigation routes of Acrossing Website Figure 26. Home Section view Figure 27. Project Subsection view Figure 28. Rationale&Background Subsection view Figure 29. Research Subsection view Figure 30. Training Subsection view Figure 31. Consortium Section view Figure 32. Example of partner profile page Figure 33. Recruitment Section view Figure 34. Example of ESR vacancy Section view Figure 35. Gallery Subsection view Figure 36. Permanent Calendar Figure 37. News Section view Figure 38. Permanent News Figure 39. Contacts Section view Figure 40. Private Zone Figure 41. Repository of the Private Zone Figure 42. Website banners view P a g e 4 A C R O S S I N G D e l i v e r a b l e

6 1. Deliverable Description The present document belongs to the first task of the Work Package 4, Dissemination and exploitation, concerning the Task 4.1 Project website, mailing list and Forum. Thus, the main objective of the document is to present our work in order to create project awareness through Acrossing website platform and integrated tools for collaborative research (Forum). By the other hand it is described the mailing lists used in order to coordinate the work performed during the project. The purpose of Acrossing website is in the first place to provide open, precise and sufficient information of the project in general and specially regarding the 15 individual projects, where required knowledge and competences shall be explicitly described in personal and job specs. In the second place, the website must show overall project progress over time (in terms of deliverables, meetings, etc.). Finally in the third place, the website may show additional and information on tutorials, lectures and presentations from training and scientific events. When making a website, the first question to face is what is needed and what is required on the website. At first, from the above requirements, it is observed that it will have public content, user s administration (Partners) that will be able to make actions on the content of the website, and a private document manager (Figure1). Figure 1. Main requirements needed Once these initial set of requirements were gathered, and in order to accelerate the development process and validate the initial design of the website, several mock-ups were shared with the partners, as shown in Figure 2. Figure 2. Mockup initial design of Acrossing Website After the requirements and mock-up validation, next question was: Content manager or conventional website? The next section will solve this question. P a g e 5 A C R O S S I N G D e l i v e r a b l e

7 2. Content Manager or Conventional Website This section comprises the reasons for selecting Content Manager Systems (CMS) instead of a conventional website. Conventional website is more expensive since it has to be created from scratch. In the case of a content manager, there are inherent roles such as a user view, an administration view and some systems which make everything easier for different groups of people. As a result, it is concluded that the content manager is the best option for generating the website with low cost in staff and time. The next step is to select a content manager between the best solutions that are available in the market. From the most used content managers, we have chosen: Wordpress, Drupal and Joomla. As our experience and capability allow us to work easily with the three of them, Drupal has been chosen for the reasons explained below: Great control of roles and permissions: The permissions system specifies what could be done and by who in the site. Drupal has an extremely flexible permissions system. Drupal s modules, and every additional module installed in the site, add a series of permissions. There will be permission for access, creation and modification of the content and for the general administration of the site in several levels. Permissions will be linked to user roles. The administrator creates the roles, which are a combination of permissions, and then assign roles to the users. For example, there will be users that could access to restricted sectors; other users could modify some content but no other, etc. The permissions system is easily expanded through extern modules. Figure 3. View of the complete permissions list. Great Modules and theme community: There is a vast community of modules for Drupal: Captcha, repositories, etc. on the internet, as weel as a great community of developers (see Figure 4). The next section will address this issue. P a g e 6 A C R O S S I N G D e l i v e r a b l e

8 Figure 4. Website It is a CMS and at the same time a development frame, open source, developed in PHP. Its API and events model gives a wide adaptation and customization capability, making it very flexible on creating websites. Browser friendly. Drupal is user friendly to browse directly from the box (without additional modules), thanks to clean URLs and HTML code fulfilling the standard. There are modules for SEO (browser optimization). Nodes System / CCK / Views: Drupal content is inserted via nodes. A node is a content part. The nodes system in Drupal is robust and easily expandable (adding new fields and content types) using the Content Construction Kit (CCK). For every element included in the site it is possible to have a content type created. Some modules include predefined content types (i.e. the forums). For example, for a news site a type of content named news will be created with title and module and therefore additional fields as images and links will be added. Afterwards, the module Views could be used to show the lists or views of the content, combining the fields as wanted. Security. Nothing is 100% safe against hackers, but following Drupal s guides, it is possible to trust that the site is safe. Continuous security updates in Drupal s kernel and external modules are launched. Content categorization. Drupal s Taxonomy system is very sophisticated, flexible, and allows crossed and hierarchy categorization and free marked. With all these it is possible to create the structure of every site. Conclusion for choosing work with Drupal: Can I fill the necessities in a reasonably fast way with this content manager? Are there enough resources (documentation, community, extensions) to fulfill the previous requirements? As the answer for both questions is YES, Drupal will be selected. Next steps are: Choose a theme and obtain necessary modules for fulfilling the website necessities, paying attention to Accessibility and accessibility modules. P a g e 7 A C R O S S I N G D e l i v e r a b l e

9 3. Necessary Modules In this section the necessary modules to fulfill the website requirements will be listed. 3.1 File Browser Module A principal requirement is the documental management of the files of the project at a public and private level. After a detailed analysis of the different plugins available for this purpose, the module FILEBROWSER (Figure 5) has been selected due to its simplicity and quick use. This module permits the following cases of use regarding the documents stored: - Navigate between different folders and documents. - Create folders and subfolders. - Upload documents to a folder or to the root directory. - Download all the selected files in compressed mode. - Delete all selected files. - Rename files and folders. - Add a description. - Display date of creation and modification. 3.2 CKEditor Module Figure 5. Filebrowser module. Another module to be considered necessary is CKEditor (Figure 6), which improves user front-end. Figure 6. CKEditor module. The interface changes, in such way that now it has the following tool bar with several edition options as show in Figure 7: Figure 7. CKEditor interface. P a g e 8 A C R O S S I N G D e l i v e r a b l e

10 3.3 Captcha Module A captcha module has been included as shown in Figure 8, to prevent spam from our website.. Figure 8. Captcha module. Nevertheless, after some time, it was observed that there are programmed machines (aka, bots ) prepared to skip this module, so it was added a second captcha module named recaptcha (Figure 9). Figure 9. recaptcha module. The re-captcha module is also a captcha module created by Google that defines a much more advanced interface, as it is shown in Figure 10. P a g e 9 A C R O S S I N G D e l i v e r a b l e

11 Figure 10. User Interface of the re-captcha module. Once this latter module is aggregated to the website, spam mail was avoided and thus only proper s are received. 3.4 Drag & Drop Module In order to ease the use of ACROSSING platform, it was required a comfortable and simple interface, and this is the main reason to install de Drag & drop module (Figure 11). Figure 11. Drag&Drop module. P a g e 10 A C R O S S I N G D e l i v e r a b l e

12 For this purpose, the module allows us to drag documents or images to a certain part of the website in order to upload the file. Figure 12 is a snapshot of the user interface generated by this module: Figure 12. User Interface of the Drag&Drop module. This way, partners can quickly drag for instance 30 pictures of meeting so as to create a Gallery of the concrete meeting. 3.5 Google Analytics Module In order to perform a statistic control on the visits and their origin, among other relevant statistic aspects, the Google Analytics module was installed as shown in Figure 13: Figure 13. Google Analytics module. By means of the website and login with our , several statistical data is shown about the website of Acrossing (Figure 14). Figure 14. User Interface of the Google Analytics module. P a g e 11 A C R O S S I N G D e l i v e r a b l e

13 3.6 Event Calendar Module An important feature of the website is to mark the project meetings as well as other relevant events for the project, so for this matter the Event Calendar module was installed, which permits to aggregate evets in a determined date. This module also generated the necessary interfaces to display the events in different calendars. Next it is shown in Figure 15 how the interface is used to create an event in the calendar of ACROSSING. Figure 15. Event Calendar module. As it can be seen, the module has a title, a start date, and, optionally, a final date, as well as the event description. Once the event has been generated, it can be displayed in different ways through the calendar contained in the website as shown in Figure 16: P a g e 12 A C R O S S I N G D e l i v e r a b l e

14 Figure 16. Display of the calendar in large size. This calendar is shown in large occupying all the content of the web, but it can be displayed in a minor size in a lateral column that appears in all webpages of ACROSSING (see Figure 17), except when the previous calendar is shown. Figure 17. Display of the calendar in smaller size. The capability to add and/or erase an event of the calendar is only possible for a registered user with the role of partner, or for the website administrator. 3.7 Forum Module This functionality of the website is not currently developed but is planned to be delivered when the research of the ESR begins. However, a first approach to the development of the module has been carried out and two Drupal modules have been selected for future development (Advanced Forum and Forum Access), which provide different visual themes and a complete control to forum access. P a g e 13 A C R O S S I N G D e l i v e r a b l e

15 3.8 Other Modules Next, other less important but indispensable modules for the proper operation of the website are explained: - Contact module: this module generates contact form in the website to which the re-captcha modules is added. - Chaos tools module: this module does not create any user interface, but allows to ease the work for the programmer in order to generate the rest of the content. Besides, it has a module for Pages Management. - Date/time module: this module makes possible to have the Event Calendar modules, because it allows to have date views on the website. - Display Suite module: this module allow us to extend the display options for each type of entity. - MultiUpload file module: this module permits to attach several files at the same time. - Smtp Authentication module: this module allows the Drupal system to have a basic configuration in order to send and receive s. - Redirect module: this module permits to configure the flow among pages and indicate when a direct step page is required. - Rules module: this module allows configuring rules, based in actions, which meet some requirements. For instance, when an user enters the system, s/he must be sent to the page X, if it is the first time. - Views module: this is one of the most important modules, which is required by many of the others because it allows to create views for a certain kind of page, or to generate a view for a block. For instance, it can generate a list of News or Public Deliverables. P a g e 14 A C R O S S I N G D e l i v e r a b l e

16 4. Accessibility and Accessibility Modules Acrossing website follows Accesibility principles to provide an easy interaction and usage of the website. For this purpose, some accessibility modules have been implemented. Drupal s accessibility modules are aligned with the international guideline WCAG 2.0 which covers a wide range of recommendations for making Web content more accessible to people with disabilities, including blindness and low vision, deafness and hearing loss, learning disabilities, cognitive limitations, limited movement, speech disabilities, photosensitivity and combinations of these. The first module to add is CCK Accessibility shown in Figure 18, which provides the ability to make CCK fields accessible without breaking existing designs. Figure 18. CCK Accessibility module. Other interesting modules, among others, in this area are: Content accessibility module, to check the content accessibility on the web site; Accessibility WYSIWYG module (Figure 19) gives users instant feedback on accessibility problems and Accessibility Reporting module, to get reports on which pages have the most errors and other views that are helpful for human reviewers or content editors. Figure 19. Accessibility modules. In following section, the theme selection as well as roles defining process in Drupal will be described. P a g e 15 A C R O S S I N G D e l i v e r a b l e

17 5. Themes and Roles Theme selection is essential in a website, and it is related to the different profiles of users that are going to access to the website, regarding it is an H2020 project website. Roles: Three roles are defined: anonymous user, and registered users, namely partner and administrator. These roles have different permissions to interact with the Drupal modules included in the platform (see Figure 20), and in particular regarding the file browser module. The first role corresponds to a random user that visits the platform, which only have permissions to use the contact form, to view the published content and to use the search tool. The second role corresponds to a partner of the consortium, which in addition to the anonymous user s, has the following particular permissions within the file browser module: view directory listing, upload files, download archive, delete file, rename file, download files and create folders. Finally it is the administrator role, which has all the permissions for any Drupal module available. Thus, a requirement for the theme selected was to allow to display private zones of the website. Figure 20. Permissions for the FileBrowser module for the different roles defined. By the other hand, we look for a theme that can be configured and responsive, i.e., which can be displayed in different platforms as shown in Figure 21. Figure 21. Accessibility modules. In addition, the use of a clean font is recommended, with big titles and images with commented alternative text in order to comply with accessibility guidelines and recommendations. P a g e 16 A C R O S S I N G D e l i v e r a b l e

18 After a long comparative analysis of different themes that comply with the required conditions, the theme SIMPLECORP 7.X was selected (see Figure 22). And the theme view will be as shown in Figure 23: Figure 22. Selected theme: SIMPLECORP 7.X Figure 23. Website s main view Once the theme and all needed modules are finally selected, the next step consists in the introduction of the content in the website, which is detailed in the next section. P a g e 17 A C R O S S I N G D e l i v e r a b l e

19 6. Content Structure The site is organized in seven main sections, depicted in Figure 24, Figure 24. Website s main menu Figure 25 shows a hierarchy structure diagram with the overall navigation routes through the site. Figure 25. diagram showing the navigation routes of Acrossing Website P a g e 18 A C R O S S I N G D e l i v e r a b l e

20 Next, the content of each section is detailed separately. Home: in this section the Project main characteristics of the project are described, as well as the different targets are addressed (scientific, training and societal), as shown in Figure 26. Figure 26. Home Section view Project: this section shows in Figure 27the main objective of the project and how it is intended to be achieved. It has three sub-sections (rationale&background, research & training, depicted in Figures 28, 29 and 30) that provide further information about the state-of-art, the research methodological approach and the training programs to be developed during the project, respectively. P a g e 19 A C R O S S I N G D e l i v e r a b l e

21 Figure 27. Project Sub-section view Figure 28. Rationale&Background Subsection view P a g e 20 A C R O S S I N G D e l i v e r a b l e

22 Figure 29. Research Subsection view Figure 30. Training Subsection view Consortium: in this section, at the top, each of the beneficiaries partners is listed with their logo and a link to their personal page in the web. Besides, at the bottom, the associated partners are listed, also with direct links to their personal pages (see Figure 31). P a g e 21 A C R O S S I N G D e l i v e r a b l e

23 Figure 31. Consortium Section view Figure 32 shows an example of how the partners profile page is structured. At the top, it is the logo and presentation of the partner, describing its main capabilities and resources. Below, it is shown a direct link to the website of the partner. Finally, at the bottom, a short Bio of the responsible staff as well as his/her personal is displayed. Figure 32. Example of partner profile page P a g e 22 A C R O S S I N G D e l i v e r a b l e

24 Recruitment: this section shows at the top the eligibility criteria to apply for the Marie Curie scholarship promoted by the project. Below, it is shown a summary of the 15 ESR vacancies with direct links to a more detailed explanation (Figure 33). Figure 33. Recruitment Section view The following Figure 34 shows an example of one of the ESR vacancies. At the top it is the basic information of the ESR (duration, host location). Next, the objectives and expected results to be obtained by the ESR are detailed, together with the related planned secondments. Finally, at the bottom, specific instructions are provided to the candidates on how to apply for the ESR. Figure 34. Example of ESR vacancy Section view P a g e 23 A C R O S S I N G D e l i v e r a b l e

25 Dissemination: this section has up to four sub-sections corresponding to different types of dissemination activities that are expected in the project: Publications, Public Deliverables, Calendar Events, and Gallery of pictures related. Below, in he Figure 35, there is an example of the contents to be shown in this section: website logo, meeting photos from an important event, etc. Figure 35. Gallery Subsection view Besides, it must be noticed that the event calendar is permanently shown in the website in the right column (Figure 36), just at the top of the twitter plugin and below the search tool. Figure 36. Permanent Calendar News: this section plays an important role in the dissemination activities of the project, thus it will be updated during the course of the project with the achieved advances, as shown in Figure 37. P a g e 24 A C R O S S I N G D e l i v e r a b l e

26 Figure 37. News Section view Besides, the news are permanently shown in the website in the right column, just below the event calendar and the twitter plugin (Figure 38). Figure 38. Permanent News Contact: this section, as depicted in Figure 39, provides a contact form for visiting users, in order to provide further information upon request. It includes a captcha functionality to avoid spam. P a g e 25 A C R O S S I N G D e l i v e r a b l e

27 Figure 39. Contacts Section view Social Media: twitter, due to its huge extension and real-time engine, will be used as primary social network in order to communicate relevant news from the project, as well as other interesting information retweeted by the Acrossing twitter account. For this purpose, a twitter plugin has been inserted in the right column of the webpage, as it is shown in all the snapshots provided previously. Private zone: the previous sections described so far show the webpage of Acrossing as accessed by an anonymous user. Nevertheless, at the top-right of the page there is a login button that allows the login of a user with the role partner, and displays the private zone. This private zone (see Figure 40) permits partner users to access the features of the Filebrowser module in which they have permissions: they are allowed to upload photos to be inserted in the Gallery Section, to create Calendar Events, and to edit News, Public Deliverables and Publications. Moreover, there is a private document manager or repository where partners can up/down-load different kind of documents for daily work (administrative, deliverables, dissemination and financial material, meeting information, telco minutes, etc.). P a g e 26 A C R O S S I N G D e l i v e r a b l e

28 Figure 40. Private Zone Next it is shown in Figure 41 some images related to repository of the private zone, which is supported by the Filebrowser module. The first one details the folders structure currently defined. Next it is displayed a capture of the actions provided for the folder structure. In the third place, it is shown the options the user has in order to upload new files and create new folders in the folder structure. P a g e 27 A C R O S S I N G D e l i v e r a b l e

29 Figure 41. Repository of the Private Zone This way, partners could use the module as a private repository because it has been configured for placing all the files in a private area in the server and, in addition, it is required to be a user with partner role to access to this repository. Finally, a banner with the funding programmed is added at the bottom of the website as ii can be seen in Figure 42: Figure 42. Website banners view P a g e 28 A C R O S S I N G D e l i v e r a b l e

30 7. Mailing Lists and Forum 7.1 Mailing Lists ACROSSING will use mailing lists as one of the major communication means for project collaboration, management, dissemination and promotion inside and outside the consortium. Up to now two mailing lists have been created. One is the ACROSSING beneficiaries mailing list, which is used as the main channel for all beneficiaries to communicate, circulate and update each other on ACROSSING related events, collaborative research activities as well as public engagement and academic dissemination news. The members of the mailing include PIs and key team members from each beneficiary. The second mailing list is the associate partner mailing list which is mainly used to inform all associate partners of the latest events, activities, progress and also opportunities for them to participate. The mailing list includes the PIs and key members of all associated partners Finally, an ESR mailing list will be created once all ESRs are in place on due time. 7.2 Forum The Forum has the purpose of creating a common space to support the collaborative research of the ESR. For this purpose, in addition to the main forum page to be integrated in the Acrossing website, there will be specific forum containers for the different the ESR projects as well as the research application areas considered in the project. Besides, there will be messages and comments, which are the basic threads that the forum users are able to create when visiting the different forum topics. In order to manage the information introduced in the forum, there will be defined different roles to the users registered in it, which can be managed through the Forum Access module in order to control what user roles can view, edit, delete, and post to each forum. Finally, it will be defined a list of users who have administrative access on the forum (aka moderators), that will be in charge of a good performance of the forum, encouraging the participation and avoiding unacceptable behaviors (e.g. trolls). The Forum functionality will be aggregated to the website platform when the ESR recruitment has finished and the (D1.1, M9), and the career development plans (D1.2, M9) are defined for the selected candidates to start to work. P a g e 29 A C R O S S I N G D e l i v e r a b l e

31 8. Conclusions This document presents Acrossing website as part of a comprehensive dissemination strategy that specifies a common project reference identity, specific tools and activities adapted to the respective target groups (basically partners, ESR candidates and the general public), a clear communication policy and an internal assessment procedure. The project website described in the document therefore presents the overall process that will be followed by the consortium to optimize the awareness of the project s output as well as the dissemination of project results to all relevant stakeholders, both at a general level as well as at the level of each individual research outcome. To improve further the dissemination of the project, maintenance tasks are required to update input of information periodically, including the the collection of news, events, public documents, according to the project development. The website of the project will be available at least, two years after the finalization of the project. P a g e 30 A C R O S S I N G D e l i v e r a b l e

32 Annex I. References [1] [2] [3] [4] [5] [6] P a g e 31 A C R O S S I N G D e l i v e r a b l e

Deliverable 7.1 M3 m-resist website

Deliverable 7.1 M3 m-resist website H2020-PHC-2014-single-stage PHC-26-2014: Self-management of health and disease: citizen engagement and mhealth Research and Innovation action Deliverable 7.1 M3 m-resist website Version 1.0.0 Status Final

More information

Deliverable D10.1 Launch and management of dedicated website and social media

Deliverable D10.1 Launch and management of dedicated website and social media STAR-ProBio Sustainability Transition Assessment and Research of Bio-based Products Grant Agreement Number 727740 Deliverable D10.1 Launch and management of dedicated website and social media Version 1.0,

More information

DELIVERABLE. D3.1 - TransformingTransport Website. TT Project Title. Project Acronym

DELIVERABLE. D3.1 - TransformingTransport Website. TT Project Title. Project Acronym Ref. Ares(2017)844805-15/02/2017 DELIVERABLE D3.1 - TransformingTransport Website Project Acronym TT Project Title Transforming Transport Grant Agreement number 731932 Call and topic identifier ICT-15-2016-2017

More information

Coordinating Optimisation of Complex Industrial Processes

Coordinating Optimisation of Complex Industrial Processes Ref. Ares(2016)7192906-29/12/2016 Coordinating Optimisation of Complex Industrial Processes COCOP Project information Project call H2020-SPIRE-2016 Grant Number 723661 Project duration 1.10.2016-31.3.2020

More information

D8.1 Project website

D8.1 Project website D8.1 Project website WP8 Lead Partner: FENIX Dissemination Level: PU Deliverable due date: M3 Actual submission date: M3 Deliverable Version: V1 Project Acronym Project Title EnDurCrete New Environmental

More information

Metal Recovery from Low Grade Ores and Wastes Plus

Metal Recovery from Low Grade Ores and Wastes Plus Metal Recovery from Low Grade Ores and Wastes Plus D7.1 Project and public website Public Authors: Marta Macias, Carlos Leyva (IDENER) D7.1 I Page 2 Deliverable Number 7.1 Deliverable Name Project and

More information

D5.2 FOODstars website WP5 Dissemination and networking

D5.2 FOODstars website WP5 Dissemination and networking D5.2 FOODstars website WP5 Dissemination and networking This project has received funding from the European Union s Horizon 2020 research and innovation programme under grant agreement No 692276. DISCLAIMER

More information

Deliverable No: D8.5

Deliverable No: D8.5 Project Title: Sensing and predictive treatment of frailty and associated co-morbidities using advanced personalized models and advanced interventions Contract No: 690140 Instrument: Call identifier: Topic:

More information

Website Implementation D8.1

Website Implementation D8.1 Website Implementation D8.1 Project Number: FP6-045389 Deliverable id: D 8.1 Deliverable name: Website Implementation Date: 31 March 2007 COVER AND CONTROL PAGE OF DOCUMENT Project Acronym: Project Full

More information

CREATE Compact REtrofit Advanced Thermal Energy storage. European Commission Archive 1x

CREATE Compact REtrofit Advanced Thermal Energy storage. European Commission Archive 1x Page: Page 2 of 21 Distribution list External TNO European Commission Archive 1x Change log Issue Date Pages Remark / changes Page 1 26.01.2016 21 First issue All Table of contents Background... 4 1 References...

More information

EUROPEAN COMMISSION EIGHTH FRAMEWORK PROGRAMME HORIZON 2020 GA No

EUROPEAN COMMISSION EIGHTH FRAMEWORK PROGRAMME HORIZON 2020 GA No EUROPEAN COMMISSION EIGHTH FRAMEWORK PROGRAMME HORIZON 2020 GA No. 634149 Deliverable No. Deliverable Title D8.1. Dissemination level Public 18/12/2015 Written by SANZ, Laura Applus IDIADA 18/12/2015 Issue

More information

EVACUATE PROJECT WEBSITE

EVACUATE PROJECT WEBSITE FP7-313161 A holistic, scenario-independent, situation-awareness and guidance system for sustaining the Active Evacuation Route for large crowds EVACUATE PROJECT WEBSITE Deliverable Identifier: D.12.1

More information

D8.2 Project website, blog and twitter channels

D8.2 Project website, blog and twitter channels ICT Seventh Framework Programme (ICT FP7) Grant Agreement No: 288513 Policy Formulation and Validation through non Moderated Crowdsourcing D8.2 Project website, blog and twitter channels Project Reference

More information

Washington State Emergency Management Association (WSEMA) Olympia, WA

Washington State Emergency Management Association (WSEMA) Olympia, WA Washington State Emergency Management Association (WSEMA) Olympia, WA Request for Proposals Website Redesign and Content Management and Maintenance System Proposal Submittal Deadline: I. Introduction and

More information

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

Security Assurance Framework for Networked Vehicular Technology

Security Assurance Framework for Networked Vehicular Technology D7.2 SAFERtec Website Security Assurance Framework for Networked Vehicular Technology Abstract SAFERtec proposes a flexible and efficient assurance framework for security and trustworthiness of Connected

More information

Common Language Resources and Technology Infrastructure REVISED WEBSITE

Common Language Resources and Technology Infrastructure REVISED WEBSITE REVISED WEBSITE Responsible: Dan Cristea Contributing Partners: UAIC, FFGZ, DFKI, UIB/Unifob The ultimate objective of CLARIN is to create a European federation of existing digital repositories that include

More information

H2020 RIA COMANOID H2020-RIA

H2020 RIA COMANOID H2020-RIA H2020 RIA COMANOID H2020-RIA-645097 Deliverable D5.1: Setup of the communication infrastructure M2 D5.1 H2020-RIA-645097 COMANOID M2 Project acronym: Project full title: COMANOID Multi-Contact Collaborative

More information

WP6 D6.2 Project website

WP6 D6.2 Project website WP6 D6.2 Project website Project title: Project Acronym: Promoting Youth Scientific Career Awareness and it Attractiveness through Multistakeholder Cooperation MultiCO Project ID: 665100 Prepared by: University

More information

D33.1. Project website and internal and external IT communication infrastructure PRACTICE. 36 months FP7/

D33.1. Project website and internal and external IT communication infrastructure PRACTICE. 36 months FP7/ D33.1 Project website and internal and external IT communication infrastructure Project number: 609611 Project acronym: Project title: PRACTICE Start date of the project: 1 st November, 2013 Duration:

More information

Deliverable 8.1: Project website and promotional material

Deliverable 8.1: Project website and promotional material Deliverable 8.1: Project website and promotional material E. Apostolidis, K. Apostolidis, D. Galanopoulos, V. Mezaris 31/03/2016 Work Package 8: Exploitation and Dissemination InVID - In Video Veritas:

More information

HORIZON2020 FRAMEWORK PROGRAMME TOPIC EUK Federated Cloud resource brokerage for mobile cloud services. D7.1 Initial publication package

HORIZON2020 FRAMEWORK PROGRAMME TOPIC EUK Federated Cloud resource brokerage for mobile cloud services. D7.1 Initial publication package HORIZON2020 FRAMEWORK PROGRAMME TOPIC EUK-03-2016 Federated Cloud resource brokerage for mobile cloud services D7.1 Initial publication package Project acronym: BASMATI Project full title: Cloud Brokerage

More information

D 9.1 Project website

D 9.1 Project website Doc: FEN--RP-017 Page: Page 1 of 21 H2020 - EEB - 2017-766464 D 9.1 Project website Name Signature and date Prepared by Martina Bakešová (FENIX) 17.1.2018 Checked by Approved by Ir. C.L.G. (Christophe)

More information

DELIVERABLE 5.2 Establishment of a common graphical identity WP5 Dissemination

DELIVERABLE 5.2 Establishment of a common graphical identity WP5 Dissemination DELIVERABLE 5.2 Establishment of a common graphical identity WP5 Dissemination Table of Contents Disclaimer... 3 Purpose... 4 Executive Summary... 5 Deliverable report... 6 Introduction... 6 Guidelines...

More information

Deliverable D8.4 External website launched

Deliverable D8.4 External website launched Qualification of innovative floating substructures for 10MW wind turbines and water depths greater than 50m Project acronym LIFES50+ Grant agreement 640741 Collaborative project Start date 2015-06-01 Duration

More information

D12.4. Project Logo, LIGHTest Website and Infrastructure for LIGHTest WIKI. Document Identification. Draft. Don Thibeau (OIX), Charles Sederholm (GS)

D12.4. Project Logo, LIGHTest Website and Infrastructure for LIGHTest WIKI. Document Identification. Draft. Don Thibeau (OIX), Charles Sederholm (GS) D12.4 Document Identification Date 02.11.2016 Status Draft Version Version 1.1 Related WP WP 12 Related Deliverable(s) none Lead Authors Heiko Roßnagel Dissemination Level PU Lead Participants FHG Contributors

More information

H2020 Project: Smart Resilience Indicators for Smart Critical Infrastructure D6.1 - Project website

H2020 Project: Smart Resilience Indicators for Smart Critical Infrastructure D6.1 - Project website PUBLIC DELIVERABLE H2020 Project: Smart Resilience Indicators for Smart Critical Infrastructure D6.1 - Project website Coordinator: Aleksandar Jovanovic EU-VRi Project Manager: Bastien Caillard EU-VRi

More information

User s Guide Your Personal Profile and Settings Creating Professional Learning Communities

User s Guide Your Personal Profile and Settings Creating Professional Learning Communities User s Guide Your Personal Profile and Settings Creating Professional Learning Communities Table of Contents Page Welcome to the edweb 3 Your Personal Profile and Settings 4 Registration 4 Complete the

More information

Creating a Course Web Site

Creating a Course Web Site Creating a Course Web Site What you will do: Use Web templates Use shared borders for navigation Apply themes As an educator or administrator, you are always looking for new and exciting ways to communicate

More information

D8.1. Internal and external IT communication infrastructure and project website M3TERA. 36 months H2020-ICT WP8

D8.1. Internal and external IT communication infrastructure and project website M3TERA. 36 months H2020-ICT WP8 D8.1 Internal and external IT communication infrastructure and project website Project number: 644039 Project acronym: Project title: M3TERA Start date of the project: 1 st February, 2015 Duration: Programme:

More information

CITYnvest Graphic and Web Development

CITYnvest Graphic and Web Development CITYnvest: Increasing Capacities in Cities for Innovative Financing in Energy Efficiency Topic: EE-21-2014 Type of action: CSA ID: 649730 CITYnvest Graphic and Web Development 1. Description of the project

More information

MAtchUP D8.2: Project website WP 8, T th March 2018 (M6)

MAtchUP D8.2: Project website WP 8, T th March 2018 (M6) MAtchUP D8.2: Project website WP 8, T 8.2 30th March 2018 (M6) Authors: Costanza Caffo (ICE), Veronica Meneghello (ICE) MAtchUP - SCC-1-2016-2017 Innovation Action GRANT AGREEMENT No. 774477 Technical

More information

Deliverable D2.4 AppHub Software Platform

Deliverable D2.4 AppHub Software Platform The European open source Marketplace www.apphub.eu.com ICT Project Deliverable D2.4 AppHub Software Platform This project has received funding from the European Union s Horizon 2020 research and innovation

More information

Deliverable D9.2 Website availability

Deliverable D9.2 Website availability BIOFOS Micro-ring resonator-based biophotonic system for food analysis Grant agreement no: 611528 Specific Targeted Research Project (STREP) Information & Communication Technologies (ICT) Deliverable D9.2

More information

Project Title: INFRASTRUCTURE AND INTEGRATED TOOLS FOR PERSONALIZED LEARNING OF READING SKILL

Project Title: INFRASTRUCTURE AND INTEGRATED TOOLS FOR PERSONALIZED LEARNING OF READING SKILL Project Title: INFRASTRUCTURE AND INTEGRATED TOOLS FOR PERSONALIZED LEARNING OF READING SKILL Project Acronym: Grant Agreement number: 731724 iread H2020-ICT-2016-2017/H2020-ICT-2016-1 Subject: Dissemination

More information

D5.1. Internal and External IT Communication Infrastructure and Project Website

D5.1. Internal and External IT Communication Infrastructure and Project Website D5.1 Internal and External IT Communication Infrastructure and Project Website Project number: 644052 Project acronym: HECTOR Project title: Hardware Enabled Crypto and Randomness Start date of the project:

More information

PROJECT S PROMOTIONAL MATERIAL

PROJECT S PROMOTIONAL MATERIAL Ref. Ares(2015)3998487-29/09/2015 PROJECT S PROMOTIONAL MATERIAL DOCUMENT IDENTIFIER: D2.7 DUE DATE: 01/09/2015 DELIVERY DATE: 29/09/2015 CLASSIFICATION: Public EDITORS: Alexandre Almeida, Nídia Ferreira

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Content Management Features & Benefits

Content Management Features & Benefits Content Publishing Features 01 Feedback Forms Use the drag-and-drop wizard to create feedback forms and then add them to your website. Responses are saved in your control panel and can be exported to Microsoft

More information

Development of a Website for the United Nations Decade of Ocean Science for Sustainable Development Preparatory Phase ( )

Development of a Website for the United Nations Decade of Ocean Science for Sustainable Development Preparatory Phase ( ) IOC / 3 August 2018 / Page 1 Terms of Reference Development of a Website for the United Nations Decade of Ocean Science for Sustainable Development Preparatory Phase (2018-2020) Objectives In the context

More information

Early Detection and Integrated Management of Tuberculosis in Europe. PJ Early diagnosis of tuberculosis. D2.2 Website.

Early Detection and Integrated Management of Tuberculosis in Europe. PJ Early diagnosis of tuberculosis. D2.2 Website. Early Detection and Integrated Management of Tuberculosis in Europe PJ-03-2015 Early diagnosis of tuberculosis D2.2 Website WP 2 Website Due date of deliverable Month 3 2 August 2016 Actual submission

More information

Horizon2020/EURO Coordination and Support Actions. SOcietal Needs analysis and Emerging Technologies in the public Sector

Horizon2020/EURO Coordination and Support Actions. SOcietal Needs analysis and Emerging Technologies in the public Sector Horizon2020/EURO-6-2015 Coordination and Support Actions SOcietal Needs analysis and Emerging Technologies in the public Sector Deliverable D1.2 The SONNETS Research Data Management Plan Workpackage Editor(s):

More information

Ref. Ares(2015) /12/2015. D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT

Ref. Ares(2015) /12/2015. D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT Ref. Ares(2015)6013006-22/12/2015 D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT AQUAEXCEL 2020 Deliverable D9.1 Executive Summary Objectives: This deliverable presents the AQUAEXCEL 2020

More information

Marketing & Back Office Management

Marketing & Back Office Management Marketing & Back Office Management Menu Management Add, Edit, Delete Menu Gallery Management Add, Edit, Delete Images Banner Management Update the banner image/background image in web ordering Online Data

More information

Introduction to the Learning Environment v8.3.0

Introduction to the Learning Environment v8.3.0 Introduction to the Learning Environment v8.3.0 User Guide March, 008 Contents My Home Accessing your courses Navigating inside a course Lists Actions Entering Dates Showing and hiding advanced options

More information

Stakeholder consultation process and online consultation platform

Stakeholder consultation process and online consultation platform Stakeholder consultation process and online consultation platform Grant agreement no.: 633107 Deliverable No. D6.2 Stakeholder consultation process and online consultation platform Status: Final Dissemination

More information

Euro-BioImaging Preparatory Phase II Project

Euro-BioImaging Preparatory Phase II Project Euro-BioImaging Preparatory Phase II Project Web access portal running with all features, including links to the EuBI nodes' online resources Project N. 688945 Project Title Euro-BioImaging Preparatory

More information

TERMS OF REFERENCE Design and website development UNDG Website

TERMS OF REFERENCE Design and website development UNDG Website TERMS OF REFERENCE Design and website development UNDG Website BACKGROUND The United Nations Development Coordination and Operations Office (UN DOCO) launched a new website in 2015 to ensure accessibility

More information

CCM Website toolkit. Version 1.2 working draft Author Bobby Kimutai. Change revisions. Video links updated

CCM Website toolkit. Version 1.2 working draft Author Bobby Kimutai. Change revisions. Video links updated CCM Website toolkit Version 1.2 working draft Author Bobby Kimutai Change revisions Video links updated Contents Definition of terms and abbreviations... 2 Abbreviations... 2 Requesting for the CCM website...

More information

WORDPRESS 101 A PRIMER JOHN WIEGAND

WORDPRESS 101 A PRIMER JOHN WIEGAND WORDPRESS 101 A PRIMER JOHN WIEGAND CONTENTS Starters... 2 Users... 2 Settings... 3 Media... 6 Pages... 7 Posts... 7 Comments... 7 Design... 8 Themes... 8 Menus... 9 Posts... 11 Plugins... 11 To find a

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

REQUEST FOR PROPOSALS

REQUEST FOR PROPOSALS 10 th EDF-EPA Programme Technical Barriers to Trade Component Support to the Caribbean Forum of the ACP States in the implementation of the commitments undertaken under the Economic Partnership Agreement

More information

Document Contributors

Document Contributors D8.1 Website 768623 This project has received funding from the European Union s Horizon 2020 research and innovation programme under grant agreement No 768623 D8.1 Work Package No. WP8 Task/s No. Task

More information

D2.2 Web Platform development

D2.2 Web Platform development EUBrazilCC EU-Brazil Cloud infrastructure Connecting federated resources for Scientific Advancement D2.2 Web Platform development Contract number: FP7-614048 / Start Date of Project: 1 October 2013 Duration

More information

Biological and Mathematical Basis of Interaction Computing

Biological and Mathematical Basis of Interaction Computing Biological and Mathematical Basis of Interaction Computing WP6: Dissemination and Collaboration Deliverable D6.1 Project Website Project funded by the European Commission Information and Communication

More information

Index COPYRIGHTED MATERIAL. Numerics

Index COPYRIGHTED MATERIAL. Numerics Numerics 2Checkout, 293 404 errors, 197 198 A HTML tag, 102 About page (Drupal Gardens), 253 Account Activation e-mail, 70 Account Blocked e-mail, 70 Account Canceled e-mail, 70 Account Cancellation

More information

Deliverable 10.1 Visual Identity Kit

Deliverable 10.1 Visual Identity Kit Ref. Ares(2018)596690-31/01/2018 PROJECT ACRONYM CUPIDO PROJECT TITLE Cardio Ultraefficient nanoparticles for Inhalation of Drug products Deliverable 10.1 Visual Identity Kit CALL ID H2020-NMBP-2016-2017

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

INTRODUCTION & BASIC STRUCTURE... 2 PAGES... 3 EDITING A PAGE... 3 BLOG ENTRIES (POSTS)... 5 CREATING A BLOG ENTRY (POST)... 6

INTRODUCTION & BASIC STRUCTURE... 2 PAGES... 3 EDITING A PAGE... 3 BLOG ENTRIES (POSTS)... 5 CREATING A BLOG ENTRY (POST)... 6 Contents INTRODUCTION & BASIC STRUCTURE... 2 PAGES... 3 EDITING A PAGE... 3 CREATING A NEW PAGE... 4 PASTING TEXT... 4 EXTERNAL LINKS... 4 LINKING THE PAGE TO A MENU... 5 BLOG ENTRIES (POSTS)... 5 CREATING

More information

Horizon 2020 INFRADEV Design studies. RICHFIELDS Working Packages 2 Deliverable D2.2. Project identity. Date delivered: M6

Horizon 2020 INFRADEV Design studies. RICHFIELDS Working Packages 2 Deliverable D2.2. Project identity. Date delivered: M6 Horizon 2020 INFRADEV-1-2014 - Design studies RICHFIELDS Working Packages 2 Deliverable D2.2 Project identity Date delivered: M6 Author: Christina Sadler Deliverable lead beneficiaries: EUFIC Project Project

More information

WordPress SEO. Basic SEO Practices Using WordPress. Leo Wadsworth LeoWadsworth.com

WordPress SEO. Basic SEO Practices Using WordPress. Leo Wadsworth LeoWadsworth.com Basic SEO Practices Using WordPress Leo Wadsworth LeoWadsworth.com Copyright 2012, by Leo Wadsworth, all rights reserved. Unless you have specifically purchased additional rights, this work is for personal

More information

D6.1 Project External Website, project flyer and social media presence

D6.1 Project External Website, project flyer and social media presence Ref. Ares(2015)5999102-22/12/2015 D6.1 Project External Website, project flyer and social media presence Workpackage: 6 Dissemination and Exploitation Author(s): Denis Dutoit CEA Authorized by Denis Dutoit

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions Blog for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting started... 4 Sidebar... 5 SEO... 6 Related Products... 6 Wordpress Import... 7 Blog categories... 7 Blog posts...

More information

Contents. International Union for Conservation of Nature Basic guide to the Forum s Web-spaces

Contents. International Union for Conservation of Nature Basic guide to the Forum s Web-spaces International Union for Conservation of Nature Basic guide to the Forum s Web-spaces Contents What should I use the web-spaces for? (and what I shouldn t use them for?)... 2 Where do I start?... 3 How

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 26, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Harwich Haven - Surrender to Sanctuary.

Harwich Haven - Surrender to Sanctuary. Harwich Haven - Surrender to Sanctuary. Website Specification 7 February 2018 Issued by David Cain david@nhscic.org on behalf of New Heritage Solutions C.I.C Office 33 Red Gables Ipswich Road Stowmarket

More information

Direct 100G connectivity with optoelectronic POLYmer InP integration for data center SYStems

Direct 100G connectivity with optoelectronic POLYmer InP integration for data center SYStems Direct 100G connectivity with optoelectronic POLYmer InP integration for data center SYStems Grant Agreement no. Specific Targeted Research Project (STREP) Information & Communication Technologies (ICT)

More information

To upgrade to ifeature Pro visit:

To upgrade to ifeature Pro visit: 1 ifeature Free Documentation for ifeature v1.0.7 (last updated 4/26/2011) TABLE OF CONTENTS: Topic Page(s) Installing ifeature 2 Templates and Widgets 3 imenu 4 ifeature Settings 5 General Settings 6

More information

Mobile dual arm robotic workers with embedded cognition for hybrid and dynamically reconfigurable manufacturing systems

Mobile dual arm robotic workers with embedded cognition for hybrid and dynamically reconfigurable manufacturing systems Mobile dual arm robotic workers with embedded cognition for hybrid and dynamically reconfigurable manufacturing systems Grant Agreement No : 723616 Project Acronym : THOMAS Project Start Date : 1 st October,

More information

MANAGE YOUR CONSTRUCTION21 COMMUNITY

MANAGE YOUR CONSTRUCTION21 COMMUNITY MANAGE YOUR CONSTRUCTION21 COMMUNITY Online communities are spaces dedicated to exchanges, news watch and sharing of documents. By creating your community on a specific topic, you stand out as a national

More information

Idealist2018 Project. Ideal-ist Partner Search System - Manual for Proposers

Idealist2018 Project. Ideal-ist Partner Search System - Manual for Proposers Project Ideal-ist Partner Search System - Manual for Proposers Section 1 Contents Contents 1 The Partner Search Publication Procedure 3 1.1 Process of the Partner Search (PS) system..3 1.2 Registration...5

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

D9.2 IMPLEMENTATION OF PROJECT WEBSITE

D9.2 IMPLEMENTATION OF PROJECT WEBSITE Achieving near Zero and Positive Energy Settlements in Europe using Advanced Energy Technology H2020-678407 D9.2 IMPLEMENTATION OF PROJECT WEBSITE Author: Katharina Langosch (TUM), Wen Pan (TUM) Deliverable

More information

Work Package 6 Dissemination and Exploitation Involved Partners: Planet Media, City Passenger, LTU, CTI

Work Package 6 Dissemination and Exploitation Involved Partners: Planet Media, City Passenger, LTU, CTI Ref. Ares(2016)1549823-31/03/2016 Information and Communication Technologies (H2020- ICT-12-2015) Integrating experiments and facilities in FIRE+Innovation actions Deliverable 6.1 Project Website Work

More information

Digital Fabrication and Maker Movement in Education Making Computer supported Artefacts from Scratch

Digital Fabrication and Maker Movement in Education Making Computer supported Artefacts from Scratch Digital Fabrication and Maker Movement in Education Making Computer supported Artefacts from Scratch Deliverable D4.4 The unified user interface - A software solution for 3D design, programming and making

More information

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Drupal Drupal is a free and open-source content management system (CMS) and content

More information

2 Document Manager Lite v5.2 User Guide

2 Document Manager Lite v5.2 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Jennifer Nip, P.Eng. Portfolio

Jennifer Nip, P.Eng. Portfolio Jennifer Nip, P.Eng Portfolio Jennifer Nip Portfolio Jennifer has over 10 years experience in web design and usability analysis Being the Lead User Experience Designer, she has leading edge web design

More information

The following pages will give you a quick overview over your new XELOS intranet and help you with the first steps. 1. Overview over the user interface

The following pages will give you a quick overview over your new XELOS intranet and help you with the first steps. 1. Overview over the user interface XELOS 7 First Steps Overview XELOS is a professional Enterprise.0 software that is used by companies mainly as an intranet solution to improve collaboration within teams and in the company. The brilliant

More information

Fluid Management component improvement for Back up fuel cell systems

Fluid Management component improvement for Back up fuel cell systems Fluid Management component improvement for Back up fuel cell systems Deliverable 7.2 Establishing of public FluMaBack portal and launching project event Version 1.1 Report submission date: 23/12/2012 Dissemination

More information

Prototype D10.2: Project Web-site

Prototype D10.2: Project Web-site EC Project 257859 Risk and Opportunity management of huge-scale BUSiness community cooperation Prototype D10.2: Project Web-site 29 Dec 2010 Version: 1.0 Thomas Gottron gottron@uni-koblenz.de Institute

More information

D 7.1 PROJECT WEBSITE

D 7.1 PROJECT WEBSITE D 7.1 PROJECT WEBSITE The present document is a draft. The sole responsibility for the content of this publication lies with the authors. It does not necessarily reflect the opinion of the European Union.

More information

Future European Fuel Cell Technology: Fit for Automatic Manufacturing and Assembly

Future European Fuel Cell Technology: Fit for Automatic Manufacturing and Assembly Future European Fuel Cell Technology: Fit for Automatic Manufacturing and Assembly EUROPEAN COMMISSION Horizon 2020 FCH-1-12016 Manufacturing technologies for PEMFC stack components and stacks GA # 735606

More information

Deliverable 5.1. PRE2POS Phase 2 project website

Deliverable 5.1. PRE2POS Phase 2 project website Pre2Pos project has received funding from the European Union s Horizon 2020 research and innovation programme under grant agreement No 733209 Deliverable 5.1 PRE2POS Phase 2 project website Date Issue

More information

Request For Proposal ONWAA Website & E-Learn Portal

Request For Proposal ONWAA Website & E-Learn Portal Request For Proposal ONWAA Website & E-Learn Portal ONWAA 880 17 E, Garden River, Ontario P6A 6Z5 Table Of Contents General information Project Overview Statement of Needs Proposal Format Proposal Preparation

More information

Introduction to the Participant Portal services

Introduction to the Participant Portal services Research and Innovation Participant Portal Introduction to the Participant Portal services Agnes Hegyvarine Nagy agnes.nagy-hegyvarine@ec.europa.eu ERCEA David Baird DIGIT 1 What's new in Horizon 2020?

More information

Energy Data Innovation Network GA N

Energy Data Innovation Network GA N 01.09.2016 695916 Energy Data Innovation Network GA N. 695916 Deliverable Title Deliverable Lead: Related Work Package: Related Task: Main Author(s): D8.1 Website Launch Report Climate Alliance WP8: Dissemination

More information

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin 1 P a g e Contents 1. Introduction... 5 2. Who is it for?... 6 3. Community v/s PRO Version... 7 3.1. Which version is

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

PRELIDA. D2.3 Deployment of the online infrastructure

PRELIDA. D2.3 Deployment of the online infrastructure Project no. 600663 PRELIDA Preserving Linked Data ICT-2011.4.3: Digital Preservation D2.3 Deployment of the online infrastructure Start Date of Project: 01 January 2013 Duration: 24 Months UNIVERSITAET

More information

Deliverable D7.1 Graphical Identity

Deliverable D7.1 Graphical Identity Graphical Identity Project: Mineral Intelligence Capacity Analysis Acronym: MICA Grant Agreement: 689468 Funding Scheme: Horizon 2020 Webpage: www.mica-project.eu Work Package: Work Package 7 Work Package

More information

D6.1. Project Portal and Communication Channels

D6.1. Project Portal and Communication Channels H2020 5G-Coral Project Grant No. 761586 D6.1. Project Portal and Communication Channels Abstract This deliverable (D6.1) reports the set-up of project portal and communication channels such as social media

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation MY WORKSPACE USER MANUAL Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 THE FHF-PRISM LOGIN SCREEN... 6 LOGGING INTO THE FHF-PRISM... 6 RECOVERING

More information

D7.6: Dissemination Pack

D7.6: Dissemination Pack WP7 Exploitation and Communication Authors: Dimitrios PAPADAKIS (Evenflow), Eleftherios MAMAIS (Evenflow), Nefeli POLITI-STERGIOU (Evenflow) This project has received funding from the European Union's

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Moodle specification document for ModENet Prepared by Jigsaw Learning

Moodle specification document for ModENet Prepared by Jigsaw Learning Moodle specification document for ModENet Prepared by Jigsaw Learning 1 Introduction 2 2 The choice of Moodle as the appropriate software package 2 2.1The Moodle package 3 3 High level Moodle configuration

More information

Lab 1 MonarchPress Product Description. Robert O Donnell. Old Dominion University CS411. Janet Brunelle. November 23, 2015.

Lab 1 MonarchPress Product Description. Robert O Donnell. Old Dominion University CS411. Janet Brunelle. November 23, 2015. Running Head: LAB 1 MONACHPRESS PRODUCT DESCRIPTION Lab 1 MonarchPress Product Description Robert O Donnell Old Dominion University CS411 Janet Brunelle November 23, 2015 Version #3 1 2 Table of Contents

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information