20 Matching Annotations
  1. Nov 2023
  2. Mar 2022
  3. Mar 2021
  4. Dec 2020
    1. Types of Structure Outliners take advantage of what may be the most primitive of relationships, probably the first one you learned as an infant: in. Things can be in or contained by other things; alternatively, things can be superior to other things in a pecking order. Whatever the cognitive mechanics, trees/hierarchies are a preferred way of structuring things. But it is not the only way. Computer users also encounter: links, relationships, attributes, spatial/tabular arrangements, and metaphoric content. Links are what we know from the Web, but they can be so much more. The simplest ones are a sort of ad hoc spaghetti connecting pieces of text to text containers (like Web pages), but we will see many interesting kinds that have names, programs attached, and even work two-way. Relationships are what databases do, most easily imagined as “is-a” statements which are simple types of rules: Ted is a supervisor, supervisors are employees, all employees have employee numbers. Attributes are adjectives or tags that help characterize or locate things. Finder labels and playlists are good examples of these. Spatial/tabular arrangements are obvious: the very existence of the personal computer sprang from the power of the spreadsheet. Metaphors are a complex and powerful technique of inheriting structure from something familiar. The Mac desktop is a good example. Photoshop is another, where all the common tools had a darkroom tool or technique as their predecessor.

      Structuring Information

      Ted Goranson holds that there are only a couple of ways to structure information.

      In — Possibly the most primitive of relationships. Things can be in other things and things can be superior to other things.

      Links —Links are what we know from the web, but these types of links or only one implementation. There are others, like bi-directional linking.

      Relationships — This is what we typically use databases for and is most easily conceived as "is-a" statements.

      Attributes — Adjectives or tags that help characterize or locate things.

      Metaphors — A technique for inheriting structure from something familiar.

  5. Nov 2020
    1. I'm looking at https://html.spec.whatwg.org/#attributes-3 right now, and it seems that there are a few others that ought to be boolean but are not currently in this list: allowpaymentrequest, formnovalidate, hidden (is on the original list in the master branch), itemscope, nomodule, and playsinline.
  6. Oct 2020
    1. This is a boolean attribute: the presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false value.
  7. Sep 2020
  8. Jul 2020
    1. Shorthand attributes It's not uncommon to have an attribute where the name and value are the same, like src={src}. Svelte gives us a convenient shorthand for these cases: <img {src} alt="A man dances.">
  9. Jun 2020
    1. Refactoring is intended to improve the design, structure, and/or implementation of the software (its non-functional attributes), while preserving its functionality.

      First sighting: "non-functional attributes".

  10. May 2020
  11. Nov 2019
    1. key attributes needed to produce a worthy PhD thesis are a readiness to accept failure; resilience; persistence; the ability to troubleshoot; dedication; independence; and a willingness to commit to very hard work — together with curiosity and a passion for research
  12. Oct 2019
    1. "Element" SelectorsEach component has a data-reach-* attribute on the underlying DOM element that you can think of as the "element" for the component.
  13. Jul 2018
  14. Oct 2017
    1. To support the extraction of themes, we refer to existent content analysis studies regardingTwitter, with a focus on theInformation-Community-Actionframework which is developed todescribe organization-public communication (Lovejoy and Saxton 2012).Informationtweetscontain factual information,community-buildingtweets reflect social engagement, andactiontweets are explicit calls for taking actions

      Think of these as clusters. We will do cluster analysis in a week or so. These are attributes of nodes.

    2. healthcare roles, yet thereis a considerable amount of conversations from healthcare providers to average consumers,and from average consumers to media

      these are node attributes. I wonder how they derived them from twitter. Hopefully this will be spelled out in the methods.

    3. node size indicates betweenness centrality.Colorsindicate conversational themes (redfor action,bluefor knowledge sharing andgreenfor community).Color figure online

      Node attributes and betweenness centrality.

  15. May 2017
    1. volume, velocity, and variety

      volume: The actual size of traffic

      Velocity: How fast does the traffic show up.

      Variety: Refers to data that can be unstructured, semi structured or multi structured.

  16. Apr 2017
  17. Sep 2015
    1. A system of relationships among the physical attributes is often shown to imitate or represent-by their configuration, content, and associations-conscious and unconscious aspects of social life.

      What are some of these "physical attributes" and what "aspects of social life" are they representing?