bmschmidt / pubmed-explorer

Scrollership through 20m pubmed abstracts.
Other
25 stars 2 forks source link

How does editing the narration work? #29

Closed dkobak closed 1 year ago

dkobak commented 1 year ago

I edited https://github.com/bmschmidt/pubmed-explorer/blob/main/src/scrollership/pubmed.md just to try it out, but the change does not appear on http://pubmed.nomic.ai/. Do you need to manually port it there for it to appear live?

dkobak commented 1 year ago

The reason I am asking is that I wanted to go ahead and edit some texts in the Intro part, but I am not sure what's the best way to do that.

bmschmidt commented 1 year ago

I have to manually deploy. Because the build process involves pandoc, it’s not easy to do in the cloud. But if you want to work on it locally, it’s not hard—you just need to have node and pandoc installed, and then edit the markdown file. I can put the line by line instructions up in a few minutes.

On Mon, Mar 27, 2023 at 7:49 AM Dmitry Kobak @.***> wrote:

The reason I am asking is that I wanted to go ahead and edit some texts in the Intro part, but I am not sure what's the best way to do that.

— Reply to this email directly, view it on GitHub https://github.com/bmschmidt/pubmed-explorer/issues/29#issuecomment-1485002400, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPFZVOGNM6DH7UODRE6O3W6F5ELANCNFSM6AAAAAAWJB5WBU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bmschmidt commented 1 year ago

I put some instructions in the README.md file if you want to develop locally. Also I can set something up that autopulls and publishes every ten minutes, but it will only work when I have my laptop open.

bmschmidt commented 1 year ago

Your changes should be reflected online now.

dkobak commented 1 year ago

OK, got it. I will aim to make a larger edit later tonight.