Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a CITATION.cff file #1261

Merged
merged 11 commits into from
Nov 3, 2021
Merged

Include a CITATION.cff file #1261

merged 11 commits into from
Nov 3, 2021

Conversation

eddiebergman
Copy link
Contributor

@eddiebergman eddiebergman commented Oct 5, 2021

Example output:

@proceedings{Feurer_Efficient_and_Robust_2015,
    author = {Feurer, Matthias and Eggensperger, Katharina and Jost, Springenberg and Manuel, Blum and Hutter, Frank},
    booktitle = {Advances in Nerual Infromation Processing Systems 28 (2015)},
    publisher = {Curran Associates, Inc.},
    title = {{Efficient and Robust Automated Machine Learning}},
    url = {https://papers.nips.cc/paper/5872-efficient-and-robust-automated-machine-learning.pdf},
    year = {2015}
}

Preferred citaiton part of the CITATION.cff:

preferred-citation:
  type: "proceedings"
  title: "Efficient and Robust Automated Machine Learning"
  collection-title: "Advances in Nerual Infromation Processing Systems 28 (2015)"
  year: 2015
  pages: "2962--2970"
  url: "https://papers.nips.cc/paper/5872-efficient-and-robust-automated-machine-learning.pdf"

  publisher:
    name: "Curran Associates, Inc."

  editors:

    - family-names: "Cortes"
      given-names: "C."

    - family-names: "Lawrence"
      given-names: "N."

    - family-names: "Lee"
      given-names: "D."

    - family-names: "Sugiyama"
      given-names: "M."

    - family-names: "Garnett"
      given-names: "R."

  authors:

    - family-names: "Feurer"
      given-names: "Matthias" 
      orcid: "https://orcid.org/0000-0001-9611-8588"
      affiliation: "University of Freiburg, Germany"

    - family-names: "Eggensperger"
      given-names: "Katharina" 
      orcid: "https://orcid.org/0000-0002-0309-401X"
      affiliation: "University of Freiburg, Germany"

    - family-names: "Jost"
      given-names: "Springenberg"
      orcid: "https://orcid.org/0000-0002-9392-1006"
      affiliation: "University of Freiburg, Germany"

    - family-names: "Manuel"
      given-names: "Blum"
      affiliation: "University of Freiburg, Germany"

    - family-names: "Hutter"
      given-names: "Frank"
      affiliation: "University of Freiburg, Germany"
...

@eddiebergman eddiebergman changed the base branch from master to development October 5, 2021 13:04
@codecov
Copy link

codecov bot commented Oct 5, 2021

Codecov Report

Merging #1261 (36c3d9d) into development (1fa4482) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 36c3d9d differs from pull request most recent head d9b979c. Consider uploading reports for the commit d9b979c to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1261      +/-   ##
===============================================
- Coverage        88.09%   88.06%   -0.03%     
===============================================
  Files              140      140              
  Lines            11144    11144              
===============================================
- Hits              9817     9814       -3     
- Misses            1327     1330       +3     
Impacted Files Coverage Δ
...mponents/feature_preprocessing/nystroem_sampler.py 85.29% <0.00%> (-5.89%) ⬇️
...learn/pipeline/components/regression/libsvm_svr.py 91.46% <0.00%> (+1.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1fa4482...d9b979c. Read the comment docs.

eddiebergman and others added 5 commits November 3, 2021 11:04
@eddiebergman eddiebergman merged commit 26aee2e into development Nov 3, 2021
@mfeurer mfeurer deleted the citation_cff branch November 3, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants