Noted: Monday, September 30, 2024, 18:27:43 + 5
parent
9b8a1ce915
commit
d2562fe660
|
@ -68,4 +68,40 @@ You can create a book off of Wikipedia!! Via [PediaPress](https://pediapress.com
|
||||||
---
|
---
|
||||||
# Creating Edits
|
# 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.
|
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.
|
||||||
|
|
||||||
|
```
|
||||||
|
<ref></ref>
|
||||||
|
```
|
||||||
|
|
||||||
|
and ideally with additional information.
|
||||||
|
|
||||||
|
```
|
||||||
|
<ref>{{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=<!--Not stated--> |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.}}</ref>
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
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=<!--Not stated-->|date= |website= |publisher= |access-date= |quote=}}`
|
||||||
|
```
|
||||||
|
|
||||||
|
via [source and see examples](https://en.wikipedia.org/wiki/Template:Cite_web)
|
Loading…
Reference in New Issue