Bylaws & Code of Ethics

Total Page:16

File Type:pdf, Size:1020Kb

Bylaws & Code of Ethics 2021 Bylaws & Code of Ethics ADOPTED: JUNE 2021 AMERICAN DENTAL HYGIENISTS’ ASSOCIATION | 444 N. Michigan Ave. Suite 400, Chicago, IL 1 Table of Contents ......................................................................................................................................................................1 ARTICLE I – NAME AND PURPOSES..................................................................................................................6 Section 1. Name .........................................................................................................................................6 Section 2. Purpose ......................................................................................................................................6 Section 3. Mission ......................................................................................................................................6 Section 4. Offices ........................................................................................................................................6 ARTICLE II - MEMBERSHIP...............................................................................................................................7 Section 1. Membership Qualifications .........................................................................................................7 Section 2. Application .................................................................................................................................7 Section 3. Membership Categories ..............................................................................................................7 a. Voting Members .........................................................................................................................................7 b. Non-voting Members .................................................................................................................................8 Section 4. Rights and Duties........................................................................................................................9 Section 5. Disciplinary Action/Termination of Membership ....................................................................... 10 Grounds for Discipline ..................................................................................................................................... 10 Procedures ....................................................................................................................................................... 10 Non-Payment of Dues ..................................................................................................................................... 10 Section 6. Reinstatement .......................................................................................................................... 10 ARTICLE III – DUES AND ASSESSMENTS ......................................................................................................... 11 ARTICLE IV – MEMBERSHIP MEETINGS .......................................................................................................... 11 Section 1. Annual Meeting ........................................................................................................................ 11 Section 2. Special Meetings ...................................................................................................................... 11 Section 3. Notice ...................................................................................................................................... 11 Section 4. Quorum ................................................................................................................................... 11 Section 5. Manner of Acting ...................................................................................................................... 11 Section 6. Mail Vote ................................................................................................................................. 12 ARTICLE V – BOARD OF TRUSTEES ................................................................................................................. 12 Section 1. Authority and Responsibility ..................................................................................................... 12 Section 2. Composition ............................................................................................................................. 12 Section 3. Invited Participants .................................................................................................................. 12 Section 4. Districts .................................................................................................................................... 13 Section 5. Qualifications ........................................................................................................................... 13 Section 6. Election of District Trustees ...................................................................................................... 13 Section 7. Terms ....................................................................................................................................... 13 2 Section 8. Regular Meetings ..................................................................................................................... 13 Section 9. Special Meetings ...................................................................................................................... 14 Section 10. Meeting by Conference Call .................................................................................................... 14 Section 11. Quorum .................................................................................................................................. 14 Section 12. Manner of Acting .................................................................................................................... 14 Section 13. Action by Written Consent ...................................................................................................... 14 Section 14. Resignation and Removal ........................................................................................................ 15 Section 15. Vacancies ............................................................................................................................... 15 ARTICLE VI – OFFICERS ................................................................................................................................. 15 Section 1. Officers .................................................................................................................................... 15 Section 2. President .................................................................................................................................. 15 Section 3. President-Elect ......................................................................................................................... 16 Section 4. Vice President .......................................................................................................................... 16 Section 5. Treasurer ................................................................................................................................. 16 Section 6. Immediate Past President ......................................................................................................... 16 Section 7. Speaker of the House ................................................................................................................ 16 Section 8. Qualifications for Office ............................................................................................................ 16 Section 9. Term ........................................................................................................................................ 17 Section 10. Election .................................................................................................................................. 17 Section 11. Resignation and Removal of Officers ....................................................................................... 17 Section 12. Officer Vacancies .................................................................................................................... 18 ARTICLE VII – CHIEF EXECUTIVE .................................................................................................................... 18 ARTICLE VIII – HOUSE OF DELEGATES ............................................................................................................ 19 Section 1. Authority and Responsibility ..................................................................................................... 19 Section 2. Composition ............................................................................................................................. 19 a. Voting Members ...................................................................................................................................... 19 b. Non-voting Members .............................................................................................................................. 20 Section 3. Qualifications for Delegates and Alternate Delegates ................................................................ 20 Section 4. Appointment of Delegates and Alternate Delegates .................................................................
Recommended publications
  • Compilers & Translator Writing Systems
    Compilers & Translators Compilers & Translator Writing Systems Prof. R. Eigenmann ECE573, Fall 2005 http://www.ece.purdue.edu/~eigenman/ECE573 ECE573, Fall 2005 1 Compilers are Translators Fortran Machine code C Virtual machine code C++ Transformed source code Java translate Augmented source Text processing language code Low-level commands Command Language Semantic components Natural language ECE573, Fall 2005 2 ECE573, Fall 2005, R. Eigenmann 1 Compilers & Translators Compilers are Increasingly Important Specification languages Increasingly high level user interfaces for ↑ specifying a computer problem/solution High-level languages ↑ Assembly languages The compiler is the translator between these two diverging ends Non-pipelined processors Pipelined processors Increasingly complex machines Speculative processors Worldwide “Grid” ECE573, Fall 2005 3 Assembly code and Assemblers assembly machine Compiler code Assembler code Assemblers are often used at the compiler back-end. Assemblers are low-level translators. They are machine-specific, and perform mostly 1:1 translation between mnemonics and machine code, except: – symbolic names for storage locations • program locations (branch, subroutine calls) • variable names – macros ECE573, Fall 2005 4 ECE573, Fall 2005, R. Eigenmann 2 Compilers & Translators Interpreters “Execute” the source language directly. Interpreters directly produce the result of a computation, whereas compilers produce executable code that can produce this result. Each language construct executes by invoking a subroutine of the interpreter, rather than a machine instruction. Examples of interpreters? ECE573, Fall 2005 5 Properties of Interpreters “execution” is immediate elaborate error checking is possible bookkeeping is possible. E.g. for garbage collection can change program on-the-fly. E.g., switch libraries, dynamic change of data types machine independence.
    [Show full text]
  • Retracing Augustine's Ethics: Lying, Necessity, and the Image Of
    Valparaiso University ValpoScholar Christ College Faculty Publications Christ College (Honors College) 12-1-2016 Retracing Augustine’s Ethics: Lying, Necessity, and the Image of God Matthew Puffer Valparaiso University, [email protected] Follow this and additional works at: https://scholar.valpo.edu/cc_fac_pub Recommended Citation Puffer, M. (2016). "Retracing Augustine’s ethics: Lying, necessity, and the image of God." Journal of Religious Ethics, 44(4), 685–720. https://doi.org/10.1111/jore.12159 This Article is brought to you for free and open access by the Christ College (Honors College) at ValpoScholar. It has been accepted for inclusion in Christ College Faculty Publications by an authorized administrator of ValpoScholar. For more information, please contact a ValpoScholar staff member at [email protected]. RETRACING AUGUSTINE’S ETHICS Lying, Necessity, and the Image of God Matthew Puffer ABSTRACT Augustine’s exposition of the image of God in Book 15 of On The Trinity (De Trinitate) sheds light on multiple issues that arise in scholarly interpretations of Augustine’s account of lying. This essay argues against interpretations that pos- it a uniform account of lying in Augustine—with the same constitutive features, and insisting both that it is never necessary to tell a lie and that lying is abso- lutely prohibited. Such interpretations regularly employ intertextual reading strategies that elide distinctions and developments in Augustine’sethicsoflying. Instead, I show how looking at texts written prior and subsequent to the texts usually consulted suggests a trajectory in Augustine’s thought, beginning with an understanding of lies as morally culpable but potentially necessary, and cul- minating in a vision of lying as the fundamental evil and the origin of every sin.
    [Show full text]
  • Chapter 2 Basics of Scanning And
    Chapter 2 Basics of Scanning and Conventional Programming in Java In this chapter, we will introduce you to an initial set of Java features, the equivalent of which you should have seen in your CS-1 class; the separation of problem, representation, algorithm and program – four concepts you have probably seen in your CS-1 class; style rules with which you are probably familiar, and scanning - a general class of problems we see in both computer science and other fields. Each chapter is associated with an animating recorded PowerPoint presentation and a YouTube video created from the presentation. It is meant to be a transcript of the associated presentation that contains little graphics and thus can be read even on a small device. You should refer to the associated material if you feel the need for a different instruction medium. Also associated with each chapter is hyperlinked code examples presented here. References to previously presented code modules are links that can be traversed to remind you of the details. The resources for this chapter are: PowerPoint Presentation YouTube Video Code Examples Algorithms and Representation Four concepts we explicitly or implicitly encounter while programming are problems, representations, algorithms and programs. Programs, of course, are instructions executed by the computer. Problems are what we try to solve when we write programs. Usually we do not go directly from problems to programs. Two intermediate steps are creating algorithms and identifying representations. Algorithms are sequences of steps to solve problems. So are programs. Thus, all programs are algorithms but the reverse is not true.
    [Show full text]
  • Scripting: Higher- Level Programming for the 21St Century
    . John K. Ousterhout Sun Microsystems Laboratories Scripting: Higher- Cybersquare Level Programming for the 21st Century Increases in computer speed and changes in the application mix are making scripting languages more and more important for the applications of the future. Scripting languages differ from system programming languages in that they are designed for “gluing” applications together. They use typeless approaches to achieve a higher level of programming and more rapid application development than system programming languages. or the past 15 years, a fundamental change has been ated with system programming languages and glued Foccurring in the way people write computer programs. together with scripting languages. However, several The change is a transition from system programming recent trends, such as faster machines, better script- languages such as C or C++ to scripting languages such ing languages, the increasing importance of graphical as Perl or Tcl. Although many people are participat- user interfaces (GUIs) and component architectures, ing in the change, few realize that the change is occur- and the growth of the Internet, have greatly expanded ring and even fewer know why it is happening. This the applicability of scripting languages. These trends article explains why scripting languages will handle will continue over the next decade, with more and many of the programming tasks in the next century more new applications written entirely in scripting better than system programming languages. languages and system programming
    [Show full text]
  • Rosalind Hursthouse, on Virtue Ethics. Oxford: Oxford University Press, 1999
    Rosalind Hursthouse, On Virtue Ethics. Oxford: Oxford University Press, 1999. Pp. x, 275. Reviewed by Gilbert Harman, Department of Philosophy, Princeton Univer- sity Virtue ethics is atype of ethicaltheory in which the notion of virtue or good character plays a central role. This splendid new book describes a “program” for the development of a particular (“Aristotelian”) form of virtue ethics. The book is intended to be used as a textbook, but should be read by anyone interested in moral philosophy. Hursthouse has been a major contributor to the development of virtue ethics and the program she describes, while making use of the many contributions of others, is very much her program, with numerous new ideas and insights. The book has three parts. The first dispels common misunderstandings and explains how virtue ethics applies to complex moral issues. The sec- ond discusses moral motivation, especially the motivation involved in doing something because it is right. The third explains how questions about the objectivity of ethics are to be approached within virtue ethics. Structure Hursthouse’s virtue ethics takes as central the conception of a human be- ing who possesses all ethical virtues of character and no vices or defects of character—”human being” rather than “person” because the relevant char- acter traits are “natural” to the species. To a first approximation, virtue ethics says that a right action is an action among those available that a perfectly virtuous human being would charac- teristically do under the circumstances. This is only a first approximation because of complications required in order accurately to describe certain moral dilemmas.
    [Show full text]
  • Kant on Obligation and Motivation in Law and Ethics
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Faculty Publications - Department of Philosophy Philosophy, Department of 1994 Kant on Obligation and Motivation in Law and Ethics Nelson T. Potter Jr. University of Nebraska - Lincoln, [email protected] Follow this and additional works at: https://digitalcommons.unl.edu/philosfacpub Part of the Continental Philosophy Commons, Ethics and Political Philosophy Commons, Legal Ethics and Professional Responsibility Commons, and the Legal History Commons Potter, Nelson T. Jr., "Kant on Obligation and Motivation in Law and Ethics" (1994). Faculty Publications - Department of Philosophy. 15. https://digitalcommons.unl.edu/philosfacpub/15 This Article is brought to you for free and open access by the Philosophy, Department of at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Faculty Publications - Department of Philosophy by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. Potter in Jarbuch für Recht und Ethik (1994) 2. Copyright 1994, Friedrich-Alexander-Universität Erlangen-Nürnberg. Used by permission. Kant on Obligation and Motivation in Law and Ethics Nelson Potter I. There is a passage in Immanuel Kant's general introduction to both parts of Die Metaphysik der Sitten that deserves more attention than it has received. I plan to build the present paper around the implil:ations of this passage: In all lawgiving (Gesetzgebung) (whether it prescribes for internal or external actions, and whether it prescribes them a priori by reason alone or by the choice of another) there are two elements: first, a law, which represents an action that is to be done as objectively necessary, that is, which makes the action a duty; and second, an incentive, which connects a ground for determining choice to this action subjectively with the representation of the law.
    [Show full text]
  • Love As a Moral Emotion* J. David Velleman
    Love as a Moral Emotion* J. David Velleman INTRODUCTION Love and morality are generally assumed to differ in spirit. The moral point of view is impartial and favors no particular individual, whereas favoring someone in particular seems like the very essence of love. Love and morality are therefore thought to place con¯icting demands on our attention, requiring us to look at things differently, whether or not they ultimately require us to do different things.1 The question is supposed to be whether a person can do justice to both perspectives. Some philosophers think that one or the other per- * The theme of this article was suggested to me by Harry Frankfurt's ``Autonomy, Necessity, and Love'' (in Vernunftbegriffe in der Moderne, ed. Hans Friedrich Fulda and Rolf- Peter Horstmann [Klett-Cotta, 1994], pp. 433± 47). I ®rst attempted to state the theme in a paper entitled ``Frankfurt on Love and Duty,'' written for a conference organized by RuÈdi- ger Bittner in the spring of 1996, at the Zentrum fuÈr interdiziplinaÈre Forschung, in Biele- feld, Germany. Some of that paper is reproduced here. Also contained here is material from a commentary on Henry S. Richardson's Practical Reasoning about Final Ends (Cambridge: Cambridge University Press, 1994); my commentary was presented at a session of the So- ciety for Informal Logic at the 1995 meetings of the American Philosophical Association (APA) Eastern Division. Earlier versions of this article were read to the philosophy depart- ments at Arizona State University; Harvard; Princeton; University of California, Los Ange- les; University College London; and to a discussion group that meets at Oriel College, Ox- ford, under the auspices of David Charles.
    [Show full text]
  • The Future of DNA Data Storage the Future of DNA Data Storage
    The Future of DNA Data Storage The Future of DNA Data Storage September 2018 A POTOMAC INSTITUTE FOR POLICY STUDIES REPORT AC INST M IT O U T B T The Future O E P F O G S R IE of DNA P D O U Data LICY ST Storage September 2018 NOTICE: This report is a product of the Potomac Institute for Policy Studies. The conclusions of this report are our own, and do not necessarily represent the views of our sponsors or participants. Many thanks to the Potomac Institute staff and experts who reviewed and provided comments on this report. © 2018 Potomac Institute for Policy Studies Cover image: Alex Taliesen POTOMAC INSTITUTE FOR POLICY STUDIES 901 North Stuart St., Suite 1200 | Arlington, VA 22203 | 703-525-0770 | www.potomacinstitute.org CONTENTS EXECUTIVE SUMMARY 4 Findings 5 BACKGROUND 7 Data Storage Crisis 7 DNA as a Data Storage Medium 9 Advantages 10 History 11 CURRENT STATE OF DNA DATA STORAGE 13 Technology of DNA Data Storage 13 Writing Data to DNA 13 Reading Data from DNA 18 Key Players in DNA Data Storage 20 Academia 20 Research Consortium 21 Industry 21 Start-ups 21 Government 22 FORECAST OF DNA DATA STORAGE 23 DNA Synthesis Cost Forecast 23 Forecast for DNA Data Storage Tech Advancement 28 Increasing Data Storage Density in DNA 29 Advanced Coding Schemes 29 DNA Sequencing Methods 30 DNA Data Retrieval 31 CONCLUSIONS 32 ENDNOTES 33 Executive Summary The demand for digital data storage is currently has been developed to support applications in outpacing the world’s storage capabilities, and the life sciences industry and not for data storage the gap is widening as the amount of digital purposes.
    [Show full text]
  • How Do You Know Your Search Algorithm and Code Are Correct?
    Proceedings of the Seventh Annual Symposium on Combinatorial Search (SoCS 2014) How Do You Know Your Search Algorithm and Code Are Correct? Richard E. Korf Computer Science Department University of California, Los Angeles Los Angeles, CA 90095 [email protected] Abstract Is a Given Solution Correct? Algorithm design and implementation are notoriously The first question to ask of a search algorithm is whether the error-prone. As researchers, it is incumbent upon us to candidate solutions it returns are valid solutions. The algo- maximize the probability that our algorithms, their im- rithm should output each solution, and a separate program plementations, and the results we report are correct. In should check its correctness. For any problem in NP, check- this position paper, I argue that the main technique for ing candidate solutions can be done in polynomial time. doing this is confirmation of results from multiple in- dependent sources, and provide a number of concrete Is a Given Solution Optimal? suggestions for how to achieve this in the context of combinatorial search algorithms. Next we consider whether the solutions returned are opti- mal. In most cases, there are multiple very different algo- rithms that compute optimal solutions, starting with sim- Introduction and Overview ple brute-force algorithms, and progressing through increas- Combinatorial search results can be theoretical or experi- ingly complex and more efficient algorithms. Thus, one can mental. Theoretical results often consist of correctness, com- compare the solution costs returned by the different algo- pleteness, the quality of solutions returned, and asymptotic rithms, which should all be the same.
    [Show full text]
  • NAPCS Product List for NAICS 5112, 518 and 54151: Software
    NAPCS Product List for NAICS 5112, 518 and 54151: Software Publishers, Internet Service Providers, Web Search Portals, and Data Processing Services, and Computer Systems Design and Related Services 1 2 3 456 7 8 9 National Product United States Industry Working Tri- Detail Subject Group lateral NAICS Industries Area Code Detail Can Méx US Title Definition Producing the Product 5112 1.1 X Information Providing advice or expert opinion on technical matters related to the use of information technology. 511210 518111 518 technology (IT) 518210 54151 54151 technical consulting Includes: 54161 services • advice on matters such as hardware and software requirements and procurement, systems integration, and systems security. • providing expert testimony on IT related issues. Excludes: • advice on issues related to business strategy, such as advising on developing an e-commerce strategy, is in product 2.3, Strategic management consulting services. • advice bundled with the design and development of an IT solution (web site, database, specific application, network, etc.) is in the products under 1.2, Information technology (IT) design and development services. 5112 1.2 Information Providing technical expertise to design and/or develop an IT solution such as custom applications, 511210 518111 518 technology (IT) networks, and computer systems. 518210 54151 54151 design and development services 5112 1.2.1 Custom software Designing the structure and/or writing the computer code necessary to create and/or implement a 511210 518111 518 application design software application. 518210 54151 54151 and development services 5112 1.2.1.1 X Web site design and Designing the structure and content of a web page and/or of writing the computer code necessary to 511210 518111 518 development services create and implement a web page.
    [Show full text]
  • Media Theory and Semiotics: Key Terms and Concepts Binary
    Media Theory and Semiotics: Key Terms and Concepts Binary structures and semiotic square of oppositions Many systems of meaning are based on binary structures (masculine/ feminine; black/white; natural/artificial), two contrary conceptual categories that also entail or presuppose each other. Semiotic interpretation involves exposing the culturally arbitrary nature of this binary opposition and describing the deeper consequences of this structure throughout a culture. On the semiotic square and logical square of oppositions. Code A code is a learned rule for linking signs to their meanings. The term is used in various ways in media studies and semiotics. In communication studies, a message is often described as being "encoded" from the sender and then "decoded" by the receiver. The encoding process works on multiple levels. For semiotics, a code is the framework, a learned a shared conceptual connection at work in all uses of signs (language, visual). An easy example is seeing the kinds and levels of language use in anyone's language group. "English" is a convenient fiction for all the kinds of actual versions of the language. We have formal, edited, written English (which no one speaks), colloquial, everyday, regional English (regions in the US, UK, and around the world); social contexts for styles and specialized vocabularies (work, office, sports, home); ethnic group usage hybrids, and various kinds of slang (in-group, class-based, group-based, etc.). Moving among all these is called "code-switching." We know what they mean if we belong to the learned, rule-governed, shared-code group using one of these kinds and styles of language.
    [Show full text]
  • Augustine's Ethics
    15 BONNIE KENT Augustine’s ethics Augustine regards ethics as an enquiry into the Summum Bonum: the supreme good, which provides the happiness all human beings seek. In this respect his moral thought comes closer to the eudaimonistic virtue ethics of the classical Western tradition than to the ethics of duty and law associated with Christianity in the modern period. But even though Augustine addresses many of the same problems that pagan philosophers do, he often defends very different answers. For him, happiness consists in the enjoyment of God, a reward granted in the afterlife for virtue in this life. Virtue itself is a gift of God, and founded on love, not on the wisdom prized by philosophers. The art of living In Book 8 of De civitate Dei Augustine describes “moral philosophy” (a Latin expression), or “ethics” (the Greek equivalent), as an enquiry into the supreme good and how we can attain it. The supreme good is that which we seek for its own sake, not as a means to some other end, and which makes us happy. Augustine adds, as if this were an uncontroversial point, that happiness is the aim of philosophy in general.1 Book 19 opens with a similar discussion. In his summary of Varro’s treatise De philosophia, Augustine reports that no school of philosophy deserves to be considered a distinct school unless it differs from others on the supreme good. For the supreme good is that which makes us happy, and the only purpose of philosophizing is the attainment of happiness.2 Both of these discussions cast philosophy as a fundamentally practical discipline, so that ethics appears to overshadow logic, metaphysics, and other comparatively abstract areas as a philosopher’s chief concern.
    [Show full text]