Skip to content

Instantly share code, notes, and snippets.

@21subin21
Created November 19, 2025 02:57
Show Gist options
  • Select an option

  • Save 21subin21/c66d0da3bfdfb01ff17fef6566a56e19 to your computer and use it in GitHub Desktop.

Select an option

Save 21subin21/c66d0da3bfdfb01ff17fef6566a56e19 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl"
version="1.0"
class="in-text"
default-locale="en-US">
<info>
<title>BioChip Journal</title>
<title-short>BioChip J.</title-short>
<id>http://www.zotero.org/styles/biochip-journal-custom</id>
<link href="http://www.zotero.org/styles/nature" rel="template"/>
<author>
<name>Custom</name>
</author>
<category citation-format="numeric"/>
<category field="biology"/>
<updated>2025-01-01T00:00:00+00:00</updated>
</info>
<!-- 인용: 윗첨자 숫자만 표시 -->
<citation collapse="citation-number" disambiguate-add-names="true" disambiguate-add-givenname="true">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," suffix="">
<text variable="citation-number" vertical-align="sup"/>
</layout>
</citation>
<!-- 참고문헌 스타일 -->
<bibliography et-al-min="7" et-al-use-first="6" hanging-indent="true">
<sort>
<key variable="citation-number"/>
</sort>
<layout suffix=".">
<group delimiter=" ">
<!-- 저자: 성, 이니셜 (전원 표시) -->
<names variable="author">
<name form="long"
name-as-sort-order="all"
sort-separator=", "
initialize-with="."/>
</names>
<!-- 논문 제목: 첫 단어만 대문자, 마침표 -->
<text variable="title" text-case="capitalize-first" suffix="."/>
<!-- 저널명: 이탤릭 -->
<text variable="container-title" font-style="italic" suffix=" "/>
<!-- 볼륨: bold -->
<text variable="volume" font-weight="bold"/>
<!-- 페이지 -->
<text variable="page" prefix=", "/>
<!-- 연도: 괄호 -->
<date variable="issued">
<date-part name="year" prefix=" (" suffix=")"/>
</date>
<!-- DOI (있으면) -->
<text variable="DOI" prefix=" DOI "/>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment