Files
RSSHub/lib/v2/ieee/templates/description.art
Derek 3cfad37145 feat(route): fix and update IEEE route (#9955)
* feat: change to use cookieJar

* feat: update router.js

* feat: format

* feat: change to use `${host}`

* fix: description.art

* try to fix

* try to fix

* try to fix

* Update journal.js

* Update recent.js

* Update recent.js

* Update journal.js

* fix: mark deprecated routes
2022-06-17 00:01:57 +08:00

11 lines
320 B
Plaintext

<p>
<span><big>{{ item.title }}</big></span><br>
</p>
<p>
<span><small><i>{{ item.authors }}</i></small></span><br>
<span><small><i>https://doi.org/{{ item.doi }}</i></small></span><br>
<span><small><i>Volume {{ item.volume }}</i></small></span><br>
</p>
<p>
<span>{{ item.abstract }}</span><br>
</p>