BibTeX Guidelines
Authors submitting manuscripts to the Indonesian Journal of Computational and Applied Mathematics must manage their references using BibTeX. The journal follows the Vancouver citation style, which uses numerical citations in square brackets, e.g., [1], [2]. Below are the general guidelines for formatting references in BibTeX.
Each entry type in BibTeX must include specific fields. The mandatory and optional fields for common reference types are listed below.
Journal Article
@article{key,
author = {Last Name, First Name and Last Name, First Name},
title = {Title of the Article},
journal = {Journal Name},
volume = {Volume Number},
number = {Issue Number},
pages = {Start Page--End Page},
year = {Publication Year},
doi = {DOI Number},
}
Example:
@article{smith2023,
author = {Smith J, Doe J},
title = {A novel approach to numerical methods},
journal = {Indo Comput Appl Math},
volume = {15},
number = {2},
pages = {123--145},
year = {2023},
doi = {10.1234/gcam.2023.002},
}
Conference Paper
@inproceedings{key,
author = {Last Name, First Name and Last Name, First Name},
title = {Title of the Paper},
booktitle = {Proceedings of the Conference Name},
year = {Year},
pages = {Start Page--End Page},
address = {Conference Location},
}
Example:
@inproceedings{johnson2022,
author = {Johnson A, Brown B},
title = {Advanced computational methods in optimization},
booktitle = {Proc Int Conf Appl Math},
year = {2022},
pages = {200--210},
address = {New York, USA},
}
Book
@book{key,
author = {Last Name, First Name},
title = {Book Title},
publisher = {Publisher Name},
year = {Year},
address = {City, Country},
edition = {Edition Number},
}
Example:
@book{ross2021,
author = {Ross P},
title = {Computational mathematics: Theory and applications},
publisher = {Springer},
year = {2021},
address = {Berlin, Germany},
edition = {2nd},
}
Book Chapter
@incollection{key,
author = {Last Name, First Name},
title = {Chapter Title},
booktitle = {Book Title},
publisher = {Publisher Name},
year = {Year},
editor = {Editor Name},
pages = {Start Page--End Page},
}
Example:
@incollection{lee2020,
author = {Lee D},
title = {Numerical solutions of partial differential equations},
booktitle = {Handbook of applied mathematics},
publisher = {Elsevier},
year = {2020},
editor = {Anderson M},
pages = {101--120},
}
Thesis/Dissertation
@phdthesis{key,
author = {Last Name, First Name},
title = {Title of the Thesis},
school = {University Name},
year = {Year},
}
Example:
@phdthesis{miller2019,
author = {Miller R},
title = {Computational methods for nonlinear systems},
school = {MIT},
year = {2019},
}
- The journal follows the Vancouver citation style.
- Citations should appear in numerical order, enclosed in square brackets, e.g., [1], [2], [3].
- If multiple references are cited together, they should be separated by commas (e.g., [1,3,5]).
- If a range of references is cited, use a hyphen (e.g., [2-5]).
- Ensure all references are cited in the text.
- Use consistent formatting for all entries.
- Provide DOIs for journal articles whenever possible.
- Avoid excessive self-citation.
- Ensure that author names are spelled correctly and formatted consistently.
Authors should include their BibTeX .bib
file along with their manuscript submission. The .bib
file should be properly formatted and tested for errors using a LaTeX editor before submission.
If you have any questions about reference formatting, please contact the editorial office of the Indonesian Journal of Computational and Applied Mathematics.