Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Note
titleJoin us at the DuraSpace reception

On Monday, June 10 from 7:00pm-9:00pm DuraSpace is holding a reception for all OR2019 attendees at the Pony Bar (near the University of Hamburg). All OR2019 attendees are welcome, you need not be a DuraSpace member or user.  Drinks and snacks will be provided.  For more details see: https://duraspace.org/invitation-please-come-to-a-duraspace-reception-in-hamburg-germany/


Info

This page is for attendees of the OR2019 "Getting Started with DSpace 7" workshops. It provides links to resources, workshop preparation, etc.

Slides :

...

 

Learning Objectives

  • Basic Workshop (Monday, June 10 from 9:00am - 12:30am)
    • Learn about upcoming DSpace 7 release
    • Overview of the Install & Upgrade processes
    • Understand new features of this release, including demos of the new User Interface and REST API
    • Learn the basics of branding / theming the new User Interface (hands-on)
  • Advanced Workshop (Monday, June 10 from 1:30pm - 5pm).  This workshop builds on what is learned in the Basic Workshop.
    • Learn about the Angular framework, and its main elements (templates, components, services, modules)
    • Learn about the TypeScript language and its syntax
    • Learn more advanced DSpace 7 User Interface changes, using Angular
    • Deeper dive on the new REST API, and hands-on experience
    • How you can get involved in finishing up the DSpace 7 release

...

  1. git remote add workshop https://github.com/DSpace-Labs/dspace-angular-workshops.git
  2. git fetch --tags workshop (Pulls down the dspace-angular-workshops code locally, including tags)
  3. For the Basic Training workshop

    1. git checkout or2019-basic-start   (Checks out the starting point of the workshop, the "or2019-basic-start" tag)
    2. git checkout -b or2019-workshop-basic  (Creates a local branch named "or2019-basic" for you, based on that "or2019-basic-start" tag)
  4. For the Advanced Training workshop

    1. git checkout or2019-advanced-start   (Checks out the starting point of the workshop, the "or2019-advanced-start" tag)
    2. git checkout -b or2019-workshop-advanced  (Creates a local branch named "or2019-advanced" for you, based on that "or2019-advanced-start" tag)

...

...