This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Structure improvements

Juan Luis Cano Rodríguez (Jan 19, 2025, 7:05 PM +0100) cf45a317 0044f01a

+35 -34
+35 -34
resume.html
··· 55 55 text-decoration: underline; 56 56 } 57 57 58 + header.p-contact a { 59 + display: block; /* Each header link on its own line */ 60 + } 61 + 58 62 /* Section and article styling */ 59 63 section { 60 64 margin-bottom: 40px; ··· 122 126 } 123 127 </style> 124 128 </head> 125 - <body> 126 - <header class="h-card"> 129 + <body class="h-resume"> 130 + <header class="p-contact h-card"> 127 131 <h1 class="p-name">Juan Luis Cano Rodríguez</h1> 128 - <p class="p-job-title">Principal Product Manager at <span class="p-org">QuantumBlack, AI by McKinsey</span></p> 129 - <address> 130 - <a class="u-email" href="mailto:hello@juanlu.space">hello@juanlu.space</a><br> 131 - <a class="p-tel" href="tel:+34646515050">+34 646 515 050</a><br> 132 - <span class="p-country-name">Spanish</span><br> 133 - <time class="p-bday" datetime="1991-09-02">September 2, 1991</time> 132 + <a class="u-email" href="mailto:hello@juanlu.space">hello@juanlu.space</a> 133 + <a class="u-url" href="https://woosh.link/juanlu.space">https://woosh.link/juanlu.space</a> 134 + <a class="p-tel" href="tel:+34646515050">+34 646 515 050</a> 135 + <time class="p-bday" datetime="1991-09-02">September 2, 1991</time> 136 + <address class="p-adr h-adr"> 137 + <span class="p-locality">Madrid</span>, <span class="p-country-name">Spain</span> 134 138 </address> 135 139 </header> 136 140 137 - <main class="h-resume"> 141 + <main> 138 142 <!-- Professional Experience (Selected Work) --> 139 143 <section> 140 144 <h2>Professional Experience</h2> ··· 158 162 </ul> 159 163 </article> 160 164 161 - <article> 165 + <article class="p-experience h-event"> 162 166 <h4>Developer Advocate at Read the Docs</h4> 163 167 <p>March 2021 - February 2022</p> 164 168 <ul> ··· 166 170 </ul> 167 171 </article> 168 172 169 - <article> 173 + <article class="p-experience h-event"> 170 174 <h4>Core Developer of Astropy at NumFOCUS</h4> 171 175 <p>July 2020 - December 2020</p> 172 176 <ul> ··· 174 178 </ul> 175 179 </article> 176 180 177 - <article> 181 + <article class="p-experience h-event"> 178 182 <h4>Planning & Execution Engineer at Satellogic</h4> 179 183 <p>June 2017 - March 2021</p> 180 184 <ul> 181 185 <li><strong>Repository:</strong> <a href="https://github.com/satellogic">https://github.com/satellogic</a></li> 182 186 </ul> 183 187 </article> 184 - </section> 185 188 186 - <!-- Professional Experience (Other Work) --> 187 - <section> 188 189 <h3>(Other Work)</h3> 189 - <article> 190 + <article class="p-experience h-event"> 190 191 <h4>Adjunct Professor at Instituto Empresa</h4> 191 192 <p>January 2018 - Present</p> 192 193 </article> 193 194 194 - <article> 195 + <article class="p-experience h-event"> 195 196 <h4>Adjunct Professor at Barcelona Technology School</h4> 196 197 <p>October 2018 - June 2019</p> 197 198 </article> 198 199 199 - <article> 200 + <article class="p-experience h-event"> 200 201 <h4>Freelance - Ship Route Optimization Software for Deep Blue Globe</h4> 201 202 <p>2018 - 2019</p> 202 203 </article> 203 204 204 - <article> 205 + <article class="p-experience h-event"> 205 206 <h4>Freelance Researcher for EU-H2020 project with Boeing R&T Europe</h4> 206 207 <p>2017</p> 207 208 </article> 208 209 209 - <article> 210 + <article class="p-experience h-event"> 210 211 <h4>Data Scientist at Synergic Partners, a Telefonica Company</h4> 211 212 <p>September 2016 - June 2017</p> 212 213 </article> 213 214 214 - <article> 215 + <article class="p-experience h-event"> 215 216 <h4>Quant Developer at BBVA (on behalf of Indizen)</h4> 216 217 <p>March 2016 - September 2016</p> 217 218 </article> 218 219 219 - <article> 220 + <article class="p-experience h-event"> 220 221 <h4>Flight Dynamics Engineer at GMV</h4> 221 222 <p>September 2015 - March 2016</p> 222 223 </article> 223 224 224 - <article> 225 + <article class="p-experience h-event"> 225 226 <h4>Loads & Aeroelastics Intern at Airbus Operations</h4> 226 227 <p>July 2014 - July 2015</p> 227 228 </article> 228 229 229 - <article> 230 + <article class="p-experience h-event"> 230 231 <h4>Freelance Instructor of Scientific Python Courses</h4> 231 232 <p>2013 - 2016</p> 232 233 </article> ··· 248 249 </article> 249 250 </section> 250 251 251 - <!-- Publications --> 252 + <!-- Conference talks --> 252 253 <section> 253 - <h2>Publications</h2> 254 - <h3>Talks and Congresses (Selected Work)</h3> 255 - <article class="p-publication"> 254 + <h2>Conference talks</h2> 255 + <h3>(Selected Work)</h3> 256 + <article class="p-experience h-event"> 256 257 <h4 class="p-name">Talk: "Beyond pandas: The great Python dataframe showdown"</h4> 257 258 <p>2022 - PyCon Lithuania, PyData London, Python Girona, PyCon Spain</p> 258 259 </article> 259 260 260 - <article> 261 + <article class="p-experience h-event"> 261 262 <h4>Talk: "Document Your Scientific Project With Markdown, Sphinx, and Read the Docs"</h4> 262 263 <p>2021 - PyData Global and PyCon Spain</p> 263 264 </article> 264 265 265 - <article> 266 + <article class="p-experience h-event"> 266 267 <h4>Talks about poliastro</h4> 267 268 <p>2015-2022 - Various conferences including SciPy US, EuroSciPy, PyCon Namibia</p> 268 269 </article> ··· 276 277 <p><time class="dt-start" datetime="2014">2013</time> - <time class="dt-end" datetime="2020">2022</time></p> 277 278 </article> 278 279 279 - <article> 280 + <article class="p-experience h-event"> 280 281 <h4>Chair of Python España</h4> 281 282 <p>2014 - 2020</p> 282 283 </article> 283 284 284 - <article> 285 + <article class="p-experience h-event"> 285 286 <h4>Co-organizer of PyConES</h4> 286 287 <p>2013 - 2019</p> 287 288 </article> 288 289 289 - <article> 290 + <article class="p-experience h-event"> 290 291 <h4>Founding Member of Python España</h4> 291 292 <p>2012</p> 292 293 </article> 293 294 294 - <article> 295 + <article class="p-experience h-event"> 295 296 <h4>Co-founder and Author at Pybonacci</h4> 296 297 <p>2012 - 2017</p> 297 298 </article>