Skip to content

Commit

Permalink
Add more links to attribution statements
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jul 26, 2023
1 parent 6547162 commit fe4703b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A [Julia][julialang] implementation of the [Rocket][rocket-doi] method of using random feature kernels for time series classification.

This project is not programmed by the original authors of the original paper; please see the [Attribution](#attribution) section for more details.
This project is not programmed by the original authors of the original paper; please see the [Attribution](#attribution) section for more details on the original paper and software.

| **Documentation** | **Coverage** | **CI Status** |
|:-----------------:|:------------:|:-------------:|
Expand Down
7 changes: 5 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ end

These pages serve as the official documentation for the `Rocket.jl` Julia package.

The purpose of this package is to implement the [Rocket](https://doi.org/10.1007/s10618-020-00701-z) method in Julia.
The purpose of this package is to implement the [Rocket](https://doi.org/10.1007/s10618-020-00701-z) method in the [Julia](https://julialang.org/) programming language.

This project is not programmed by the original authors of the original paper; please see the [Attribution](@ref attribution) section for more details on the original paper and software.

If you wish to contribute to the project, please see the [Contributing](@ref) guide.
The public API is listed in the [Index](@ref main-index), while the internal API is listed in the [Developer Index](@ref dev-main-index).
Expand All @@ -34,8 +36,9 @@ Depth = 1

### Authors

This package is developed and maintained by [Sasha Petrenko](https://github.com/AP6YC) with sponsorship by the [Applied Computational Intelligence Laboratory (ACIL)](https://acil.mst.edu/).
This package is a [`Julia`](https://julialang.org/) implementation of the [Rocket](https://doi.org/10.1007/s10618-020-00701-z) method.

This package itself is developed and maintained by [Sasha Petrenko](https://github.com/AP6YC) with sponsorship by the [Applied Computational Intelligence Laboratory (ACIL)](https://acil.mst.edu/).
If you simply have suggestions for improvement, Sasha Petrenko (<petrenkos@mst.edu>) is the current developer and maintainer of the `Rocket.jl` package, so please feel free to reach out with thoughts and questions.

The original paper is authored by:
Expand Down

0 comments on commit fe4703b

Please sign in to comment.