Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 16, 2020 09:38
Show Gist options
  • Save uncoded-ro/f6018fa01795b8c18020d364b8abf98f to your computer and use it in GitHub Desktop.
Save uncoded-ro/f6018fa01795b8c18020d364b8abf98f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!-- cursuri3.xml -->
<cursuri xmlns="https://www.idata.upt.ro/cursuri/master/curricula/"
xmlns:t="https://www.etc.upt.ro/personal/">
<curs>
<titlu>Modele de date avansate</titlu>
<an>1</an>
<semestru>1</semestru>
<tutori>
<t:tutor>
<t:titlu>Sl.dr.ing.</t:titlu>
<t:nume>Maria Popescu</t:nume>
<t:birou>226</t:birou>
</t:tutor>
</tutori>
</curs>
<curs>
<titlu>Programare pentru ingineria datelor</titlu>
<an>1</an>
<semestru>2</semestru>
<tutori>
<t:tutor>
<t:titlu>Conf.dr.ing.</t:titlu>
<t:nume>Dan Bota</t:nume>
<t:birou>619</t:birou>
</t:tutor>
<t:tutor>
<t:titlu>As.dr.ing.</t:titlu>
<t:nume>Iulia Enache</t:nume>
<t:birou>221</t:birou>
</t:tutor>
</tutori>
</curs>
</cursuri>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment