research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
23 stars 14 forks source link

fix: aggressive word-wrap of markdown content #1235

Closed dmijatovic closed 3 months ago

dmijatovic commented 3 months ago

Fix aggresive word-wrap on markdown content

Closes #1210

Changes proposed in this pull request:

How to test:

# Epidemic Network
*by Marek Vlach*

Experimental environment for testing of large array of theoretical conditions for development epidemic event within various quantitative, spatial and connectedness (network structure) aspects.

## Inputs

|**Name**|**Type**|**Description**|
|-|-|-|
|seed|integer|random generator seed number used as `random-seed seed`|
|initial-households|integer|initial count of households.|
|population-coefficient|integer|household size variance coefficient (mean of exponential distribution). unit: people|
|initial-clusters|integer|initial count of clusters/settlements. unit: clusters/settlements|
|search-radius|integer|maximum search distance to establish links. unit: patch-widths|
|max-connections|integer|maximum number of connections (links) per distance range. unit: connections|
|initial-infected|integer|number of initial cases or people agents initialised with the "incubation" stage and a stochastic state of stage 1 counter. unit: people|
|max-daily-contacts|integer|maximum number of connections to be considered contacts each day. unit: connections|
||||

## Outputs

|**Name**|**Type**|**Description**|
|-|-|-|
|pos-spread|integer|Count of positive disease transmission encounter of an individual (passed to other person)|
|neg-spread|integer|Count of negative disease transmission encounter of an individual (not passed to other person)
||||

## Further information

![Interface screenshot](https://raw.githubusercontent.com/Archaeology-ABM/NASSA-modules/main/2022-Vlach-001/netlogo_implementation/documentation/Epidemic_Network_Model_v1%20interface.png)

See full list of documentation resources in [`documentation`](https://github.com/Archaeology-ABM/NASSA-modules/blob/main/2022-Vlach-001/documentation/tableOfContents.md).

Example fixed word wrap

image

PR Checklist:

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed for 'rsd-frontend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud