https://github.com/jmejia8/bilevel-optimization-references
Thousands of bibliographic references on bi-level optimization.
https://github.com/jmejia8/bilevel-optimization-references
bibliography bilevel bilevel-optimization hierachical
Last synced: 3 months ago
JSON representation
Thousands of bibliographic references on bi-level optimization.
- Host: GitHub
- URL: https://github.com/jmejia8/bilevel-optimization-references
- Owner: jmejia8
- Created: 2021-07-02T03:59:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T20:08:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T20:21:01.542Z (4 months ago)
- Topics: bibliography, bilevel, bilevel-optimization, hierachical
- Language: TeX
- Homepage: https://repository.bi-level.org/
- Size: 8.58 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bilevel Optimization Bibliography
References on bilevel optimization.
Homepage: [http://repository.bi-level.org](http://repository.bi-level.org)
[](https://zenodo.org/badge/latestdoi/382225034)
## Adding New References
Firstly, install `Franklin.jl` on Julia (1.1 or later).
Identify references from Crossref. Suggestion:
```julia
using PitayaENV["JULIA_MAILTO"]="[email protected]"
res = works(query="bilevel optimization 2021", limit=500);for item in res["message"]["items"]
println(item["URL"])
end
```Follow the following steps to save new bibliographic sources.
1. Delete links in `txt/doi-uris.txt`
2. Paste the new DOIs (URL) in `txt/doi-uris.txt`
3. Run in terminal `include("utils.jl");generate_content()` to download the BIB files and update MD files.
4. Update index (search engine): `using Franklin;lunr()`
5. Open a local server to visualize the changes `using Franklin;serve()`.Now, your are able to commit and push changes to the repo.
### License:
This work is licensed under the Creative Commons CC BY-NC-SA 4.0 license (Attribution Non-Commercial Share Alike International License version 4.0): [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/)