-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.zenodo.json
More file actions
51 lines (51 loc) · 2.68 KB
/
.zenodo.json
File metadata and controls
51 lines (51 loc) · 2.68 KB
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
{
"title": "Marmot: MAteRialMOdellingToolbox",
"description": "`Marmot` (MAteRialMOdellingToolbox) is a C++ library for robust and efficient finite elements and state-of-the-art constitutive models (especially for quasi-brittle materials such as concrete, rock, and soils). It uses modern, object-oriented programming and provides generic interfaces for solvers including Abaqus, Plaxis, MOOSE, OpenSees, and EdelweissFE. Documentation: https://materialmodelingtoolbox.github.io/Marmot/.",
"upload_type": "software",
"version": "v25.11",
"publication_date": "2025-11-02",
"language": "eng",
"access_right": "open",
"license": "lgpl-2.1-or-later",
"keywords": [
"finite-elements",
"plasticity",
"damage",
"constitutive-model",
"micropolar",
"micropolar-elasticity",
"gradient-enhancement",
"cosserat",
"damage-plasticity"
],
"creators": [
{ "name": "Neuner, Matthias", "affiliation": "University of Innsbruck; Stanford University; BOKU University", "orcid": "0000-0003-2221-8089" },
{ "name": "Dummer, Alexander", "affiliation": "University of Innsbruck; University of Colorado Boulder", "orcid": "0000-0002-1998-1705" },
{ "name": "Schreter-Fleischhacker, Magdalena", "affiliation": "University of Innsbruck; Technical University Munich", "orcid": "0000-0003-3888-4086" },
{ "name": "Hofer, Paul", "affiliation": "University of Innsbruck", "orcid": "0009-0001-6589-7993" },
{ "name": "Alkmim, Nasser", "affiliation": "University of Innsbruck" },
{ "name": "Basche, Konstantin", "affiliation": "University of Innsbruck", "orcid": "0009-0006-5624-9771" },
{ "name": "Mader, Thomas", "affiliation": "University of Innsbruck; BOKU University", "orcid": "0000-0003-1780-4227" }
],
"contributors": [
{ "name": "Fischer, Florian", "affiliation": "University of Innsbruck", "type": "ProjectMember" },
{ "name": "Hradsky, Manuel", "affiliation": "University of Innsbruck", "type": "ProjectMember" },
{ "name": "Mitrovic, Luka", "affiliation": "BOKU University", "type": "ProjectMember" },
{ "name": "Reitmair, Daniel", "affiliation": "University of Innsbruck", "type": "ProjectMember", "orcid": "0000-0003-1780-4227" },
{ "name": "Stathas, Alexandros", "affiliation": "BOKU University", "type": "ProjectMember" }
],
"related_identifiers": [
{
"identifier": "https://github.com/MAteRialMOdelingToolbox/Marmot/releases/tag/v25.11",
"relation": "isSupplementTo"
},
{
"identifier": "https://github.com/MAteRialMOdelingToolbox/Marmot",
"relation": "isAlternateIdentifier"
},
{
"identifier": "https://materialmodelingtoolbox.github.io/Marmot/",
"relation": "isDocumentedBy"
}
]
}