forked from AntaresSimulatorTeam/antares-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (104 loc) · 6.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Antares Documentation</title>
<link rel="icon" href="./favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<img src="assets/images/logo.png" alt="">
<h1 class="title">Antares Documentation</h1>
</header>
<main>
<div id="particles-js"></div>
<div class="introduction">
<p>This website is the entrypoint for the documentation of all the packages of the Antares ecosystem.</p>
</div>
<div class="parent">
<div class="div1">
<a href="https://antares-simulator.readthedocs.io/en/latest/">
<img class="img" src="assets/images/antaressim.png" alt="">
<h2 class="subtitle">Antares Simulator</h2>
<p class="description">Antares Simulator is an open source power system simulator meant to be used by anybody placing value in quantifying the adequacy or the economic performance of interconnected power systems, at short or remote time horizons.</p>
</a>
</div>
<div class="div2">
<a href="https://antares-xpansion.readthedocs.io/en/stable/">
<img class="img" src="assets/images/antaresXpansion.jpg" alt="">
<h2 class="subtitle">Antares Xpansion</h2>
<p class="description">Compute optimal investment and decommissioning decisions in an Antares study.</p>
</a>
</div>
<div class="div3">
<a href="https://antares-web.readthedocs.io/en/latest/">
<img class="img" src="assets/images/antaresWeb.png" alt="">
<h2 class="subtitle">Antares Web</h2>
<p class="description">Antares Web is a server api interfacing Antares Simulator studies. It provides a web application to manage studies adding more features to simple edition.</p>
</a>
</div>
<div class="div4">
<a href="https://rte-antares-rpackage.github.io/antaresRead/index.html">
<img class="img" src="assets/images/antaresRead.png" alt="">
<h2 class="subtitle">Antares Read</h2>
<p class="description">Import, manipulate and explore results generated by 'Antares', a powerful open source software developed by RTE (Réseau de Transport d’Électricité) to simulate and study electric power systems.</p>
</a>
</div>
<div class="div5">
<a href="https://rte-antares-rpackage.github.io/antaresEditObject/index.html">
<img class="img" src="assets/images/R_logo.png" alt="">
<h2 class="subtitle">Antares Edit Object</h2>
<p class="description">Edit an Antares study before running a simulation. Methods are provided to create (and remove) areas, links between them, thermal cluster and binding constraints.</p>
</a>
</div>
<div class="div6">
<a href="https://github.com/rte-antares-rpackage/antaresProcessing">
<img class="img" src="assets/images/R_logo.png" alt="">
<h2 class="subtitle">Antares Processing</h2>
<p class="description">Process results generated by Antares. Allows to create new columns like net load, load factors, upward and downward margins or to compute aggregated statistics like economic surpluses of consumers, producers and sectors.</p>
</a>
</div>
<div class="div7">
<a href="https://rte-antares-rpackage.github.io/antaresViz/index.html">
<img src="assets/images/antaresViz.jpg" alt="" class="img">
<h2 class="subtitle">Antares Viz</h2>
<p class="description">Visualize results generated by Antares. This package provides functions that create interactive charts to help users visually explore the results of their simulations.</p>
</a>
</div>
<div class="div8">
<a href="https://github.com/rte-antares-rpackage/antaresFlowbased">
<img class="img" src="assets/images/R_logo.png" alt="">
<h2 class="subtitle">Antares Flowbased</h2>
<p class="description">Run FlowBased simulations on Antares.</p>
</a>
</div>
<div class="div9">
<a href="https://rte-antares-rpackage.github.io/antaresWaterValues/index.html">
<img src="assets/images/antaresWaterValues.png" alt="" class="img">
<h2 class="subtitle">Antares Water Values</h2>
<p class="description">Compute water values to use in Antares. This package allows to run specific simulations in Antares from within R, and to use the results of these simulations to compute Bellman values and water values for each stock level and each week of the year.</p>
</a>
</div>
<div class="div10">
<a href="https://github.com/rte-antares-rpackage/antaresAdequacyPatch">
<img src="assets/images/R_logo.png" alt="" class="img">
<h2 class="subtitle">Antares Adequacy Patch</h2>
<p class="description">Applies the Adequacy Patch Curtailment Sharing Rules to an Antares Study</p>
</a>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<script>
particlesJS.load('particles-js', 'assets/particles.json', function() {
console.log('callback - particles.js config loaded');
});
</script>
</body>
</html>