-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (109 loc) · 5.03 KB
/
index.html
File metadata and controls
166 lines (109 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<h2>The first Computers in Boise City </h2>
</center><br><br>
The history of computing in Boise began on June 30, 1957 when Remington Rand corporation
demonstated a UNIVAC computer in their office at 609 Bannock Street. At this time the world had
only 1,100 computer installations. Later that year the Department of Highways installed a
UNIVAC 120 from Remington Rand and put it to use on engineering problems for the
department.<br><br> <center><img src="uni120.JPG"><br><br><br></center>
<center><img src="marionWhaley2.jpg"><br>
<b>Marion Whaley</b></center> in whose deparment the computer was installed is quoted
as saying: "This machine will shake engineers loose from the calculators and slide
rules and allow them to get out on the jobs."</p>
The following table lists the organizations which installed the first computers in Boise.
The people and the applications they developed are described in articles from the Idaho Statesman. </a>
</div>
<div class="card">
<h3>
<center>
<table border="10" cellspacing="1" cellpadding="5">
<tr>
<td align="center"><b><font face="Verdana">Year</font></b></td>
<td align="center"><b><font face="Verdana">Organization</font></b></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1957</font></td>
<td><font face="Verdana"><a href="transportation.html">Idaho Department of Highways</a></font></td>
</tr>
<td align="center"><font face="Verdana">1960</font></td>
<td><font face="Verdana"><a href="dpma.html">Data Processing Management Association</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1961</font></td>
<td><font face="Verdana"><a href="cascade.html">Boise Cascade Corporation</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1961 </font></td>
<td><font face="Verdana"><a href="mountainStates.html">Mountain States Wholesale</a> </font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1963 </font></td>
<td><font face="Verdana"><a href="albertsons.html">Albertsons Inc</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1963</font></td>
<td><font face="Verdana"><a href="oreIda.html">Ore Ida Foods</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1963 </font></td>
<td><font face="Verdana"><a href="idahoPower.html">Idaho Power</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1964</font></td>
<td><font face="Verdana"><a href="mKco.html">Morrison-Knudsen</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1964</font></td>
<td><font face="Verdana"><a href="stateAuditor.html">Idaho State Auditor</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1964 </font></td>
<td><font face="Verdana"><a href="firstSecurity.html">Idaho First Security Bank</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1965 </font></td>
<td><font face="Verdana"><a href="bankIdaho.html">Bank of Idaho</a> </font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1965 </font></td>
<td><font face="Verdana"><a href="intGas.html">Intermountain Gas</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1965 </font></td>
<td><font face="Verdana"><a href="stateTax.html">Idaho State Tax Commission</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1965</font></td>
<td><font face="Verdana"><a href="jaTert.html">J. A. Terteling</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1966 </font></td>
<td><font face="Verdana"><a href="firstNational.html">Idaho First National Bank</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1966</font></td>
<td><font face="Verdana"><a href="doe.html">Idaho Department of Employment</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1966</font></td>
<td><font face="Verdana"><a href="trusJoist.html">Trus Joist</a></font></td>
</tr>
<tr>
<td align="center"><font face="Verdana">1966</font></td>
<td><font face="Verdana"><a href="boiseCollege.html">Boise College</a></font></td>
</tr>
</table>
</center>
</div>
</div>
</body>
</html>