File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker run --rm \
4+ --volume $PWD :/data \
5+ --user $( id -u) :$( id -g) \
6+ --env JOURNAL=joss \
7+ openjournals/inara
Original file line number Diff line number Diff line change 1+ @article {julia ,
2+ doi = { 10.1137/141000671} ,
3+ url = { https://doi.org/10.1137%2F141000671} ,
4+ year = 2017 ,
5+ month = { jan} ,
6+ publisher = { Society for Industrial {\&} Applied Mathematics ({SIAM})} ,
7+ volume = { 59} ,
8+ number = { 1} ,
9+ pages = { 65--98} ,
10+ author = { Jeff Bezanson and Alan Edelman and Stefan Karpinski and Viral B. Shah} ,
11+ title = { {J}ulia: A Fresh Approach to Numerical Computing} ,
12+ journal = { {SIAM} Review}
13+ }
Original file line number Diff line number Diff line change 1+ ---
2+ title : " OperationsResearchModels.jl: A Julia package for operations research models"
3+ tags :
4+ - Julia
5+ - Operations Research
6+ - Optimization
7+ - Linear Programming
8+
9+ authors :
10+ - name : " Mehmet Hakan Satman"
11+ orcid : 0000-0002-9402-1982
12+ affiliation : 1
13+ affiliations :
14+ - name : " Department of Econometrics, Istanbul University, Turkiye"
15+ index : 1
16+ date : June 18 2025
17+ bibliography : paper.bib
18+ ---
19+
20+
21+ # Summary
22+
23+ ` OperationsResearchModels.jl ` is a Julia package [ @julia ] ...
24+
25+ # Statement of Need
26+
27+
28+ # Acknowledgements
29+
30+
31+ # References
You can’t perform that action at this time.
0 commit comments