elifesciences / elife-xpub

eLife is an open-access journal and technology provider that publishes promising research in the life and biomedical sciences. This is their implementation of a submission and peer review system based on Coko PubSweet and xPub.
https://elifesciences.org/
MIT License
32 stars 5 forks source link

Make change to submit.elifesciences.org/ #861

Closed hdrury1 closed 5 years ago

hdrury1 commented 6 years ago

eJP should redirect route of https://submit.elifesciences.org/ to our ELB in AWS which will handle the 90% / 10% filtering.

giorgiosironi commented 6 years ago

Perhaps stating the obvious, but the redirect should be to:

https://elifesciences.org/submit

For staging, in case they have one:

https://continuumtest--cdn-journal.elifesciences.org/submit
diversemix commented 5 years ago

Also for more context: image

https://mermaidjs.github.io/mermaid-live-editor/#/edit/eyJjb2RlIjoic2VxdWVuY2VEaWFncmFtXG4gICAgcGFydGljaXBhbnQgU1IgYXMgU3RhcnRcbiAgICBwYXJ0aWNpcGFudCBFTCBhcyBlTGlmZVxuICAgIHBhcnRpY2lwYW50IEVKUCBhcyBlSlBcbiAgICBwYXJ0aWNpcGFudCBYUCBhcyB4UHViXG5cblNSLS0-PkVKUDogY2xpY2sgYnV0dG9uIG9yIGJyb3dzZSB0byBzdWJtaXQuZWxpZmVzY2llbmNlcy5vcmdcbkFjdGl2YXRlIEVKUFxuRUpQLS0-PkVMOiBSZWRpcmVjdCAnLycgdG8gZWxpZmVzY2llbmNlcy5vcmcvc3VibWl0XG5EZWFjdGl2YXRlIEVKUFxuXG5BY3RpdmF0ZSBFTFxuRUwtLT4-RUw6IEFwcGx5IEZpbHRlclxuRUwtPj5FSlA6IE5vdCBzZWxlY3RlZCBodHRwczovL3N1Ym1pdC5lbGlmZXNjaWVuY2VzLm9yZy9jZ2ktYmluL21haW4ucGxleFxuRUwtPj5YUDogU2VsZWN0ZWQ6IGh0dHBzOi8veHB1Yi5lbGlmZXNjaWVuY2VzLm9yZ1xuRGVhY3RpdmF0ZSBFTFxuIiwibWVybWFpZCI6eyJ0aGVtZSI6ImRlZmF1bHQifX0

giorgiosironi commented 5 years ago

Summary of today's call from the technical point of view:

Waiting for access logs from EJP to compare the foot prints of users (ip and user agent) that click /submit on elifesciences.org with people that make an initial submission on EJP at: https://submit.elifesciences.org/cgi-bin/main.plex?form_type=submit_ms_splash&...

SELECT COUNT(url), DATE(timestamp) FROM prod.journal WHERE timestamp >= "2019-01-01 00:00:00" AND url="/submit" GROUP BY DATE(timestamp)

gives from 100 to 300 clicks a day on /submit.

giorgiosironi commented 5 years ago

It looks like this should be in In Progress now?

hdrury1 commented 5 years ago

Once I've had confirmation from Joel that this work is happening!

hdrury1 commented 5 years ago

Closing off as obsolete. We were unable to implement a hard redirect, so are instead redirecting users from eJP's New Submission splash screen when they select to submit one of the 'Initial Submission' article types.