1+
12import React from 'react' ;
23
34export const About : React . FC = ( ) => {
@@ -7,28 +8,30 @@ export const About: React.FC = () => {
78 < div className = 'col-12 col-lg-7 px-2' >
89 < h1 className = 'mb-3' > About Statify</ h1 >
910 < p >
10- Using Spotify data, this project redevelops a series of
11- interactive simulations to support inquiry-based
12- learning of basic statistical concepts in Frontiers
13- of Science seminar sessions.
11+ Using Spotify data, this project redevelops a series of
12+ interactive simulations to support inquiry-based
13+ learning of basic statistical concepts in Frontiers
14+ of Science seminar sessions.
1415 </ p >
1516
1617 < h2 className = 'mb-3' > Faculty Partners</ h2 >
1718
1819 < ul className = 'mb-5' >
1920 < li >
20- Nicholas Bock, Department of Earth & Environmental Sciences
21+ Nicholas Bock, Department of Earth &
22+ Environmental Sciences
2123 </ li >
2224 < li >
23- Vincent FitzPatrick, Department of Biological Sciences
25+ Vincent FitzPatrick, Department of Biological
26+ Sciences
2427 </ li >
2528 < li >
26- Debora Monego, Department of Chemistry
29+ Debora Monego, Department of Chemistry
2730 </ li >
2831 </ ul >
2932
3033 < h2 className = 'mb-3' >
31- Center for Teaching and Learning at Columbia University
34+ Center for Teaching and Learning at Columbia University
3235 </ h2 >
3336
3437 < ul className = 'mb-5' >
@@ -41,7 +44,7 @@ export const About: React.FC = () => {
4144
4245 < h2 className = 'mb-3' > License</ h2 >
4346 < p className = 'mb-5' > Statify source code is available on < a href = 'https://github.com/ccnmtl/statify' target = '_blank' rel = 'noopener noreferrer' >
44- Github</ a > under the< a href = 'https://www.gnu.org/licenses/gpl-3.0.en.html' target = '_blank' rel = 'noopener noreferrer' > GNU GPLv3 license</ a > .
47+ Github</ a > under the< a href = 'https://www.gnu.org/licenses/gpl-3.0.en.html' target = '_blank' rel = 'noopener noreferrer' > GNU GPLv3 license</ a > .
4548 </ p >
4649 </ div >
4750 < div className = 'col-12 col-lg-4 offset-lg-1 px-2' >
@@ -50,12 +53,12 @@ export const About: React.FC = () => {
5053 < h2 className = 'h4 d-none d-lg-block' >
5154 Questions and Feedback</ h2 >
5255 < p >
53- If you’re interested in implementing this tool in your
54- teaching practice, to learn more about Statify, or to
55- send feedback on this application, please reach out to
56- the CTL project team. Email us at
56+ If you’re interested in implementing this tool in your
57+ teaching practice, to learn more about Statify, or to
58+ send feedback on this application, please reach out to
59+ the CTL project team. Email us at
5760 < a href = 'mailto:ctl-statify@columbia.edu' >
58- ctl-statify@columbia.edu.</ a >
61+ ctl-statify@columbia.edu.</ a >
5962 </ p >
6063 </ div >
6164 </ div >
0 commit comments