dnaaun / openFraming

Tools for automatic frame discovery and labeling based on topic modeling and deep learning, made widely accessible to researchers from non computational backgrounds.
http://www.openframing.org
9 stars 7 forks source link

Add an example to visualize framing in news #328

Open monajalal opened 3 years ago

monajalal commented 3 years ago
Screen Shot 2020-09-17 at 12 21 56 AM

Here: http://www.openframing.org/

monajalal commented 3 years ago

@edward-edberg could you please work with Yimeng on this? We would like this (a nicer way of showing it though not screenshot) to be first thing when you browse to openframing.org so you get an idea what framing (e.g. in news) means in general.

edward-edberg commented 3 years ago

@monajalal do you mean just add an image?

monajalal commented 3 years ago

@edward-edberg yes please add the image that @yimengsun created and please ask @davidatbu to push this to deploy

edward-edberg commented 3 years ago

https://github.com/davidatbu/openFraming/pull/331 @monajalal @davidatbu done

Sorry for late reply, my mom passed away 2 days ago. I still cannot concentrate properly.

monajalal commented 3 years ago

@edward-edberg really sorry for your loss. Please accept my condolences.

@davidatbu could you please submit these pushes to the actual website and also provide us guidelines how to do this on our own in the future perhaps?

dnaaun commented 3 years ago

Thank you for the PR Edward. I appologize for the silence on my end. I've deployed the latest code.

@monajalal , to deploy,log in to the instance, and then

cd openFraming/
git status # Just to make sure  that we're on the deployment branch
git pull # Pull the latest changes from the deployment branch
sudo docker-compose build # Build the Docker image according to the latest repo
sudo docker-compose up -d #  (Re)start the Docker containers to use the latest image.

Note that the .env file on the instance has the SendGrid API keys (as it states to do so on the README). These cannot be committed to the repo because that would make them public.