/* CSS Press Sidebar Styling */ /* SEE END OF FILE FOR SAMPLE HTML */



/* Press Sidebar - special elements like headers and separators */



.contentItemTableRight hr.press-sidebar-separator {

  width: 90%;

  margin-top: 18px;

  margin-bottom: 18px;

  }

.contentItemTableRight table.press-logo-collage {

  align: center;

  width: 100%;

}

.contentItemTableRight div h2 {

  text-align: center;

  font-size: 1.175rem; /* was 18px */

  font-weight: normal;

  color: black;

  margin-top: 6px;

  margin-bottom: 3px;

}

.contentItemTableRight div span.purplenumberH2 {

  display: none;

}

span.press-event-subhead {

  display:block; 

  font-weight: bold; 

  font-size: 0.825rem; /* was 14px */

}

.contentItemTableRight div hr.press-event-separator {

  width:50%;

  height: 1px;

  color:red;

  margin: 0 auto;

  margin-top: 3px;

  margin-bottom: 3px;

  }





/* CSS STYLING for RSS feeds from deipress.wordpress.com and collectiveiq.wordpress.com */



  .image:hover {

     opacity: 0.75;

     }

		

/* Homepage WHAT'S NEW styling */

    a.newsheading {

    color: #4F81BD;

        }



 /* ---------------------------------------------------------- */ 

 /*  BEGIN RSSINCLUDE - GENERIC */

 /*   NOTE: Originally used RSSinclude, when that folded we 

            switched to FEED.INFORMER                          */

 

 /* rssinclude-generated classes */



    p.rssincl-itemdesc  br {

	   display:none

	   }

	div.rssincl-clear {

    /* clear: both; */

	   margin-bottom: 18px;

       }

    div.rssincl-entry {   /* added 20231107 */ 

	overflow: auto;

        }   

    a.rssincl-itemtitle {

       color: blue;

       }

	   

   /* christina-generated classes used for deipress.wordpress.com and BLOGpost template */



    a.pressheading {   /* any edits must also be made to pressheading-ciq */

	display:block;

	font-style:normal;

	text-decoration: none;

	color: #588ebb;

	font-weight: normal;

        }             /* tried #6691cc | twittercolor#55acee | drkr#147dcc | #3e7fa6 | #6691cc */

    a.pressheading:hover {

	color: #4863b5;

	font-weight: normal;

       }



    a.pressheading-ciq {   /* any edits must also be made to pressheading-ciq */

	display:block;

	font-style:normal;

	text-decoration: none;

	color: #588ebb;

	font-weight: normal;

        }             /* tried #6691cc | twittercolor#55acee | drkr#147dcc | #3e7fa6 | #6691cc */

    a.pressheading-ciq:hover {

	color: #4863b5;

	font-weight: normal;

       }



    .pressimageinsert {

	margin-left:0px;

	margin-right:10px;

	align: left;

       }

    img.pressimageinsert:hover {

	opacity: 0.75;

       }

    .pressbyline	 {

	display:table;

	color: darkgrey;

	font-style: normal;		

       }

     .pressbyline-pub  {

	  color: green;		

       }

     .pressbyline-date  {   /* color inherited from .pressbyline above */	

       }

     .pressbyline-author  {	/* color inherited from .pressbyline above */

      white-space: nowrap;		

       }

    span.pressexcerpt  {			

	   display:block;    /* was display:table; - changed 20231107 */

	   font-style: italic;

       color: black;

       }

    span.pressexcerpt-extras  {			

	   display:block;    /* was display:table; - changed 20231107 */

	   font-style: normal;

       color: black;

       }

/*  END RSS INCLUDE GENERIC */



 /* ---------------------------------------------------------- */

 /* ---------------------------------------------------------- */

 /*  BEGIN RSS INCLUDE SPECIFIC */



 /* ---------------------------------------------------------- */

 /*   RSS SPECIFIC - NORMAL Format for DEI Press and BLOG */



    div#rssincl-normal a.pressheading {

	font-size: 12pt;

        }   

    div#rssincl-normal a.pressheading:hover {

	font-size:12pt;

        }

    div#rssincl-normal a.pressheading-ciq {

	font-size: 12pt;

        }   

    div#rssincl-normal a.pressheading-ciq:hover {

	font-size:12pt;

        }

    div#rssincl-normal .pressimageinsert {  /* Featured on  Press / Blog pages */

	width: 30%;  /* added 20231107 */

	min-width: 120px;	

	max-width: 200px;

	float: left;	

        }

    div#rssincl-normal .pressbyline	 {

	font-size:9pt;

        }

    div#rssincl-normal span.pressexcerpt  {		

	font-size:8pt;

        }

    div#rssincl-normal span.pressexcerpt-extras  {			

	font-size:8pt;

       }





 /* ---------------------------------------------------------- */

 /*   RSS SPECIFIC - spcl BLOG treatment for all Formats */



    div#rssincl-ciqblog a.pressheading-ciq {

    display: none;

		}             /* tried #6691cc | twittercolor#55acee | drkr#147dcc | #3e7fa6 | #6691cc */

   div#rssincl-ciqblog  a.pressheading-ciq:hover {

   display: none

       }

    div#rssincl-ciqblog a.pressheading {

	display: block;

        }

    div#rssincl-ciqblog a.pressheading:hover {

	display: block;

        }



 /* ---------------------------------------------------------- */

 /*   RSS SPECIFIC - FEATURED Format for DEI Press and BLOG    */

 /*    webmaster has option of featured container being 

       filled or horizontally-scrolled using add-on class 

	   "filled" or "horiz-scroll"                              */



div.horiz-scroll-tips {

  float:right;

  color:gray;

  margin-bottom: -2.35em; 
  margin-top: 0.2em; 

  font-size:0.80em; 

  font-style:italic; 

  padding-right: 9px;

  }



div#featured  .rssincl-content {

  display: flex;

  flex-wrap: nowrap; 

  width:  100%;

  border: 0; /* encircling this section */

  align:center;

  margin: auto;

  margin-top: -20px; 

    }

div#featured.horiz-scroll  .rssincl-content {

  display: flex;

  flex-wrap: nowrap;

  overflow-x: auto;  

  width:  calc(100vw - 406px) !important;

    }

div#featured.filled  .rssincl-content {

  display: flex;

  flex-wrap: wrap;

  width: 100%;

  align-items: stretch;

    }

div#featured .rssincl-entry {

  border: 0; /* encircling this section */  

  margin: 9px; /* whitespace around the item */

  padding: 0; /* padding inside the margins */

  align: center;

  text-align: center;

  color:black;

  padding-bottom: 3px;

    }

div#featured.horiz-scroll .rssincl-entry {

  display:inline-table;

  width: 16%;

  min-width: 220px;

  max-width: 280px;

    }

div#featured.filled .rssincl-entry {

  flex: 30%;

  min-width: 180px;

  align-items: flex-start;

    }

div#featured .feature-category {

  display: block;

  padding: 2px 9px 2px;

  font-weight: normal;

  font-size: 0.9em;

  text-align: left;

  color: white;

  background-color: black;

}

div#featured .feature-category a {

  text-decoration: none;

  color: white;

}

div#featured .feature-category a:hover {

  text-decoration: underline;

  color: white;

}

div#featured a.pressheading {

  font-size: 1.03em;  /* was 12pt  */

  line-height: 1.4em;



    }   

div#featured a.pressheading:hover {

    }

div#featured a.pressheading-ciq {

    }   

div#featured a.pressheading-ciq:hover {

        }

div#featured .pressimageinsert {  /* Featured on  Press / Blog pages */

  width: 99%;

  aspect-ratio: 16/9;

  object-fit: cover;

  align: center;

  margin: auto;

  border: 1px solid lightgray;

/* border-style: none solid solid solid; */

  margin-bottom: 3px;

        }

div#featured .pressbyline	 {

	display:block;

	font-size:9pt;

	text-align: center;

        }

    div#featured .pressbyline-pub	 {

       text-align: center;

        }

    div#featured .pressbyline-date	 {

       display: none;

        }

    div#featured .pressbyline-sep1	 {

       display: none;

        }

    div#featured .pressbyline-author	 {

       display: none;

        }

    div#featured .pressbyline-sep2	 {

       display: none;

        }

div#featured span.pressexcerpt  {		

	font-size:8pt;

	padding-left: 1px;

	padding-right: 1px;

	line-height: 1.4em;

        }

div#featured span.pressexcerpt-extras  {			

	font-size:8pt;

       }      

/* GENERIC */

.rssincl-entry {

  margin-bottom: -1.5em;

  }



 /* ---------------------------------------------------------- */

 /*  BEGIN RSSINCLUDE - HOMEPAGE HIGHLIGHT FORMAT for DEI Press and BLOG */



    div#rssincl-highlights div.rssincl-clear {

       clear: both;   

	   margin-bottom: 24px;  /* was 3px - changed 20231107 */

       }

    div#rssincl-highlights a.pressheading {

       display: inline;

	   font-size: 10pt;

        }   

    div#rssincl-highlights a.pressheading:hover {

       display: inline;

	   font-size: 10pt;

        }

    div#rssincl-highlights a.pressheading-ciq {

	   display: none;

        }   

    div#rssincl-highlights a.pressheading-ciq:hover {

	   display: none;

        }

    div#rssincl-highlights .pressimageinsert {  /* Welcome page Press / Blog selections */

	   width: 30%;  /* added 20231107 */

       min-width: 60px;	

       max-width: 120px;

	   margin-top: 3px;  /* added 20231107 */ 

       float: left;	

	   aspect-ratio: 1/1;  /* make it square - added 20231107 */

	   object-fit: cover; /* prevents image from stretching or squishing - added 20231107 */ 

        }

    div#rssincl-highlights .pressbyline	 {

       font-size: 9pt;

	   display: block;

        }

    div#rssincl-highlights .pressbyline-pub	 {

       display: inline;

        }

    div#rssincl-highlights .pressbyline-date	 {

       display: none;

        }

    div#rssincl-highlights .pressbyline-sep1	 {

       display: none;

        }

    div#rssincl-highlights .pressbyline-sep2    {

       display: inline;

        }

    div#rssincl-highlights .pressbyline-author	 {

       display: inline;

        }

    div#rssincl-highlights span.pressexcerpt  {		

       display: none;	

        }

    div#rssincl-highlights span.pressexcerpt-extras  {		

       display: none;	

        }

		

 /* ---------------------------------------------------------- */

 /*       RSS SPECIFIC -spcl SIDEBAR format for DEI Press or BLOG */



    div#rssincl-sidebar {

	border: 0px;

	padding: 1px;

        }

    div#rssincl-sidebar div {

	width: 100%; /* was 175px - changed 20231107 */

	border: 0px;

	padding: 1px;

	align: center;

	text-align: center;

        }

    div#rssincl-sidebar div.rssincl-clear {

    /* clear: both; */

	   margin-bottom: 1px;

       }

    div#rssincl-sidebar a.pressheading {

	display: block;

	font-size: 0.8rem; /* was 10pt - changed 20231107 */

	line-height: 16px; /* added 20231107 */

        }   

    div#rssincl-sidebar a.pressheading:hover {

        }

    div#rssincl-sidebar a.pressheading-ciq {	

	display: block;

	font-size: 0.8rem; /* was 10pt - changed 20231107 */

	line-height: 16px; /* added 20231107 */

        }   

    div#rssincl-sidebar a.pressheading-ciq:hover {

        }

    div#rssincl-sidebar img.pressimageinsert {  /* Sidebar selections for Press / Blog pages */

	display: block;

	width: 70%; /* was 140px - changed 20231107 again 20241023 */

	aspect-ratio: 16/9;  /* make it square - added 20231107 */

	object-fit: cover; /* prevents image from stretching or squishing - added 20231107 */ 

	align: center;

	margin-left: 15%;

	margin-right: 15%; /* was 18px - changed 20231107 again 20241023 */

	margin-bottom: 3px;

        }

    div#rssincl-sidebar .pressheading	 {  /* added 20231107 - this was missing! */

	clear: both;

	display: block;

        }

    div#rssincl-sidebar .pressbyline	 {

	display: block;

	font-size: 0.75rem; /* was 9pt - changed 20231107 */

	line-height: 14px; /* added 20231107 */

        }

    div#rssincl-sidebar .pressbyline-pub	 {

	display: block;

	color: green;

	text-align: center;

        }		

    div#rssincl-sidebar .pressbyline-date	 {

	display: none;

        }

    div#rssincl-sidebar .pressbyline-sep1	 {

	display: none;

        }

    div#rssincl-sidebar .pressbyline-sep2    {

	display: none;

        }

    div#rssincl-sidebar .pressbyline-author	 {

	display: none;

        }

    div#rssincl-sidebar .pressexcerpt  {		

	display: none;	

        }



 /* ---------------------------------------------------------- */

 /*       RSS SPECIFIC format for TWITTER FEED */

 

    div#twitter-feed {

    display: table;

		}

		

/* ### SAMPLE HTML ###  */	



/* SOURCE: https://feed.informer.com/ */



 /*  ### BEGIN DEI-Press INCLUDE for PRESS Body # YSEACNSIA4  ### */



/* THE HTML FILE CONTAINS ONE OF THESE DIVS containing a feed from FEED.INFORMER 

     <div id="rssincl-normal">

	 <div id="featured">

     <div id="rssincl-sidebar">

	 <div id="rssincl-highlights"> /* format used on homepage Press Spotlight */



/* INCLUDED FROM FEED.INFORMER 

<div class="rssincl-content">



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a class="pressimagelink" href="https://www.dougengelbart.org/press/archives/9908__/dougengelbart_phtml.html"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/2021/09/1999-govtech-unfinished-revolution-3x2-1.jpg?w=300" alt="article featured image" align="left"></a>

  <a class="pressheading" href="https://www.dougengelbart.org/press/archives/9908__/dougengelbart_phtml.html">Doug Engelbart: The Unfinished Revolution</a>

    <span class="pressbyline">

	  <span class="pressbyline-pub"> Government Technology </span> 

	  <span class="pressbyline-sep1">&#124;</span> 

	  <span class="pressbyline-date"> Aug 1999 </span> 

	  <span class="pressbyline-sep2">&#124;</span> 

	  <span class="pressbyline-author"> Blake Harris </span>

	 </span>    

    <span class="pressexcerpt"> Engelbart "pioneered what is now known as collaborative hypermedia, knowledge management, community networking and organizational transformation. After 20 years of directing his own lab at SRI, and 11 years as senior scientist, first at Tymshare, and then at McDonnell Douglas Corp., Engelbart founded the Bootstrap Institute, where he is working closely with industry and government stakeholders to launch a collaborative implementation of his work.”

    <span class="pressexcerpt-extras">

Appearing in Government Technology Magazine: Special Issue "Visions: technology and government for the new millennium 

    </span>

	 </span>

	<br />

</div>



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a class="pressimagelink" href="https://tidbits.com/1998/12/14/douglas-engelbart-more-thoughts-from-cassandra/"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/1998/12/1998-tidbits-more-thoughts.png?w=300" alt="article featured image" align="left" /></a>

  <a class="pressheading" href="https://tidbits.com/1998/12/14/douglas-engelbart-more-thoughts-from-cassandra/">Douglas Engelbart: More Thoughts from Cassandra</a> 

  <br>

  <span class="pressbyline">

   <span class="pressbyline-pub"> TidBITS  </span> 

   <span class="pressbyline-sep1">&#124;</span> 

   <span class="pressbyline-date"> Dec 14, 1998 </span> 

   <span class="pressbyline-sep2">&#124;</span> 

   <span class="pressbyline-author"> Adam Engst </span> 

  </span>

  <br> 

   <span class="pressexcerpt"> Douglas Engelbart can be credited with inventing much of the computing paradigm we all use today, but have we missed his most important ideas? Adam looks at where Engelbart has been and where he thinks we need to strategize for the future, given the accelerating rate of change: “Wouldn’t you think [an organization] would try to knock off two birds with one stone by creating products that radically improve the productivity of its own employees, with the understanding that doing so would result in products that would better meet the needs of other customers?” <br> 

   <span class="pressexcerpt-extras"> 

Reference: This article was inspired by <a href="https://youtu.be/DDBwMkN6IKo">Doug's Turing Lecture</a> &#124; <a href="https://www.slideshare.net/cengelbart/new-engelbart-turing-lecture-at-cscw98">Slidedeck</a> </span> 

   </span><br />

</div>



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a href="https://fermatslibrary.com/s/douglas-carl-engelbart-developing-the-underlying-concepts-for-contemporary-computing" class="pressimagelink"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/1997/07/1997-press-barnes-engelbart.png?w=300" alt="article featured image" align="left" /></a>

  <a class="pressheading" href="https://fermatslibrary.com/s/douglas-carl-engelbart-developing-the-underlying-concepts-for-contemporary-computing">Douglas Carl Engelbart: Developing the Underlying Concepts for Contemporary Computing</a> <br>

  <span class="pressbyline">

    <span class="pressbyline-pub"> IEEE Annals  </span> 

	<span class="pressbyline-sep1">&#124;</span> 

	<span class="pressbyline-date"> Jul 1997 </span> 

	<span class="pressbyline-sep2">&#124;</span> 

	<span class="pressbyline-author"> Susan B. Barnes </span>

  </span> <br> 

  <span class="pressexcerpt"> “What is missing from the current commercial descriptions of the Web is a discussion about the 30-year history of R&#38;D that created the underlying technologies on which the Web is based. Much of this foundation was laid in the 1960s by Douglas Carl Engelbart. In 1968, at the ACM/IEEE-CS Fall Joint Computer Conference, Engelbart demonstrated his concept of &#8220;interactive computing&#8221; to a group of computer scientists, and this is now considered a seminal event in the history of computing." Source: IEEE Annals of the History of Computing

Volume 19 Issue 3, July 1997 

  </span><br />

</div>



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a class="pressimagelink" href="https://www.dougengelbart.org/press/archives/9706__/haavind-697edit.html"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/2024/05/1997-computer-design-haavind-worthy-prize-winner.png?w=300" alt="article featured image" align="left" /></a>

  <a class="pressheading" href="https://www.dougengelbart.org/press/archives/9706__/haavind-697edit.html">A Worthy Prize Winner: Doug Engelbart</a> <br>

	<span class="pressbyline">

	  <span class="pressbyline-pub"> Computer Design  </span> 

	  <span class="pressbyline-sep1">&#124;</span> 

	  <span class="pressbyline-date"> Jun 1997 </span> 

	  <span class="pressbyline-sep2">&#124;</span> 

	  <span class="pressbyline-author"> Bob Haavind </span>

	</span> <br> 

	<span class="pressexcerpt"> "Technology still hasn't caught up to Doug's vision for the future." -- Bob Haavind, Editor-in-Chief. "The 1997 Lemelson-MIT Prize, worth $500,000, was awarded during a ceremony at the Smithsonian in Washington D.C. to Douglas Engelbart, a hands-on engineer/inventor who was instrumental in the development of networking and the personal computer. There could not be a more deserving winner of this prestigious award than this unassuming, brilliant visionary." </span><br />

</div>

<div class="rssincl-clear"></div>



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a class="pressimagelink" href="https://courant.newspapers.com/clip/84654786/of-mouse-and-man-douglas-engelbart-rec/"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/2021/09/1997-engelbart-lemelson-mit-prize-3x2-1.png?w=300" alt="article featured image" align="left"></a>

  <a class="pressheading" href="https://courant.newspapers.com/clip/84654786/of-mouse-and-man-douglas-engelbart-rec/">Of Mouse and Man</a>

	<span class="pressbyline">

	  <span class="pressbyline-pub"> Hartford Courant  </span> 

	  <span class="pressbyline-sep1">&#124;</span> 

	  <span class="pressbyline-date"> Apr 17, 1997 </span> 

	  <span class="pressbyline-sep2">&#124;</span> 

	  <span class="pressbyline-author"> Kevin Hunt </span>

	</span>

	<span class="pressexcerpt"> “In 20 or 30 years, you'll be able to hold in your hand as much computing knowledge as exists now in the whole city, or even the whole world.” -- Douglas Engelbart, upon receiving the $500,000 Lemelson-MIT Prize, the crown jewel of inventor prizes, in New York last week.

<span class="pressexcerpt-extras">

Visit <a href="https://dougengelbart.org/about/honors.html">Engelbart Awards</a> for details. </span>

	</span><br />

</div>



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a class="pressimagelink" href="https://web.archive.org/web/20030407161418/https://fortune.com/fortune/articles/0,15114,377035,00.html"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/2022/01/1996-usnews-portrait-3x2-1.jpg?w=300" alt="article featured image" align="left"></a>

  <a class="pressheading" href="https://web.archive.org/web/20030407161418/https://fortune.com/fortune/articles/0,15114,377035,00.html">Tools that make business better and better: A Silicon Valley legend</a>

	<span class="pressbyline">

	  <span class="pressbyline-pub"> Fortune Magazine  </span> 

	  <span class="pressbyline-sep1">&#124;</span> 

	  <span class="pressbyline-date"> Dec 23, 1996 </span> 

	  <span class="pressbyline-sep2">&#124;</span> 

	  <span class="pressbyline-author"> Thomas Stewart </span>

	</span>

	<span class="pressexcerpt"> “A Silicon Valley legend who pioneered the mouse and the Internet has been thinking about how groups can work smarter--companies, divisions, teams, whatever--longer than anyone else. Better than anyone too: His ideas--long incubated, long promulgated, and long ignored--provide a way of looking at how to improve corporate performance that's fresh and refreshingly practical. His name is Douglas C. Engelbart.

	</span><br />

</div>



<div class="rssincl-entry">

 <p class="rssincl-itemdesc">

  <a class="pressimagelink" href="https://www.sfgate.com/entertainment/article/Inventor-of-the-present-works-on-the-future-3118585.php"><img class="pressimageinsert" src="https://deipress.files.wordpress.com/2024/04/1994-engelbart-portrait-in-nature-3x2crop.png?w=300" alt="article featured image" align="left" /></a>

  <a class="pressheading" href="https://www.sfgate.com/entertainment/article/Inventor-of-the-present-works-on-the-future-3118585.php">Inventor of the present works on the future</a> <br>

	<span class="pressbyline">

	  <span class="pressbyline-pub"> San Francisco Chronicle </span> 

	  <span class="pressbyline-sep1">&#124;</span> 

	  <span class="pressbyline-date"> Oct 16, 1996 </span> 

	  <span class="pressbyline-sep2">&#124;</span> 

	  <span class="pressbyline-author"> Howard Rheingold </span>

	</span> <br> 

	<span class="pressexcerpt"> "If we are going to do any good with the collaborative work tools that computers provide, it is going to involve significant changes at all levels of our social system and our organizations" -- Doug Engelbart. Then and now, Engelbart understood that the most profound changes to result from his inventions were not hardware or software innovations, but social innovations - new ways for people to think, communicate and work together. 

	</span><br />

</div>	