Skip to content

Commit 3ac8e3c

Browse files
authored
badge cc sa (#116)
* cc sa
1 parent e88b70d commit 3ac8e3c

File tree

21 files changed

+22
-0
lines changed

21 files changed

+22
-0
lines changed

docs/src/get_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors:
1313
1414
<Authors />
1515
```
16+
[![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
1617

1718
# Getting Started
1819

docs/src/tutorials/exponential_res.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ authors:
1616
<Authors />
1717
```
1818

19+
[![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
20+
1921
# Soil respiration
2022

2123
```@example expo

projects/BulkDSOC/BulkDensitySOC.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
using Pkg
23
Pkg.activate("projects/BulkDSOC")
34
Pkg.develop(path=pwd())

projects/BulkDSOC/DataPreProcess.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
using Revise
23
using EasyHybrid
34
using EasyHybrid.MLUtils

projects/BulkDSOC/UniNaiveNN_EasyHybridNN.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
project_path = "projects/BulkDSOC"
23
Pkg.activate(project_path)
34

projects/CUE_Qingfang/read_and_train.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
using Pkg
23

34
# -----------------------------------------------------------------------------

projects/ExpoHybrid/ExpoHybridEstim.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
# =============================================================================
23
# Setup and Data Loading
34
# =============================================================================

projects/Linear_Regression/linearRegression.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
# activate the project's environment and instantiate dependencies
23
using Pkg
34
Pkg.activate("projects/Linear_Regression")

projects/RbQ10/Q10.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
# activate the project's environment and instantiate dependencies
23
using Pkg
34
Pkg.activate("projects/RbQ10")

projects/RbQ10/Q10_data.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# CC BY-SA 4.0
12
using Pkg
23
Pkg.activate("projects/RbQ10")
34
Pkg.develop(path=pwd())

0 commit comments

Comments
 (0)