diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 522703b..d6f8cfc 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,3 @@
-Thanks for opening a PR to SIIP-PACKAGE.jl, please take note of the following when making a PR:
+Thanks for opening a PR to PowerSystemsInvestmentsPortfolios.jl, please take note of the following when making a PR:
-Check the [contributor guidelines](https://nrel-siip.github.io/SIIP-PACKAGE.jl/stable/code_base_developer_guide/developer/)
+Check the [contributor guidelines](https://nrel-siip.github.io/PowerSystemsInvestmentsPortfolios.jl/stable/code_base_developer_guide/developer/)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 91c9631..0dc1384 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing
Community driven development of this package is encouraged. To maintain code quality standards, please adhere to the following guidlines when contributing:
- - To get started, sign the Contributor License Agreement.
+ - To get started, sign the Contributor License Agreement.
- Please do your best to adhere to our [coding style guide](docs/src/developer/style.md).
- To submit code contributions, [fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes, and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
diff --git a/README.md b/README.md
index eefca2c..a786a74 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# SIIP-Template
[![main - CI](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/main%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/actions/workflows/main-tests.yml)
-[![codecov](https://codecov.io/gh/NREL-Sienna/Sienna-PACKAGE.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-SIIP/SIIP-PACKAGE.jl)
+[![codecov](https://codecov.io/gh/NREL-Sienna/Sienna-PACKAGE.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-SIIP/PowerSystemsInvestmentsPortfolios.jl)
[![Documentation Build](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/Sienna-PACKAGE.jl/stable)
[
](https://join.slack.com/t/nrel-siip/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
-[![Sienna-PACKAGE.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/SIIP-PACKAGE)](https://pkgs.genieframework.com?packages=Sienna-PACKAGE)
+[![Sienna-PACKAGE.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PowerSystemsInvestmentsPortfolios)](https://pkgs.genieframework.com?packages=Sienna-PACKAGE)
-This repository contains the template files for a dummy package called SIIP-PACKAGE. IT contains the required files for
+This repository contains the template files for a dummy package called PowerSystemsInvestmentsPortfolios. IT contains the required files for
- Testing
- Documentation
@@ -20,4 +20,4 @@ Contributions to the development and enahancement of Sienna-PACKAGE is welcome.
## License
-SIIP-PACKAGE is released under a BSD [license](https://github.com/NREL/SIIP-PACKAGE/blob/main/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/))
+PowerSystemsInvestmentsPortfolios is released under a BSD [license](https://github.com/NREL/PowerSystemsInvestmentsPortfolios/blob/main/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/))
diff --git a/docs/make.jl b/docs/make.jl
index 054e9d6..e3818d1 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -9,15 +9,15 @@ pages = OrderedDict(
)
makedocs(
- modules=[SIIP-PACKAGE],
+ modules=[PowerSystemsInvestmentsPortfolios],
format=Documenter.HTML(prettyurls=haskey(ENV, "GITHUB_ACTIONS")),
- sitename="SIIP-PACKAGE.jl",
+ sitename="PowerSystemsInvestmentsPortfolios.jl",
authors="Freddy Mercury, Nikola Tesla, Leonard Bernestein",
pages=Any[p for p in pages],
)
deploydocs(
- repo="github.com/NREL-SIIP/SIIP-PACKAGE.git",
+ repo="github.com/NREL-SIIP/PowerSystemsInvestmentsPortfolios.git",
target="build",
branch="gh-pages",
devbranch="main",
diff --git a/docs/src/index.md b/docs/src/index.md
index 625aa94..7d6c19e 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -1,14 +1,14 @@
-# PowerSystems.jl
+# PowerSystemsInvestmentsPortfolio.jl
```@meta
-CurrentModule = SIIP_PACKAGE
+CurrentModule = PowerSystemsInvestmentsPortfolios
```
## Overview
-`PSIIP-PACKAGE .jl` is a [`Julia`](http://www.julialang.org) package that provides blah blah
+`PowerSystemsInvestmentsPortfolios .jl` is a [`Julia`](http://www.julialang.org) package that provides blah blah
-------------
-SIIP-PACKAGE has been developed as part of the Scalable Integrated Infrastructure Planning
-(SIIP) initiative at the U.S. Department of Energy's National Renewable Energy
+* * *
+
+PowerSystemsInvestmentsPortfolios has been developed as part of XXX initiative at the U.S. Department of Energy's National Renewable Energy
Laboratory ([NREL](https://www.nrel.gov/)).
diff --git a/docs/src/quick_start_guide.md b/docs/src/quick_start_guide.md
index eea644d..197a2d7 100644
--- a/docs/src/quick_start_guide.md
+++ b/docs/src/quick_start_guide.md
@@ -1,3 +1,3 @@
# Quick Start Guide
-SIIP-PACKAGE.jl is structured to enable stuff
+PowerSystemsInvestmentsPortfolios.jl is structured to enable stuff
diff --git a/src/portfolio.jl b/src/portfolio.jl
index a0b2887..e6c1dac 100644
--- a/src/portfolio.jl
+++ b/src/portfolio.jl
@@ -1,5 +1,5 @@
struct Portfolio <: IS.InfrastructureSystemsType
- aggregation::Type{<: Union{PSY.ACBus, PSY.AggregationTopology}}
+ aggregation::Type{<:Union{PSY.ACBus, PSY.AggregationTopology}}
discount_rate::Float64
data::IS.SystemData
time_series_container::InfrastructureSystems.TimeSeriesContainer
diff --git a/test/runtests.jl b/test/runtests.jl
index 92321be..c66259c 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -87,7 +87,7 @@ function run_tests()
end
# Testing Topological components of the schema
- @time @testset "Begin SIIP-PACKAGE tests" begin
+ @time @testset "Begin PowerSystemsInvestmentsPortfolios tests" begin
@includetests ARGS
end