質問編集履歴

1

プログラミングの結果を追加いたしました。説明が少なく大変失礼しました。

2019/10/04 01:38

投稿

zen913
zen913

スコア21

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,8 @@
1
- 抽出したタイトルを一行ごとにして見やすくしたい```python
1
+ 抽出したタイトルを一行ごとにして見やすくしたい
2
2
 
3
- コード
3
+ ```python
4
4
 
5
- ```import requests, bs4
5
+ import requests, bs4
6
6
 
7
7
 
8
8
 
@@ -26,4 +26,16 @@
26
26
 
27
27
 
28
28
 
29
- このままだと見づらいです
29
+ ```
30
+
31
+ 結果
32
+
33
+
34
+
35
+ ['Development of disperse dye polypropylene fiber and process parameter optimization Part I: development of dyeable polypropylene fiber and parameter optimization', 'Measurement of short fiber contents in raw cotton using dual-beard images', 'Laccase-mediated in situ polymerization of pyrrole for simultaneous coloration and conduction of wool fabric', 'Sound absorption of textile curtains – theoretical models and validations by experiments and simulations', 'Modeling and analysis of the carrier arrangement in three-dimensional circular braiding', 'Analysis of physical properties and structure design of weft-knitted spacer fabric with high porosity', 'Novel moisture management test of polyethylene terephthalate and nylon fabric under stretching and surface patterning', 'High-throughput nanofiber produced by needleless electrospinning using a metal dish as the spinneret', 'Optimization of durability of Persian hand-knotted wool carpets by using desirability functions', 'Silk fabrics modification by sol–gel method', 'The influence of surface hydrophilicity on the adhesion properties of wet fabrics or films to water', 'The graft polymerization of vinyl benzoate and trans-stilbene onto polyurethane to control its mechanical and shape memory properties', 'Mathematical analysis of motion control in sectional warping machines', 'Electrically conducting linen fabrics for technical applications', 'Effect of treatment temperature on structures and properties of flax rove in supercritical carbon dioxide', 'Automatic foot scanning and measurement based on multiple RGB-depth cameras', 'Hydrophilic and antimicrobial properties of acrylic acid and chitosan bigrafted polypropylene melt-blown nonwoven membrane immobilized with silver nanoparticles', 'Fiber packing density in the cross-section of low torque ring spun yarn', 'Comparison of airf\u2009low environmental effects on thermal fabrics', 'Geometrical design and forming analysis of three-dimensional woven node structures', 'Fictitious forces in yarn during unwinding from packages', 'Numerical simulation of three-dimensional airflow in a novel dual-feed rotor spinning box', 'The structure and properties of wool treated with a reversed-phase microemulsion containing aqueous alkali', 'Creation of electro-conductive paths and patterns by screen printing on textile bases', 'Characterization of functional single jersey knitted fabrics using non-conventional yarns for sportswear', 'Investigation of the thermal properties of spacer fabrics with bio-ceramic additives using the finite element model and experiment', 'Study on the coiler drive mechanism of the capacity increasing function', 'A weaving machine for three-dimensional Kagome reinforcements', 'Experimental investigation of the tensile and bending behavior of multi-axial warp-knitted fabric composites', 'Development and testing of controlled adaptive fiber-reinforced elastomer composites']
36
+
37
+
38
+
39
+ 上記のようになってしまいます。
40
+
41
+ どうすればタイトルを一行ごともってくることができるのでしょうか?