Proposal to the Unicode Consortium for the encoding of a banjo glyph
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
3.3 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. \documentclass[12pt]{article}
  2. \usepackage{url}
  3. \usepackage{cite}
  4. \usepackage{hyperref}
  5. \usepackage{graphicx}
  6. % define the title
  7. \author{Tyler H. Cipriani\\
  8. \texttt{tyler@tylercipriani.com}}
  9. \title{Proposal for the encoding of a banjo glyph}
  10. \begin{document}
  11. \maketitle
  12. % Create abstract named "Proposal"
  13. \renewcommand{\abstractname}{Proposal}
  14. \begin{abstract}
  15. The Unicode Consortium proposes adding 1 UCS character to further the goal of completeness
  16. for the set of glyphs represented on the SMP block: Miscellaneous Symbols and Pictographs\cite{scherer}.
  17. The current ``emoji" block, set to establish interoperability of existing code-sets
  18. with the UCS standard, is incomplete in several key areas. This addition of
  19. a banjo glyph to an empty character space in this code block does nothing to
  20. disrupt previously established goals of this block, but, rather, extends this
  21. block to include a larger community of customers.
  22. There is also a demonstrated demand for the proposed glyph among a community of
  23. customers in bluegrass and banjo discussion groups in online communities.
  24. \end{abstract}
  25. \section[Proposed Character: Category and Description]{Proposed Character:\\ Category and Description}
  26. \begin{itemize}
  27. \item \textbf{Category}: B.1-Specialized (small collection)
  28. \item \textbf{Category}: Other Symbols (So)
  29. \item \textbf{Block}: Miscellaneous Symbols and Pictographs
  30. \item \textbf{Character Name}: `BANJO'
  31. \item \textbf{Glyph}: U+1F3DB
  32. \end{itemize}
  33. \subsection{Description of Usage}
  34. Glyph would be used in any place it would be appropriate to represent
  35. banjo music or the invocation of what the idea of ``banjo" represents.
  36. This includes, but is not limited to, representing bluegrass music,
  37. the earliest recorded popular music, early American music traditions, or
  38. African music traditions (as this is the region from where the banjo is
  39. believed to have originated)\cite{allen}.
  40. \section{Justifications: category and name}
  41. \subsection{Name}
  42. As glyph is a banjo, the name `BANJO' accurately represents, and is
  43. the accepted name for, that which is shown in the glyph.
  44. \subsection{Category}
  45. The category to which the symbol is assigned is part of the rational for
  46. adding the glyph--set completeness. The block and general category already
  47. house the glyphs for `MUSICAL KEYBOARD', `TRUMPET', `SAXOPHONE' and `VIOLIN'.
  48. `BANJO' would be added to this block and group for set completeness.
  49. \section{Groups and `Community of Customers'}
  50. \begin{enumerate}
  51. \item \href{http://www.banjohangout.org/topic/278863}{Banjo Hangout discussion forum}
  52. \end{enumerate}
  53. \begin{figure}[p]
  54. \centering
  55. \includegraphics{banjo}
  56. \caption{Proposed banjo glyph}
  57. \label{fig:banjo_glyph}
  58. \end{figure}
  59. \begin{thebibliography}{1}
  60. \bibitem{allen} Greg Allen {\em The Banjo's Roots, Reconsidered } \ August 23, 2011: All Things Considered. NPR News. \url{http://www.npr.org/2011/08/23/139880625/the-banjos-roots-reconsidered}
  61. \bibitem{scherer} Markus Scherer {\em Proposal for Encoding Emoji Symbols } \ March 5, 2009. \url{https://sites.google.com/site/unicodesymbols/Home/emoji-symbols/proposal-text}
  62. \end{thebibliography}
  63. \end{document}