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

Add Quantum Computing #1226

Merged
merged 7 commits into from
May 30, 2019
Merged

Add Quantum Computing #1226

merged 7 commits into from
May 30, 2019

Conversation

desireevl
Copy link
Contributor

https://github.com/desireevl/awesome-quantum-computing

List on quantum computing resources. QC is a hot topic of interest with wide applications and offers the opportunity to advance fields such as machine learning. As it grows, so does its users who are interested in learning more about it.

The list had a positive response from the community when posted to the quantum sub-Reddit and Facebook group.

By submitting this pull request I confirm I've read and complied with the below requirements.

Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot.

  • I have read and understood the contribution guidelines and the instructions for creating a list.
  • This pull request has a descriptive title.
    For example, Add Name of List, not Update readme.md or Add awesome list.
  • The entry in the Awesome list should:
    • Include a short description about the project/theme of the list. It should not describe the list itself.
      Example: - [Fish](…) - User-friendly shell., not - [Fish](…) - Resources for Fish..
    • Be added at the bottom of the appropriate category.
  • The list I'm submitting complies with these requirements:
    • Has been around for at least 30 days.
      That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
    • It's the result of hard work and the best I could possibly produce.
    • Non-generated Markdown file in a GitHub repo.
    • Includes a succinct description of the project/theme at the top of the readme. (Example)
    • The repo should have awesome-list & awesome as GitHub topics. I encourage you to add more relevant topics.
    • Not a duplicate.
    • Only has awesome items. Awesome lists are curations of the best, not everything.
    • Includes a project logo/illustration whenever possible.
      • Either fullwidth or placed at the top-right of the readme. (Example)
      • The image should link to the project website or any relevant website.
      • The image should be high-DPI. Set it to maximum half the width of the original image.
    • Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
    • Includes the Awesome badge.
      • Should be placed on the right side of the readme heading.
      • Should link back to this list.
    • Has a Table of Contents section.
      • Should be named Contents, not Table of Contents.
      • Should be the first section in the list.
      • Should only have one level of sub-lists, preferably none.
    • Has an appropriate license.
      • That means something like CC0, not a code licence like MIT, BSD, Apache, etc.
      • WTFPL and Unlicense are not acceptable licenses.
      • If you use a license badge, it should be SVG, not PNG.
    • Has contribution guidelines.
      • The file should be named contributing.md. Casing is up to you.
    • Has consistent formatting and proper spelling/grammar.
      • The link and description are separated by a dash.
        Example: - [AVA](…) - JavaScript test runner.
      • The description starts with an uppercase character and ends with a period.
      • Drop all the A / An prefixes in the descriptions.
      • Consistent and correct naming. For example, Node.js, not NodeJS or node.js.
    • Doesn't include a Travis badge.
      You can still use Travis for list linting, but the badge has no value in the readme.
  • Go to the top and read it again.

@desireevl
Copy link
Contributor Author

@sindresorhus do you have any feedback on my list? :)

@sindresorhus sindresorhus force-pushed the master branch 4 times, most recently from 1f9bc89 to 4499229 Compare April 20, 2018 06:05
@legodude17
Copy link

The logo should link to some sort of other website about quantum computing. Like a Wikipedia page or something. What is a MOOC?

@gabedonnini-drizly
Copy link

gabedonnini-drizly commented May 3, 2018 via email

@legodude17
Copy link

Ah thank you

@sindresorhus
Copy link
Owner

Hey, sorry for the lack of response, please see #1363.

@desireevl
Copy link
Contributor Author

Thanks for your response @sindresorhus. I have reviewed #1305 and #1276 :)

@Solido
Copy link
Contributor

Solido commented Jul 29, 2018

Very good list with a lot of potential growth.
All points are cleared except the license that is missing.

@Solido Solido mentioned this pull request Jul 29, 2018
@desireevl
Copy link
Contributor Author

desireevl commented Jul 30, 2018

@Solido already have a license file but have now added a license section on the readme

@sindresorhus
Copy link
Owner

❯ awesome-lint https://github.com/desireevl/awesome-quantum-computing
✖ Linting

  README.md:71:3
  ✖  12:1  ToC item "MOOCS" does not match corresponding heading "MOOCs"  remark-lint:awesome/toc
  ✖  71:3  Link to http://www-reynal.ensea.fr/docs/iq/QC10th.pdf is dead  remark-lint:no-dead-urls

  2 errors

https://github.com/sindresorhus/awesome-lint

@sindresorhus
Copy link
Owner

Can you fix the merge conflict?

readme.md Outdated
@@ -288,6 +288,7 @@
- [Functional Programming](https://github.com/lucasviola/awesome-functional-programming)
- [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis)
- [Information Retrieval](https://github.com/harpribot/awesome-information-retrieval) - Learn to develop your own search engine.
- [Quantum Computing](https://github.com/desireevl/awesome-quantum-computing)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The entry in the Awesome list should:

  • Include a short description about the project/theme of the list. It should not describe the list itself.

@desireevl
Copy link
Contributor Author

Fixed merge conflict and lint errors @sindresorhus. Thanks for your review :)

readme.md Outdated
@@ -297,6 +297,7 @@
- [Functional Programming](https://github.com/lucasviola/awesome-functional-programming#readme)
- [Static Analysis & Code Quality](https://github.com/mre/awesome-static-analysis#readme)
- [Information Retrieval](https://github.com/harpribot/awesome-information-retrieval#readme) - Learn to develop your own search engine.
- [Quantum Computing](http://github.com/desireevl/awesome-quantum-computing) - Learn about and develop for quantum computers.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should describe what quantum computing/computers are.

@sindresorhus
Copy link
Owner

sindresorhus commented Mar 3, 2019

Includes a succinct description of the project/theme at the top of the readme. (Example)

This should also explain what quantum computing is.

And linkify quantum computing in this explanation to the Wikipedia article.

@sindresorhus
Copy link
Owner

Ping

@desireevl
Copy link
Contributor Author

desireevl commented May 30, 2019

Hi @sindresorhus , sorry I missed one of your comments earlier. Everything should be fixed now

@sindresorhus sindresorhus merged commit ebde291 into sindresorhus:master May 30, 2019
@sindresorhus
Copy link
Owner

Tweet: https://twitter.com/awesome__re/status/1133955188471914496

sindresorhus pushed a commit that referenced this pull request May 30, 2019
sindresorhus pushed a commit that referenced this pull request May 30, 2019
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.

5 participants