I want to show a list of my own publications on my webpage, is there an easy way to do so? Yes, Stork API, a single line of code, allows you to show a list of publications given a keyword. You only need to put the code to your webpage once, and then even if there are new publications, the list will update itself.
Let’s look at this list:
The above list was generated by the following single line of code:
<iframe style="border: 0;" src="https://www.storkapp.me/api/new.php?apiKey=STORKDEMO&format=html&num=20&k=cui+xu+(stanford+psychiatry+OR+houston)" width="100%" height="600" frameborder="0"></iframe>
What about a list of publications in fNIRS field? It’s easy too. As you can see, all you need to change the the “k” parameter (which stands for keyword).
<iframe style="border: 0;" src="https://www.storkapp.me/api/new.php?apiKey=STORKDEMO&format=html&num=4&k=(nirs OR fnirs) brain" width="100%" height="600" frameborder="0"></iframe>
The line of code above becomes