Skip to content

Commit b77d645

Browse files
committed
Merge branch 'main' of github.com:STAIRLab/opensees-gallery
2 parents 5f7a4ec + 959da3a commit b77d645

File tree

107 files changed

+18089
-2061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+18089
-2061
lines changed

LICENSE

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
MIT License
1+
BSD 3-Clause License
22

3-
Copyright (c) 2024 Mark Dumay
3+
Copyright (c) 2024, Structural Artificial Intelligence Research Lab
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are met:
117

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
1410

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
15+
3. Neither the name of the copyright holder nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
<p align="center">
2+
<a href="https://gallery.stairlab.io/">
3+
<img src="https://veux.io/_static/images/stairlab_large.svg" alt="STAIRLab logo" width="200" height="165">
4+
</a>
5+
</p>
16

7+
<h3 align="center">STAIRLab Examples</h3>
8+
9+
10+
<p align="center">
11+
A collection of examples demonstrating research workflows using tools like OpenSees.
12+
<br>
13+
<a href="https://gallery.stairlab.io/"><strong>Explore the gallery »</strong></a>
14+
</p>
15+
16+
17+
Example files are located under [`content/en/examples/`](content/en/examples/)
218

3-
```
4-
brew install npm
5-
brew install sass/sass/sass
6-
brew install go
7-
```

assets/img/examples/FrameCircle.png

32.2 KB
Loading

assets/img/examples/FrameHelix.png

33.2 KB
Loading

assets/img/examples/PlaneFlexure.png

149 KB
Loading

assets/img/examples/ShellCircle.png

30.7 KB
Loading

assets/img/examples/flange.png

80.9 KB
Loading

assets/img/examples/steel.png

202 KB
Loading

assets/img/plasticity.png

70.4 KB
Loading

config/_default/menus/menus.en.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
pageRef = "/docs/"
1111
weight = 20
1212

13-
[[main]]
14-
name = "Library"
15-
pageRef = "/docs/library/"
16-
weight = 30
17-
[main.params]
18-
alias = true
13+
# [[main]]
14+
# name = "Library"
15+
# pageRef = "/docs/library/"
16+
# weight = 30
17+
# [main.params]
18+
# alias = true
1919

2020
[[main]]
2121
name = "Examples"
@@ -131,13 +131,13 @@
131131
pageRef = "/docs/"
132132
weight = 20
133133

134-
[[footer]]
135-
parent = "Links"
136-
name = "Library"
137-
pageRef = "/docs/library/"
138-
weight = 30
139-
[footer.params]
140-
alias = true
134+
# [[footer]]
135+
# parent = "Links"
136+
# name = "Library"
137+
# pageRef = "/docs/library/"
138+
# weight = 30
139+
# [footer.params]
140+
# alias = true
141141

142142
# [[footer]]
143143
# parent = "Links"

0 commit comments

Comments
 (0)