Skip to content

Commit

Permalink
Create university-of-bucharest-faculty-of-law.csl (#6791)
Browse files Browse the repository at this point in the history
* Create university-of-bucharest-faculty-of-law.csl

This is the requested style of citation and bibliography to be followed by students of University of Bucharest Faculty of Law in creating their Dissertation Work for all Masters programs (style used since 2018).
I would like to contribute to the enlargement of Zotero Style Repository with this html code.
Please note that I am a student that was asked by a teacher to create this html code for the sole reason that I remember some html coding from highschool.
I created this code unofficially, because our University does not care about the digitalization process and the creation of tools in order to help students. They will not direct resources in creating another code and probably will tolerate the situation. I will speak with the Vice Dean about the existence of this code that will be added to Zotero Style Repository.

* Fix basics

* fix self link

* Removed the contributor from `summary`

* Update university-of-bucharest-faculty-of-law.csl

---------

Co-authored-by: Sebastian Karcher <[email protected]>
Co-authored-by: Brenton M. Wiernik <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent 2f56851 commit 3c102e1
Showing 1 changed file with 252 additions and 0 deletions.
252 changes: 252 additions & 0 deletions university-of-bucharest-faculty-of-law.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" default-locale="ro-RO">
<info>
<title>University of Bucharest - Faculty of Law (Română)</title>
<id>http://www.zotero.org/styles/university-of-bucharest-faculty-of-law</id>
<link href="http://www.zotero.org/styles/university-of-bucharest-faculty-of-law" rel="self"/>
<link href="https://drept.unibuc.ro/documente/dyn_doc/despre-noi/Metodologie%20elaborare%20lucrare%20disertatie.pdf" rel="documentation"/>
<author>
<name>Panait Alexandru</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>University of Bucharest Faculty of Law - Structură de citare și de adăugare a bibliografiei în realizarea lucrării de disertație, Master 2023-2024 (dedicat programului de Master Științe Penale, valabil și pentru celelalte programe de master) Autor: Panait Alexandru Doc: chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/https://drept.unibuc.ro/documente/dyn_doc/despre-noi/Metodologie%20elaborare%20lucrare%20disertatie.pdf</summary>
<updated>2023-11-26T11:00:30+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="ro">
<terms>
<term name="editor" form="short">
<single>(dir.)</single>
<multiple>(dir.)</multiple>
</term>
<term name="page" form="short">
<single>p.</single>
<multiple>p.</multiple>
</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor" delimiter=" ">
<name and="text" sort-separator=" " delimiter=", " delimiter-precedes-last="never" initialize="false"/>
<label form="short" prefix=" " suffix=" " text-case="lowercase"/>
</names>
</macro>
<macro name="author-last">
<names variable="author">
<name initialize-with="." sort-separator=",">
<name-part name="given"/>
<name-part name="given"/>
</name>
<label form="short" text-case="lowercase" prefix=" "/>
<substitute>
<names variable="editor">
<name initialize-with=".">
<name-part name="family"/>
<name-part name="given"/>
</name>
<label form="short" text-case="lowercase" prefix=" "/>
</names>
</substitute>
</names>
</macro>
<macro name="year-date-short">
<choose>
<if variable="issued">
<date date-parts="year" form="numeric" variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="page">
<group>
<choose>
<if variable="locator"/>
<else>
<label suffix=". " variable="page" form="short"/>
<text variable="page"/>
</else>
</choose>
</group>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short" suffix=". "/>
<text variable="locator"/>
</group>
</macro>
<citation>
<sort>
<key macro="author-last"/>
<key macro="year-date-short"/>
</sort>
<layout delimiter="; " prefix="A se vedea " suffix=".">
<text macro="author-last" suffix=", "/>
<choose>
<if type="book">
<group delimiter=", ">
<text variable="title" font-style="italic" text-case="capitalize-first" quotes="false"/>
<text variable="volume" prefix="vol. "/>
<text variable="edition" prefix="ediția "/>
<text variable="publisher" prefix="Ed. "/>
<text variable="publisher-place" quotes="false"/>
<text macro="year-date-short"/>
<text macro="citation-locator"/>
</group>
</if>
<else-if type="article article-newspaper article-magazine article-journal" match="any">
<group delimiter=", ">
<text variable="title" quotes="false"/>
<text variable="container-title" font-style="normal" prefix=" în "/>
<text variable="number"/>
<text variable="volume" prefix=" vol. "/>
<text variable="issue" prefix="nr. " suffix=" , "/>
</group>
<group delimiter=", ">
<text macro="page"/>
<text macro="citation-locator"/>
</group>
</else-if>
<else-if type="report">
<group delimiter=", ">
<text variable="title" quotes="false"/>
<text variable="genre"/>
<text variable="number"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<text macro="year-date-short"/>
<text macro="citation-locator"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<choose>
<if variable="genre">
<text variable="genre"/>
</if>
<else>
<text value="PhD. thesis"/>
</else>
</choose>
<text macro="citation-locator"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" quotes="false" font-style="italic" suffix=", "/>
<group delimiter=" ">
<text value="în" font-style="italic" suffix=" "/>
</group>
<group delimiter=", ">
<text macro="author-last"/>
<text variable="container-title" suffix="" font-style="italic"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<text macro="citation-locator"/>
<text macro="year-date-short"/>
<text macro="page"/>
</group>
</else-if>
<else>
<text variable="title" strip-periods="false" quotes="false" font-style="italic" suffix=", "/>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text variable="volume" prefix="vol. "/>
<text variable="issue" prefix="no "/>
<text macro="year-date-short"/>
<text macro="page"/>
<text macro="citation-locator"/>
</group>
</else>
</choose>
</layout>
</citation>
<bibliography>
<sort>
<key macro="author-last"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<text macro="author-last" suffix=", "/>
<choose>
<if type="book">
<group delimiter=", ">
<text variable="title" font-style="italic" text-case="capitalize-first" quotes="false"/>
<text variable="volume" prefix="vol. "/>
<text variable="edition" prefix="ediția "/>
<text variable="publisher" prefix="Ed. "/>
<text variable="publisher-place"/>
<text macro="year-date-short"/>
<text macro="citation-locator"/>
</group>
</if>
<else-if type="article article-newspaper article-magazine" match="any">
<group delimiter=" ">
<text variable="title" quotes="true"/>
<text variable="container-title-short" font-style="italic" prefix=" "/>
</group>
<group delimiter=", ">
<text macro="page"/>
<text macro="citation-locator"/>
</group>
</else-if>
<else-if type="report">
<group delimiter=", ">
<text variable="title" quotes="false"/>
<text variable="genre"/>
<text variable="number"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<text macro="year-date-short"/>
<text macro="citation-locator"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<choose>
<if variable="genre">
<text variable="genre"/>
</if>
<else>
<text value="PhD. thesis"/>
</else>
</choose>
<text macro="citation-locator"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" quotes="false" suffix=", "/>
<group delimiter=" ">
<text value="in" prefix="" suffix=" " font-style="italic"/>
</group>
<group delimiter=", ">
<text macro="editor" suffix=""/>
<text variable="container-title" suffix="" font-style="italic"/>
<text variable="publisher-place"/>
<text variable="publisher"/>
<text macro="year-date-short"/>
<text macro="page"/>
<text macro="citation-locator"/>
</group>
</else-if>
<else>
<text variable="title" quotes="false" font-style="italic" suffix=", "/>
<group delimiter=", ">
<text variable="container-title" font-style="italic" prefix="în "/>
<text variable="volume" prefix="vol. "/>
<text variable="issue" prefix="nr. "/>
<text macro="year-date-short"/>
<text macro="page"/>
<text macro="citation-locator"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>

0 comments on commit 3c102e1

Please sign in to comment.