diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-02-10 12:48:38 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-02-10 12:48:38 -0600 |
| commit | 0c677070edf9978cb85a0b521f7e6e0ef6d6b491 (patch) | |
| tree | 1bf0a024ea2c1ccc9c21c68b916e76017bafd310 /data | |
| parent | 75ac829ee7d661d758f7828e609e28ee4e05d038 (diff) | |
| download | main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.tar main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.tar.gz main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.tar.bz2 main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.tar.lz main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.tar.xz main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.tar.zst main-0c677070edf9978cb85a0b521f7e6e0ef6d6b491.zip | |
A lot of work on aliases and the like
Diffstat (limited to 'data')
| -rw-r--r-- | data/journals.yaml | 41 | ||||
| -rw-r--r-- | data/licenses.yaml | 23 |
2 files changed, 64 insertions, 0 deletions
diff --git a/data/journals.yaml b/data/journals.yaml new file mode 100644 index 0000000..18ec885 --- /dev/null +++ b/data/journals.yaml @@ -0,0 +1,41 @@ +- title: Annals of Applied Probability + short: Ann. Appl. Probab. + link: "https://projecteuclid.org/journals/annals-of-applied-probability" + +- title: Electronic Journal of Combinatorics + short: Electron. J. Comb. + link: "https://www.combinatorics.org/" + +- title: Electronic Journal of Linear Algebra + short: Electron. J. Linear Al. + link: "https://journals.uwyo.edu/index.php/ela/index" + +- title: Discrete Mathematics + short: Discrete Math. + link: "https://www.sciencedirect.com/journal/discrete-mathematics" + +- title: Graphs and Combinatorics + short: Graphs Comb. + link: "https://link.springer.com/journal/373" + +- title: IEEE Transactions on Information Theory + short: IEEE Trans. Inf. Theory + link: "https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=18" + +- title: Involve + link: "https://msp.org/involve/" + +- title: Israel Journal of Mathematics + short: Isr. J. Math. + link: "https://link.springer.com/journal/11856" + +- title: Journal of Graph Theory + short: J. Graph Theory + link: "https://onlinelibrary.wiley.com/journal/10970118" + +- title: Mathematics Magazine + short: Math. Mag. + link: "https://www.jstor.org/journal/mathmaga" + +- title: Order + link: "https://link.springer.com/journal/11083" diff --git a/data/licenses.yaml b/data/licenses.yaml new file mode 100644 index 0000000..6b24558 --- /dev/null +++ b/data/licenses.yaml @@ -0,0 +1,23 @@ +- name: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International + short: CC BY-NC-SA 4.0 + link: "https://creativecommons.org/licenses/by-nc-sa/4.0/" + +- name: Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported + short: CC BY-NC-SA 3.0 + link: "https://creativecommons.org/licenses/by-nc-sa/3.0/" + +- name: Creative Commons Attribution-ShareAlike 4.0 International + short: CC BY-SA 4.0 + link: "https://creativecommons.org/licenses/by-sa/4.0/" + +- name: Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International + short: CC BY-NC-ND 4.0 + link: "https://creativecommons.org/licenses/by-nc-nd/4.0/" + +- name: GNU Free Documentation License + short: GFDL + link: "https://www.gnu.org/licenses/fdl-1.3.html" + +- name: GNU General Public License, version 2 + short: GPLv2 + link: "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" |
