aboutsummaryrefslogtreecommitdiff
path: root/src/public/en/index.html
blob: 5dcab8deb6dacbe9bc6d506f3e2a49c4cc7c4a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<img src="<%= url_for('images/me.jpeg') %>" alt="Una foto meva" id="image-profile" width="120">

<div>
    <p>
        <b>Miquel Sabaté Solà</b> (Piera, 1989). I have a Bachelor's degree in Computer Science (<a href="https://www.fib.upc.edu/en" title="FIB's site">FIB/UPC</a>, 2014)
        and in Catalan Language and Literature (<a href="https://www.uoc.edu/portal/en/index.html" title="UOC's site">UOC</a>, 2022), and I also hold a
        Master’s degree in Advanced Research in Humanistic Studies (<a href="https://www.urv.cat/en/" title="URV's site">URV</a>, 2023).
        I work as a Senior Full-Stack Software Developer at <a href="https://www.suse.com/">SUSE</a>, and I have contributed to numerous FOSS projects,
        acting as a mentor in the <a href="https://summerofcode.withgoogle.com/" title="GSoC's site">Google Summer of Code</a>
        program inside of the <a href="https://www.opensuse.org/">openSUSE</a> project as well.
    </p>

    <p>
        My main topics of research in humanistic studies are the textual criticism of unpublished authors of the catalan Baroque period and their contextualization.
        In particular, I have been working on the study of the life and literary works of Joan Terré Sarriera (1601-1640),
        a poet from the first period of catalan Baroque.
    </p>

    <p>
        I have also been involved in politics, being a member of <a href="http://viladecapellades.cat/">Vila de Capellades - CUP</a>.
        During the municipal elections celebrated in may 2019, I was nominated as councilor at Capellades.
        When forming up the government of the Town Hall, I was nominated as councilor of Youth, Citizen Participation and Transparency;
        which I later <a href="http://viladecapellades.cat/noticia/309/comunicat-de-vila-de-capellades-cup-en-relacio-a-la-sortida-del-govern">renounced in march 2023</a>.
        On the next elections, in 2023, I was reelected as a councilor, but remaining at the opposition this time.
    </p>

    <p>
        You can reach me at <a href="mailto:mikisabate@gmail.com">mikisabate@gmail.com</a>, check my <a href="<%= url_for('en/cv.html') %>" title="CV">CV</a>, or contact me otherwise at:
        <ul>
            <li><a href="https://github.com/mssola">Github</a></li>
            <li><a href="https://twitter.com/miquelssola">Twitter / X</a></li>
            <li><a rel="me" href="https://mastodont.cat/@mssola">Mastodon</a></li>
            <li><a href="https://orcid.org/0009-0006-7304-3150" title="ORCID">ORCID</a></li>
        </ul>
    </p>
</div>