|
18 | 18 |
|
19 | 19 | <h1 class="visuallyhidden">Econ-ARK</h1>
|
20 | 20 |
|
21 |
| -<div class="ark-parts py-5"> |
| 21 | +<div class="ark-parts px-5 py-5"> |
22 | 22 | <div class="container">
|
23 | 23 | <div class="row gx-5">
|
24 | 24 | <div class="part col-md-4 px-5 my-5">
|
25 |
| - <h2 class="title">HARK</h2> |
| 25 | + <div class="title"> |
| 26 | + <h2 class="heading">HARK</h2> |
| 27 | + <p class="resource">Toolkit</p> |
| 28 | + </div> |
26 | 29 | <p class="subtitle">Heterogeneous Agents Resources and toolKit</p>
|
27 | 30 | <div class="desc">
|
28 |
| - <p>HARK is a toolkit for simplifying and speeding up the development of solutions and estimation methods for |
29 |
| - new |
30 |
| - models.</p> |
31 |
| - <p>Econ-ARK has developed an open source repository of highly modular, easily interoperable code for solving, |
32 |
| - simulating, and estimating dynamic economic models with heterogeneous agents.</p> |
| 31 | + <p>Econ-ARK developed a highly modular & interoperable open source toolkit for simulating, estimating and solving dynamic economic models with heterogeneous agents</p> |
33 | 32 | </div>
|
34 | 33 | <p class="link"><a href="https://docs.econ-ark.org/overview/introduction.html">Introduction to HARK</a></p>
|
35 | 34 | </div>
|
| 35 | + |
36 | 36 | <div class="part col-md-4 px-5 my-5">
|
37 |
| - <h2 class="title">DemARK</h2> |
38 |
| - <p class="subtitle">Demonstrations of tools, AgentTypes, and ModelClasses</p> |
| 37 | + <div class="title"> |
| 38 | + <h2 class="heading">REMARK</h2> |
| 39 | + <p class="resource">Materials</p> |
| 40 | + </div> |
| 41 | + <p class="subtitle">R[eplications/eproductions] and Explorations Made using ARK</p> |
39 | 42 | <div class="desc">
|
40 |
| - <p>DemARK contains a collection of code demonstrations to give you a feeling for how the code works and what |
41 |
| - you |
42 |
| - can do with it.</p> |
43 |
| - <p>These demonstrations form a repository produced by Econ-ARK containing a series of Jupyter Notebooks for |
44 |
| - demonstrating how to use material in the Econ-ARK.</p> |
| 43 | + <p>A <a href="https://github.com/econ-ark/REMARK">REMARK</a> is an executable archive that reproduces its own results on any computer using <a href="https://en.wikipedia.org/wiki/Docker_software">docker</a></p> |
45 | 44 | </div>
|
46 |
| - <p class="link"><a href="https://github.com/econ-ark/DemARK">DemARK Repository</a></p> |
| 45 | + <p class="link"><a href="/materials/">REMARKs</a></p> |
47 | 46 | </div>
|
| 47 | + |
48 | 48 | <div class="part col-md-4 px-5 my-5">
|
49 |
| - <h2 class="title">REMARK</h2> |
50 |
| - <p class="subtitle">R[eplications/eproductions] and Explorations Made using ARK</p> |
| 49 | + <div class="title"> |
| 50 | + <h2 class="heading">OTHER</h2> |
| 51 | + <p class="resource">Teaching</p> |
| 52 | + </div> |
| 53 | + <p class="subtitle">Demonstrations of tools, AgentTypes, and ModelClasses</p> |
51 | 54 | <div class="desc">
|
52 |
| - <p>REMARKs are self-contained and complete projects that can be executed by anyone.</p> |
53 |
| - <p>They include Explorations using HARK to demonstrate modelling ideas, Replications of important results of |
54 |
| - published papers written using other tools, and Reproductions of all the code within a paper. </p> |
| 55 | + <p>View the complete collection of our tools, materials, demonstrations, tutorials, blogs, assignments, documentation, and teaching</p> |
55 | 56 | </div>
|
56 |
| - <p class="link"><a href="/materials/">Materials Library</a></p> |
| 57 | + <p class="link"><a href="https://github.com/econ-ark/DemARK">DemARK</a></p> |
57 | 58 | </div>
|
| 59 | + |
58 | 60 | </div>
|
59 | 61 | </div>
|
60 | 62 | </div>
|
|
0 commit comments