diff --git a/app/templates/orbit_bootstrap/modules/personal_research/index.html.erb b/app/templates/orbit_bootstrap/modules/personal_research/index.html.erb new file mode 100644 index 0000000..e3696c4 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/personal_research/index.html.erb @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + +

{{widget-title}}

{{th_year}}{{th_publication_date}}{{th_research_title}}{{th_member}}
{{year}}{{publication_date}}{{research_title}}{{member}}{{th_detail}}
+{{pagination_goes_here}} \ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/personal_research/show.html.erb b/app/templates/orbit_bootstrap/modules/personal_research/show.html.erb new file mode 100644 index 0000000..37eef7d --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/personal_research/show.html.erb @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + +
{{th_research_title}}{{research_title}}
{{th_authors}}{{authors}}
{{th_extracted_chapters}}{{extracted_chapters}}
{{th_year}}{{year}}
{{th_language}}{{language}}
{{th_publish_date}}{{publish_date}}
{{th_keywords}}{{keywords}}
{{th_url}}{{url}}
{{th_note}}{{note}}
{{th_files}} +
+
+ + {{file_title}} + {{file_ext}} - {{file_description}} +
+
+
diff --git a/built_in_extensions.rb b/built_in_extensions.rb index b7d0997..3c7c44c 100644 --- a/built_in_extensions.rb +++ b/built_in_extensions.rb @@ -15,6 +15,7 @@ gem 'personal_book', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-book.git gem 'personal_lab', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-lab.git' gem 'personal_patent', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-patent.git' gem 'personal_project', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-project.git' +gem 'personal_research', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-research.git' #widgets gem "site_menu_widget", git: 'git@gitlab.tp.rulingcom.com:saurabh/site-menu-widget.git'