> For the complete documentation index, see [llms.txt](https://2019.istvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2019.istvs.org/registration.md).

# Registration

{% hint style="info" %}
*UPDATE September 1, 2019*\
Conference registration is now closed

Thank you for your interest — please consider our next annual conference in September 2020 in Montreal. Visit [www.istvs.org](http://www.istvs.org) to sign up for our email newsletter.
{% endhint %}

All participants and accompanying persons should register for the ISTVS 15th European-African Conference. Please read through the registration information to make your choices before you register at the bottom of the page.

### Full Conference Registration <a href="#full-conference-registration" id="full-conference-registration"></a>

Full conference registration includes:

* Access to all technical sessions and the conference exhibit hall
* One CD of the conference proceedings, provided at conference check in
* Ice Breaker Party, Sunday, September 8 — RSVP required during registration
* Banquet Dinner and continental breakfast, coffee breaks, and lunch on Monday, Tuesday, and Wednesday
* Access and transportation to the Technical Tours

Note that the new pre-conference Professional Course on the Saturday preceding the conference requires a separate registration. See below.

### Conference Registration Rates <a href="#conference-registration-rates" id="conference-registration-rates"></a>

All prices are in EUR.

**Early Bird Registration before 22 July 2019**

> Author/Attendee/Presenter — ISTVS, IEEE and ISTRO Member  €380\
> Author/Attendee/Presenter — Non-Member  €455\
> Student — ISTVS Member  €190\
> Student — Non-Member  €220

**Late Registration after 22 July 2019**

> Author/Attendee/Presenter — ISTVS, IEEE and ISTRO Member  €430\
> Author/Attendee/Presenter — Non-Member  €505\
> Student — ISTVS Member  €240\
> Student — Non-Member  €270

**Important notes:**

* Guest person registration is needed. Use [item below](https://istvs-conf.squarespace.com/registration-2019#guest) to register your guest.
* Post-conference tour to Škoda Auto and CIIRC CTU on Thursday, Friday September 12, 13 is not included in your registration fee. Advanced registration is necessary. Please note: accommodation **is not included** in the post-conference tour price! Please extend your stay in the hotel until September 12.

### Additional/Optional Guest Registration <a href="#additional-optional-guest-registration" id="additional-optional-guest-registration"></a>

The conference welcomes accompanying guests. If you are bringing one or more guests, please select from the following options during the registration process below.

* **Ice Breaker Party**, our ever-popular conference kickoff.\
  Sunday evening, September 8, €20 per guest.
* **Continental breakfast and lunch** on Monday, Tuesday, Wednesday.\
  €40 day per guest.
* **Banquet Dinner,** the closing event of the conference. €60 per guest.
* **Technical Tour to** [**Tatra Trucks**](https://www.tatratrucks.com/)**,** Tuesday, September 10.\
  Meals are included on this trip. €50 per guest for transportation.
* **Technical Tour to** [**Skoda Auto**](http://www.skoda-auto.com/company/visit), Thursday, September 12.\
  €40 per guest for transportation. Meals are included on this trip.
* **Excursion Tour to** [**CIIRC CTU**](https://www.ciirc.cvut.cz/)**, the Czech Institute of Informatics, Robotics, and Cybernetics**, Friday, September 13. Attendance is free of charge; pre-registration is required.

### Payment for Registration <a href="#payment-for-registration" id="payment-for-registration"></a>

To register now online by credit card, use the registration choices at the bottom of this page to add conference attendees to your cart, then complete the checkout process here on the conference website with a valid credit card.

### On-Site Registration <a href="#on-site-registration" id="on-site-registration"></a>

Registration desk will be located in at the Hotel International. On your arrival, follow the signs to the conference. Acceptable payment for on-site registrations include credit card, check, or cash only.

### Mandatory Author Registration Requirements <a href="#mandatory-author-registration-requirements" id="mandatory-author-registration-requirements"></a>

ISTVS author registration policy requires that at least one author from each accepted (accepted with revisions) paper be registered and paid prior to the uploading of the final manuscript before July 15, 2019.

### Cancellations <a href="#cancellations" id="cancellations"></a>

Any cancellation request must be made in writing and submitted to the [Conference Chair](mailto:prikner@tf.czu.cz) no later than August 1, 2019. A processing fee will be applied to all refund requests. Refunds are NOT permitted on/after August 1, 2019.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://2019.istvs.org/registration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
