From d2562fe6604706e93959a6c656caca0b707631ed Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Mon, 30 Sep 2024 18:27:43 -0400 Subject: [PATCH] Noted: Monday, September 30, 2024, 18:27:43 + 5 --- .../WRITTEN TEXT/Wikipedia.md | 38 ++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/enter/Coding Tips (Classical)/Project Vault/Current Projects/Communication Projects/WRITTEN TEXT/Wikipedia.md b/enter/Coding Tips (Classical)/Project Vault/Current Projects/Communication Projects/WRITTEN TEXT/Wikipedia.md index 6ede431..bc1fb2c 100644 --- a/enter/Coding Tips (Classical)/Project Vault/Current Projects/Communication Projects/WRITTEN TEXT/Wikipedia.md +++ b/enter/Coding Tips (Classical)/Project Vault/Current Projects/Communication Projects/WRITTEN TEXT/Wikipedia.md @@ -68,4 +68,40 @@ You can create a book off of Wikipedia!! Via [PediaPress](https://pediapress.com --- # Creating Edits -For example, we were going to make an edit to the Elham Kashefi wiki by adding a reference to the qc report podcast. \ No newline at end of file +For example, I will be going to make an edit to the Elham Kashefi wiki by adding a reference to the qc report podcast. + +After your edit, it must be followed by a citation. + +``` + +``` + +and ideally with additional information. + +``` +{{cite web |url=https://quantumcomputingreport.com/podcast-with-david-shaw-chief-analyst-at-global-quantum-intelligence/ |title=Podcast with David Shaw, Chief Analyst at Global Quantum Intelligence |author= |date=2024-07-30 |website=Quantum computing Report |publisher=Global Quantum Intelligence, LLC |access-date=2024-09-30 |quote=A very strong crossover into the world of quantum communications and distributed quantum networks. It’s led by Elham Kashefi and she was one of the inventors of blind quantum computing, which is a very important...application between..early quantum computing and early quantum security.}} + +``` + +Her work has included contributions to quantum cryptography, verification of quantum computing, and cloud quantum computing. + +And the edit is [live](https://en.wikipedia.org/wiki/Elham_Kashefi)! + +--- + +In order to create a proper citation, one should typically follow this format: + +For references with author credit + +``` +`{{cite web |url= |title= |last= |first= |date=|website= |publisher= |access-date= |quote=}}` +``` + + +For references without author credit + +``` +`{{cite web |url= |title= |author=|date= |website= |publisher= |access-date= |quote=}}` +``` + +via [source and see examples](https://en.wikipedia.org/wiki/Template:Cite_web) \ No newline at end of file