From 6d590735d5ca6e830e6ae52929c626d2a3176150 Mon Sep 17 00:00:00 2001 From: Giulia Tosato Date: Thu, 13 Jun 2024 10:51:04 +0200 Subject: [PATCH] open cfp --- source/_data/defaults.yml | 13 +++++++------ source/_data/page_cfp.yml | 13 +++++++++---- themes/grusp_conf/_config.yml | 3 ++- .../layout/components/newsletter/_mailchimp.pug | 6 ++++++ 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/source/_data/defaults.yml b/source/_data/defaults.yml index 5b919ae..205c720 100644 --- a/source/_data/defaults.yml +++ b/source/_data/defaults.yml @@ -46,11 +46,11 @@ conference: update_link_url: "https://google.com/" update_link_label: "link to google, just for the demo" # "call for papers" component. set the first parameter to true to make it appear in home page, false means hidden - cfp_open: false + cfp_open: true cfp_readmore_label: "Read more" cfp_open_label: "Submissions accepted until" cfp_open_title: "Call For Papers Now Open!" - cfp_deadline: 2021-02-15T23:59+01:00 + cfp_deadline: 2024-10-31T23:59+01:00 cfp_register_label: "Apply now" cfp_register_aria_label: "Apply now to our Call for Papers" # "general information" ("what is it?") component @@ -79,7 +79,8 @@ conference: ruby: false entrepreneurship: false local_events: false - everything: true + dxday: true + everything: false newsletter_firstname_label: "First name" newsletter_lastname_label: "Surname" newsletter_email_label: "Email" @@ -108,7 +109,7 @@ conference: - "Developer Tools and Productivity" - "Developer Onboarding" - "Documentation and Knowledge Sharing" - - "Remote Work and Collaboration" + - "Remote Work and Collaboration" topics_payoff: "...and much more!" # "workshop" component. set the first parameter to true to make it appear in home page, false means hidden workshop_visible: false @@ -150,9 +151,9 @@ conference: community_partners_title: "Community partners" # this is for the Social links block social_follow: "Follow us on" - social_fb_url: "https://www.facebook.com/dxday" + social_fb_url: "https://www.facebook.com/grusp" social_linkedin_url: "https://www.linkedin.com/showcase/dxday/" - social_twitter_url: "https://twitter.com/dxdayit" + social_twitter_url: "https://twitter.com/grusp" social_vimeo_url: "https://vimeo.com/grusp" social_youtube_url: "https://www.youtube.com/c/grusp" social_instagram_url: "https://www.instagram.com/grusp_/" diff --git a/source/_data/page_cfp.yml b/source/_data/page_cfp.yml index de0d003..c68c653 100644 --- a/source/_data/page_cfp.yml +++ b/source/_data/page_cfp.yml @@ -1,21 +1,26 @@ intro: main_title: "Call for papers" - date_intro: "The call for papers is open until " + date_intro: "The call for papers is open until" # NB la data è definita in `defaults` content_1: "Propose a talk! Take the chance to share your experience, test yourself on topics you know well and learn something new while preparing your presentation. You will also make yourself known in the community." - content_2: "The selected speakers will have access to all of our 2021 digital conferences.

You can decide whether to present your talk live or to record it in advance. The Q&A at the end of the talk will be live in any case. We will offer you all the technical support you will need!" + content_2: "What we offer you if your talk is selected: + " more_info: title: "Diversity and Inclusion" description_1: "GrUSP is committed to creating a conference that is as inclusive as possible. We welcome submissions from all over the world, regardless of ethnicity, gender, age. -We are also committed to ensuring the conference is a place where ideas are exchanged, old friends get together, new friends meet, and harassment is not tolerated. We expect all attendees and speakers to follow our code of conduct.
+We are also committed to ensuring the conference is a place where ideas are exchanged, old friends get together, new friends meet, and harassment is not tolerated. We expect all attendees and speakers to follow our code of conduct.
All of our conferences have a Scholarships Program to encourage students, people from under-represented groups, and those who can't otherwise afford tickets to experience the event." description_2: "" contact: email_intro: "If you are a first time speaker and need help or suggestions, or for any information that you may need, feel free to contact us writing to " help_intro: "If you need suggestions on how to write the abstract, see " help_url: "http://helpmeabstract.com/" -cfp_register_url: "https://docs.google.com/forms/d/e/1FAIpQLSf7g5GzZgJYWujfWxuEtga8cW5S1W9o6N9PrRk9zd8VJe8zJQ/viewform" +cfp_register_url: "https://sessionize.com/dxday-2025" # address_aria_label: "hotel address" # email_aria_label: "hotel email" # phone_aria_label: "hotel phone" diff --git a/themes/grusp_conf/_config.yml b/themes/grusp_conf/_config.yml index a82e369..b99468d 100644 --- a/themes/grusp_conf/_config.yml +++ b/themes/grusp_conf/_config.yml @@ -6,6 +6,7 @@ language: "en" # main menu navigation menu: welcome: welcome + welcome/cfp.html: call for papers # talks_speakers: talks sponsor: sponsor # scommentare per generare pagina @@ -26,7 +27,7 @@ welcome_submenu: scholarships: scholarships where: where # delete this row to take out of the menu - # cfp: call for papers + cfp: call for papers # stylesheets loaded in the stylesheets: diff --git a/themes/grusp_conf/layout/components/newsletter/_mailchimp.pug b/themes/grusp_conf/layout/components/newsletter/_mailchimp.pug index f8fa5cd..3cbf4ce 100644 --- a/themes/grusp_conf/layout/components/newsletter/_mailchimp.pug +++ b/themes/grusp_conf/layout/components/newsletter/_mailchimp.pug @@ -70,6 +70,12 @@ else input(type="checkbox" value="256" name="group[13285][256]" id="mce-group[13285]-13285-6") label(for="mce-group[13285]-13285-6") entrepreneurship + li + if(site.data.defaults.conference.newsletter_lists.dxday) + input(type="checkbox" value="64" name="group[13285][1024]" id="mce-group[13285]-13285-9" checked) + else + input(type="checkbox" value="64" name="group[13285][1024]" id="mce-group[13285]-13285-9") + label(for="mce-group[13285]-13285-7") dxday li if(site.data.defaults.conference.newsletter_lists.local_events) input(type="checkbox" value="64" name="group[13285][64]" id="mce-group[13285]-13285-7" checked)