Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer ownership #121

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "examples/NaiveONNX.jl"]
path = examples/NaiveONNX.jl
url = https://github.com/AnHeuermann/NaiveONNX.jl.git
url = https://github.com/AMIT-HSBI/NaiveONNX.jl.git
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "NonLinearSystemNeuralNetworkFMU"
uuid = "cef0780c-fc83-4b94-9c0c-d964a51a3c65"
authors = ["AnHeuermann <[email protected]>"]
authors = ["AnHeuermann"]
version = "0.5.7"

[deps]
Expand Down
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository uses (private) submodules for the examples.
Clone with `--recursive`:

```bash
git clone [email protected]:AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl.git --recursive
git clone [email protected]:AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl.git --recursive
```

To initialize or update your local git repository to use the latest submodules run:
Expand Down Expand Up @@ -120,16 +120,23 @@ NonLinearSystemNeuralNetworkFMU.jl uses, modifies and re-distributes source code
by [OpenModelica](https://openmodelica.org/) which is provided under the terms of GNU AGPL
v3 license or the [OSMC Public License (OSMC-PL) version 1.8](https://openmodelica.org/osmc-pl/osmc-pl-1.8.txt).

## Development and contribution

The development is organized by
[Hochschule Bielefeld – University of Applied Sciences and Arts, Faculty of Engineering and Mathematics][hsbi-link].

Contributor need to sign a contributor license agreement.

## Acknowledgments

This package was developed as part of the [Proper Hybrid Models for Smarter Vehicles (PHyMoS)](https://phymos.de/en/) project,
supported by the German [Federal Ministry for Economic Affairs and Climate Action](https://www.bmwk.de/Navigation/EN/Home/home.html)
with project number 19|200022G.

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://anheuermann.github.io/NonLinearSystemNeuralNetworkFMU.jl/dev/
[docs-dev-url]: https://amit-hsbi.github.io/NonLinearSystemNeuralNetworkFMU.jl/dev/

[GHA-img-linux]: https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-linux.yml/badge.svg?branch=main
[GHA-url-linux]: https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-linux.yml
[GHA-img-win]: https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-windows.yml/badge.svg?branch=main
[GHA-url-win]: https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-windows.yml
[GHA-img-linux]: https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-linux.yml/badge.svg?branch=main
[GHA-url-linux]: https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-linux.yml
[GHA-img-win]: https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-windows.yml/badge.svg?branch=main
[GHA-url-win]: https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl/actions/workflows/base-tests-windows.yml
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Make sure at least the fetch address of your remote is https, so that Documenter
fetch information using git without entering SSH key password.

```bash
git remote set-url origin https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl.git
git remote set-url --push origin [email protected]:AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl.git
git remote set-url origin https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl.git
git remote set-url --push origin [email protected]:AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl.git
```

Make sure you developed NonLinearSystemNeuralNetworkFMU.jl and NaiveONNX.jl.
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ makedocs(

@info "Deploy the docs"
deploydocs(
repo = "github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl.git",
repo = "github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl.git",
devbranch = "main"
)
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ The package generates an FMU from a modelica file in 3 steps (+ 1 user step):

## Installation

See [AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl README.md](https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl#nonlinearsystemneuralnetworkfmujl) for installation instructions.
See [AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl README.md](https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl#nonlinearsystemneuralnetworkfmujl) for installation instructions.
2 changes: 1 addition & 1 deletion docs/src/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EqInfo

### Find Slowest Non-linear Equation Systems

We have a Modelica model `SimpleLoop`, see [test/simpleLoop.mo](https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl/blob/main/test/simpleLoop.mo) with some non-linear equation system
We have a Modelica model `SimpleLoop`, see [test/simpleLoop.mo](https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl/blob/main/test/simpleLoop.mo) with some non-linear equation system

```math
\begin{align*}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/train.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This step has to be performed by the user.
## Example

For a naive feed-forward neural network exported to ONNX see
[AnHeuermann/NaiveONNX.jl](https://github.com/AnHeuermann/NaiveONNX.jl).
[AMIT-HSBI/NaiveONNX.jl](https://github.com/AMIT-HSBI/NaiveONNX.jl).

```@example trainexample
using NonLinearSystemNeuralNetworkFMU # hide
Expand Down
2 changes: 1 addition & 1 deletion examples/IEEE14/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Authors: Andreas Heuermann.
To (locally) reproduce this project, do the following:

1. Make sure you have local Julia package
[NaiveONNX](https://github.com/AnHeuermann/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
[NaiveONNX](https://github.com/AMIT-HSBI/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
If not update your git submodule with

```bash
Expand Down
2 changes: 1 addition & 1 deletion examples/IEEE14_proximity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Authors: Andreas Heuermann.
To (locally) reproduce this project, do the following:

1. Make sure you have local Julia package
[NaiveONNX](https://github.com/AnHeuermann/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
[NaiveONNX](https://github.com/AMIT-HSBI/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
If not update your git submodule with

```bash
Expand Down
2 changes: 1 addition & 1 deletion examples/NaiveONNX.jl
Submodule NaiveONNX.jl updated 2 files
+1 −1 Project.toml
+9 −1 README.md
4 changes: 2 additions & 2 deletions examples/ScalableTranslationStatistics/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ScalableTranslationStatistics

This example for
[NonLinearSystemNeuralNetworkFMU.jl](https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl)
[NonLinearSystemNeuralNetworkFMU.jl](https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl)
is using [DrWatson](https://juliadynamics.github.io/DrWatson.jl/stable/) to make
a reproducible example named **ScalableTranslatonStatistics**.

Expand All @@ -19,7 +19,7 @@ ONNX surrogate FMUs.
This example uses commit 8a96bcb036fb9a6e56a3d1e369af8f36fcbc3c1e.

2. Make sure you have local Julia package
[NaiveONNX](https://github.com/AnHeuermann/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
[NaiveONNX](https://github.com/AMIT-HSBI/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
If not update your git submodule with

```bash
Expand Down
4 changes: 2 additions & 2 deletions examples/SimpleLoop/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SimpleLoop

This example for
[NonLinearSystemNeuralNetworkFMU.jl](https://github.com/AnHeuermann/NonLinearSystemNeuralNetworkFMU.jl)
[NonLinearSystemNeuralNetworkFMU.jl](https://github.com/AMIT-HSBI/NonLinearSystemNeuralNetworkFMU.jl)
is using [DrWatson](https://juliadynamics.github.io/DrWatson.jl/stable/) to make a
reproducible example named **SimpleLoop**.

Expand All @@ -27,7 +27,7 @@ at
To (locally) reproduce this project, do the following:

1. Make sure you have local Julia package
[NaiveONNX](https://github.com/AnHeuermann/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
[NaiveONNX](https://github.com/AMIT-HSBI/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
If not update your git submodule with

```bash
Expand Down
2 changes: 1 addition & 1 deletion examples/SimpleLoop_proximity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Authors: Andreas Heuermann
To (locally) reproduce this project, do the following:

1. Make sure you have local Julia package
[NaiveONNX](https://github.com/AnHeuermann/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
[NaiveONNX](https://github.com/AMIT-HSBI/NaiveONNX.jl) in [../NaiveONNX.jl](../NaiveONNX.jl).
If not update your git submodule with

```bash
Expand Down
Loading