Meaning of citation styles in the given context [on hold]












-1















There is a copy-paste app that works across devices. I have come across the following sentence that mentions "citation styles" in a way that is incomprehensible to me:




The app lets you copy a text as plain text or, for content copied from
the web, one of several citation styles, such as an HTML or Markdown
link, or the URL or page title.




I am not sure if the term citation styles include all the following four items:




HTML or Markdown link, or the URL or page title.




Thanks for your time.










share|improve this question













put on hold as unclear what you're asking by Dan Bron, tchrist Mar 24 at 16:10


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.



















  • From this question and several other recent ones, I’ll suggest you’ll get better and more helpful answers on our sister site, English Language Learners.

    – Dan Bron
    Mar 21 at 11:47
















-1















There is a copy-paste app that works across devices. I have come across the following sentence that mentions "citation styles" in a way that is incomprehensible to me:




The app lets you copy a text as plain text or, for content copied from
the web, one of several citation styles, such as an HTML or Markdown
link, or the URL or page title.




I am not sure if the term citation styles include all the following four items:




HTML or Markdown link, or the URL or page title.




Thanks for your time.










share|improve this question













put on hold as unclear what you're asking by Dan Bron, tchrist Mar 24 at 16:10


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.



















  • From this question and several other recent ones, I’ll suggest you’ll get better and more helpful answers on our sister site, English Language Learners.

    – Dan Bron
    Mar 21 at 11:47














-1












-1








-1








There is a copy-paste app that works across devices. I have come across the following sentence that mentions "citation styles" in a way that is incomprehensible to me:




The app lets you copy a text as plain text or, for content copied from
the web, one of several citation styles, such as an HTML or Markdown
link, or the URL or page title.




I am not sure if the term citation styles include all the following four items:




HTML or Markdown link, or the URL or page title.




Thanks for your time.










share|improve this question














There is a copy-paste app that works across devices. I have come across the following sentence that mentions "citation styles" in a way that is incomprehensible to me:




The app lets you copy a text as plain text or, for content copied from
the web, one of several citation styles, such as an HTML or Markdown
link, or the URL or page title.




I am not sure if the term citation styles include all the following four items:




HTML or Markdown link, or the URL or page title.




Thanks for your time.







meaning meaning-in-context






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 21 at 11:41









seeekerseeeker

3563517




3563517




put on hold as unclear what you're asking by Dan Bron, tchrist Mar 24 at 16:10


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as unclear what you're asking by Dan Bron, tchrist Mar 24 at 16:10


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.















  • From this question and several other recent ones, I’ll suggest you’ll get better and more helpful answers on our sister site, English Language Learners.

    – Dan Bron
    Mar 21 at 11:47



















  • From this question and several other recent ones, I’ll suggest you’ll get better and more helpful answers on our sister site, English Language Learners.

    – Dan Bron
    Mar 21 at 11:47

















From this question and several other recent ones, I’ll suggest you’ll get better and more helpful answers on our sister site, English Language Learners.

– Dan Bron
Mar 21 at 11:47





From this question and several other recent ones, I’ll suggest you’ll get better and more helpful answers on our sister site, English Language Learners.

– Dan Bron
Mar 21 at 11:47










1 Answer
1






active

oldest

votes


















0














"Citation style" here refers to a method of citing the source of a text via a link or descriptive information.



In academia citation styles refer to formal guidelines for documenting sources. Because researchers desire a high degree of fidelity and redundancy, citations often involve lots of information. Here's an example in Chicago from the Purdue OWL:




Henry E. Bent, “Professionalization of the Ph.D. Degree,” College Composition and Communication 58, no. 4 (2007): 141, accessed December 4, 2017, http://www.jstor.org/stable/1978286.




Notice two things. First, in the quoted citation, the URL goes at the very end. The URL is a form of citation in itself, since it effectively gives the source of the information to anyone who clicks on it.



Second, right before the quote, I cited my own source in Markdown style. Your app is using "citation style" to refer to hypertext styles for citing sources. The app presumably generates the code or the text string for the formats mentioned. For example, Markdown could look like this:



[example in Chicago from the Purdue OWL][1]
[1]: https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html


In a website builder, I could use HTML to do the same thing:



<a href="https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html">example in Chicago from the Purdue OWL</a>


All of these are citation styles or formats, with the caveat that someone in a formal research setting should not confuse simple links with sufficient documentation of sources.






share|improve this answer






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    "Citation style" here refers to a method of citing the source of a text via a link or descriptive information.



    In academia citation styles refer to formal guidelines for documenting sources. Because researchers desire a high degree of fidelity and redundancy, citations often involve lots of information. Here's an example in Chicago from the Purdue OWL:




    Henry E. Bent, “Professionalization of the Ph.D. Degree,” College Composition and Communication 58, no. 4 (2007): 141, accessed December 4, 2017, http://www.jstor.org/stable/1978286.




    Notice two things. First, in the quoted citation, the URL goes at the very end. The URL is a form of citation in itself, since it effectively gives the source of the information to anyone who clicks on it.



    Second, right before the quote, I cited my own source in Markdown style. Your app is using "citation style" to refer to hypertext styles for citing sources. The app presumably generates the code or the text string for the formats mentioned. For example, Markdown could look like this:



    [example in Chicago from the Purdue OWL][1]
    [1]: https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html


    In a website builder, I could use HTML to do the same thing:



    <a href="https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html">example in Chicago from the Purdue OWL</a>


    All of these are citation styles or formats, with the caveat that someone in a formal research setting should not confuse simple links with sufficient documentation of sources.






    share|improve this answer




























      0














      "Citation style" here refers to a method of citing the source of a text via a link or descriptive information.



      In academia citation styles refer to formal guidelines for documenting sources. Because researchers desire a high degree of fidelity and redundancy, citations often involve lots of information. Here's an example in Chicago from the Purdue OWL:




      Henry E. Bent, “Professionalization of the Ph.D. Degree,” College Composition and Communication 58, no. 4 (2007): 141, accessed December 4, 2017, http://www.jstor.org/stable/1978286.




      Notice two things. First, in the quoted citation, the URL goes at the very end. The URL is a form of citation in itself, since it effectively gives the source of the information to anyone who clicks on it.



      Second, right before the quote, I cited my own source in Markdown style. Your app is using "citation style" to refer to hypertext styles for citing sources. The app presumably generates the code or the text string for the formats mentioned. For example, Markdown could look like this:



      [example in Chicago from the Purdue OWL][1]
      [1]: https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html


      In a website builder, I could use HTML to do the same thing:



      <a href="https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html">example in Chicago from the Purdue OWL</a>


      All of these are citation styles or formats, with the caveat that someone in a formal research setting should not confuse simple links with sufficient documentation of sources.






      share|improve this answer


























        0












        0








        0







        "Citation style" here refers to a method of citing the source of a text via a link or descriptive information.



        In academia citation styles refer to formal guidelines for documenting sources. Because researchers desire a high degree of fidelity and redundancy, citations often involve lots of information. Here's an example in Chicago from the Purdue OWL:




        Henry E. Bent, “Professionalization of the Ph.D. Degree,” College Composition and Communication 58, no. 4 (2007): 141, accessed December 4, 2017, http://www.jstor.org/stable/1978286.




        Notice two things. First, in the quoted citation, the URL goes at the very end. The URL is a form of citation in itself, since it effectively gives the source of the information to anyone who clicks on it.



        Second, right before the quote, I cited my own source in Markdown style. Your app is using "citation style" to refer to hypertext styles for citing sources. The app presumably generates the code or the text string for the formats mentioned. For example, Markdown could look like this:



        [example in Chicago from the Purdue OWL][1]
        [1]: https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html


        In a website builder, I could use HTML to do the same thing:



        <a href="https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html">example in Chicago from the Purdue OWL</a>


        All of these are citation styles or formats, with the caveat that someone in a formal research setting should not confuse simple links with sufficient documentation of sources.






        share|improve this answer













        "Citation style" here refers to a method of citing the source of a text via a link or descriptive information.



        In academia citation styles refer to formal guidelines for documenting sources. Because researchers desire a high degree of fidelity and redundancy, citations often involve lots of information. Here's an example in Chicago from the Purdue OWL:




        Henry E. Bent, “Professionalization of the Ph.D. Degree,” College Composition and Communication 58, no. 4 (2007): 141, accessed December 4, 2017, http://www.jstor.org/stable/1978286.




        Notice two things. First, in the quoted citation, the URL goes at the very end. The URL is a form of citation in itself, since it effectively gives the source of the information to anyone who clicks on it.



        Second, right before the quote, I cited my own source in Markdown style. Your app is using "citation style" to refer to hypertext styles for citing sources. The app presumably generates the code or the text string for the formats mentioned. For example, Markdown could look like this:



        [example in Chicago from the Purdue OWL][1]
        [1]: https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html


        In a website builder, I could use HTML to do the same thing:



        <a href="https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/periodicals.html">example in Chicago from the Purdue OWL</a>


        All of these are citation styles or formats, with the caveat that someone in a formal research setting should not confuse simple links with sufficient documentation of sources.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 21 at 13:44









        TaliesinMerlinTaliesinMerlin

        6,2991129




        6,2991129















            Popular posts from this blog

            Paul Cézanne

            UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

            Angular material date-picker (MatDatepicker) auto completes the date on focus out