copy changes to research page

This commit is contained in:
tomlum 2021-10-20 14:19:15 -04:00
parent b57baa6259
commit ec10992338
2 changed files with 20 additions and 14 deletions

View file

@ -1,9 +1,9 @@
{
"research.title":"Research on Scratch",
"research.conductors":"Research on Scratch is being conducted by members of the MIT Scratch Team and researchers at other universities, including Yasmin Kafai at the University of Pennsylvania Graduate School of Education, Karen Brennan at the Harvard Graduate School of Education, Benjamin Mako Hill at the University of Washington, Andrés Monroy Hernandez at Microsoft Research, Mimi Ito and Crystle Martin at the University of California, Irvine, Quinn Burke at College of Charleston, Deborah Fields at Utah State University, and Kylie Peppler at Indiana University.",
"research.privacy":"By sharing projects and participating in the Scratch online community, you are helping us better understand how people can use and learn with Scratch. Any publicly shared projects, comments, or other material on the Scratch site may be included in the research analysis, presentations, papers, and reports. No personally identifiable information is shared. (If you have any questions, please use the {contactLink} form.)",
"research.conductors":"Research on Scratch is being conducted by the Scratch Foundation team. By sharing projects and participating in the Scratch online community, you are helping us better understand how people use and learn with Scratch. Any publicly shared projects, comments, or other material on the Scratch site may be included in research analyses, presentations, and reports. We never share personally identifiable information. To learn more, please read the {ethicsCodeLink}. (If you have any questions, please use the {contactLink} form.)",
"research.privacy":"Previous research collaborators have included the Lifelong Kindergarten group at MIT, Yasmin Kafai at the University of Pennsylvania Graduate School of Education, Karen Brennan at the Harvard Graduate School of Education, Benjamin Mako Hill at the University of Washington, Andrés Monroy Hernandez at Microsoft Research, Mimi Ito and Crystle Martin at the University of California, Irvine, Quinn Burke at College of Charleston, Deborah Fields at Utah State University, and Kylie Peppler at Indiana University. Below are selected research papers, presentations, and theses on Scratch and the Scratch online community, followed by a list of National Science Foundation grants awarded to support Scratch.",
"research.ethicsCodeLinkText": "Scratch Foundations Research Code of Ethics",
"research.contactLinkText":"Contact Us",
"research.intro":"Below are selected research papers, presentations, and theses on Scratch and the Scratch online community, followed by a list of National Science Foundation grants awarded to support Scratch.",
"research.papers":"Research Papers & Presentations",
"research.grants":"National Science Foundation Grants"
}

View file

@ -11,20 +11,26 @@ const Page = require('../../components/page/www/page.jsx');
const Research = props => (
<InformationPage title={props.intl.formatMessage({id: 'research.title'})}>
<div className="inner info-inner">
<p><FormattedMessage id="research.conductors" /></p>
<p><FormattedMessage
id="research.conductors"
values={{
ethicsCodeLink: (
<a href="ETHICS CODE LINK">
<FormattedMessage id="research.ethicsCodeLinkText" />
</a>
),
contactLink: (
<a href="/contact-us/">
<FormattedMessage id="research.contactLinkText" />
</a>
)
}}
/></p>
<p>
<FormattedMessage
id="research.privacy"
values={{
contactLink: (
<a href="/contact-us/">
<FormattedMessage id="research.contactLinkText" />
</a>
)
}}
/>
</p>
<p><FormattedMessage id="research.intro" /></p>
<h3><FormattedMessage id="research.papers" /></h3>
<ul>
<li>
@ -84,8 +90,8 @@ const Research = props => (
Hill, B.M. &amp; Monroy-Hernández, A. (2013).{' '}
<a href="https://dl.acm.org/citation.cfm?id=2441776.2441893">
The cost of collaboration for code and art: Evidence from a remixing community.
</a> Forthcoming in &lt;i&gt;Proceedings of the ACM Conference{' '}
on Computer Supported Cooperative Work (CSCW &apos;13)&lt;/i&gt;.{' '}
</a> Forthcoming in <i>Proceedings of the ACM Conference{' '}
on Computer Supported Cooperative Work (CSCW &apos;13)</i>.{' '}
San Antonio, Texas, USA: ACM. Best Paper Award [
<a href="https://dl.acm.org/citation.cfm?id=2441776.2441893">
Official Link