beautiful_url 1.5.90

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +112 -0
  3. data/beautiful_url.gemspec +60 -0
  4. data/bin/beautiful_url +9 -0
  5. data/doc/README.gen +65 -0
  6. data/lib/beautiful_url/class/constants.rb +23 -0
  7. data/lib/beautiful_url/class/generate_tab_completion_for_bash_shell.rb +67 -0
  8. data/lib/beautiful_url/class/initialize.rb +149 -0
  9. data/lib/beautiful_url/class/misc.rb +486 -0
  10. data/lib/beautiful_url/class/reset.rb +50 -0
  11. data/lib/beautiful_url/class/run.rb +20 -0
  12. data/lib/beautiful_url/constants/base_constants.rb +249 -0
  13. data/lib/beautiful_url/constants/constants.rb +9 -0
  14. data/lib/beautiful_url/constants/encoding.rb +48 -0
  15. data/lib/beautiful_url/constants/misc.rb +14 -0
  16. data/lib/beautiful_url/constants/newline.rb +14 -0
  17. data/lib/beautiful_url/constants/tasks.rb +30 -0
  18. data/lib/beautiful_url/constants/time.rb +21 -0
  19. data/lib/beautiful_url/json_generator/json_generator.rb +85 -0
  20. data/lib/beautiful_url/project/project.rb +23 -0
  21. data/lib/beautiful_url/requires/failsafe_require_of_beautiful_url.rb +9 -0
  22. data/lib/beautiful_url/requires/require_the_beautiful_url_project.rb +15 -0
  23. data/lib/beautiful_url/toplevel_methods/current_month.rb +32 -0
  24. data/lib/beautiful_url/toplevel_methods/jobs_menu.rb +118 -0
  25. data/lib/beautiful_url/toplevel_methods/local_menu.rb +2764 -0
  26. data/lib/beautiful_url/toplevel_methods/menu.rb +123 -0
  27. data/lib/beautiful_url/toplevel_methods/misc.rb +73 -0
  28. data/lib/beautiful_url/toplevel_methods/moodle_menu.rb +135 -0
  29. data/lib/beautiful_url/toplevel_methods/new_university_menu.rb +2852 -0
  30. data/lib/beautiful_url/toplevel_methods/pdf_books_menu.rb +32 -0
  31. data/lib/beautiful_url/toplevel_methods/return_location_of_the_menu_file.rb +27 -0
  32. data/lib/beautiful_url/toplevel_methods/roebe.rb +17 -0
  33. data/lib/beautiful_url/toplevel_methods/science_menu.rb +561 -0
  34. data/lib/beautiful_url/toplevel_methods/traditional_menu.rb +6404 -0
  35. data/lib/beautiful_url/toplevel_methods/university_menu.rb +12655 -0
  36. data/lib/beautiful_url/toplevel_methods/video_menu.rb +1570 -0
  37. data/lib/beautiful_url/version/version.rb +26 -0
  38. data/lib/beautiful_url/www/app.rb +168 -0
  39. data/lib/beautiful_url.rb +1 -0
  40. data/test/testing_beautiful_url.rb +56 -0
  41. data/test/testing_the_base_constants.rb +26 -0
  42. metadata +107 -0
@@ -0,0 +1,118 @@
1
+ #!/usr/bin/ruby -w
2
+ # Encoding: UTF-8
3
+ # frozen_string_literal: true
4
+ # =========================================================================== #
5
+ # This file will specifically contain links to job-related offers.
6
+ # =========================================================================== #
7
+ # require 'beautiful_url/toplevel_methods/jobs_menu.rb'
8
+ # =========================================================================== #
9
+ module BeautifulUrl
10
+
11
+ # ========================================================================= #
12
+ # === BeautifulUrl.jobs_menu
13
+ # ========================================================================= #
14
+ def self.jobs_menu(
15
+ i = :top
16
+ )
17
+ case i # case tag
18
+ # ======================================================================= #
19
+ # === rf stelle1
20
+ # ======================================================================= #
21
+ when 'stelle1',
22
+ 'job1'
23
+ 'https://www.biotechjobs.at/55000/0/Team-leader-in-bioinformatics-(m-f-d)'
24
+ # 'https://www.meduniwien.ac.at/hp/pathobiochemie-und-genetik/news/singleview/?tx_ttnews%5Btt_news%5D=5836&cHash=5a6e0c210e9e61fdf895364b0c14fc47'
25
+ # 'https://www.meduniwien.ac.at/hp/pathobiochemie-und-genetik/news/singleview/?tx_ttnews[tt_news]=5201&cHash=ee2c18e01afeda612a57625fa1776815'
26
+ # ======================================================================= #
27
+ # === rf "ygion"
28
+ # ======================================================================= #
29
+ when /^ygion$/i
30
+ 'https://biotechjobs.at/52623/Bioinformatician-(m/f/d)'
31
+ # ======================================================================= #
32
+ # === rf tucareer
33
+ # ======================================================================= #
34
+ when 'tucareer'
35
+ 'https://www.tucareer.com/Jobs/Stellenmarkt'
36
+ # ======================================================================= #
37
+ # === rf stepstone_jobs
38
+ # ======================================================================= #
39
+ when 'stepstone_jobs','studentenjobs'
40
+ 'https://www.stepstone.at/5/ergebnisliste.html?offset=0&reloadedSearch=1'
41
+ # ======================================================================= #
42
+ # === rf laccone
43
+ # ======================================================================= #
44
+ when 'laccone'
45
+ 'https://www.meduniwien.ac.at/hp/pathobiochemie-und-genetik/wissenschaft-forschung/institut-fuer-medizinische-genetik/laccone/'
46
+ #'https://pbg.meduniwien.ac.at/forschung/institut-fuer-medizinische-genetik/forschungsgruppen/laccone-lab/'
47
+ # ======================================================================= #
48
+ # === rf intern
49
+ # ======================================================================= #
50
+ when 'intern',
51
+ 'job2'
52
+ 'http://www.meduniwien.ac.at/hp/hai/arbeitsgruppen/molekulare-immunologie/huppa-lab/jobs-research-opportunities/'
53
+ # ======================================================================= #
54
+ # === rf fwf_jobs
55
+ # ======================================================================= #
56
+ when 'fwf_jobs','fwf'
57
+ 'https://www.fwf.ac.at/en/service/fwf-job-market/'
58
+ # ======================================================================= #
59
+ # === rf mainjob
60
+ # ======================================================================= #
61
+ when 'mainjob','myjob' # Das ist zur Zeit "Gene Therapy".
62
+ 'https://www.biotechjobs.at/job.php?aid=12794&ref=inx'
63
+ # ======================================================================= #
64
+ # === rf ruby_jobs
65
+ # ======================================================================= #
66
+ when /^ruby(_|-)?jobs$/i
67
+ 'https://weworkremotely.com/remote-jobs/search?utf8=%E2%9C%93&term=ruby'
68
+ # ======================================================================= #
69
+ # === rf rubyjobs
70
+ # ======================================================================= #
71
+ when 'rubyjobs'
72
+ 'https://www.honeypot.io/lp/join?utm_source=quora.com&utm_medium=paid&utm_term=quora-eu_en-intr-rby&utm_content=intr&utm_campaign=rby-eu'
73
+ # ======================================================================= #
74
+ # === rf biotechjobs
75
+ # ======================================================================= #
76
+ when 'biotechjobs',
77
+ 'nicejobs',
78
+ 'biotech_jobs',
79
+ 'jobs2'
80
+ 'https://www.biotechjobs.at/'
81
+ # ======================================================================= #
82
+ # === rf jobs_at_molekularbiologie
83
+ # ======================================================================= #
84
+ when /^jobs(_|-| )?at(_|-| )?molekularbiologie$/i
85
+ 'https://www.jobs.at/j/molekularbiologie'
86
+ # ======================================================================= #
87
+ # === rf christoph_bock
88
+ # ======================================================================= #
89
+ when 'christoph_bock','team1','cemm','newjob','job'
90
+ 'http://www.cemm.oeaw.ac.at/research/groups/christoph-bock-group/'
91
+ when 'bioinf2'
92
+ 'https://www.fwf.ac.at/en/service/fwf-job-market/job-description/jid/20150821-452/'
93
+ when 'unijob','unijobs','uni_jobs','karriere'
94
+ 'http://www.unijobs.at/'
95
+ when 'univie_jobs2','uni_job'
96
+ 'https://molevodevo.univie.ac.at/job-opportunities/'
97
+ when 'univie_jobs'
98
+ 'https://univis.univie.ac.at/ausschreibungstellensuche/flow/bew_ausschreibung-flow?_flowExecutionKey=_cAD35628A-A957-56E6-BE06-9D9B280631CF_kCDEDF852-4F5B-A76C-DE33-C8DF49BC9EBA'
99
+ when 'novartis_job'
100
+ 'http://www.novartis.at/karriere/kontakt/index.shtml'
101
+ when 'novartis'
102
+ 'http://www.novartis.at/karriere/index.shtml'
103
+ when 'embl_jobs'
104
+ 'http://www.embl.de/aboutus/jobs/'
105
+ when 'jobs_boehringer_österreich'
106
+ 'http://jobs.boehringer-ingelheim.at/boeviejob.php'
107
+ when 'jobs_at_boehringer'
108
+ 'https://boehringer.taleo.net/careersection/2/jobsearch.ftl?lang=en&location=150140752929'
109
+ when 'remote_jobs'
110
+ 'http://ab-tec.tuwien.ac.at/vacancies.html'
111
+ when 'jobs3'
112
+ 'http://ec.europa.eu/euraxess/index_en.cfm?l1=0&l2=1&CFID=88612&CFTOKEN=33838df9bc329d42-4C3A464B-0F59-4881-F79496DEE8E8DC87'
113
+ else
114
+ return i # Must return the original input in this case.
115
+ end
116
+ end
117
+
118
+ end