Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 11, 2022 19:51
Show Gist options
  • Save uncoded-ro/c100d9c9aad6d2d20d06d13c1d0d4622 to your computer and use it in GitHub Desktop.
Save uncoded-ro/c100d9c9aad6d2d20d06d13c1d0d4622 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!-- cursuri.xml -->
<!DOCTYPE cursuri SYSTEM "cursuri.dtd">
<cursuri xmlns="https://virtualcampus.ro/cursuri/curricula/"
xmlns:t="https://idata.upt.ro/personal/">
<curs>
<titlu>Modele de date avansate</titlu>
<an>I</an>
<semestru>II</semestru>
<tutori>
<t:tutor>
<t:titlu>Prof.dr.ing.</t:titlu>
<t:nume>Virgil Popescu</t:nume>
<t:birou>B226</t:birou>
</t:tutor>
</tutori>
</curs>
<curs>
<titlu>Programare pentru ingineria datelor</titlu>
<an>I</an>
<semestru>I</semestru>
<tutori>
<t:tutor>
<t:titlu>Conf.dr.ing.</t:titlu>
<t:nume>Dan Bucur</t:nume>
<t:birou>B625</t:birou>
</t:tutor>
<t:tutor>
<t:titlu>Sl.dr.ing.</t:titlu>
<t:nume>Ionela Coman</t:nume>
<t:birou>B225</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