Skip to content
Snippets Groups Projects
Verified Commit 1eb05e24 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

fix citations

parent 1b7b12b3
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
title = {What is a Hypervisor? Types of Hypervisors 1 & 2}, title = {What is a Hypervisor? Types of Hypervisors 1 & 2},
url = {https://phoenixnap.com/kb/what-is-hypervisor-type-1-2}, url = {https://phoenixnap.com/kb/what-is-hypervisor-type-1-2},
urldate = {2022-05-10}, urldate = {2022-05-10},
year = {2019},
author = {Simic, Sofija} author = {Simic, Sofija}
} }
...@@ -9,12 +10,14 @@ ...@@ -9,12 +10,14 @@
title = {ZFS}, title = {ZFS},
url = {https://unixlinux.tmit.bme.hu/ZFS}, url = {https://unixlinux.tmit.bme.hu/ZFS},
author = {Dr. Korn, András}, author = {Dr. Korn, András},
year = {2012},
urldate = {2022-05-10} urldate = {2022-05-10}
} }
@misc{sas, @misc{sas,
title = {What are IT mode, HBA mode, RAID mode in (SAS) Controllers?}, title = {What are IT mode, HBA mode, RAID mode in (SAS) Controllers?},
url = {https://dannyda.com/2021/09/22/what-are-it-mode-hba-mode-raid-mode-in-sas-controllers/}, url = {https://dannyda.com/2021/09/22/what-are-it-mode-hba-mode-raid-mode-in-sas-controllers/},
year = {2021},
urldate = {2022-05-10} urldate = {2022-05-10}
} }
......
ijosm.csl 0 → 100644
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-GB">
<info>
<title>International Journal of Simulation Modelling</title>
<id>http://www.zotero.org/styles/international-journal-of-simulation-modelling</id>
<link href="http://www.zotero.org/styles/international-journal-of-simulation-modelling" rel="self"/>
<link href="http://www.zotero.org/styles/springer-socpsych-brackets" rel="template"/>
<link href="http://www.ijsimm.com/notes_for_contributors.html" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
</author>
<category citation-format="numeric"/>
<category field="engineering"/>
<issn>1726-4529</issn>
<updated>2018-05-11T14:00:01+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="en">
<terms>
<term name="editortranslator" form="short">
<single>ed. &amp; trans.</single>
<multiple>eds. &amp; trans.</multiple>
</term>
<term name="translator" form="short">trans.</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<names variable="editor translator" delimiter=", " suffix=", ">
<name delimiter="; " initialize-with=". "/>
<label form="short" prefix=" (" text-case="title" suffix=")"/>
</names>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="article-journal chapter paper-conference" match="none">
<names variable="translator editor" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="title"/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name delimiter="; " delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" text-case="title"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="report">
<text variable="publisher"/>
<text macro="title"/>
</if>
<else>
<text macro="title"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if type="thesis">
<choose>
<if variable="archive" match="any">
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<text term="from" suffix=" "/>
<text variable="archive" suffix="."/>
<text variable="archive_location" prefix=" (" suffix=")"/>
</group>
</if>
<else>
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
</else>
</choose>
</if>
<else>
<choose>
<if variable="DOI">
<text variable="DOI" prefix=". doi:"/>
</if>
<else>
<choose>
<if type="webpage post-weblog">
<group delimiter=", " prefix=", ">
<group delimiter=" ">
<text term="from"/>
<text variable="URL"/>
</group>
<group>
<text term="accessed" suffix=" "/>
<date variable="accessed">
<date-part name="day"/>
<date-part name="month" form="numeric" prefix="-"/>
<date-part name="year" prefix="-"/>
</date>
</group>
</group>
</if>
</choose>
</else>
</choose>
</else>
</choose>
</macro>
<macro name="title">
<choose>
<if type="report thesis" match="any">
<text variable="title" font-style="italic"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="genre"/>
<group delimiter=" ">
<label variable="number" text-case="capitalize-first" form="short"/>
<text variable="number"/>
</group>
</group>
</if>
<else-if type="book graphic motion_picture report song manuscript speech" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="report" match="any">
<group delimiter=", ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
<else-if type="thesis" match="any">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else-if>
<else>
<group delimiter=", " prefix=", ">
<choose>
<if variable="event" match="none">
<text variable="genre"/>
</if>
</choose>
<choose>
<if type="article-journal article-magazine" match="none">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
<text variable="page"/>
</group>
</if>
</choose>
</group>
</else>
</choose>
</macro>
<macro name="event">
<choose>
<if variable="event">
<choose>
<if variable="genre" match="none">
<text term="presented at" text-case="capitalize-first" suffix=" "/>
<text variable="event"/>
</if>
<else>
<group delimiter=" ">
<text variable="genre" text-case="capitalize-first"/>
<text term="presented at"/>
<text variable="event"/>
</group>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="issued">
<choose>
<if type="bill legal_case legislation" match="none">
<choose>
<if variable="issued">
<group prefix=" (" suffix=")">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</if>
</choose>
</group>
</if>
<else>
<group prefix=" (" suffix=")">
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group delimiter=", " prefix=", ">
<group delimiter=" ">
<label text-case="capitalize-first" variable="volume" form="short"/>
<text variable="volume"/>
</group>
<group delimiter=" ">
<label text-case="capitalize-first" variable="issue" form="short"/>
<text variable="issue"/>
</group>
<text variable="page"/>
</group>
</if>
<else-if type="article-newspaper">
<group delimiter=" " prefix=", ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="book graphic motion_picture report song chapter paper-conference" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<text macro="edition"/>
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1-"/>
</group>
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
</group>
</else-if>
<else-if type="legal_case">
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="authority"/>
<date variable="issued" form="text"/>
</group>
</else-if>
<else-if type="bill legislation" match="any">
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
</else-if>
</choose>
</macro>
<macro name="container">
<group>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
</group>
</macro>
<macro name="container-title">
<choose>
<if type="bill legal_case legislation" match="none">
<text variable="container-title" font-style="italic" text-case="title"/>
</if>
<else>
<group delimiter=" " prefix=", ">
<choose>
<if variable="container-title">
<text variable="volume"/>
<text variable="container-title"/>
<group delimiter=" ">
<text term="section" form="symbol"/>
<text variable="section"/>
</group>
<text variable="page"/>
</if>
<else>
<choose>
<if type="legal_case">
<text variable="number" prefix="No. "/>
</if>
<else>
<text variable="number" prefix="Pub. L. No. "/>
<group delimiter=" ">
<text term="section" form="symbol"/>
<text variable="section"/>
</group>
</else>
</choose>
</else>
</choose>
</group>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=", ">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush">
<layout>
<text variable="citation-number" prefix="[" suffix="]"/>
<group>
<group delimiter=". ">
<text macro="author"/>
<text macro="issued"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="container"/>
</group>
</group>
<text macro="locators"/>
<group delimiter=", ">
<text macro="event"/>
<text macro="publisher"/>
</group>
</group>
<text macro="access"/>
</layout>
</bibliography>
</style>
...@@ -2,4 +2,4 @@ geometry: margin=3cm ...@@ -2,4 +2,4 @@ geometry: margin=3cm
lang: hu-HU lang: hu-HU
output: pdf_document output: pdf_document
bibliography: biblio.bib bibliography: biblio.bib
csl: mla.csl csl: ijosm.csl
\ No newline at end of file \ No newline at end of file
...@@ -312,8 +312,7 @@ A szerverekben több merevlemez vagy SSD együttes használatához úgynevezett ...@@ -312,8 +312,7 @@ A szerverekben több merevlemez vagy SSD együttes használatához úgynevezett
SAS vezérlőt alkalmaznak (Serial Attached SCSI), mely segítségével SAS vezérlőt alkalmaznak (Serial Attached SCSI), mely segítségével
sorosan lehet a merevlemezeket csatlakoztatni. sorosan lehet a merevlemezeket csatlakoztatni.
Ezeknek a SAS vezérlőknek általában két módja van, a RAID mód és a HBA mód. Ezeknek a SAS vezérlőknek általában két módja van, a RAID mód és a HBA mód. [@sas]
[@sas]
RAID módban, azaz Redundant Array of Independent Disks (magyarul: RAID módban, azaz Redundant Array of Independent Disks (magyarul:
független lemezek redundáns tömbje), az operációs rendszer nem fogja látni a független lemezeket, hanem egy virtuális tömbként, eszközként fogja azt független lemezek redundáns tömbje), az operációs rendszer nem fogja látni a független lemezeket, hanem egy virtuális tömbként, eszközként fogja azt
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment