Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: TryStudyRabbit
  • Language: HTML
  • Default Branch: main
  • Size: 138 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Citation

Owner

  • Name: StudyRabbit
  • Login: TryStudyRabbit
  • Kind: organization

🚀 StudyBunny - The Ultimate Chrome Extension for Focus & Productivity

Citation (citation-guide.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Citation Guide - RefOwl</title>
    <link rel="stylesheet" href="landing.css">
    <link rel="stylesheet" href="pages.css">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
    <link rel="icon" type="image/svg+xml" href="icons/logo.png">
    <!-- Open Graph tags for social sharing -->
    <meta property="og:title" content="Citation Guide - RefOwl">
    <meta property="og:description" content="A comprehensive guide to different citation styles and formats for academic writing.">
    <meta property="og:image" content="og-image.svg">
    <meta property="og:url" content="https://scholarcite.app/citation-guide">
    <meta property="og:type" content="website">
    <!-- Twitter card -->
    <meta name="twitter:card" content="summary_large_image">
</head>
<body>
    <header>
        <div class="container">
            <nav>
                <div class="logo">
                    <a href="index.html">
                        <img src="icons/logo.png" alt="RefOwl Logo" width="48" height="48">
                        <span>RefOwl</span>
                    </a>
                </div>
                <div class="nav-links">
                    <a href="index.html#features">Features</a>
                    <a href="index.html#how-it-works">How It Works</a>
                    <a href="index.html#testimonials">Testimonials</a>
                    <a href="index.html#faq">FAQ</a>
                </div>
                <div class="cta-button">
                    <a href="index.html#install" class="button primary">Install Free</a>
                </div>
            </nav>
        </div>
    </header>

    <div class="page-header">
        <div class="container">
            <h1>Citation Guide</h1>
        </div>
    </div>

    <main class="page-content">
        <div class="container">
            <p>
                This guide provides an overview of the major citation styles supported by RefOwl. While our extension automatically formats citations for you, understanding the basics of each style can help you properly organize your research and ensure accuracy.
            </p>
            
            <div class="table-of-contents">
                <h3>Quick Navigation</h3>
                <ol>
                    <li><a href="#apa">APA (7th Edition)</a></li>
                    <li><a href="#mla">MLA (9th Edition)</a></li>
                    <li><a href="#chicago">Chicago (17th Edition)</a></li>
                    <li><a href="#best-practices">Best Practices</a></li>
                </ol>
            </div>

            <h2 id="apa">APA (7th Edition)</h2>
            <p>
                The American Psychological Association (APA) style is commonly used in the social and behavioral sciences. The 7th edition was published in October 2019.
            </p>
            
            <h3>Key Features of APA Style</h3>
            <ul>
                <li>Uses author-date citations in the text (Smith, 2020)</li>
                <li>Alphabetical reference list at the end of the paper</li>
                <li>Emphasis on publication date</li>
                <li>Uses DOIs for electronic sources when available</li>
                <li>Heading structure with levels</li>
            </ul>
            
            <h3>Common APA Citation Formats</h3>
            
            <div class="citation-format">
                <h4>Journal Article</h4>
                <div class="citation-example">
Author, A. A., & Author, B. B. (Year). Title of article. Title of Journal, Volume(Issue), page range. https://doi.org/xxxx
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
Tran, L. K., & Wilson, J. P. (2022). Advances in citation management technology. Journal of Academic Research, 35(2), 45-67. https://doi.org/10.1000/xyz123
                </div>
            </div>
            
            <div class="citation-format">
                <h4>Book</h4>
                <div class="citation-example">
Author, A. A. (Year). Title of book. Publisher.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
Johnson, M. R. (2021). The complete guide to academic writing. University Press.
                </div>
            </div>
            
            <div class="citation-format">
                <h4>Website</h4>
                <div class="citation-example">
Author, A. A. or Organization. (Year, Month Day). Title of page. Site Name. URL
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
National Science Foundation. (2023, January 15). Guidelines for research ethics. https://www.nsf.gov/ethics
                </div>
            </div>
            
            <h2 id="mla">MLA (9th Edition)</h2>
            <p>
                The Modern Language Association (MLA) style is commonly used in the humanities, especially in language and literature studies. The 9th edition was published in 2021.
            </p>
            
            <h3>Key Features of MLA Style</h3>
            <ul>
                <li>Uses author-page citations in the text (Smith 200)</li>
                <li>Works Cited list at the end of the paper</li>
                <li>Containers concept for nested sources</li>
                <li>Flexible guidelines for digital sources</li>
                <li>Core elements system rather than specific formats for each source type</li>
            </ul>
            
            <h3>Common MLA Citation Formats</h3>
            
            <div class="citation-format">
                <h4>Journal Article</h4>
                <div class="citation-example">
Author(s). "Title of Article." Title of Journal, Volume, Issue, Year, Pages.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
Tran, Laura K., and James P. Wilson. "Advances in Citation Management Technology." Journal of Academic Research, vol. 35, no. 2, 2022, pp. 45-67.
                </div>
            </div>
            
            <div class="citation-format">
                <h4>Book</h4>
                <div class="citation-example">
Author(s). Title of Book. Publisher, Year.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
Johnson, Maria R. The Complete Guide to Academic Writing. University Press, 2021.
                </div>
            </div>
            
            <div class="citation-format">
                <h4>Website</h4>
                <div class="citation-example">
Author or Organization. "Title of Page." Title of Website, Publisher, Date, URL.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
National Science Foundation. "Guidelines for Research Ethics." National Science Foundation, 15 Jan. 2023, www.nsf.gov/ethics.
                </div>
            </div>
            
            <h2 id="chicago">Chicago (17th Edition)</h2>
            <p>
                The Chicago Manual of Style offers two citation systems: notes-bibliography (NB) and author-date. The notes-bibliography system is commonly used in the humanities, while the author-date system is used in the sciences and social sciences.
            </p>
            
            <h3>Key Features of Chicago Style</h3>
            <ul>
                <li>Flexibility with two different systems (notes-bibliography and author-date)</li>
                <li>Comprehensive coverage of editorial practices</li>
                <li>Detailed guidelines for various source types</li>
                <li>Full notes can be condensed into short notes after first mention</li>
            </ul>
            
            <h3>Common Chicago Citation Formats (Notes-Bibliography)</h3>
            
            <div class="citation-format">
                <h4>Journal Article (Footnote)</h4>
                <div class="citation-example">
1. Author First Name Last Name, "Title of Article," Title of Journal Volume, no. Issue (Year): Page range.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
1. Laura K. Tran and James P. Wilson, "Advances in Citation Management Technology," Journal of Academic Research 35, no. 2 (2022): 45-67.
                </div>
            </div>
            
            <div class="citation-format">
                <h4>Book (Footnote)</h4>
                <div class="citation-example">
1. Author First Name Last Name, Title of Book (Place of Publication: Publisher, Year), Page number.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
1. Maria R. Johnson, The Complete Guide to Academic Writing (New York: University Press, 2021), 25.
                </div>
            </div>
            
            <div class="citation-format">
                <h4>Website (Footnote)</h4>
                <div class="citation-example">
1. "Title of Web Page," Publishing Organization or Name of Website, Publication or modified date, URL.
                </div>
                <p><strong>Example:</strong></p>
                <div class="citation-example">
1. "Guidelines for Research Ethics," National Science Foundation, January 15, 2023, https://www.nsf.gov/ethics.
                </div>
            </div>
            
            <h2 id="best-practices">Best Practices for Academic Citations</h2>
            <p>
                Regardless of which citation style you use, following these best practices will help ensure accuracy and consistency:
            </p>
            
            <ul>
                <li><strong>Collect source information while researching</strong> - Don't wait until you're writing your paper to start tracking your sources</li>
                <li><strong>Use a consistent citation style</strong> - Follow your instructor's or publisher's requirements</li>
                <li><strong>Verify citations with original sources</strong> - Even when using RefOwl, always double-check against the original source</li>
                <li><strong>Include DOIs when available</strong> - Digital Object Identifiers provide a permanent link to the source</li>
                <li><strong>Keep a backup of your citation library</strong> - Export your citations periodically as a safeguard</li>
                <li><strong>Update citations for reprinted or re-published works</strong> - Use the most recent version when possible</li>
                <li><strong>Be meticulous with details</strong> - Page numbers, author names, and publication dates are critical</li>
            </ul>
            
            <p>
                Remember that RefOwl can help automate the citation process, but understanding the principles behind each citation style will make you a more effective researcher and writer.
            </p>
            
            <div class="cta-banner">
                <h3>Never Worry About Citations Again</h3>
                <p>Let RefOwl handle the formatting details while you focus on your research.</p>
                <a href="index.html#install" class="button primary">Install RefOwl</a>
            </div>
        </div>
    </main>

    <footer>
        <div class="container">
            <div class="footer-top">
                <div class="footer-logo">
                    <img src="icons/logo.png" alt="RefOwl Logo" width="32" height="32">
                    <span>RefOwl</span>
                </div>
                <div class="footer-social">
                    <a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
                    <a href="#" class="social-icon"><i class="fab fa-facebook"></i></a>
                    <a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
                    <a href="#" class="social-icon"><i class="fab fa-linkedin"></i></a>
                </div>
            </div>
            <div class="footer-middle">
                <div class="footer-col">
                    <h4>Product</h4>
                    <ul>
                        <li><a href="index.html#features">Features</a></li>
                        <li><a href="index.html#how-it-works">How It Works</a></li>
                        <li><a href="index.html#testimonials">Testimonials</a></li>
                        <li><a href="index.html#faq">FAQ</a></li>
                    </ul>
                </div>
                <div class="footer-col">
                    <h4>Resources</h4>
                    <ul>
                        <li><a href="citation-guide.html">Citation Guide</a></li>
                        
                        <li><a href="help-center.html">Help Center</a></li>
                        <li><a href="release-notes.html">Release Notes</a></li>
                    </ul>
                </div>
                <div class="footer-col">
                    <h4>Company</h4>
                    <ul>
                        <li><a href="#">About Us</a></li>
                        <li><a href="privacy.html">Privacy Policy</a></li>
                        <li><a href="terms.html">Terms of Service</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </div>
                <div class="footer-col">
                    <h4>Stay Updated</h4>
                    <p>Subscribe to our newsletter for tips on research and citation best practices.</p>
                    <form class="footer-form">
                        <input type="email" placeholder="Your email address">
                        <button type="submit" class="button">Subscribe</button>
                    </form>
                </div>
            </div>
            <div class="footer-bottom">
                <p>&copy; 2025 RefOwl. All rights reserved.</p>
            </div>
        </div>
    </footer>

    <script>
        // Simple script for handling navigation and scroll effects
        document.addEventListener('DOMContentLoaded', function() {
            // Add sticky header on scroll
            window.addEventListener('scroll', function() {
                const header = document.querySelector('header');
                if (window.scrollY > 50) {
                    header.classList.add('sticky');
                } else {
                    header.classList.remove('sticky');
                }
            });
        });
    </script>
</body>
</html>

GitHub Events

Total
  • Issues event: 1
  • Push event: 2
  • Public event: 1
Last Year
  • Issues event: 1
  • Push event: 2
  • Public event: 1