-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-teaching-js-534e8bfcb60d95a43037.js.map
1 lines (1 loc) · 7.71 KB
/
component---src-pages-teaching-js-534e8bfcb60d95a43037.js.map
1
{"version":3,"file":"component---src-pages-teaching-js-534e8bfcb60d95a43037.js","mappings":"6JAqBA,IAjBeA,IAAA,IAAC,SAAEC,GAAUD,EAAA,OAC1BE,EAAAA,cAAA,WACEA,EAAAA,cAAA,cACEA,EAAAA,cAAA,WACEA,EAAAA,cAAA,MAAIC,UAAU,QACZD,EAAAA,cAAA,UAAIA,EAAAA,cAACE,EAAAA,KAAI,CAACC,GAAG,KAAI,SACjBH,EAAAA,cAAA,UAAIA,EAAAA,cAACE,EAAAA,KAAI,CAACC,GAAG,aAAY,aACzBH,EAAAA,cAAA,UAAIA,EAAAA,cAACE,EAAAA,KAAI,CAACC,GAAG,aAAY,aACzBH,EAAAA,cAAA,UAAIA,EAAAA,cAACE,EAAAA,KAAI,CAACC,GAAG,aAAY,aACzBH,EAAAA,cAAA,UAAIA,EAAAA,cAACE,EAAAA,KAAI,CAACC,GAAG,aAAY,iBAI/BH,EAAAA,cAAA,YAAOD,GACH,C,qCCFR,IAbqBD,IAAA,IAAC,MAAEM,EAAK,UAAEC,EAAS,YAAEC,EAAW,MAAEC,GAAOT,EAAA,OAC5DE,EAAAA,cAAA,OACEC,UAAU,gBACVO,MAAO,CAAEC,gBAAiBF,EAAQ,OAAOA,KAAW,SAEpDP,EAAAA,cAAA,OAAKC,UAAU,mBACbD,EAAAA,cAAA,UAAKI,GACLJ,EAAAA,cAAA,KAAGC,UAAU,iBAAiBI,GAC9BL,EAAAA,cAAA,WAAMM,IAEJ,C,2FCHR,MAPqBR,IAAA,IAAC,MAAEM,EAAK,QAAEM,GAASZ,EAAA,OACtCE,EAAAA,cAAA,OAAKC,UAAU,iBACbD,EAAAA,cAAA,UAAKI,GACLJ,EAAAA,cAAA,SAAIU,GACA,E,UC+DR,MA9DqBC,IACnBX,EAAAA,cAACY,EAAAA,EAAM,KAELZ,EAAAA,cAACa,EAAY,CACXT,MAAM,WACNM,QAAQ,w1BAIVV,EAAAA,cAACc,EAAAA,EAAY,CACXV,MAAM,2CACNC,UAAU,aACVC,YACEN,EAAAA,cAAAA,EAAAA,SAAA,KACEA,EAAAA,cAAA,UAAI,oBACJA,EAAAA,cAAA,UACEA,EAAAA,cAAA,UAAIA,EAAAA,cAAA,cAAQ,2BAAgC,2BAC5CA,EAAAA,cAAA,UAAIA,EAAAA,cAAA,cAAQ,cAAmB,cAC/BA,EAAAA,cAAA,UAAIA,EAAAA,cAAA,cAAQ,kBAAuB,iBAErCA,EAAAA,cAAA,UAAI,yBACJA,EAAAA,cAAA,UACEA,EAAAA,cAAA,UAAIA,EAAAA,cAAA,cAAQ,sBAA2B,0CACvCA,EAAAA,cAAA,UAAIA,EAAAA,cAAA,cAAQ,uBAA4B,cACxCA,EAAAA,cAAA,UAAIA,EAAAA,cAAA,cAAQ,6BAAkC,kBAOtDA,EAAAA,cAACc,EAAAA,EAAY,CACXV,MAAM,+CACNC,UAAU,YACVC,YACEN,EAAAA,cAAAA,EAAAA,SAAA,KACEA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,cAAmB,iKAC9BA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,cAAmB,gMAC9BA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,cAAmB,0HAMpCA,EAAAA,cAACc,EAAAA,EAAY,CACXV,MAAM,iDACNC,UAAU,cACVC,YACEN,EAAAA,cAAAA,EAAAA,SAAA,KACEA,EAAAA,cAAA,UAAI,cACJA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,cAAmB,2HAC9BA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,cAAmB,uHAC9BA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,cAAmB,oCAE9BA,EAAAA,cAAA,UAAI,qCACJA,EAAAA,cAAA,SAAGA,EAAAA,cAAA,cAAQ,gBAAqB,sM","sources":["webpack://blhuillier-gatsby-site/./src/components/Layout.js","webpack://blhuillier-gatsby-site/./src/components/SectionFrame.js","webpack://blhuillier-gatsby-site/./src/components/SummaryFrame.js","webpack://blhuillier-gatsby-site/./src/pages/teaching.js"],"sourcesContent":["import React from \"react\"\nimport { Link } from \"gatsby\"\nimport \"./layout.css\" // Optional: for styling\n\nconst Layout = ({ children }) => (\n <div>\n <header>\n <nav>\n <ul className=\"menu\">\n <li><Link to=\"/\">Home</Link></li>\n <li><Link to=\"/research\">Research</Link></li>\n <li><Link to=\"/teaching\">Teaching</Link></li>\n <li><Link to=\"/outreach\">Outreach</Link></li>\n <li><Link to=\"/thegroup\">The Group</Link></li>\n </ul>\n </nav>\n </header>\n <main>{children}</main>\n </div>\n)\n\nexport default Layout\n","import React from \"react\"\nimport \"./SectionFrame.css\"\n\nconst SectionFrame = ({ title, dateRange, description, image }) => (\n <div \n className=\"section-frame\" \n style={{ backgroundImage: image ? `url(${image})` : \"none\" }}\n >\n <div className=\"section-content\">\n <h3>{title}</h3>\n <p className=\"section-dates\">{dateRange}</p>\n <div>{description}</div>\n </div>\n </div>\n)\n\nexport default SectionFrame\n","import React from \"react\"\nimport \"./SummaryFrame.css\"\n\nconst SummaryFrame = ({ title, summary }) => (\n <div className=\"summary-frame\">\n <h2>{title}</h2>\n <p>{summary}</p>\n </div>\n)\n\nexport default SummaryFrame\n","import React from \"react\"\nimport Layout from \"../components/Layout\"\nimport SummaryFrame from \"../components/SummaryFrame\"\nimport SectionFrame from \"../components/SectionFrame\"\n\n// Placeholder images for sections where available\n// Remove the `cosmology.jpg` import to use a dark background instead\n\nconst TeachingPage = () => (\n <Layout>\n {/* Summary Section */}\n <SummaryFrame \n title=\"Teaching\"\n summary=\"Passing knowledge to a new generation. During my career, I had the opportunity to teach different topics (physics, data analysis, cosmological simulations) in different languages (French and English) and at different levels (Undergrad to Ph.D. level). Since 2021, I have been teaching both at the undergraduate (Physics, Astronomy for non-science majors) and graduate (Statistics, Cosmology, Instrumentation) levels. Before that, I gave a lecture on cosmological simulations at Kyunghee University, and hands-on sessions on cosmological simulations at the Pyeongchang Summer Institute 2015. I was also invited to the Indian Institute for Astrophysics (Bangalore) to teach cosmological simulations. During my Ph.D., I was a teaching assistant at the Université Paris 7 Denis Diderot. I gave tutorials in Physics and in data analysis for Earth sciences.\"\n />\n\n {/* 1. Assistant Professor Section at Sejong University */}\n <SectionFrame\n title=\"Assistant Professor at Sejong University\"\n dateRange=\"Since 2021\"\n description={\n <>\n <h4>Graduate Courses</h4>\n <ul>\n <li><strong>Mathematical Astronomy:</strong> Fall 2022, Spring 2024</li>\n <li><strong>Cosmology:</strong> Fall 2021</li>\n <li><strong>Data Analysis:</strong> Spring 2021</li>\n </ul>\n <h4>Undergraduate Courses</h4>\n <ul>\n <li><strong>General Physics I:</strong> Spring 2022, Spring 2023, Spring 2024</li>\n <li><strong>Intro to Astronomy:</strong> Fall 2023</li>\n <li><strong>Physics of Everyday Life:</strong> Fall 2024</li>\n </ul>\n </>\n }\n />\n\n {/* 2. Invited Lectures Section (Cosmological Simulations) */}\n <SectionFrame\n title=\"Invited Lectures on Cosmological Simulations\"\n dateRange=\"2013-2016\"\n description={\n <>\n <p><strong>Nov. 2015:</strong> Invited lecture on cosmological simulations (PhD candidates), Indian Institute of Astrophysics, Bangalore, India. Theory and hands-on session with Gadget-2.</p>\n <p><strong>July 2015:</strong> Pyeongchang Summer Institute 2015, tutorials on cosmological N-body simulations using the GOTPM code: design the initial conditions, run the simulation, visualize and analyze the outputs.</p>\n <p><strong>Nov. 2013:</strong> 1-hour lecture on cosmological simulations to undergraduate astronomy students, Kyunghee University, Suwon, Korea.</p>\n </>\n }\n />\n\n {/* 3. Teaching Assistant Section at Université Paris Diderot */}\n <SectionFrame\n title=\"Teaching Assistant at Université Paris Diderot\"\n dateRange=\"2008 - 2011\"\n description={\n <>\n <h4>1. Physics</h4>\n <p><strong>2010-2011:</strong> Tutorials of physics for first-year BSc students (L1) with François Vannucci: Hydrostatics, hydrodynamics, kinematics.</p>\n <p><strong>2009-2010:</strong> Tutorials of physics for first-year BSc students (L1) with Sébastien Charnoz: Hydrostatics, hydrodynamics, energy.</p>\n <p><strong>2008-2009:</strong> Experimental work in mechanics.</p>\n \n <h4>2. Data Analysis in Earth Science</h4>\n <p><strong>2008 - 2011:</strong> Computing tutorials in data analysis with MATLAB for first-year master’s (M1) students in Earth Science with Olivier de Viron: Frequency analysis, statistics, least square methods, wavelets.</p>\n </>\n }\n />\n </Layout>\n)\n\nexport default TeachingPage\n"],"names":["_ref","children","React","className","Link","to","title","dateRange","description","image","style","backgroundImage","summary","TeachingPage","Layout","SummaryFrame","SectionFrame"],"sourceRoot":""}