BIBM 2025 (International Conference on Bioinformatics & Biomedicine) is a leading international conference at the intersection of life sciences and computing, co-sponsored by the IEEE Computational Intelligence Society (CIS) and other organizations. The conference will be held in Wuhan, China. Below is a summary of submission guidelines based on relevant materials, aiming to assist colleagues preparing submissions.
Official Websites & Relevant Links
- BIBM Official Website : https://ieeebibm.org/
- IEEE Templates : https://www.ieee.org/conferences/publishing/templates. Download the IEEE template for manuscript formatting; papers must follow the 8-page IEEE format.
- References : Download relevant reference files, create your own
ref.bib
file, and copy it to your Overleaf directory. For reference formatting, use the following code:
bash
\bibliographystyle{IEEEtran}
\bibliography{reference.bib} % Ensure the name matches your .bib file
Key Deadlines
- Full Paper Submission Deadline: August 3, 2025
- Acceptance Notification Date: October 5, 2025
- Final Manuscript Submission Deadline: November 10, 2025
Submission Requirements
- Formatting: Manuscripts must follow IEEE format, using a two-column layout, with a maximum length of 8 pages.
- Content: Papers should be focused, well-argued, with reliable data and concise language. They must include a title, abstract, keywords (3--8), classification numbers, main text, and references. The Chinese title should not exceed 20 characters. Abstracts should preferably be informative, including research objectives, methods, results, and conclusions, with 200--300 words in the third-person perspective.
- Submission Method: Electronic manuscripts must be submitted via the online submission system, in PDF or Postscript format. Submissions undergo double-blind review; manuscripts must not contain any author or institutional information.
- Author Information : Author details must follow the IEEEtran style. Insert the following code after the
title
and before\maketitle
:
bash
\author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{2\textsuperscript{nd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{3\textsuperscript{rd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{4\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{5\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{6\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
}
