From edc73135fdbc7e7dcf90957d8fe040ed665c4d7a Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 19 Jul 2017 17:38:34 -0400 Subject: [PATCH] added soft launch post and submission link --- conf.py | 6 +-- pages/index.rst | 1 + pages/who-we-are.html | 51 ++++++++++--------- ...ncement.html => 2017-05-announcement.html} | 0 posts/2017-07-softlaunch.html | 36 +++++++++++++ themes/custom/templates/base.tmpl | 1 + themes/custom/templates/index.tmpl | 3 ++ 7 files changed, 71 insertions(+), 27 deletions(-) rename posts/{announcement.html => 2017-05-announcement.html} (100%) create mode 100644 posts/2017-07-softlaunch.html diff --git a/conf.py b/conf.py index 7929781..3739413 100644 --- a/conf.py +++ b/conf.py @@ -116,8 +116,8 @@ NAVIGATION_LINKS = { DEFAULT_LANG: ( ("/", "Home"), ('/who-we-are', 'About'), - ('/scholarship/', 'Scholarship'), - ('/contact', 'Contact') + ('/contact', 'Contact'), + ('/scholarship/', 'Scholarship') ), } @@ -544,7 +544,7 @@ REDIRECTIONS = [] # Whether or not github_deploy should commit to the source branch automatically # before deploying. -GITHUB_COMMIT_SOURCE = True +#GITHUB_COMMIT_SOURCE = True # Where the output site should be located # If you don't use an absolute path, it will be considered as relative diff --git a/pages/index.rst b/pages/index.rst index 6de2197..fcc67a7 100644 --- a/pages/index.rst +++ b/pages/index.rst @@ -10,4 +10,5 @@ .. post-list:: :sections: updates + :stop: 1 diff --git a/pages/who-we-are.html b/pages/who-we-are.html index 4f89607..90dbb80 100644 --- a/pages/who-we-are.html +++ b/pages/who-we-are.html @@ -1,7 +1,7 @@ + + + + + +

We are happy to announce that the LIS Scholarship Archive (osf.io/preprints/lissa) is open for submissions! We are in a 'soft launch’ period, so we welcome all comments and feedback from the community on the submission process and our submission guidelines (available via an open Google doc!).

+ +

On LISSA, members of the LIS community can showcase the full spectrum of work they do. Our conception of scholars is inclusive of all workers in library and information science, including students and trainees. We hope to see you and your work on LISSA soon!

+ +

You can always get updates from LISSA on lissarchive.org or Twitter (@LISSArchive) or via email (lissarchive@gmail.com). Feel free to reach out to us! +

+ +

Best,
the LISSA steering committee:

+ +

Vicky Steeves, co-director, Librarian for Research Data Management and Reproducibility, New York University

+

April Hathcock, co-director, Librarian for Scholarly Communications, New York University

+

Chealsye Bowley, Community Manager, Ubiquity Press

+

Lisa Janicke Hinchliffe, Professor/Coordinator for Information Literacy Services and Instruction, University of Illinois at Urbana-Champaign

+

Charlotte Roh, Scholarly Communications Librarian, University of San Francisco

+

Kevin Smith, Dean of Libraries, University of Kansas

+

Micah Vandegrift, Director of Digital Scholarship, Florida State University

+

Megan Wacha, Scholarly Communications Librarian, City University of NY

+

Cecily Walker, Assistant Manager, Community Digital Initiatives, Vancouver Public Library

+ + + diff --git a/themes/custom/templates/base.tmpl b/themes/custom/templates/base.tmpl index 75e2b25..06947e8 100644 --- a/themes/custom/templates/base.tmpl +++ b/themes/custom/templates/base.tmpl @@ -37,6 +37,7 @@ ${template_hooks['extra_head']()}