Skip to content

Commit 02196d2

Browse files
authored
Add reference
1 parent 19585b3 commit 02196d2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,20 @@ See documentation here: https://mpf-optimization-laboratory.github.io/MatrixTens
55
Factorize a 3rd order tensor Y into a matrix A and 3rd order tensor B: Y=AB. Componentwise, this is:
66

77
Y[i,j,k] = sum_{r=1}^R ( A[i,r] * B[r,j,k] )
8+
9+
# Reference
10+
If you find this package at all helpful, please cite the associated paper which is avalible for preprint here:
11+
https://friedlander.io/publications/2024-sediment-source-analysis/
12+
13+
```
14+
@misc{graham_tracing_2024,
15+
title = {Tracing {Sedimentary} {Origins} in {Multivariate} {Geochronology} via {Constrained} {Tensor} {Factorization}},
16+
url = {https://friedlander.io/publications/2024-sediment-source-analysis/},
17+
urldate = {2024-06-28},
18+
author = {Graham, Naomi and Richardson, Nicholas and Friedlander, Michael P. and Saylor, Joel},
19+
month = may,
20+
year = {2024},
21+
note = {Preprint},
22+
journal = {Preprint},
23+
}
24+
```

0 commit comments

Comments
 (0)