From 3a51a10f62969209d58081a080685a043df388a6 Mon Sep 17 00:00:00 2001 From: grufoony Date: Wed, 12 Feb 2025 11:18:04 +0100 Subject: [PATCH] Add release badge, ToC and Bibliography section to README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 588b48ad..22712482 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ # DynamicalSystemFramework - -[![Standard](https://img.shields.io/badge/c%2B%2B-20/23-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) +[![Standard](https://img.shields.io/badge/C%2B%2B-20/23-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![TBB](https://img.shields.io/badge/TBB-C%2B%2B20%2F23-blue.svg)](https://github.com/oneapi-src/oneTBB) [![codecov](https://codecov.io/gh/physycom/DynamicalSystemFramework/graph/badge.svg?token=JV53J6IUJ3)](https://codecov.io/gh/physycom/DynamicalSystemFramework) +[![Latest Release](https://img.shields.io/github/v/release/physycom/DynamicalSystemFramework)](https://github.com/physycom/DynamicalSystemFramework/releases/latest) + The aim of this project is to rework the original [Traffic Flow Dynamics Model](https://github.com/Grufoony/TrafficFlowDynamicsModel). This rework consists of a full code rewriting, in order to implement more features (like *intersections*) and get advantage from the latest C++ updates. +## Table of Contents +- [Requirements](#requirements) +- [Installation](#installation) +- [Testing](#testing) +- [Benchmarking](#benchmarking) +- [Citing](#citing) +- [Bibliography](#bibliography) + ## Requirements The project requires `C++20` or greater, `cmake` and `tbb`. @@ -79,3 +88,8 @@ for f in ./*.out ; do ./$f ; done howpublished = {\url{https://github.com/physycom/DynamicalSystemFramework}} } ``` + +## Bibliography +- **Berselli, Gregorio** (2022) *Modelli di traffico per la formazione della congestione su una rete stradale*. University of Bologna, Bachelor's Degree in Physics [L-DM270]. [Link to Thesis](https://amslaurea.unibo.it/id/eprint/26332/). +- **Berselli, Gregorio** (2024) *Advanced queuing traffic model for accurate congestion forecasting and management*. University of Bologna, Master's Degree in Physics [LM-DM270]. [Link to Thesis](https://amslaurea.unibo.it/id/eprint/32191/). +- **Mungai, Veronica** (2024) *Studio dell'ottimizzazione di una rete semaforica*. University of Bologna, Bachelor's Degree in Physics [L-DM270]. [Link to Thesis](https://amslaurea.unibo.it/id/eprint/32525/). \ No newline at end of file