🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 18 (from laksa112)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

đź“„
INDEXABLE
âś…
CRAWLED
1 month ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH1.4 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://tex.stackexchange.com/questions/621270/how-to-cite-a-website
Last Crawled2026-02-27 14:44:10 (1 month ago)
First Indexednot set
HTTP Status Code200
Meta Titleciting - How to cite a website? - TeX - LaTeX Stack Exchange
Meta Descriptionnull
Meta Canonicalnull
Boilerpipe Text
The CMOS website has this to say about citing websites in author-date style: Website content It is often sufficient simply to describe web pages and other website content in the text (“As of May 1, 2017, Yale’s home page listed . . .”). If a more formal citation is needed, it may be styled like the examples below. For a source that does not list a date of publication or revision, use n.d. (for “no date”) in place of the year and include an access date. Reference list entries (in alphabetical order) Bouman, Katie. 2016. “How to Take a Picture of a Black Hole.” Filmed November 2016 at TEDxBeaconStreet, Brookline, MA. Video, 12:51. https://www.ted.com/talks/katie_bouman_what_does_a_black_hole_look_like . Google. 2017. “Privacy Policy.” Privacy & Terms. Last modified April 17, 2017. https://www.google.com/policies/privacy/ . Yale University. n.d. “About Yale: Yale Facts.” Accessed May 1, 2017. https://www.yale.edu/about-yale/yale-facts . In-text citations (Bouman 2016) (Google 2017) (Yale University, n.d.) For more examples, see 15.50–52 in The Chicago Manual of Style. For multimedia, including live performances, see 15.57. If you want to use chicagoa.bst without any modifications, then you can do something like: \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @misc{yale, author = {{Yale University}}, year = {n.d.}, title = {About {Yale}: Yale Facts}, note = {Accessed May 1, 2017. \url{https://www.yale.edu/about-yale/yale-facts}} } \end{filecontents} \usepackage{chicago} \usepackage{url} \urlstyle{same} \begin{document} \citeN{yale} lorem ipsum \bibliographystyle{chicagoa} \bibliography{\jobname} \end{document} To my mind, this is a bit average on a number of levels and certainly doesn't match what CMOS wants. Unless I absolutely had to, I would not use bibtex for Chicago style, and instead use biblatex with biber : \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @online{yale, author = {{Yale University}}, title = {About {Yale}}, subtitle = {Yale Facts}, urldate = {2017-05-01}, url = {https://www.yale.edu/about-yale/yale-facts} } \end{filecontents} \usepackage[authordate]{biblatex-chicago} \addbibresource{\jobname.bib} \begin{document} \textcite{yale} lorem ipsum \printbibliography \end{document}
Markdown
[Skip to main content](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website#content) #### Stack Exchange Network Stack Exchange network consists of 183 Q\&A communities including [Stack Overflow](https://stackoverflow.com/), the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. [Visit Stack Exchange](https://stackexchange.com/) 1. - [Tour Start here for a quick overview of the site](https://tex.stackexchange.com/tour) - [Help Center Detailed answers to any questions you might have](https://tex.stackexchange.com/help) - [Meta Discuss the workings and policies of this site](https://tex.meta.stackexchange.com/) - [About Us Learn more about Stack Overflow the company, and our products](https://stackoverflow.co/) 2. ### [current community](https://tex.stackexchange.com/) - [TeX - LaTeX](https://tex.stackexchange.com/) [help](https://tex.stackexchange.com/help) [chat](https://chat.stackexchange.com/?tab=site&host=tex.stackexchange.com) - [TeX - LaTeX Meta](https://tex.meta.stackexchange.com/) ### your communities [Sign up](https://tex.stackexchange.com/users/signup?ssrc=site_switcher&returnurl=https%3A%2F%2Ftex.stackexchange.com%2Fquestions%2F621270%2Fhow-to-cite-a-website) or [log in](https://tex.stackexchange.com/users/login?ssrc=site_switcher&returnurl=https%3A%2F%2Ftex.stackexchange.com%2Fquestions%2F621270%2Fhow-to-cite-a-website) to customize your list. ### [more stack exchange communities](https://stackexchange.com/sites) [company blog](https://stackoverflow.blog/) 3. [Log in](https://tex.stackexchange.com/users/login?ssrc=head&returnurl=https%3A%2F%2Ftex.stackexchange.com%2Fquestions%2F621270%2Fhow-to-cite-a-website) 4. [Sign up](https://tex.stackexchange.com/users/signup?ssrc=head&returnurl=https%3A%2F%2Ftex.stackexchange.com%2Fquestions%2F621270%2Fhow-to-cite-a-website) [![TeX - LaTeX](https://tex.stackexchange.com/Content/Sites/tex/Img/logo.svg?v=43890f90cb01)](https://tex.stackexchange.com/) 1. 1. [Home](https://tex.stackexchange.com/) 2. [Questions](https://tex.stackexchange.com/questions) 3. [Unanswered](https://tex.stackexchange.com/unanswered) 4. [AI Assist](https://stackoverflow.com/ai-assist) 5. [Tags](https://tex.stackexchange.com/tags) 6. [Chat](https://chat.stackexchange.com/) 7. [Users](https://tex.stackexchange.com/users) 8. [Companies](https://stackoverflow.com/jobs/companies?so_medium=tex&so_source=SiteNav) 2. Stack Internal Stack Overflow for Teams is now called **Stack Internal**. Bring the best of human thought and AI automation together at your work. [Try for free](https://stackoverflowteams.com/teams/create/free/?utm_medium=referral&utm_source=tex-community&utm_campaign=side-bar&utm_content=explore-teams) [Learn more](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=tex-community&utm_campaign=side-bar&utm_content=explore-teams) 3. [Stack Internal]() 4. Bring the best of human thought and AI automation together at your work. [Learn more](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=tex-community&utm_campaign=side-bar&utm_content=explore-teams-compact) **Stack Internal** Knowledge at work Bring the best of human thought and AI automation together at your work. [Explore Stack Internal](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=tex-community&utm_campaign=side-bar&utm_content=explore-teams-compact-popover) # [How to cite a website?](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website) [Ask Question](https://tex.stackexchange.com/questions/ask) Asked 4 years, 3 months ago Modified [2 years, 7 months ago](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website?lastactivity "2023-07-18 20:54:20Z") Viewed 12k times 0 It is a firm's website. So I don't know the author. And I don't know when it is published. Usually, a paper is cited like author (year), but how shall I deal with this? I am using `\bibliographystyle{chicagoa}`. Thank you very much\! - [citing](https://tex.stackexchange.com/questions/tagged/citing "show questions tagged 'citing'") [Share](https://tex.stackexchange.com/q/621270 "Short permalink to this question") [Improve this question](https://tex.stackexchange.com/posts/621270/edit) Follow [edited Nov 4, 2021 at 4:12](https://tex.stackexchange.com/posts/621270/revisions "show all edits to this post") [![David Purton's user avatar](https://i.sstatic.net/UFmsR.png?s=64)](https://tex.stackexchange.com/users/87678/david-purton) [David Purton](https://tex.stackexchange.com/users/87678/david-purton) 28\.9k22 gold badges4848 silver badges9393 bronze badges asked Nov 4, 2021 at 2:50 [![Ypbor's user avatar](https://www.gravatar.com/avatar/5ff34b516eeab738d121916d861bd22b?s=64&d=identicon&r=PG&f=y&so-version=2)](https://tex.stackexchange.com/users/248365/ypbor) [Ypbor](https://tex.stackexchange.com/users/248365/ypbor) 57122 gold badges66 silver badges1414 bronze badges 1 - 2 Is it essential for you to use `chicagoa` style? This was last updated in 1992 (!) and supposedly supports the 13th edition of the CMOS. CMOS is now up to the 17th edition and life is much easier (unless this is to be submitted to a journal that specifies `chicagoa`) if you use `biblatex` and `biblatex-chicago` style. David Purton – [David Purton](https://tex.stackexchange.com/users/87678/david-purton "28,884 reputation") 2021-11-04 03:38:51 +00:00 Commented Nov 4, 2021 at 3:38 [Add a comment](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website "Use comments to ask for more information or suggest improvements. Avoid answering questions in comments.") \| ## 1 Answer 1 Sorted by: [Reset to default](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website?answertab=scoredesc#tab-top) 4 The CMOS website has this to say about citing websites in author-date style: > # Website content > It is often sufficient simply to describe web pages and other website content in the text (“As of May 1, 2017, Yale’s home page listed . . .”). If a more formal citation is needed, it may be styled like the examples below. For a source that does not list a date of publication or revision, use n.d. (for “no date”) in place of the year and include an access date. > > ## Reference list entries (in alphabetical order) > Bouman, Katie. 2016. “How to Take a Picture of a Black Hole.” Filmed November 2016 at TEDxBeaconStreet, Brookline, MA. Video, 12:51. <https://www.ted.com/talks/katie_bouman_what_does_a_black_hole_look_like>. > > Google. 2017. “Privacy Policy.” Privacy & Terms. Last modified April 17, 2017. <https://www.google.com/policies/privacy/>. > > Yale University. n.d. “About Yale: Yale Facts.” Accessed May 1, 2017. <https://www.yale.edu/about-yale/yale-facts>. > > In-text citations (Bouman 2016) > > (Google 2017) > > (Yale University, n.d.) > > For more examples, see 15.50–52 in The Chicago Manual of Style. For multimedia, including live performances, see 15.57. If you want to use `chicagoa.bst` without any modifications, then you can do something like: *** ``` \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @misc{yale, author = {{Yale University}}, year = {n.d.}, title = {About {Yale}: Yale Facts}, note = {Accessed May 1, 2017. \url{https://www.yale.edu/about-yale/yale-facts}} } \end{filecontents} \usepackage{chicago} \usepackage{url} \urlstyle{same} \begin{document} \citeN{yale} lorem ipsum \bibliographystyle{chicagoa} \bibliography{\jobname} \end{document} ``` [![output from chicagoa](https://i.sstatic.net/wQKT3.png)](https://i.sstatic.net/wQKT3.png) *** To my mind, this is a bit average on a number of levels and certainly doesn't match what CMOS wants. Unless I absolutely had to, I would not use `bibtex` for Chicago style, and instead use `biblatex` with `biber`: *** ``` \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @online{yale, author = {{Yale University}}, title = {About {Yale}}, subtitle = {Yale Facts}, urldate = {2017-05-01}, url = {https://www.yale.edu/about-yale/yale-facts} } \end{filecontents} \usepackage[authordate]{biblatex-chicago} \addbibresource{\jobname.bib} \begin{document} \textcite{yale} lorem ipsum \printbibliography \end{document} ``` [![output with biblatex-chicago](https://i.sstatic.net/XkCIQ.png)](https://i.sstatic.net/XkCIQ.png) *** [Share](https://tex.stackexchange.com/a/621272 "Short permalink to this answer") [Improve this answer](https://tex.stackexchange.com/posts/621272/edit) Follow [edited Jul 18, 2023 at 20:54](https://tex.stackexchange.com/posts/621272/revisions "show all edits to this post") [![Syncrossus's user avatar](https://i.sstatic.net/CqXyH.png?s=64)](https://tex.stackexchange.com/users/167235/syncrossus) [Syncrossus](https://tex.stackexchange.com/users/167235/syncrossus) 20311 silver badge88 bronze badges answered Nov 4, 2021 at 4:10 [![David Purton's user avatar](https://i.sstatic.net/UFmsR.png?s=64)](https://tex.stackexchange.com/users/87678/david-purton) [David Purton](https://tex.stackexchange.com/users/87678/david-purton) 28\.9k22 gold badges4848 silver badges9393 bronze badges 3 - That makes sense. I can use the phrase in that document to avoid a formal citation. Thanks a lot\! Ypbor – [Ypbor](https://tex.stackexchange.com/users/248365/ypbor "571 reputation") 2021-11-05 00:51:05 +00:00 Commented Nov 5, 2021 at 0:51 - Wouldn't it be better to have the link address in a hyperlinked, monospaced font? Apoorv Potnis – [Apoorv Potnis](https://tex.stackexchange.com/users/128462/apoorv-potnis "2,650 reputation") 2023-07-19 07:39:31 +00:00 Commented Jul 19, 2023 at 7:39 - @ApoorvPotnis, the Chicago manual of style uses Roman font for URLs. Adding a hyperlink can be done using the hyperref package, but not directly relevant to the question David Purton – [David Purton](https://tex.stackexchange.com/users/87678/david-purton "28,884 reputation") 2023-07-19 21:38:38 +00:00 Commented Jul 19, 2023 at 21:38 [Add a comment](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \| ## You must [log in](https://tex.stackexchange.com/users/login?ssrc=question_page&returnurl=https%3A%2F%2Ftex.stackexchange.com%2Fquestions%2F621270) to answer this question. Start asking to get answers Find the answer to your question by asking. [Ask question](https://tex.stackexchange.com/questions/ask) Explore related questions - [citing](https://tex.stackexchange.com/questions/tagged/citing "show questions tagged 'citing'") See similar questions with these tags. - The Overflow Blog - [Your sneak peek at the redesigned Stack Overflow](https://stackoverflow.blog/2026/02/25/your-sneak-peek-at-the-redesigned-stack-overflow/) - [To live in an AI world, knowing is half the battle](https://stackoverflow.blog/2026/02/27/to-live-in-an-ai-world-knowing-is-half-the-battle/) - Featured on Meta - [Logo updates to Stack Overflow's visual identity](https://meta.stackexchange.com/questions/417394/logo-updates-to-stack-overflows-visual-identity) #### Related [2](https://tex.stackexchange.com/questions/97711/biblatex-custom-cite-macro "Question score (upvotes - downvotes)") [Biblatex custom cite macro](https://tex.stackexchange.com/questions/97711/biblatex-custom-cite-macro) [9](https://tex.stackexchange.com/questions/121189/automatically-cite-all-author-names-instead-of-et-al-on-first-occurrence "Question score (upvotes - downvotes)") [Automatically cite all author names instead of "et al." on first occurrence?](https://tex.stackexchange.com/questions/121189/automatically-cite-all-author-names-instead-of-et-al-on-first-occurrence) [1](https://tex.stackexchange.com/questions/249734/multiple-citation-in-sentence-fine-but-citation-in-one-bracket-is-problem "Question score (upvotes - downvotes)") [Multiple citation in sentence fine but citation in one bracket is problem](https://tex.stackexchange.com/questions/249734/multiple-citation-in-sentence-fine-but-citation-in-one-bracket-is-problem) [1](https://tex.stackexchange.com/questions/300387/changing-cite-color-in-elsarticle "Question score (upvotes - downvotes)") [Changing cite color in elsarticle](https://tex.stackexchange.com/questions/300387/changing-cite-color-in-elsarticle) [1](https://tex.stackexchange.com/questions/382915/citing-format-autorname-year-elsevier "Question score (upvotes - downvotes)") [Citing format (autorname, year) (Elsevier)](https://tex.stackexchange.com/questions/382915/citing-format-autorname-year-elsevier) [1](https://tex.stackexchange.com/questions/576210/how-can-i-cite-like-this "Question score (upvotes - downvotes)") [How can I cite like this?](https://tex.stackexchange.com/questions/576210/how-can-i-cite-like-this) [1](https://tex.stackexchange.com/questions/690596/how-to-use-an-author-name-based-citation-style-with-unusual-sources "Question score (upvotes - downvotes)") [How to use an Author Name based Citation style with unusual Sources](https://tex.stackexchange.com/questions/690596/how-to-use-an-author-name-based-citation-style-with-unusual-sources) #### [Hot Network Questions](https://stackexchange.com/questions?tab=hot) - [What lake, mountain, picnic table is Korean actress looking at, in Canadian Rockies?](https://travel.stackexchange.com/questions/203335/what-lake-mountain-picnic-table-is-korean-actress-looking-at-in-canadian-rock) - [PTIJ: Which operating system does Hashem use?](https://judaism.stackexchange.com/questions/155307/ptij-which-operating-system-does-hashem-use) - [Can people taste food/drink created on a holodeck?](https://scifi.stackexchange.com/questions/303447/can-people-taste-food-drink-created-on-a-holodeck) - [Has any problem been non-constructively proven to be in NP?](https://cs.stackexchange.com/questions/176215/has-any-problem-been-non-constructively-proven-to-be-in-np) - [Advice on rebuttal of an incorrect grant review](https://academia.stackexchange.com/questions/226034/advice-on-rebuttal-of-an-incorrect-grant-review) - [A Holiday to Remember... \#09: Itemised Slobdom?](https://puzzling.stackexchange.com/questions/137217/a-holiday-to-remember-09-itemised-slobdom) - [Example of a Compact Self adjoint Operator which has no eigenvalues?](https://math.stackexchange.com/questions/5126361/example-of-a-compact-self-adjoint-operator-which-has-no-eigenvalues) - [What is the legal status of an ongoing contract with a deceased person?](https://law.stackexchange.com/questions/114240/what-is-the-legal-status-of-an-ongoing-contract-with-a-deceased-person) - [Realizing a continuum of smooth structures on 4-space as a 5-manifold](https://mathoverflow.net/questions/508553/realizing-a-continuum-of-smooth-structures-on-4-space-as-a-5-manifold) - [Can I add "padding" not relevant to the review to reach the minimum required word count?](https://academia.stackexchange.com/questions/226043/can-i-add-padding-not-relevant-to-the-review-to-reach-the-minimum-required-wor) - [If there is no enforcement on the law of one price, how will it hold?](https://money.stackexchange.com/questions/169321/if-there-is-no-enforcement-on-the-law-of-one-price-how-will-it-hold) - [Would a modulating weapon be a good weapon for a cyborg?](https://worldbuilding.stackexchange.com/questions/272795/would-a-modulating-weapon-be-a-good-weapon-for-a-cyborg) - [How can I effectively join a pillager raid in Minecraft?](https://gaming.stackexchange.com/questions/417955/how-can-i-effectively-join-a-pillager-raid-in-minecraft) - [What's the origin of the term 'seed'?](https://gaming.stackexchange.com/questions/417954/whats-the-origin-of-the-term-seed) - [Classical vs relevance and intuitionistic logics](https://philosophy.stackexchange.com/questions/136664/classical-vs-relevance-and-intuitionistic-logics) - [JSON Deserialization of Custom HashSet](https://stackoverflow.com/questions/79897176/json-deserialization-of-custom-hashset) - [Why are electrons in the top band of an insulator immobile?](https://physics.stackexchange.com/questions/869558/why-are-electrons-in-the-top-band-of-an-insulator-immobile) - [Is a US Global Entry card's indication of US Citizenship enough to terminate an ICE Investigation?](https://law.stackexchange.com/questions/114241/is-a-us-global-entry-cards-indication-of-us-citizenship-enough-to-terminate-an) - [I am plotting a family of parabolas in TikZ, and there is a stray parabola. I'm confused](https://tex.stackexchange.com/questions/760181/i-am-plotting-a-family-of-parabolas-in-tikz-and-there-is-a-stray-parabola-im) - [English and Roman numeral converter in Python](https://codereview.stackexchange.com/questions/301449/english-and-roman-numeral-converter-in-python) - [How to deal with a collaborator writing a note that makes no sense?](https://academia.stackexchange.com/questions/226050/how-to-deal-with-a-collaborator-writing-a-note-that-makes-no-sense) - [Did Jesus misquote the OT?](https://hermeneutics.stackexchange.com/questions/114995/did-jesus-misquote-the-ot) - [Generalized Buffon's needle-type problem](https://mathoverflow.net/questions/508572/generalized-buffons-needle-type-problem) - [Vampire - XP points rule for multiple level 1 power](https://rpg.stackexchange.com/questions/218854/vampire-xp-points-rule-for-multiple-level-1-power) [more hot questions](https://tex.stackexchange.com/questions/621270/how-to-cite-a-website) [Question feed](https://tex.stackexchange.com/feeds/question/621270 "Feed of this question and its answers") # Subscribe to RSS Question feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader. ![](https://tex.stackexchange.com/posts/621270/ivc/f417?prg=a6595e3f-a3ff-4fe5-a194-6f98f51bd075) lang-tex ##### [TeX - LaTeX](https://tex.stackexchange.com/) - [Tour](https://tex.stackexchange.com/tour) - [Help](https://tex.stackexchange.com/help) - [Chat](https://chat.stackexchange.com/?tab=site&host=tex.stackexchange.com) - [Contact](https://tex.stackexchange.com/contact) - [Feedback](https://tex.meta.stackexchange.com/) ##### [Company](https://stackoverflow.co/) - [Stack Overflow](https://stackoverflow.com/) - [Stack Internal](https://stackoverflow.co/internal/) - [Stack Data Licensing](https://stackoverflow.co/data-licensing/) - [Stack Ads](https://stackoverflow.co/advertising/) - [About](https://stackoverflow.co/) - [Press](https://stackoverflow.co/company/press/) - [Legal](https://stackoverflow.com/legal) - [Privacy Policy](https://stackoverflow.com/legal/privacy-policy) - [Terms of Service](https://stackoverflow.com/legal/terms-of-service/public) - Cookie Settings - [Cookie Policy](https://policies.stackoverflow.co/stack-overflow/cookie-policy) ##### [Stack Exchange Network](https://stackexchange.com/) - [Technology](https://stackexchange.com/sites#technology) - [Culture & recreation](https://stackexchange.com/sites#culturerecreation) - [Life & arts](https://stackexchange.com/sites#lifearts) - [Science](https://stackexchange.com/sites#science) - [Professional](https://stackexchange.com/sites#professional) - [Business](https://stackexchange.com/sites#business) - [API](https://api.stackexchange.com/) - [Data](https://data.stackexchange.com/) - [Blog](https://stackoverflow.blog/?blb=1) - [Facebook](https://www.facebook.com/officialstackoverflow/) - [Twitter](https://twitter.com/stackoverflow) - [LinkedIn](https://linkedin.com/company/stack-overflow) - [Instagram](https://www.instagram.com/thestackoverflow) Site design / logo © 2026 Stack Exchange Inc; user contributions licensed under [CC BY-SA](https://stackoverflow.com/help/licensing) . rev 2026.2.26.40246
Readable Markdown
The CMOS website has this to say about citing websites in author-date style: > ## Website content > It is often sufficient simply to describe web pages and other website content in the text (“As of May 1, 2017, Yale’s home page listed . . .”). If a more formal citation is needed, it may be styled like the examples below. For a source that does not list a date of publication or revision, use n.d. (for “no date”) in place of the year and include an access date. > > ## Reference list entries (in alphabetical order) > Bouman, Katie. 2016. “How to Take a Picture of a Black Hole.” Filmed November 2016 at TEDxBeaconStreet, Brookline, MA. Video, 12:51. <https://www.ted.com/talks/katie_bouman_what_does_a_black_hole_look_like>. > > Google. 2017. “Privacy Policy.” Privacy & Terms. Last modified April 17, 2017. <https://www.google.com/policies/privacy/>. > > Yale University. n.d. “About Yale: Yale Facts.” Accessed May 1, 2017. <https://www.yale.edu/about-yale/yale-facts>. > > In-text citations (Bouman 2016) > > (Google 2017) > > (Yale University, n.d.) > > For more examples, see 15.50–52 in The Chicago Manual of Style. For multimedia, including live performances, see 15.57. If you want to use `chicagoa.bst` without any modifications, then you can do something like: *** ``` \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @misc{yale, author = {{Yale University}}, year = {n.d.}, title = {About {Yale}: Yale Facts}, note = {Accessed May 1, 2017. \url{https://www.yale.edu/about-yale/yale-facts}} } \end{filecontents} \usepackage{chicago} \usepackage{url} \urlstyle{same} \begin{document} \citeN{yale} lorem ipsum \bibliographystyle{chicagoa} \bibliography{\jobname} \end{document} ``` [![output from chicagoa](https://i.sstatic.net/wQKT3.png)](https://i.sstatic.net/wQKT3.png) *** To my mind, this is a bit average on a number of levels and certainly doesn't match what CMOS wants. Unless I absolutely had to, I would not use `bibtex` for Chicago style, and instead use `biblatex` with `biber`: *** ``` \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @online{yale, author = {{Yale University}}, title = {About {Yale}}, subtitle = {Yale Facts}, urldate = {2017-05-01}, url = {https://www.yale.edu/about-yale/yale-facts} } \end{filecontents} \usepackage[authordate]{biblatex-chicago} \addbibresource{\jobname.bib} \begin{document} \textcite{yale} lorem ipsum \printbibliography \end{document} ``` [![output with biblatex-chicago](https://i.sstatic.net/XkCIQ.png)](https://i.sstatic.net/XkCIQ.png) ***
Shard18 (laksa)
Root Hash8045678284012640218
Unparsed URLcom,stackexchange!tex,/questions/621270/how-to-cite-a-website s443