{"ast":null,"code":"var _jsxFileName = \"D:\\\\Project\\\\UC_Trains_Voice\\\\react-demo\\\\src\\\\Route\\\\About.tsx\",\n  _s = $RefreshSig$();\nimport React from 'react';\nimport { Typography, Col, Row } from 'antd';\nimport { useNavigate } from 'react-router-dom';\nimport '../CSS/Introduction.css';\n// import IntroPic from 'https://www.ceas3.uc.edu/transvoice/introPic.png';\n// const IntroPic = 'https://www.ceas3.uc.edu/transvoice/introPic.png';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nconst IntroPic = 'https://ceas5.uc.edu/transvoice/introPic.png';\nconst {\n  Title,\n  Paragraph,\n  Text,\n  Link\n} = Typography;\nconst fontSizePara = 17;\nconst fontAlign = \"justify\";\nconst About = () => {\n  _s();\n  const navigate = useNavigate();\n  const goToSample = () => {\n    navigate('/pitch');\n  };\n  return /*#__PURE__*/_jsxDEV(\"div\", {\n    children: /*#__PURE__*/_jsxDEV(Row, {\n      children: [/*#__PURE__*/_jsxDEV(Col, {\n        span: 16,\n        children: /*#__PURE__*/_jsxDEV(Typography, {\n          style: {\n            paddingLeft: \"30px\",\n            paddingRight: \"40px\"\n          },\n          children: [/*#__PURE__*/_jsxDEV(Title, {\n            children: \"About\"\n          }, void 0, false, {\n            fileName: _jsxFileName,\n            lineNumber: 27,\n            columnNumber: 9\n          }, this), /*#__PURE__*/_jsxDEV(Paragraph, {\n            style: {\n              textAlign: fontAlign,\n              fontSize: fontSizePara\n            },\n            children: \"This prototype voice coaching app was developed by the University of Cincinnati Department of Electrical and Computer Engineering under supervision of Prof. Vesna Novak. Contributors include Xiangyi Wang, Sam Weese, Jadhav Om, and Victoria McKenna. The project was funded by the National Institute of Deafness and Communication Disorders (project R21DC021537) and by a Collaborative Pilot Grant from the University of Cincinnati Office of Research. The pitch calculation and display code is based on code by Mark Huckvale, University College London ( http://www.speechandhearing.net/ ). The app is still in development, and updates are added regularly.\"\n          }, void 0, false, {\n            fileName: _jsxFileName,\n            lineNumber: 29,\n            columnNumber: 9\n          }, this), /*#__PURE__*/_jsxDEV(Paragraph, {\n            style: {\n              textAlign: fontAlign,\n              fontSize: fontSizePara\n            },\n            children: \"Our group aims to provide free and accessible gender-affirming voice coaching software that can be used by trans people as a supplement to professional voice coaching or as a stand-alone tool by trans people who cannot access professional voice coaching. We acknowledge that pitch is not the only component of gender-affirming voice coaching, but have focused on it in this first app since it is easily understood by beginners. In the future, we plan to expand to apps for coaching resonance and other aspects of transgender voice.\"\n          }, void 0, false, {\n            fileName: _jsxFileName,\n            lineNumber: 34,\n            columnNumber: 9\n          }, this), /*#__PURE__*/_jsxDEV(Paragraph, {\n            style: {\n              fontSize: fontSizePara\n            },\n            children: [\"If you would like to discuss the project, feel free to reach out to Prof. Novak at\", /*#__PURE__*/_jsxDEV(Link, {\n              style: {\n                fontSize: fontSizePara\n              },\n              href: \"mailto:novakdn@ucmail.uc.edu\",\n              children: \" novakdn@ucmail.uc.edu.\"\n            }, void 0, false, {\n              fileName: _jsxFileName,\n              lineNumber: 43,\n              columnNumber: 11\n            }, this)]\n          }, void 0, true, {\n            fileName: _jsxFileName,\n            lineNumber: 41,\n            columnNumber: 9\n          }, this)]\n        }, void 0, true, {\n          fileName: _jsxFileName,\n          lineNumber: 26,\n          columnNumber: 7\n        }, this)\n      }, void 0, false, {\n        fileName: _jsxFileName,\n        lineNumber: 25,\n        columnNumber: 7\n      }, this), /*#__PURE__*/_jsxDEV(Col, {\n        span: 8,\n        children: /*#__PURE__*/_jsxDEV(\"img\", {\n          src: IntroPic,\n          alt: \"Logo\",\n          style: {\n            width: '100%',\n            height: 'auto',\n            transform: \"scaleX(-1)\"\n          }\n        }, void 0, false, {\n          fileName: _jsxFileName,\n          lineNumber: 54,\n          columnNumber: 7\n        }, this)\n      }, void 0, false, {\n        fileName: _jsxFileName,\n        lineNumber: 53,\n        columnNumber: 7\n      }, this)]\n    }, void 0, true, {\n      fileName: _jsxFileName,\n      lineNumber: 24,\n      columnNumber: 7\n    }, this)\n  }, void 0, false, {\n    fileName: _jsxFileName,\n    lineNumber: 23,\n    columnNumber: 5\n  }, this);\n};\n_s(About, \"CzcTeTziyjMsSrAVmHuCCb6+Bfg=\", false, function () {\n  return [useNavigate];\n});\n_c = About;\nexport default About;\nvar _c;\n$RefreshReg$(_c, \"About\");","map":{"version":3,"names":["React","Typography","Col","Row","useNavigate","jsxDEV","_jsxDEV","IntroPic","Title","Paragraph","Text","Link","fontSizePara","fontAlign","About","_s","navigate","goToSample","children","span","style","paddingLeft","paddingRight","fileName","_jsxFileName","lineNumber","columnNumber","textAlign","fontSize","href","src","alt","width","height","transform","_c","$RefreshReg$"],"sources":["D:/Project/UC_Trains_Voice/react-demo/src/Route/About.tsx"],"sourcesContent":["import React from 'react';\r\nimport { Divider, Typography, Col, Row,Space} from 'antd';\r\nimport { useNavigate } from 'react-router-dom';\r\nimport { Button, Flex } from 'antd';\r\nimport '../CSS/Introduction.css';\r\n// import IntroPic from 'https://www.ceas3.uc.edu/transvoice/introPic.png';\r\n// const IntroPic = 'https://www.ceas3.uc.edu/transvoice/introPic.png';\r\n\r\n\r\n\r\nconst IntroPic = 'https://ceas5.uc.edu/transvoice/introPic.png';\r\nconst { Title, Paragraph, Text, Link } = Typography;\r\nconst fontSizePara = 17;\r\nconst fontAlign = \"justify\";\r\n\r\nconst About: React.FC = () => {\r\n  const navigate = useNavigate();\r\n  const goToSample = () => {\r\n    navigate('/pitch');\r\n  };\r\n\r\n  return (\r\n    <div>\r\n      <Row>\r\n      <Col span={16}>\r\n      <Typography style={{ paddingLeft: \"30px\", paddingRight: \"40px\" }}>\r\n        <Title>About</Title>\r\n  \r\n        <Paragraph style={{textAlign:fontAlign,fontSize:fontSizePara}}>\r\n        This prototype voice coaching app was developed by the University of Cincinnati Department of Electrical and Computer Engineering under supervision of Prof. Vesna Novak. Contributors include Xiangyi Wang, Sam Weese, Jadhav Om, and Victoria McKenna. The project was funded by the National Institute of Deafness and Communication Disorders (project R21DC021537) and by a Collaborative Pilot Grant from the University of Cincinnati Office of Research. The pitch calculation and display code is based on code by Mark Huckvale, University College London ( http://www.speechandhearing.net/ ). The app is still in development, and updates are added regularly.\r\n  \r\n        </Paragraph>\r\n  \r\n        <Paragraph style={{textAlign:fontAlign, fontSize:fontSizePara}}>\r\n  \r\n          Our group aims to provide free and accessible gender-affirming voice coaching software that can be used by trans people as a supplement to professional voice coaching or as a stand-alone tool by trans people who cannot access professional voice coaching. We acknowledge that pitch is not the only component of gender-affirming voice coaching, but have focused on it in this first app since it is easily understood by beginners. In the future, we plan to expand to apps for coaching resonance and other aspects of transgender voice.\r\n  \r\n  \r\n        </Paragraph >\r\n  \r\n        <Paragraph style={{fontSize:fontSizePara}}>\r\n          If you would like to discuss the project, feel free to reach out to Prof. Novak at \r\n          <Link style={{fontSize:fontSizePara}} href=\"mailto:novakdn@ucmail.uc.edu\"> novakdn@ucmail.uc.edu.</Link>\r\n  \r\n  \r\n        </Paragraph>\r\n      </Typography>\r\n      {/* <Flex justify=\"center\" align=\"center\" vertical>\r\n        <Button className='beginButton' onClick={goToSample}>Start</Button>\r\n      </Flex> */}\r\n      </Col>\r\n    \r\n      <Col span={8}>\r\n      <img src={IntroPic} alt=\"Logo\" style={{ width: '100%', height: 'auto', transform: \"scaleX(-1)\" }} />\r\n      </Col>\r\n      </Row>\r\n      \r\n      \r\n    </div>\r\n  );\r\n} \r\n\r\n\r\nexport default About;\r\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}