-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (97 loc) · 4.95 KB
/
index.html
File metadata and controls
107 lines (97 loc) · 4.95 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
<!DOCTYPE html>
<html>
<title> Programming Languages </title>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<!--Navigation Bar-->
<div class="page">
<header id="header">
<hgrounp class="white blank"></hgrounp>
</header>
<section class="demo">
<ul class="nav black">
<li><a href="Index.html">Home</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="Python.html">Python</a></li>
<li><a href="">C</a></li>
<li><a href="">JAVA</a></li>
<li><a href="">C++</a></li>
<li><a href="http://dst.uic.edu.hk/cn/data-science"><img src="images/CDS.png" width="20" height="20" align ="right"></a><li>
</ul>
</section>
</div>
<body>
<h1>
<br/>
<img src="images/CDS.png">
<br/>
<span class="seconday">IEEE Spectrum Rank</span>
<span>Programming Language </span>
</div>
</h1>
<div align="center">
<p class="paragraph-text timeline-content">by IT(13) Group 2</p></div>
<div align="center">
<img src="images/Programming Languages.jpg"></div>
<br/>
<br/>
<h2 class="in-point">
<p><span>2017</span></p>
<span>The lastest rank</span>
</h2>
<br/>
<p>Python has continued its upward trajectory from last year and jumped two places to the No. 1 slot, though the top four - Python, C, Java, and C++ - all remain very close in popularity. Indeed, in Diakopoulos’s analysis of what the underlying metrics have to say about the languages currently in demand by recruiting companies, C comes out ahead of Python by a good margin.
</p>
<p>So, our group would like to introduce the top four languages to you. </p>
<br/>
<br/>
<br/>
<br/>
<div align="center"><p>Here are the the Top Ten Languages for the typical Spectrum reader of 2017.</p><div>
<div align="center">
<img src="images/Rank.jpg">
</div>
<br/>
<br/>
<br/>
<h2 class="in-point">
<p><span>our topic</span></p>
</h2>
<br/>
<!--Gallary-->
<table border="0" class="Gallary">
<td><a href="Python.html"><img src="images/Python.jpg";width="200" height="112.5"></a></td>
<td><a href=""><img src="images/C.jpg";width="200" height="112.5"></a></td>
<td><a href=""><img src="images/JAVA.jpg";width="200" height="112.5"></a></td>
<td><a href=""><img src="images/C++.jpg";width="200" height="112.5"></a></td>
</table>
<br/>
<br/>
<h1 class="in-point">
<span class="seconday"> What Is </span>
<span>IEEE Spectrum Rank?</span>
</h1>
<br/>
<div class="p">
<div align="center"><p><strong>About IEEE Spectrum </strong></p></div>
<p>IEEE Spectrum is the flagship magazine and website of the IEEE, the world’s largest professional organization devoted to engineering and the applied sciences. Our charter is to keep over 400,000 members informed about major trends and developments in technology, engineering, and science. Our blogs, podcasts, news and features stories, videos and interactive infographics engage our visitors with clear explanations about emerging concepts and developments with details they can’t get elsewhere.
</p>
<img src="images/IEEE.png" align ="right">
<br/>
<div align="center"><p><strong>About The Rank </strong></p></div>
<p>Unlike other programming language surveys, the IEEE Programming Language Survey gives you the ability to interactively alter the weights on the ranking criteria. Applying 12 metrics to 10 data sources, they rank 48 languages. They also explain their design, methods, and data sources.
</p>
<p>Several preset rankings are given: for a typical reader of the IEEE Spectrum, emerging trends, employer interest, and open source. You can also filter based on industry sector: web, mobile, enterprise, or embedded. You can compare the results to a previous year. Changing the weights on the various data sources allows changing how much importance you want to give them. One of the survey's data sources is the IEEE Xplore Digital Library of conference and journal articles about scientific and engineering.
</p>
<p>The IEEE survey is more flexible than other language surveys. This survey does not offer a statistically valid representation of current use. It tries to relate language discussion (Stack Overflow) with use (GitHub) in an effort to extract insights about potential future adoption trends.
</p>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</body>
</html>