From 0e83287b375af66c412e89d1585ac6737b4f9897 Mon Sep 17 00:00:00 2001 From: rschamp Date: Sat, 29 Feb 2020 11:01:48 -0500 Subject: [PATCH 1/4] Update conference page to open registration --- src/views/conference/2020/index/index.jsx | 73 +++++++++-------------- src/views/conference/2020/index/l10n.json | 25 +++----- 2 files changed, 37 insertions(+), 61 deletions(-) diff --git a/src/views/conference/2020/index/index.jsx b/src/views/conference/2020/index/index.jsx index 2921bb2e1..b23bd2617 100644 --- a/src/views/conference/2020/index/index.jsx +++ b/src/views/conference/2020/index/index.jsx @@ -28,10 +28,13 @@ const ConferenceSplash = () => (

- +

- + +
+
+

@@ -75,46 +78,6 @@ const ConferenceSplash = () => (
-
-

- -

-

-

- - - {' '} - -

-

- - - {' '} - -

-

- - - {' '} - -

-

- - - {' '} - -

-

- -

-

- - - -
@@ -126,17 +89,39 @@ const ConferenceSplash = () => (

+ + +
-
+

Hyatt Regency Cambridge Hotel​, + acLink: AC Hotel Boston Cambridge​, + allstonLink: Studio Allston Hotel​ + }} + /> +
+
+ conference@scratch.mit.edu + , + registrationLink: + }} /> +
+
+

diff --git a/src/views/conference/2020/index/l10n.json b/src/views/conference/2020/index/l10n.json index 6a8805697..0f2e63809 100644 --- a/src/views/conference/2020/index/l10n.json +++ b/src/views/conference/2020/index/l10n.json @@ -9,26 +9,17 @@ "conference-2020.date": "When:", "conference-2020.location": "Where:", - "conference-2020.desc1": "Join us for the Scratch Conference 2020, a playful gathering of educators, researchers, developers, and other members of the worldwide Scratch community. The conference comes at a time of great opportunity but also great challenge for education and learning—so we're excited to come together to share ideas about how to support creative learning experiences for young people around the world.", - "conference-2020.desc2": "We're planning a very participatory conference, with an entire day of hands-on workshops and lots of opportunities for peer-to-peer discussion and collaboration.", - - "conference-2020.sessionDesc": "Interested in offering a session? We invite four types of proposals:", - "conference-2020.sessionItem1Title": "Poster/demonstration (90 minutes).", - "conference-2020.sessionItem1Desc": "Share your project in an exhibition setting, alongside other presenters. For example, show new ways you’ve been using Scratch in your classroom, or new ways to connect Scratch with the physical world. You will be provided with space for a poster and a table for a computer or handouts.", - "conference-2020.sessionItem2Title": "Hands-on workshop (60 or 90 minutes).", - "conference-2020.sessionItem2Desc": "Engage participants in hands-on activities, highlighting new ways of creating and collaborating with Scratch.", - "conference-2020.sessionItem3Title": "Interactive panel (60 minutes).", - "conference-2020.sessionItem3Desc": "Discuss a Scratch-related topic in a panel with three or more people. Your proposal should describe how you will engage the audience during the session.", - "conference-2020.sessionItem4Title": "Ignite talk (5 minutes).", - "conference-2020.sessionItem4Desc": "Share what you've been doing in a short, lively presentation. For example, tell a story of how young people have been creating with Scratch in your community.", - - "conference-2020.proposal": "Submit Your Proposal", - "conference-2020.proposalDeadline": "The due date for proposals is February 3, 2020.", + "conference-2020.desc3": "Join us for the Scratch Conference, an international gathering where educators, researchers, and developers share ideas for supporting creative learning with Scratch.", + "conference-2020.desc4": "Scratch has become the world's largest coding community for children around the world. The conference offers hands-on workshops, panel discussions, and interactive demonstrations to explore ways for using Scratch to expand creative learning experiences for diverse learners across subject areas.", + "conference-2020.desc5": "Together we'll exchange ideas and strategies on how to use Scratch to engage students in learning to think creatively, reason systematically, and work collaboratively—essential skills for everyone in today’s society.", "conference-2020.registrationTitle": "Registration:", "conference-2020.registrationFee": "Registration Fee: $250", - "conference-2020.registrationOpen": "Registration will open on March 3.", + "conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. Registration opens on March 3.", + "conference-2020.register": "Register for the conference!", - "conference-2020.questions": "Questions? Contact the Scratch Conference Team at {emailLink}", + "conference-2020.stayDesc1": "We have organized for conference rates at three hotels in the area for Scratch Conference participants, including: {hyattLink} (1.2 miles: 24 minute walk), {acLink} (2.3 miles, 25 minutes by subway), and the {allstonLink} (4.4 miles, 35 minutes by bus+subway)​. ​To reserve a room, click the link for that hotel. We recommend booking as soon as possible as the discounted rates are subject to availability. We're also planning to offer a lower-cost, college dormitory option; we'll post information as soon as it's available. You can also explore other hotel and housing options that work best for you.", + "conference-2020.stayDesc2": "Please see the ​{registrationLink} for more details. For additional questions, contact the Scratch Conference Team at {emailLink}", + "conference-2020.registrationLinkText": "Registration page", "conference-2020.organizedBy": "The Scratch Conference is organized by the Lifelong Kindergarten group at the MIT Media Lab in collaboration with the Scratch Foundation." } From 3c3b29708dacb7f5063edcbbfcb8612d18d14819 Mon Sep 17 00:00:00 2001 From: rschamp Date: Mon, 2 Mar 2020 10:16:47 -0500 Subject: [PATCH 2/4] Address various copy-paste errors Nice catch @adroitwhiz :) --- src/views/conference/2020/index/index.jsx | 4 ++-- src/views/conference/2020/index/l10n.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/conference/2020/index/index.jsx b/src/views/conference/2020/index/index.jsx index b23bd2617..523db8f96 100644 --- a/src/views/conference/2020/index/index.jsx +++ b/src/views/conference/2020/index/index.jsx @@ -85,7 +85,7 @@ const ConferenceSplash = () => (

- +

@@ -102,7 +102,7 @@ const ConferenceSplash = () => ( id="conference-2020.stayDesc1" values={{ hyattLink: Hyatt Regency Cambridge Hotel​, - acLink: AC Hotel Boston Cambridge​, + acLink: AC Hotel Boston Cambridge​, allstonLink: Studio Allston Hotel​ }} /> diff --git a/src/views/conference/2020/index/l10n.json b/src/views/conference/2020/index/l10n.json index 0f2e63809..a760955dd 100644 --- a/src/views/conference/2020/index/l10n.json +++ b/src/views/conference/2020/index/l10n.json @@ -14,7 +14,7 @@ "conference-2020.desc5": "Together we'll exchange ideas and strategies on how to use Scratch to engage students in learning to think creatively, reason systematically, and work collaboratively—essential skills for everyone in today’s society.", "conference-2020.registrationTitle": "Registration:", - "conference-2020.registrationFee": "Registration Fee: $250", + "conference-2020.conferenceFee": "Conference Fee: $250", "conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. Registration opens on March 3.", "conference-2020.register": "Register for the conference!", From 375e525372ef893e4623c8881391d5faa6244300 Mon Sep 17 00:00:00 2001 From: rschamp Date: Mon, 2 Mar 2020 11:26:34 -0500 Subject: [PATCH 3/4] Fix dates, be less paranoid about l10n ids The strings will get updated, even if the id persists. --- src/views/conference/2020/index/index.jsx | 16 ++++++++-------- src/views/conference/2020/index/l10n.json | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/conference/2020/index/index.jsx b/src/views/conference/2020/index/index.jsx index 523db8f96..4b882ec09 100644 --- a/src/views/conference/2020/index/index.jsx +++ b/src/views/conference/2020/index/index.jsx @@ -28,13 +28,13 @@ const ConferenceSplash = () => (

+ +
+
+ +
+
-
-
- -
-
-

@@ -51,7 +51,7 @@ const ConferenceSplash = () => ( {' - '} @@ -85,7 +85,7 @@ const ConferenceSplash = () => (

- +

diff --git a/src/views/conference/2020/index/l10n.json b/src/views/conference/2020/index/l10n.json index a760955dd..0d6e9b007 100644 --- a/src/views/conference/2020/index/l10n.json +++ b/src/views/conference/2020/index/l10n.json @@ -1,7 +1,7 @@ { "conference-2020.title": "Scratch Conference 2020:", "conference-2020.subtitle": "Let's Create Together!", - "conference-2020.dateDesc": "July 22-25, 2020 | Cambridge, MA, USA", + "conference-2020.dateDesc": "July 23-25, 2020 | Cambridge, MA, USA", "conference-2020.dateDescMore": " (with opening reception the evening of July 22)", "conference-2020.locationDetails": "MIT Media Lab, Cambridge, MA", "conference-2020.seeBelow": "Learn more about conference dates and locations below.", @@ -9,12 +9,12 @@ "conference-2020.date": "When:", "conference-2020.location": "Where:", - "conference-2020.desc3": "Join us for the Scratch Conference, an international gathering where educators, researchers, and developers share ideas for supporting creative learning with Scratch.", - "conference-2020.desc4": "Scratch has become the world's largest coding community for children around the world. The conference offers hands-on workshops, panel discussions, and interactive demonstrations to explore ways for using Scratch to expand creative learning experiences for diverse learners across subject areas.", - "conference-2020.desc5": "Together we'll exchange ideas and strategies on how to use Scratch to engage students in learning to think creatively, reason systematically, and work collaboratively—essential skills for everyone in today’s society.", + "conference-2020.desc1": "Join us for the Scratch Conference, an international gathering where educators, researchers, and developers share ideas for supporting creative learning with Scratch.", + "conference-2020.desc2": "Scratch has become the world's largest coding community for children around the world. The conference offers hands-on workshops, panel discussions, and interactive demonstrations to explore ways for using Scratch to expand creative learning experiences for diverse learners across subject areas.", + "conference-2020.desc3": "Together we'll exchange ideas and strategies on how to use Scratch to engage students in learning to think creatively, reason systematically, and work collaboratively—essential skills for everyone in today’s society.", "conference-2020.registrationTitle": "Registration:", - "conference-2020.conferenceFee": "Conference Fee: $250", + "conference-2020.registrationFee": "Conference Fee: $250", "conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. Registration opens on March 3.", "conference-2020.register": "Register for the conference!", From 3d87f6feed12e978f2915452bc2448f98eb70392 Mon Sep 17 00:00:00 2001 From: rschamp Date: Mon, 2 Mar 2020 15:53:23 -0500 Subject: [PATCH 4/4] Make updates in response to COVID-19 --- src/views/conference/2020/index/l10n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/conference/2020/index/l10n.json b/src/views/conference/2020/index/l10n.json index 0d6e9b007..c9e3f10f5 100644 --- a/src/views/conference/2020/index/l10n.json +++ b/src/views/conference/2020/index/l10n.json @@ -15,8 +15,8 @@ "conference-2020.registrationTitle": "Registration:", "conference-2020.registrationFee": "Conference Fee: $250", - "conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. Registration opens on March 3.", - "conference-2020.register": "Register for the conference!", + "conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. We have delayed the opening of registration until April 3. We’re excited to gather together as a community in July, but we are closely monitoring the situation around the Coronavirus (COVID-19) to determine how it might impact our plans. We will provide more information as it becomes available.", + "conference-2020.register": "Go to registration page", "conference-2020.stayDesc1": "We have organized for conference rates at three hotels in the area for Scratch Conference participants, including: {hyattLink} (1.2 miles: 24 minute walk), {acLink} (2.3 miles, 25 minutes by subway), and the {allstonLink} (4.4 miles, 35 minutes by bus+subway)​. ​To reserve a room, click the link for that hotel. We recommend booking as soon as possible as the discounted rates are subject to availability. We're also planning to offer a lower-cost, college dormitory option; we'll post information as soon as it's available. You can also explore other hotel and housing options that work best for you.", "conference-2020.stayDesc2": "Please see the ​{registrationLink} for more details. For additional questions, contact the Scratch Conference Team at {emailLink}",