smart-grid-use-cases / smart-grid-use-cases.github.io

Use case website: https://smart-grid-use-cases.github.io/
Apache License 2.0
5 stars 17 forks source link

enable list bullets in "Complete Description" and "Objectives" #95

Open VladimirAlexiev opened 1 year ago

VladimirAlexiev commented 1 year ago

https://smart-grid-use-cases.github.io/docs/usecases/crossbow/hlu02-uc02/ includes bullets in section "Complete description" that are however rendered as running text.

RES generation forecasts are needed by different actors and for different purposes, among others: • For bidding in the different energy markets • For assessing the security of the transmission grid Each type of RES has its own forecasting algorithm and required inputs. For wind and solar generation, an accurate weather forecast is required. For hydro generation, besides weather forecast, it is also needed a forecasting of the water level in the reservoir, which may involve a modelling of the plant and historical data. Additionally, any RES production forecast should take into account the following: • Operational rules • Scheduled maintenance periods The operational rules for the RES do not change very often...

In the excel source https://github.com/smart-grid-use-cases/excel2xml-input/blob/master/excel-use-cases/CROSSBOW/HLU02-UC02/CROSSBOW-UHL02-UC2.xlsx they are rendered as a unicode bullet char followed by tab: :

RES generation forecasts are needed by different actors and for different purposes, among others: • For bidding in the different energy markets • For assessing the security of the transmission grid Each type of RES has its own forecasting algorithm and required inputs. For wind and solar generation, an accurate weather forecast is required. For hydro generation, besides weather forecast, it is also needed a forecasting of the water level in the reservoir, which may involve a modelling of the plant and historical data. Additionally, any RES production forecast should take into account the following: • Operational rules • Scheduled maintenance periods The operational rules for the RES do not change very often and can be modelled in the forecasting algorithm (e.g. maximum wind speed that the windmill supports or scheduled stops to avoid shadow flickering) Scheduled maintenance periods cannot be predicted and thus there should be a procedure to agree and distribute information on these periods, in a request/approval scheme. The objective is that all the relevant actors are aware of the maintenance periods and these periods are taken into account in the calculation of the forecast. The role of the actor generating the forecast is the FORECASTING GENERATION CALCULATOR.

VladimirAlexiev commented 1 year ago

https://smart-grid-use-cases.github.io/docs/usecases/tigon/#13-scope-and-objectives-of-use-case has a similar problem in section "Objectives". The first item is rendered in the right column, but all the others in the left column: image

I haven't checked, perhaps the source of this case is Markdown, but bullets are written without a trailing space?

VladimirAlexiev commented 1 year ago

https://smart-grid-use-cases.github.io/docs/usecases/bridge/edf-1/#13-scope-and-objectives-of-use-case has a similar but smaller problem in "Scope": list items are listed one per line, but a dash is rendered instead of a bullet: image