- _h1 = HeaderField(label=mark_safe_lazy(_("<strong>Thursday, October 27th, 10 a.m.–12 noon</strong>")))
-
- w_dimitrov = forms.BooleanField(label=_(u'Dimitar Dimitrov: Hacking Brussels'), required=False)
- w_vangompel = forms.BooleanField(label=_(
- u'Stef van Gompel: Methods and constraints for including evidence in IP lawmaking'), required=False)
-
- _h2 = HeaderField(label=mark_safe_lazy(_("<strong>Friday, October 28th, 10 a.m.–12 noon</strong>")))
-
- w_siewicz = forms.BooleanField(label=_(
- u'dr Krzysztof Siewicz, dr Marta Hoffman-Sommer: '
- u'Legal aspects of using research data in the age of Open Data'), required=False)
- w_siewicz_project = forms.CharField(
- label=mark_safe(
- u'<p style="margin-top: 0"><strong>Qualification for this workshop will be based on the answers '
- u'for the following problem:</strong></p>'
- u'Please choose a particular dataset from any research project you are involved in and provide '
- u'a description (no more than 1800 characters). Selected datasets will be discussed during '
- u'the workshop as case studies. In your description, please include the following information: '
- u'What is the research goal of the project (in the context of the chosen dataset)? '
- u'What data is being collected and how is it stored? What is the process of data collection '
- u'or generation? Who is involved in collecting or producing the data and in what manner?'),
- max_length=1800, widget=forms.Textarea, required=False)
- w_google = forms.BooleanField(label=_(
- u'Marcin Olender, Google: Prawo autorskie na YouTube (workshop in Polish)'), required=False)
-
- _h3 = HeaderField(label=mark_safe_lazy(_("<strong>Friday, October 28th, 12 noon–2 p.m.</strong>")))
-
- w_patronite = forms.BooleanField(label=_(
- u'Mateusz Górski, Michał Leksiński, Patronite: Jak zarabiać i się nie sprzedać – warsztaty dla twórców '
- u'(workshop in Polish)'),
- required=False)
+ _h1 = HeaderField(label=mark_safe_lazy(_("<strong>Thursday, September 28th, 10 a.m.–12 noon</strong>")))
+
+ w_mileszyk = workshop_field(
+ u'Natalia Mileszyk, Dimitar Dimitrov, Diego Naranjo: School of Rock(ing) Copyright: United to #fixcopyright')
+ w_wang = workshop_field(
+ u'Jacob Riddersholm Wang, Pernille Feldt, Martin Appelt: Heritage gone digital - beyond legal rights')
+
+ _h2 = HeaderField(label=mark_safe_lazy(_("<strong>Thursday, September 28th, 12 noon–2 p.m.</strong>")))
+
+ w_vanderwaal = workshop_field(u'Sander van der Waal, Danny Lämmerhirt: Tackling open license proliferation')
+
+ _h2a = HeaderField(label=mark_safe_lazy(_("<strong>Friday, September 29th, 9 a.m.–11 noon</strong>")))
+
+ w_nobre = workshop_field(u'Teresa Nobre, Paul Keller, Sean Flynn: Researching the Impact of Copyright User Rights')
+ w_nobre_question = forms.CharField(
+ label=mark_safe_lazy(_(
+ u'Please describe the most important recent changes to copyright user rights in your national law. '
+ u'(max 1500 characters)')),
+ max_length=1500, widget=forms.Textarea, required=False)