File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -167,13 +167,13 @@ <h2>Text and Speech</h2>
167
167
</ div >
168
168
169
169
< div
170
- id ="technology "
170
+ id ="tech "
171
171
class ="research-section col-md-8 offset-md-1 container "
172
172
>
173
173
< h2 > Technology</ h2 >
174
174
< div class ="research-item ">
175
175
< a
176
- class ="text-and-speech -0 "
176
+ class ="tech -0 "
177
177
href ="https://research.ibm.com/blog/ibm-pytorch-cloud-ai-ethernet "
178
178
> Bringing massive AI models to any cloud</ a
179
179
>
Original file line number Diff line number Diff line change 12
12
< li > < a href ="#nlp "> NLP</ a > </ li >
13
13
< li > < a href ="#robotics "> Robotics</ a > </ li >
14
14
< li > < a href ="#text-and-speech "> Text and Speech</ a > </ li >
15
- < li > < a href ="#technology "> Technology</ a > </ li >
15
+ < li > < a href ="#tech "> Technology</ a > </ li >
16
16
</ ul >
17
17
</ ul >
18
18
</ div >
19
19
20
20
< script >
21
21
$ ( "#research-sidebar-list li a" ) . on ( "click" , function ( e ) {
22
22
var href = $ ( this ) . attr ( "href" ) ;
23
+
23
24
$ ( "html, body" )
24
25
. stop ( )
25
26
. animate (
You can’t perform that action at this time.
0 commit comments