From f93b1a9272b75338e6ecf74dccb0018d26b47b21 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 3 Sep 2021 11:54:32 +0200 Subject: [PATCH] doc --- app/views/admin/research/journal/volumes/jekyll.html.erb | 3 +-- docs/dev/setup.md | 8 ++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/views/admin/research/journal/volumes/jekyll.html.erb b/app/views/admin/research/journal/volumes/jekyll.html.erb index 69fc89713..f02574e99 100644 --- a/app/views/admin/research/journal/volumes/jekyll.html.erb +++ b/app/views/admin/research/journal/volumes/jekyll.html.erb @@ -18,8 +18,7 @@ date: 2021-09-01 17:53 image: /assets/img/volume-1.png articles: <% @volume.articles.each do |article| %> - - title: "<%= article.title %>" - id: "<%= article.id %>" + - <%= article.id %> <% end %> --- The internal dynamics of political parties were a central concern for the founders of both organization theory and political sociology, yet contemporary research tends to neglect the importance and value of studying these electoral machines from a truly organizational point of view. The present issue seeks to remedy this shortcoming by allowing curious and creative scholars to reimagine what it might mean for organization scholars and activists alike to engage actively with political parties. While some contributions reflect on the idiosyncrasies of political parties in general, most articles and notes cultivate a so-called immersive approach to the study of party organization, in which the researcher ventures beyond the glossy surface of party propaganda in order to experience and analyze party organizing in practice rather than on paper. These ambitions yield fascinating accounts of parties such as Podemos, En Marche, DiEM25, Movimento 5 Stelle, the British Labour Party, as well as the German and Icelandic Pirate Party. diff --git a/docs/dev/setup.md b/docs/dev/setup.md index f6ad7c785..48667e36f 100644 --- a/docs/dev/setup.md +++ b/docs/dev/setup.md @@ -12,8 +12,16 @@ And as each university is multi-website, we need ways to: ## Production +https://demo.osuny.org +https://bordeauxmontaigne.osuny.org +https://clermontferrand.osuny.org + ## Staging +https://demo.osuny.dev +https://bordeauxmontaigne.osuny.dev +https://clermontferrand.osuny.dev + ## Dev The solution is to set up a host. -- GitLab