SBML4Humans GSoC Project Preparation (Week 2 Progress Update)
This project focuses on developing an interactive report interface for presenting SBML model information. This requires a strong base in understanding the current state of the SBML report and the code that helps in generating the reports. This week’s exercises were centred around understanding the reports module and tests. The second week of preparation taught me many new things related to SBML report generation and rendering of the report. I learnt about reading (parsing) SBML model documents, creating structured and formatted document trees from the parsed models, and presenting them in pretty-printed and HTML formats. During this period, I have studied the following resources: Overview and test examples of the SBML report generation process from the documentation ( https://sbmlutils.readthedocs.io/en/latest/notebooks/sbml_report.html ) Code of the reports module from the repository ( https://github.com/matthiaskoenig/sbmlutils/tree/develop/src/sbmlutils/report ) Code of related...