Literature#

This page lists scholarly publications that develop, extend, or apply Operator Inference.

Add Your Work

Don’t see your publication? Click here to submit a request to add entries to this page, or see the instructions for adding entries with git.

Original Paper#

  • Data-driven operator inference for nonintrusive projection-based model reduction
    B. Peherstorfer and K. Willcox
    Computer Methods in Applied Mechanics and Engineering, 2016

    BibTeX
    @article{peherstorfer2016opinf,
      title = {Data-driven operator inference for nonintrusive projection-based model reduction},
      author = {Benjamin Peherstorfer and Karen Willcox},
      journal = {Computer Methods in Applied Mechanics and Engineering},
      volume = {306},
      pages = {196–215},
      year = {2016},
      publisher = {Elsevier},
      doi = {10.1016/j.cma.2016.03.025},
    }

Surveys#

Methodology#

Structure Preservation#

Theory#

Software / Implementation#

Applications#

Dissertations and Theses#

BibTex File#

Add Your Work#

Click here to submit a request to add entries to this page. You can also submit entries yourself through a pull request:

  1. Fork and clone the repository (see How to Contribute).

  2. On a new branch, add BibTeX entries to docs/literature.bib.

    • Please keep the entries sorted by year, then by author last name.

    • Authors should be listed with first-then-last names and separated with “and”:

      authors = {First1 Last1 and First2 Last2},

      Enclose multi-word names in braces, for example,

      authors = {Vincent {van Gogh} and Balthasar {van der Pol}},

    • Include a “doi” field if applicable.

    • Add a “category” field to indicate which section the reference should be listed under on this page. Options include survey, method, structure, theory, software, application, thesis, and other.

  3. Add the Google Scholar IDs of each author who has one to the scholarIDS dictionary in docs/bib2md.py. This is the unique part of a Google Scholar profile page url:

    https://scholar.google.com/citations?user=<GoogleScholarID>&hl=en

  4. Build the documentation with make docs, then open docs/_build/html/source/opinf/literature.html in a browser to verify the additions.

  5. Commit the changes, push to your fork, and make a pull request on GitHub.

Note that this page is generated automatically from docs/literature.bib and docs/bib2md.py and is not tracked by git.