GithubHelp home page GithubHelp logo

cargo-cite's Introduction

Hi, I'm Mathieu

I'm a tenured associate researcher in mathematical optimization at Inria Grenoble. I'm interested in developing methods for various classes of optimization problems leveraging generic and specific problem structures. The classes I am looking at include Mixed-Integer (Non)-Linear Problems, convex and conic optimization problems among others. Applications I have been interested in include various branches of engineering, power systems, statistical learning, quantum information, and systems biology.

I completed a dual Ph.D. at Polytechnique Montréal in the GERAD lab and Inria Lille, focusing on bilevel optimization problems, a decision-robust counterpart and application on pricing for demand response, and worked a while at the Zuse Institute Berlin, among others on the SCIP solver and Frank-Wolfe methods.

On the side, I am working on various open-source projects, mostly in scientific programming, computational optimization, etc, in particular in the Julia language and around the JuMP project.

Mathieu's GitHub stats

cargo-cite's People

Contributors

asinghvi17 avatar matbesancon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

asinghvi17

cargo-cite's Issues

Missing comma in CITATION.bib

I created a citation for the aHash crate, but LaTeX gave me an error when I tried to use it.
The citation created was

@misc{ahash,
	title={{ahash: A non-cryptographic hash function using AES-NI for high performance}},
	author={{Tom Kaitchuck <[email protected]>}},
	month = 5,
	year = 2022,
	url = {{https://github.com/tkaitchuck/ahash}}
	keywords = {hash, hasher, hashmap, aes, no-std}
}

Turns out the problem was a missing comma at the end of the URL line, so changing the above to

@misc{ahash,
	title={{ahash: A non-cryptographic hash function using AES-NI for high performance}},
	author={{Tom Kaitchuck <[email protected]>}},
	month = 5,
	year = 2022,
	url = {{https://github.com/tkaitchuck/ahash}},
	keywords = {hash, hasher, hashmap, aes, no-std}
}

works. Is this a problem with cargo-cite or is it just due to some idiosyncrasy of my setup?

Should be mentioned that the same happened for criterion and quickcheck.

No such command

I've installed with
cargo install cite
I got the message that it has been successful, and when I try to install again, I get

$ cargo install cite
    Updating crates.io index
     Ignored package `cite v0.3.0` is already installed, use --force to override

but when I run
cargo cite
I get the message

error: no such subcommand: `cite`

        Did you mean `c`?

also cite does not come up when I run cargo --list.

What am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.