Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
049b891
add juti:0.0.2
nafkhanzam Apr 9, 2025
c516504
update the import's package version
nafkhanzam Apr 9, 2025
df9c2f8
change inputs to string
nafkhanzam Jan 12, 2026
33fb5b5
update version
nafkhanzam Jan 12, 2026
ead045e
adjust more styles
nafkhanzam Jan 13, 2026
374e915
add setup for start-page
nafkhanzam Jan 13, 2026
bbb7dc4
update enum list identation
nafkhanzam Jan 13, 2026
e9c4cc2
adjust first-line-indent in table
nafkhanzam Jan 13, 2026
f6e55fd
fix contributions
nafkhanzam Jan 13, 2026
8acc88f
add nested numberings
nafkhanzam Jan 13, 2026
13b4ffa
handle backward compatibility
nafkhanzam Jan 20, 2026
58e0087
change the import back
nafkhanzam Jan 20, 2026
2649149
fix doi default value
nafkhanzam Jan 20, 2026
b8fc332
add v0.0.4: new template
nafkhanzam Jun 24, 2026
649f49f
update thumbnail
nafkhanzam Jun 27, 2026
1b46f0f
add algorithm kind
nafkhanzam Jun 27, 2026
d666bb8
change to 0.1.0
nafkhanzam Jun 28, 2026
1ab22f1
Merge branch 'typst:main' into main
nafkhanzam Jun 28, 2026
79a6911
update numberings and weights
nafkhanzam Jun 29, 2026
a8059e7
simplify numbering using numbly
nafkhanzam Jun 29, 2026
763d4f5
add juti 0.1.1
nafkhanzam Jul 6, 2026
601ab57
Merge branch 'typst:main' into main
nafkhanzam Jul 6, 2026
533ed45
add orcid support
nafkhanzam Jul 6, 2026
941f363
support multiple and single institutions
nafkhanzam Jul 6, 2026
f087750
add URL and publisher in cover
nafkhanzam Jul 6, 2026
c48f4c6
sort keywords
nafkhanzam Jul 8, 2026
f3b63cb
add old cover
nafkhanzam Jul 8, 2026
352d96b
fix import
nafkhanzam Jul 10, 2026
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
1 change: 1 addition & 0 deletions packages/preview/juti/0.1.1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pdf
14 changes: 14 additions & 0 deletions packages/preview/juti/0.1.1/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
MIT No Attribution

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.
4 changes: 4 additions & 0 deletions packages/preview/juti/0.1.1/ORCID-iD_icon_vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions packages/preview/juti/0.1.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Template for the _JUTI: Jurnal Ilmiah Teknologi Informasi_

The [_JUTI: Jurnal Ilmiah Teknologi Informasi_](https://juti.if.its.ac.id) focuses on publishing original research, communication, and notes resulting from original and high-quality research. The journal also invites well-known researchers to write review papers. JUTI accepts high-quality papers in the field of engineering, science, and technology (informatics/information technology). It is published biannually (January and July) and is available in an open-access electronic version, with P-ISSN 1412-6389 and E-ISSN 2406-8535.

## About the Journal

JUTI: Jurnal Ilmiah Teknologi Informasi (Scientific Journal of Information Technology) is published by the Department of Informatics, Institut Teknologi Sepuluh Nopember (ITS). It focuses on publishing original research, communication, and notes resulting from original and high-quality research, and also invites well-known researchers to write review papers, in the field of engineering, science, and technology.

The scope of JUTI encompasses, but is not limited to:

- Information Technology
- Computer Science
- Information System
- Computer Network
- Software Engineering
- Computer Vision

The journal is published biannually (January and July) and is fully open-access -- free of charge for both submission and publication, with no fees for authors or readers.

### Accreditation

JUTI has been re-accredited by the Ministry of Research, Technology, and Higher Education of the Republic of Indonesia as Sinta-3 (decree No. 21/E/KTP/2016, dated July 9, 2016, effective from Volume 14 Number 1, 2016), renewed through decree No. 164/E/KPT/2021, dated December 27, 2021.

### Indexing & Abstracting

JUTI is indexed by DOAJ, Cross Ref, Google Scholar, Sinta, Garuda (Garda Rujukan Digital), Dimensions, and Scilit.

## Usage

Start a new project with this template:

```
typst init @preview/juti:0.1.1
```

Or import it directly in an existing document:

```typ
#import "@preview/juti:0.1.1"

#show: juti.template.with(
title: "Your Paper Title",
authors: authors,
corresponding-ref: 0,
corresponding-email: "first-author@email.com",
institutions: institutions,
abstract: [...],
keywords: ([Keyword1], [Keyword2], [Keyword3], [Keyword4]),
bib: bibliography("references.bib"),
)
```

## Authors and contributions

Authors and their [CRediT](https://credit.niso.org/) contribution roles are declared with `juti.init-authors`:

```typ
#let authors = juti.init-authors((
(
name: "First Alpha Author",
institution-ref: 0,
contribution-refs: (0, 1, 2, 5, 6, 7, 8, 10, 13),
),
(
name: "Second Beta Author",
institution-ref: 0,
contribution-refs: (6, 9, 11),
),
))
```

Each entry in `contribution-refs` is an index into the standard CRediT taxonomy (0: Conceptualization, 1: Methodology, 2: Software, 3: Validation, 4: Formal analysis, 5: Investigation, 6: Resources, 7: Data Curation, 8: Writing -- Original Draft, 9: Writing -- Review & Editing, 10: Visualization, 11: Supervision, 12: Project Administration, 13: Funding Acquisition).

`institution-ref` points into the `institutions` array:

```typ
#let institutions = (
(
name: "Department and institution name of authors",
address: "Address of the first institution",
),
)
```

## Template structure

Running `typst init` scaffolds:

- `main.typ` -- example paper using the template, including sections, table/figure/equation examples, and CRediT statement.
- `setup.typ` -- article metadata (volume, number, DOI, received/revised/accepted/online dates, start page).
- `references.bib` -- bibliography file (IEEE style is used by default).

## Links

- Journal website: https://juti.if.its.ac.id
- License: MIT
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/preview/juti/0.1.1/cover_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading