Skip to content

Commit

Permalink
Revert "html in readme"
Browse files Browse the repository at this point in the history
This reverts commit 47d55e3.
  • Loading branch information
ElektrikAkar committed Sep 7, 2024
1 parent 47d55e3 commit 0ed7d4a
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,74 +52,6 @@ year = {2024}
}
```

<div class="tabs">
<input type="radio" id="tab1" name="tabs" checked>
<label for="tab1">MLA</label>
<div class="tab">
<pre>
Author's Last Name, First Name. "Title of Article." Title of Journal, vol. #, no. #, Publication Date, pp. Page Range. Database Name, DOI or URL.
</pre>
</div>

<input type="radio" id="tab2" name="tabs">
<label for="tab2">APA</label>
<div class="tab">
<pre>
Author's Last Name, F. M. (Year). Article title. Journal Title, Volume(Issue), Page Range. https://doi.org/DOI
</pre>
</div>

<input type="radio" id="tab3" name="tabs">
<label for="tab3">Chicago</label>
<div class="tab">
<pre>
Author's Last Name, First Name. "Article Title." Journal Title Volume, no. Issue (Year): Page Range. https://doi.org/DOI.
</pre>
</div>

<input type="radio" id="tab4" name="tabs">
<label for="tab4">Harvard</label>
<div class="tab">
<pre>
Author's Last Name, First Initial(s). Year. Title of Paper. Title of Journal, Volume Number(Issue Number), Page Numbers.
</pre>
</div>

<input type="radio" id="tab5" name="tabs">
<label for="tab5">Vancouver</label>
<div class="tab">
<pre>
Author(s). Title of article. Abbreviated Journal Title. Year;Volume(Issue):Page numbers.
</pre>
</div>

<input type="radio" id="tab6" name="tabs">
<label for="tab6">IEEE</label>
<div class="tab">
<pre>
Author's Last Name, First Initial(s), "Title of Article," Journal Title, vol. Volume Number, no. Issue Number, pp. Page Numbers, Year.
</pre>
</div>

<input type="radio" id="tab7" name="tabs">
<label for="tab7">BibTeX</label>
<div class="tab">
<pre>
@article{citation_key,
author = {Author's Last Name, First Name},
title = {Title of Article},
journal = {Journal Title},
year = {Year},
volume = {Volume},
number = {Issue},
pages = {Page Range},
url = {DOI or URL}
}
</pre>
</div>
</div>


Contributors
===========================
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --><!-- prettier-ignore-start --><!-- markdownlint-disable -->
Expand Down

0 comments on commit 0ed7d4a

Please sign in to comment.