Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/preview/unofficial-jascome-34j/1.0.4/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
MIT No Attribution

Copyright 2024, 2025 Shunsuke Kimura
Copyright (c) 2025 34j and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47 changes: 47 additions & 0 deletions packages/preview/unofficial-jascome-34j/1.0.4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Typst JASCOME

Unofficial Typst template for JASCOME.

![Preview of the first page of the template](./thumbnail.png)

## Usage

```typst
#import "@preview/unofficial-jascome-34j:1.0.4": jascome

// デフォルト値でよい引数は省略可能
#show: jascome.with(
title: [フィルタ理論を適用した動弾性逆解析による未知量同定],
title-en: [IDENTIFICATION OF UNKNOWNS BY ELASTODYNAMIC INVERSE ANALYSIS \
USING FILTERING THEORY],
authors: ([新宿 太郎], [東京 次郎], [境界 要子]),
authors-en: ([Taro SHINJUKU], [Jiro TOKYO], [Yoko KYOKAI]),
authors-affiliation: (
(
"生産大学工学部システム工学科",
"543-4567",
"若里市中央町4-5-6",
"taro@homer.seisan-u.ac.jp",
),
(
"構造重工(株)",
"380-8553",
"新宿市西新宿2-1",
"jiro@hero.kozo-ju.co.jp",
),
(
"生産大学大学院工学系研究科",
"543-4567",
"若里市中央町4-5-6",
"yoko@homer.seisan-u.ac.jp",
),
),
keywords: ("Inverse Analysis", "Identification", "Boundary Element Method"),
abstract: [#lorem(100)],
date-submit: datetime(year: 2018, month: 9, day: 14),
date-accept: datetime(year: 2018, month: 10, day: 26),
date-publish: datetime(year: 2018, month: 12, day: 1),
volume: 18,
number: none,
)
```
232 changes: 232 additions & 0 deletions packages/preview/unofficial-jascome-34j/1.0.4/src/jascome.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="ja-JP">
<info>
<title>The Society of Instrument and Control Engineers</title>
<title-short>SICE</title-short>
<id>https://github.com/kimushun1101/typst-jaconf/blob/main/libs/mscs/sice.csl</id>
<link href="https://www.sice.or.jp/wp-content/uploads/file/trans/tebiki.pdf" rel="documentation"/>
<author>
<name>Shunsuke Kimura</name>
<email>kimushun1101@gmail.com</email>
<uri>https://github.com/kimushun1101</uri>
</author>
<category citation-format="numeric"/>
<summary>JASCOMEの参考文献引用フォーマット</summary>
<updated>2025-10-16T13:31:59+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">
</locale>
<macro name="edition">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" text-case="capitalize-first" suffix="."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="issued">
<date variable="issued" prefix="(" suffix=")">
<date-part name="year" form="long"/>
</date>
</macro>
<macro name="author">
<choose>
<if match="any" variable="language">
<names variable="author">
<name form="short" delimiter=", "/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</if>
<else>
<names variable="author">
<name initialize-with=". " delimiter=", "/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</else>
</choose>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with=". " delimiter=", " />
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="locators">
<group delimiter="-">
<text macro="edition"/>
<group>
<number variable="volume" form="numeric" font-weight="bold"/>
</group>
<group delimiter=" ">
<number variable="issue" form="numeric"/>
</group>
</group>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
<text variable="title"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="event">
<choose>
<if type="paper-conference">
<choose>
<if variable="container-title">
<group delimiter=", ">
<text variable="container-title"/>
<text variable="event-place"/>
</group>
</if>
<else>
<group delimiter=", ">
<text variable="event"/>
<text variable="event-place"/>
</group>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="access">
<choose>
<if type="webpage" match="any">
<text variable="URL" prefix=" URL: " suffix=" "/>
<date variable="accessed" prefix="Accessed on ">
<date-part name="year" form="long" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="day" suffix="."/>
</date>
</if>
</choose>
</macro>
<macro name="page">
<text variable="page" prefix="pp. "/>
</macro>
<macro name="citation-locator">
<group delimiter=" ">
<choose>
<if locator="page">
<label variable="locator" form="short"/>
</if>
<else>
<label variable="locator" form="short" text-case="capitalize-first"/>
</else>
</choose>
<text variable="locator"/>
</group>
</macro>
<citation>
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter=", " vertical-align="sup">
<group delimiter=", " suffix=")" vertical-align="sup" >
<text variable="citation-number" prefix="("/>
<text macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<layout suffix=".">
<text variable="citation-number" prefix="(" suffix=")"/>
<text macro="author" suffix=": "/>
<choose>
<if type="article-journal">
<group delimiter=", ">
<text macro="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<group>
<text macro="locators"/>
<text macro="issued"/>
</group>
<text macro="page"/>
</group>
</if>
<else-if type="paper-conference">
<group delimiter=", ">
<text macro="title"/>
<text macro="event"/>
<group>
<text macro="locators"/>
<text macro="issued"/>
</group>
<text macro="page"/>
</group>
</else-if>
<else-if type="book" match="any">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<group>
<text macro="locators"/>
<text macro="issued"/>
</group>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text macro="publisher"/>
<text macro="access"/>
</group>
</else-if>
<else-if type="patent">
<text macro="title" suffix=", "/>
<text variable="number"/>
<text macro="issued"/>
</else-if>
<else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<group delimiter=", ">
<text macro="title"/>
<text variable="container-title" font-style="italic"/>
<group>
<text macro="locators"/>
<text macro="issued"/>
</group>
<text macro="publisher"/>
<text macro="page"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="title"/>
<text variable="container-title"/>
<group>
<text macro="locators"/>
<text macro="issued"/>
</group>
<text macro="publisher"/>
<text macro="page"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
Loading
Loading