Diff of /Docs/index.md [000000] .. [38ba34]

Switch to unified view

a b/Docs/index.md
1
---
2
sd_hide_title: true
3
---
4
5
# AMMR documentation!
6
7
::::::{div} landing-title
8
:style: "padding: 0.1rem 0.5rem 0.6rem 0; background-image: linear-gradient(315deg, #9e3f49 0%, #953337 74%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% calc(100% - 1.5rem)); -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% calc(100% - 1.5rem));"
9
10
::::{grid}
11
:reverse:
12
:gutter: 2 3 3 3
13
:margin: 4 4 1 2
14
15
:::{grid-item}
16
:columns: 12 4 4 4
17
18
```{image} ./_static/ammr_bodyparts2.png
19
:width: 180px
20
:class: sd-m-auto sd-animate-grow50-rot20
21
```
22
:::
23
24
:::{grid-item}
25
:columns: 12 8 8 8
26
:child-align: justify
27
:class: sd-text-white sd-fs-3
28
29
The AnyBody Managed Model Repository
30
31
```{button-link} ./changelog.html#linkcheck_ignore
32
:outline:
33
:color: white
34
:class: sd-px-4 sd-fs-5
35
36
{material-outlined}`timeline;1.5em` New in AMMR {{AMMR_VERSION}}
37
:::
38
::::
39
40
::::::
41
42
Open body models
43
: All models are open and editable with the AnyScript model language
44
45
Configurable Human model
46
: Configure and combine different body models into a full body model
47
48
Lots of Application examples
49
: Gallery of example models provide a good starting point for modeling
50
51
Community effort
52
: Models are combined effort of many research groups over two decades
53
54
55
The AnyBody Model Repository (AMMR), is an unique open library of 
56
musculoskeletal models and examples ready to be used with the 
57
[AnyBody Modeling System][anybody modeling system]. The AnyBody Managed 
58
Model Repository consists of three parts:
59
60
61
```{admonition} **First time user?**
62
:class: hint dropdown margin
63
64
If you are a new user check the [AnyBody Tutorials](https://anyscript.org/tutorials/) and 
65
the getting started video on AnyBody.
66
67
The following {doc}`Getting Started section </getting_started>` on the 
68
AMMR provides insight into how AMMR is structured, how to
69
install it and how to use it.
70
```
71
72
<span class="material-symbols-outlined">
73
</span>
74
75
::::{grid} 1 3 2 3
76
:margin: 2 2 0 0
77
:gutter: 2
78
79
:::{grid-item-card} {material-regular}`settings_accessibility;2em` Body Models
80
:link: the-body-model
81
:link-type: ref
82
83
The human body models which can be 
84
customized and scaled to build a specific musculoskeletal model.
85
+++
86
{ref}`Learn more » <the-body-model>`
87
:::
88
89
:::{grid-item-card} {material-regular}`fitness_center;2em` Example gallery
90
:link: example-gallery
91
:link-type: ref
92
93
Lots of applicaiton examples showing how the body models are used.
94
+++
95
{ref}`Learn more » <example-gallery>`
96
:::
97
98
:::{grid-item-card} {material-regular}`settings;2em` Model Configuration
99
:link: bm-config
100
:link-type: ref
101
102
Information on how to configure the body models, and enable or disable various body parts.
103
+++
104
{ref}`Learn more » <bm-config>`
105
:::
106
107
::::
108
109
110
The models are developed in research projects at academic institutions or by
111
AnyBody Technology in collaboration with academic institutions. The models are
112
maintained by AnyBody Technology who ensure that various body part models can be
113
used together as a full body, scalable musculoskeletal model.
114
115
116
117
[anybody modeling system]: https://www.anybodytech.com/software/anybodymodelingsystem/
118
119
120
121
```{toctree}
122
:caption: Examples and applications
123
:includehidden: true
124
:hidden:
125
126
getting_started
127
Gallery of examples <Applications/index>
128
migration
129
```
130
131
132
```{toctree}
133
:caption: Body Models
134
:includehidden: true
135
:hidden:
136
137
Overview <body/models>
138
bm_config/index
139
```
140
141
142
```{toctree}
143
:caption: Tools
144
:includehidden: true
145
:maxdepth: 0
146
:hidden:
147
:glob:
148
149
tools/class-templates
150
```
151
152
153
154
```{toctree}
155
:caption: Guides
156
:includehidden: true
157
:hidden:
158
:maxdepth: 2
159
:titlesonly:
160
161
creating_model_from_scratch
162
Scaling/intro
163
anymocap/index
164
165
```
166
167
168
```{toctree}
169
:caption: About
170
:includehidden: true
171
:hidden: true
172
:maxdepth: 2
173
:titlesonly: true
174
175
176
changelog
177
Contribute or cite <about>
178
legal
179
180
```
181