The International Journal of Interactive Multimedia and Artificial Intelligence (IJIMAI) is a quarterly journal which provides an interdisciplinary forum in which scientists and professionals can share their research results and report new advances on artificial intelligence tools, theory, methodologies, systems, architectures integrating multiple technologies, problems including demonstrations of effectiveness, or tools that use AI with interactive multimedia techniques.
This template allows researchers to write and send papers to IJIMAI, directly written in Typst! IJIMAI is the first journal ever to accept contributions authored in Typst.
Quick start
In order to use it, just read the TOML configuration file, import the template and apply a show
rule:
#import "@local/ijimai:0.0.1": *
#let conf = toml("paper.toml")
#let author-photos = conf.authors.map(author => read(author.name + ".jpg", encoding: none))
#show: ijimai.with(
conf: conf,
photos: author-photos,
logo: image("unir logo.svg", width: 17.5%),
bib-data: read("bibliography.bib", encoding: none),
)
All the needed information is written in a TOML conf file. Take a look at the example. Author photos are composed from their name and appending .jpg
i.e., John Doe
+ jpg
.
If you do not have the UnitOT font, you can download it from here. Once done, upload all the UnitOT*.ttf
files to your project directory in the Typst.app web application.
Please, bear in mind this template is continously been bettered. In case of doubts, please, send an email to alberto.corbi@unir.net.