Changes
On August 4, 2023 at 8:52:06 AM UTC, admin:
-
No fields were updated. See the metadata diff for more details.
f | 1 | { | f | 1 | { |
2 | "author": "Stoychev, Alexander K.", | 2 | "author": "Stoychev, Alexander K.", | ||
3 | "author_email": "", | 3 | "author_email": "", | ||
4 | "creator_user_id": "17755db4-395a-4b3b-ac09-e8e3484ca700", | 4 | "creator_user_id": "17755db4-395a-4b3b-ac09-e8e3484ca700", | ||
5 | "doi": "10.35097/1474", | 5 | "doi": "10.35097/1474", | ||
6 | "doi_date_published": "2023", | 6 | "doi_date_published": "2023", | ||
7 | "doi_publisher": "", | 7 | "doi_publisher": "", | ||
8 | "doi_status": "True", | 8 | "doi_status": "True", | ||
9 | "extra_authors": [ | 9 | "extra_authors": [ | ||
10 | { | 10 | { | ||
11 | "extra_author": "R\u00f6mer, Ulrich Johannes", | 11 | "extra_author": "R\u00f6mer, Ulrich Johannes", | ||
12 | "orcid": "0000-0002-6393-6063" | 12 | "orcid": "0000-0002-6393-6063" | ||
13 | } | 13 | } | ||
14 | ], | 14 | ], | ||
15 | "groups": [], | 15 | "groups": [], | ||
16 | "id": "0b667aa4-731b-44ae-b3cc-ff44173870fe", | 16 | "id": "0b667aa4-731b-44ae-b3cc-ff44173870fe", | ||
17 | "isopen": false, | 17 | "isopen": false, | ||
18 | "license_id": "Other", | 18 | "license_id": "Other", | ||
19 | "license_title": "Other", | 19 | "license_title": "Other", | ||
20 | "metadata_created": "2023-08-04T08:50:52.439629", | 20 | "metadata_created": "2023-08-04T08:50:52.439629", | ||
t | 21 | "metadata_modified": "2023-08-04T08:50:52.439635", | t | 21 | "metadata_modified": "2023-08-04T08:52:06.101603", |
22 | "name": "rdr-doi-10-35097-1474", | 22 | "name": "rdr-doi-10-35097-1474", | ||
23 | "notes": "Abstract: This code contains all implementations to | 23 | "notes": "Abstract: This code contains all implementations to | ||
24 | produce the results for the following manuscript:\r\nA. K. Stoychev, | 24 | produce the results for the following manuscript:\r\nA. K. Stoychev, | ||
25 | U. J. R\u00f6mer, \"Failing Parametrizations: What can go Wrong when | 25 | U. J. R\u00f6mer, \"Failing Parametrizations: What can go Wrong when | ||
26 | Approximating Spectral Submanifolds\", Nonlinear Dynamics 111, | 26 | Approximating Spectral Submanifolds\", Nonlinear Dynamics 111, | ||
27 | 5963-6000 (2023), doi: 10.1007/s11071-022-08154-3\r\n\r\nRefer to the | 27 | 5963-6000 (2023), doi: 10.1007/s11071-022-08154-3\r\n\r\nRefer to the | ||
28 | file \"Code_Failing_Parametrizations_final.zip\" for all files and a | 28 | file \"Code_Failing_Parametrizations_final.zip\" for all files and a | ||
29 | readme.\r\nA preliminary version of the code that was prepared for the | 29 | readme.\r\nA preliminary version of the code that was prepared for the | ||
30 | preprint with the same title is also available.\r\nTechnicalRemarks: | 30 | preprint with the same title is also available.\r\nTechnicalRemarks: | ||
31 | Seven systems are treated in the manuscript sections 3.1 - 3.8.\r\nThe | 31 | Seven systems are treated in the manuscript sections 3.1 - 3.8.\r\nThe | ||
32 | simulations for sections 3.1 - 3.7 are implemented in Julia (available | 32 | simulations for sections 3.1 - 3.7 are implemented in Julia (available | ||
33 | at https://julialang.org/), the simulation for section 3.8 uses a | 33 | at https://julialang.org/), the simulation for section 3.8 uses a | ||
34 | modification of the Matlab toolbox SSMTool-2.1 (available at | 34 | modification of the Matlab toolbox SSMTool-2.1 (available at | ||
35 | https://github.com/haller-group/SSMTool-2.1).\r\n\r\nTo execute the | 35 | https://github.com/haller-group/SSMTool-2.1).\r\n\r\nTo execute the | ||
36 | Julia code, setup Julia and a suitable editor (e.g. VSCode, | 36 | Julia code, setup Julia and a suitable editor (e.g. VSCode, | ||
37 | https://www.julia-vscode.org/); the implementation was performed in | 37 | https://www.julia-vscode.org/); the implementation was performed in | ||
38 | Julia version 1.7.2.\r\n \r\n Before any of the .jl-files can be | 38 | Julia version 1.7.2.\r\n \r\n Before any of the .jl-files can be | ||
39 | executed for the first time, the necessary packages must be | 39 | executed for the first time, the necessary packages must be | ||
40 | downloaded.\r\n For this, press \"]\" (without quotation marks) in | 40 | downloaded.\r\n For this, press \"]\" (without quotation marks) in | ||
41 | the Julia REPL to enter the package manager, then execute the | 41 | the Julia REPL to enter the package manager, then execute the | ||
42 | following commands:\r\n \r\n add LinearAlgebra\r\n add | 42 | following commands:\r\n \r\n add LinearAlgebra\r\n add | ||
43 | Combinatorics\r\n add SparseArrays\r\n add | 43 | Combinatorics\r\n add SparseArrays\r\n add | ||
44 | DifferentialEquations\r\n add Optim\r\n add JuMP\r\n add | 44 | DifferentialEquations\r\n add Optim\r\n add JuMP\r\n add | ||
45 | Ipopt\r\n add NLsolve\r\n add Plots\r\n add PyPlot\r\n add | 45 | Ipopt\r\n add NLsolve\r\n add Plots\r\n add PyPlot\r\n add | ||
46 | PlotlyJS\r\n add TaylorSeries\r\n add LaTeXStrings\r\n\r\nTo | 46 | PlotlyJS\r\n add TaylorSeries\r\n add LaTeXStrings\r\n\r\nTo | ||
47 | execute the Matlab code, install Matlab (commercial license required); | 47 | execute the Matlab code, install Matlab (commercial license required); | ||
48 | the implementation was performed in Matlab version R2021b.\r\n\r\n | 48 | the implementation was performed in Matlab version R2021b.\r\n\r\n | ||
49 | At the beginning of every Matlab session (after you open Matlab), | 49 | At the beginning of every Matlab session (after you open Matlab), | ||
50 | navigate to the subfolder \"External\\SSMTool-2.1-master\" and run the | 50 | navigate to the subfolder \"External\\SSMTool-2.1-master\" and run the | ||
51 | script \"install.m\".\r\n \r\n To run the original system by | 51 | script \"install.m\".\r\n \r\n To run the original system by | ||
52 | Jain and Haller (2021), navigate to the subfolder | 52 | Jain and Haller (2021), navigate to the subfolder | ||
53 | \"External\\SSMTool-2.1-master\\examples\\vonKarmanBeam\" and run the | 53 | \"External\\SSMTool-2.1-master\\examples\\vonKarmanBeam\" and run the | ||
54 | Workbook \"vonKarmanBeamWorkbook.mlx\".\r\n (Note that none of the | 54 | Workbook \"vonKarmanBeamWorkbook.mlx\".\r\n (Note that none of the | ||
55 | other examples contained in SSMTool-2.1 (available at | 55 | other examples contained in SSMTool-2.1 (available at | ||
56 | https://github.com/haller-group/SSMTool-2.1) is included in this | 56 | https://github.com/haller-group/SSMTool-2.1) is included in this | ||
57 | reference of the code.)\r\n \r\n To run the modified system as | 57 | reference of the code.)\r\n \r\n To run the modified system as | ||
58 | discussed in our manuscript (increased forcing amplitude, modified | 58 | discussed in our manuscript (increased forcing amplitude, modified | ||
59 | coefficients), navigate to the subfolder | 59 | coefficients), navigate to the subfolder | ||
60 | \"External\\SSMTool-2.1-master\\examples\\vonKarmanBeam_Modified\" and | 60 | \"External\\SSMTool-2.1-master\\examples\\vonKarmanBeam_Modified\" and | ||
61 | run the Workbook \"vonKarmanBeamWorkbook_Modified.mlx\".\r\n (Note | 61 | run the Workbook \"vonKarmanBeamWorkbook_Modified.mlx\".\r\n (Note | ||
62 | that the runtime may be several hours due to the reference result | 62 | that the runtime may be several hours due to the reference result | ||
63 | calculated via continuation with coco.)\r\n The modified | 63 | calculated via continuation with coco.)\r\n The modified | ||
64 | coefficients are stored in the file | 64 | coefficients are stored in the file | ||
65 | Parametrization\\Coefficients\\SSM_Coeffs_von_Karman_10EL_Modified.mat | 65 | Parametrization\\Coefficients\\SSM_Coeffs_von_Karman_10EL_Modified.mat | ||
66 | which is loaded by the simulation script | 66 | which is loaded by the simulation script | ||
67 | \"vonKarmanBeamWorkbook_Modified.mlx\".", | 67 | \"vonKarmanBeamWorkbook_Modified.mlx\".", | ||
68 | "num_resources": 0, | 68 | "num_resources": 0, | ||
69 | "num_tags": 0, | 69 | "num_tags": 0, | ||
70 | "orcid": "", | 70 | "orcid": "", | ||
71 | "organization": { | 71 | "organization": { | ||
72 | "approval_status": "approved", | 72 | "approval_status": "approved", | ||
73 | "created": "2023-01-12T13:30:23.238233", | 73 | "created": "2023-01-12T13:30:23.238233", | ||
74 | "description": "RADAR (Research Data Repository) is a | 74 | "description": "RADAR (Research Data Repository) is a | ||
75 | cross-disciplinary repository for archiving and publishing research | 75 | cross-disciplinary repository for archiving and publishing research | ||
76 | data from completed scientific studies and projects. The focus is on | 76 | data from completed scientific studies and projects. The focus is on | ||
77 | research data from subjects that do not yet have their own | 77 | research data from subjects that do not yet have their own | ||
78 | discipline-specific infrastructures for research data management. ", | 78 | discipline-specific infrastructures for research data management. ", | ||
79 | "id": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | 79 | "id": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | ||
80 | "image_url": "radar-logo.svg", | 80 | "image_url": "radar-logo.svg", | ||
81 | "is_organization": true, | 81 | "is_organization": true, | ||
82 | "name": "radar", | 82 | "name": "radar", | ||
83 | "state": "active", | 83 | "state": "active", | ||
84 | "title": "RADAR", | 84 | "title": "RADAR", | ||
85 | "type": "organization" | 85 | "type": "organization" | ||
86 | }, | 86 | }, | ||
87 | "owner_org": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | 87 | "owner_org": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | ||
88 | "private": false, | 88 | "private": false, | ||
89 | "production_year": "2022", | 89 | "production_year": "2022", | ||
90 | "publication_year": "2023", | 90 | "publication_year": "2023", | ||
91 | "publishers": [ | 91 | "publishers": [ | ||
92 | { | 92 | { | ||
93 | "publisher": "Karlsruhe Institute of Technology" | 93 | "publisher": "Karlsruhe Institute of Technology" | ||
94 | } | 94 | } | ||
95 | ], | 95 | ], | ||
96 | "relationships_as_object": [], | 96 | "relationships_as_object": [], | ||
97 | "relationships_as_subject": [], | 97 | "relationships_as_subject": [], | ||
98 | "repository_name": "RADAR (Research Data Repository)", | 98 | "repository_name": "RADAR (Research Data Repository)", | ||
99 | "resources": [], | 99 | "resources": [], | ||
100 | "services_used_list": "", | 100 | "services_used_list": "", | ||
101 | "source_metadata_created": "2023", | 101 | "source_metadata_created": "2023", | ||
102 | "source_metadata_modified": "", | 102 | "source_metadata_modified": "", | ||
103 | "state": "active", | 103 | "state": "active", | ||
104 | "subject_areas": [ | 104 | "subject_areas": [ | ||
105 | { | 105 | { | ||
106 | "subject_area_additional": "", | 106 | "subject_area_additional": "", | ||
107 | "subject_area_name": "Engineering" | 107 | "subject_area_name": "Engineering" | ||
108 | } | 108 | } | ||
109 | ], | 109 | ], | ||
110 | "tags": [], | 110 | "tags": [], | ||
111 | "title": "Failing parametrizations: julia and matlab code", | 111 | "title": "Failing parametrizations: julia and matlab code", | ||
112 | "type": "vdataset", | 112 | "type": "vdataset", | ||
113 | "url": "https://doi.org/10.35097/1474" | 113 | "url": "https://doi.org/10.35097/1474" | ||
114 | } | 114 | } |